sitory and ended up with the attached patch
which installs both Cascadia Code and Cascadia Mono. It's worth noting that
the patch is only for one of the PKGBUILDs in tff-cascadia-code so the
change probably has to be applied to both (I'm not familiar with the build
system for the commun
ha! that was easy, thanks. perhaps manpage needs updating...
t.
On 2 December 2017 at 00:24, Leonid Isaev via arch-general
wrote:
> On Fri, Dec 01, 2017 at 11:10:51PM +0000, Tom M. wrote:
>> ahoy there!
>>
>> is there some cleaver way of making pacman log to journ
ahoy there!
is there some cleaver way of making pacman log to journalctl? or plans
to implement such a feature?
regards,
t.
bgtk-3.so.0.2200.6[7f01ad7d1000+6fa000]
>
> Is this a problem other Gnome users see as well?
Not sure if related.
My KDE session completely died twice in as many days. Which leads me back to
the login prompt.
--
Tom Zander
Blog: https://zander.github.io
Vlog: https://vimeo.com/channels/tomscryptochannel
ssive hack (Python calling pacman & pactree) but it works
well from my usage. I would love to use libalpm but cannot find
documentation! :)
Any tests, thoughts and comments are appreciated.
https://github.com/tmewett/pacpartial
Thanks,
Tom M
(Assuming by GNU bootloader you mean GRUB) In Arch GRUB is patched to
search intel-ucode.img automatically. If you write your own grub.cfg
instead of using grub-mkconfig, you just put the image name in the
same "initrd" line before the main initramfs.
On 11 June 2015 at 00:45, Neven Sajko wrote:
I was being silly. Found the answer myself:
if [ -n "$earlymodules$MODULES" ]; then
modprobe -qab ${earlymodules//,/ } $MODULES
fi
in base hook init.
On 10 June 2015 at 10:30, Tom Yan wrote:
> For my current system, I need the following modules (and their
> dependencies) to
For my current system, I need the following modules (and their
dependencies) to boot (mount the real root):
ahci, sd_mod, btrfs
(which are drivers for the sata controller, disk, and the root
filesystem respectively.)
If I specify these three in the MODULES array of mkinitcpio.conf, the
only hook
kefile,
it won't include that. I should probably add that as a command line
parameter or something...
-Tom
r a while, and it seems to work
well. You might find it useful; it's in the AUR at [2]. It
optionally will use desktop
notifications to tell you when something is mounted (I use dunst [3] to
display them).
You do have to manually unmount devices using the terminal, but that's
usually easier
5. Feb 22:09 machine.slice
-rw-r--r-- 1 root root 0 15. Feb 18:12 notify_on_release
-rw-r--r-- 1 root root 0 15. Feb 18:12 release_agent
drwxr-xr-x 98 root root 0 15. Feb 18:27 system.slice
-rw-r--r-- 1 root root 0 15. Feb 18:12 tasks
drwxr-xr-x 3 root root 0 15. Feb 18:12 user.slice
~tom
-nd ${file}|awk '{print $4}'`
new_uid=$[${old_uid} + ${ID_OFFSET}]
new_gid=$[${old_gid} + ${ID_OFFSET}]
chown ${new_uid}:${new_gid} ${file}
done
snap
Disclaimer: separating dirs and files has no real reason here. Needs to
run as root. May kill your cat etc..
>
> TY Tom for your help.
>
NP
~tom
Am 15.02.2014 18:03, schrieb arnaud gaboury:
> Thank you Tom for your long and precise help. I think I will give up
> libvirt and go to LXC. Btw, the container does not need so much
> settings offer by libvirt management.
> For your info, /etc/cgconfig is needed and rea
g dhcpcd requires a somewhat nasty hack, you better use static
network (with a custom unit, netctl doesn't work)
- SSH login doesn't work unless you set UseDNS=No in the container's
sshd_config. No idea why that happens, confirmed by someone with
completely different linux flavors for host and guest.
Good luck!
~tom
On 25 December 2013 08:42, Silvio Siefke wrote:
> Hello,
>
> i use XFCE and when i now start i become all in english but i has write
> the locales in german. I not understand i do nothing make restart and
> now the GTK Programms in English, XFCE in English, VLC in English.
>
> siefke ~ $ cat /etc/
et bluez connecting to devices from console or/and to
> have a desktop independent frontend like this approach:
>
> http://mail.xfce.org/pipermail/xfce4-dev/2013-July/030408.html
At least the console stuff should be fixed.
Cheers,
Tom
On Thu, Sep 26, 2013 at 4:45 AM, John Davis wrote:
> Can you show us the unitfile for the service as well. ie. mpd.service I
> assume. It would be in /lib/systemd/system or /etc/systemd/system sub dirs
> or one of the ones beneath these two dirs.
As is shown in the 'status' output above, the pa
asked a few times on the systemd
mailinglist, so I suggest you check that out.
Cheers,
Tom
atic device nodes (including /dev/btrfs-control) moved from
systemd-udevd to systemd-tmpfiles, but we forgot to add a call to
tmpfiles in the udev hook. This has now been fixed and the systemd in
testing should work with btrfs without the need for adding any modules
manually.
Cheers,
Tom
This is a systemd bug (caused by me), the fix is:
http://cgit.freedesktop.org/systemd/systemd/commit/?id=90060fa6605446bef7078867423b691e4effa575
On Sat, Sep 14, 2013 at 8:16 PM, phanisvara wrote:
> normally conky tells me that i'm using 0% swap. just now i noticed it
> showing, "no swap%," whic
On Thu, Aug 15, 2013 at 8:59 PM, Leonid Isaev wrote:
> Notice, though, that if /tmp is getting full and is about the same size as
> RAM,
> the system will start swapping well before /tmp is filled, so you'll get no
> performance gain from building in /tmp because effectively you'll be
> compiling
On Wed, Aug 7, 2013 at 2:17 PM, Fons Adriaensen wrote:
> On Wed, Aug 07, 2013 at 01:15:28PM +0200, Tom Gundersen wrote:
>
>> It is correct that systemtl poweroff is synchronous, but using telinit
>> or --no-block will avoid that.
>
> Are you sure about telinit ? It was
running.
The reason for the problem you are seeing here is that the network is
torn down before ssh is shutdown. This isn't actually a big problem,
as the remote machine is shutting down just fine. The only problem is
that the ssh client ends up hanging, which is annoying, but not really
critical (kill it/ignore it/whatever).
I have an idea how to solve this at the systemd/networkmanager/openssh
side, but haven't gotten around to sorting all that out yet (we need
to order the network tear-down after user-sessions are closed, but we
don't want to order network setup before user-sessions are allowed).
Cheers,
Tom
po:
> >
> > [falconindy]
> > Server = http://repo.falconindy.com/$arch
> >
> > Apologies if your DNS hasn't caught up for the A record yet -- you can
> > find it on he.net:
> >
> > $ host repo.falconindy.com ns1.he.net
> >
> > level3 and openDNS seem to have scavenged the record already, while
> > google has not.
> >
> > Have fun.
>
> Worrying for me that --user setups are broken, as I've grown to rely
> on that. Is this something incidental that will be fixed or something
> more fundamental.
It's being fixed.
Tom
On Tue, Jun 25, 2013 at 2:48 PM, Genes Lists wrote:
> 1) Fully updated from testing repo. As of a couple of days ago (around
> 3.9.7 kernel) I noticed that bluetooth mouse takes a few seconds to
> initialize - it used to be almost instant.
Strange, this should not have changed. Could you try dow
On Tue, May 21, 2013 at 9:06 AM, Karol Babioch wrote:
> Hi Tom,
>
> Am 13.05.2013 18:02, schrieb Tom Gundersen:
>> I would like to push Bluez 5 to the repos, and rename Bluez 4 to
>> 'bluez4'. Some things still require Bluez 4, and the two can not be
>>
comes to having debug packages in a
> separate repository.
>
> On 15 April 2013 15:00, Tom Gundersen wrote:
>> Couldn't pacman be fixed to only show debug packages in search results when
>> you ask for it with a switch? Maybe something similar could be done for
>>
probably fix that,
nothing should be fsck'ed twice.
Cheers,
Tom
On Wed, Apr 3, 2013 at 12:26 PM, Stanislav Seletskiy
wrote:
> In the light of "production ready" ZoL I've tried to install Arch on pure
> ZFS root (without additional boot partition) and stuck in problem with
> GRUB2.
>
> Current version of GRUB2 is not detecting ZoL in any way ("grub-probe /"
> d
On Fri, Mar 22, 2013 at 11:00 PM, Dany De Bontridder wrote:
> I reinstalled 2 weeks ago arch linux, because a pacman -Syu broke everything.
>
> Today, everything works fine and I decide to keep my PC up-to-date,
> so I run pacman -Syu and I get a message when trying to boot
>
> *** Kernel Panic
On Tue, Mar 19, 2013 at 2:40 PM, David C. Rankin
wrote:
> Is there planned support for existing nvidia based dmraid arrays in Arch,
I can only speak for myself, but to the best of my knowledge no Arch
devs use dmraid, and upstream appears to be dead. Based on that I'd
say the best choice would
On Sun, Mar 3, 2013 at 8:54 PM, Mika Fischer wrote:
> itself. Arch would still need to
> change where the kernels are installed to prevent clobbering the root
> of the ESP, for instance by installing somewhere in /usr and then
> calling this tool in post_install() to install the kernel to the
> pr
On Mon, Feb 25, 2013 at 4:40 PM, Christian Hesse wrote:
> based on the thread "[RFC] Migration to MariaDB" in arch-dev-public by
> Bartłomiej Piotrowski I started playing with MySQL and MariaDB. I noticed
> both were polling every second:
>
> <... futex resumed> ) = -1 ETIMEDOUT (Connection
blems to the systemd guys, and they would like to
know more. If you don't mind, could you post "lspci -vvv"?
Cheers,
Tom
pears (and have been given its
final name), and it should also make dhpcd itself happy (as it seems
to not like being called without a specific interface judging from
your logs).
HTH,
Tom
fter=systemd-udev-settle.service
>
> to the [unit] section in order to get the correct name associated with the
> same hardware mac address every boot?
>
> If someone who understands these things in detail could confirm if my
> understanding is correct I would appreciate it?
There has been some bugs where network software grab the device before
udev can rename it, which could be solved with the workaround you
reference above. However, I doubt this to be the case with
NetworkManager, as far as I know it is only a problem with
dhcpcd.service (but dhcpcd@.service works
correctly).
HTH,
Tom
On Mon, Feb 18, 2013 at 5:50 PM, Ralf Mardorf
wrote:
> after a reboot there always is an offset of -3600 sec, when running
> ntpdate.
>
> # timedatectl status | grep local
>RTC in local TZ: yes
> Warning: The RTC is configured to maintain time in the local time zone.
> This
>RTC in
at
compile-time, but if enabled it is required on run-time. This is how
almost all libraries work.
HTH,
Tom
On Tue, Feb 5, 2013 at 10:16 AM, Thomas Bächler wrote:
> Am 04.02.2013 19:01, schrieb Karol Babioch:
>> Hi,
>>
>> by now BlueZ 5.2 has already been released. I'm wondering what the
>> current status for the package on Archlinux is. I've found this (see
>> [1]) status report over on "arch-dev-publi
On Wed, Jan 16, 2013 at 12:59 AM, Karol Babioch wrote:
> Has anyone experienced something like this already? What might be the
> problem here?
I have noticed that it sometimes takes some time (~1 second) before
the keyboard starts working in the initramfs (on my MacBook Air at
least, so this _mig
On Tue, Jan 15, 2013 at 5:00 PM, Manuel Reimer
wrote:
> The only alternative would be to
> drop the package at all.
It has only been marked out-of-date for one week, so don't despair yet :-)
Notice that the package was recently dropped from [extra] to [community].
Cheers,
Tom
[
t; How can I solve this issue? Shall I add the btrfs hook?
You could add the btrfs hook, but it would not make a difference for
the automatic fsck. What it would give you is the ability to fsck
btrfs manually from the initramfs in case of problems (i.e., in case
root can not be mounted at all).
HTH,
Tom
262834ed1>.
> Meanwhile, linux 3.6.11 works fine. Notice also, that acpi_cpufreq 3.7.2 is
> fine on a INtel core2duo machine.
Hm, I thought acpi_cpufreq should have been loaded instead, no idea
why that does not happen for you. Could you try loading it manually?
Cheers,
Tom
On Tue, Jan 8, 2013 at 12:13 AM, Oon-Ee Ng wrote:
> Hi Tom, what about netcfg users. I assume we'd need to change
> INTERFACE in all our netcfg profiles, but would simply renaming the
> /etc/network.d/interfaces/{eth,wlan}0 files to the unique names work?
I know that netcfg user
On Mon, Jan 7, 2013 at 5:41 PM, Sander Jansen wrote:
> uessing for users of NetworkManager there shouldn't be any change.
Yeah, NM won't care at all.
> And people using 'systemctl enable dhcpcd@eth0' will have to change the
> device name?
Correct.
> Can this be done before the reboot (for head
th an /boot/EFI subdirectory), rather
than having a separate
/boot partition and mounting the EFI partition on /boot/EFI.
HTH,
Tom
On Thu, Jan 3, 2013 at 12:28 AM, Fons Adriaensen wrote:
> * What is the purpose of halt.target ? It stops the system
> but leaves power on. AFAICS, it's not possible to restart
> without a power cycle...
Under sysvinit halt and poweroff were the same. Under systemd 'halt'
halts the machine, w
On Wed, Dec 12, 2012 at 4:02 PM, Paul Gideon Dann wrote:
> Thanks for your suggestions. I added /var to fstab and rebooted, but it was
> ordered lower down that specifying "Before=sockets.target":
So no socket is After=var.mount. The question is: which one should be?
On my system there should be
temctl daemon-reload" after
editing fstab) and then doing "systemctl show .socket |
grep After" to see if it worked? If it did not, please post the socket
unit in question.
Cheers,
Tom
On Tue, Dec 11, 2012 at 4:36 PM, Paul Gideon Dann wrote:
> I'm migrating a diskless cluster from initscripts to systemd. The problem I
> have is that the nodes each need to mount their own separate /var (identified
> by hostname) from the NFS server when they boot.
I have never done something li
On Mon, Dec 10, 2012 at 12:46 AM, Dimitrios Apostolou wrote:
> Personally I believe all distros that switch to systemd will add their own
> twist to it. Distro-independant Unit files sounds like Utopia. In reality I
> expect unit files to be patched for various custom needs of different
> distros.
h the
required options, and only if that is impossible add /etc/conf.d
support.
Cheers,
Tom
should
always have been 81/81.
The only known issue is that in some rare circumstances you now have
to manually start dbus-launch as we no longer ship the xinitrc.d file
[0][1].
Cheers,
Tom
[0]: <http://www.mail-archive.com/arch-dev-public@archlinux.org/msg20512.html>
[1]: <https://bugs.archlinux.org/task/32952>
ybe someone could try to repeat the problem. If it is, then we have found a
> systemd bug, if not, I can share my fstab with interested parties.
Sounds like a bug, but haven't tried reproducing yet. Could you send
your fstab for the record?
Cheers,
Tom
I don't see why you would want to remove the
binary? Is something on your system trying to call it, even if we
remove 30-dbus?
Cheers,
Tom
ry to make it possible to
fsck your rootfs. However, now that the initramfs has the fsck hook,
this is no longer necessary, and you can just mount it 'rw' from the
beginning, and skip remounting it later on.
Cheers,
Tom
urrently aware of any open
udev bugs, so if you still have problems with the latest version
please let us know on the udev or systemd ML.
Cheers,
Tom
h your users.
Or add systemd_pam to the su pam file. This will create a new session for
you when you use su and should therefore adjust the ACLs accordingly.
HTH,
Tom
On Thu, Nov 22, 2012 at 5:23 PM, Kevin Chadwick wrote:
> I have udisks 1 and 2 installed but use neither. I have permanent
> folders in /media/. Will /media/ changes by pacman simply fail and
> everything continue happily or will I simply have to recreate or make
> them immutable?
As long as eith
On Tue, Nov 20, 2012 at 1:07 AM, Kevin Chadwick wrote:
> Odd, my take was that the main goal was trying to bring back a
> separate /usr.
There is nothing to be done in udev for this (just have a look in the
eudev git repo; there are no commits "fixing" separate /usr), so that
part of the discussi
On Mon, Nov 19, 2012 at 8:31 PM, Jérôme Bartand wrote:
> I want to bring to your attention that Gentoo is working on a udev fork
> called eudev
Having read through their discussions, it seems that the main two
things they would like to change is to be able to build udev without
building systemd (
y. mpd does not use (or require) a session, the locations
> pulse uses are fairly standard (I've always hated apps using ~/.foo)...
This was recently discussed:
http://arunraghavan.net/2012/11/pulseconf-2012-report/
Does not look like anything has come of it yet. I guess it might make sense
to ask advice from the PA guys though, they would hopefully have an idea.
Tom
have
heard talk of improving this, but as far as I know nothing has yet
come of it.
It should be straight-forward to do the right thing: when a service
instance is enabled, the WantedBy information should be looked up in
the template. So if anyone is looking for an easy patch to get
involved with systemd, this is your chance ;-)
Cheers,
Tom
On Tue, Nov 06, 2012 at 01:16:43PM -0500, David Rosenstrauch wrote:
> I recently switched over to systemd, and am trying to get my system
> set up the way I like under there. I'm trying to set up qingy on
> systemd right now, but it doesn't seem to be working properly.
>
> I followed the instruct
On Wed, Nov 7, 2012 at 11:09 PM, Kyle wrote:
> So in the example given by the OP, the ExecStart line should look like
>
> ExecStart=/usr/bin/espeakup --default-voice=en-us
>
> and then the edited file should be saved to /etc/systemd/espeakup.service.
Correct.
> Did I get this right, or does the
ch-specific, and hopefully we will one day be using a service file
provided by upstream, which would not know anything about conf.d.
Ideally, espeakup would have its own config file where you could
specify this option, but failing that making a copy of the service
file as I outlined above should hopefully be ok.
Cheers,
Tom
On Mon, Nov 05, 2012 at 07:00:43PM +, P .NIKOLIC wrote:
> On Mon, 5 Nov 2012 17:18:48 +0200
> Tom Rand wrote:
>
> > My son-in-law recently purchased 2 of these & he could not access
> > them on PS3 or my arch desktop.
> > It turned out they were formatted as
On Mon, Nov 5, 2012 at 10:48 PM, Kyle wrote:
> a. espeakup is not a dependency of any other service, as it only provides
> speech feedback for blind users at boot time, and
> b. the daemon supports a pidfile, which I included in the service unit.
> I can test this on my local unit file, or I can p
On Mon, Nov 5, 2012 at 7:22 PM, P .NIKOLIC wrote:
> This is possible ..from what i have been reading not too sure if i
> have Systemd running or not the system is fully updated .
You will not have been converted over automatically. See the wiki for
how to do that.
> How do i check to see if i
tted to FAT & all
was ok.
On Mon, Nov 05, 2012 at 01:40:21PM +0100, Tom Gundersen wrote:
> On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo
> wrote:
> > Can you use any other flash drives or removable devices? Which display
> > manager do you use, and which file manager?
> &
pecifying
PIDFile= is advised if the daemon supports that. Though it depends on
the daemon implementing that correctly. Most (all?) it works just fine
:-)
HTH,
Tom
On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo wrote:
> Can you use any other flash drives or removable devices? Which display
> manager do you use, and which file manager?
>
> I get this error several times due to added 'ck-launch-session' to my
> $HOME/.xinitrc because my display manager have alre
On Mon, Nov 5, 2012 at 1:20 PM, Sébastien Leduc wrote:
> Concerning tinc, a bug report [1] was created with an attached service
> file, which has been added to the 1.0.19-2 version of the package [2].
>
> It seems that the TODO-list for missing systemd units has just not been
> updated for tinc ye
On Sun, Nov 04, 2012 at 01:20:03AM -0300, Martín Cigorraga wrote:
> On Fri, Nov 2, 2012 at 7:24 AM, Tom Rand wrote:
>
> > the initial issue was caused by systemd trying to load cdemu kernel module
> > which was removed by vmware!
> > once i removed the .conf file from /
the initial issue was caused by systemd trying to load cdemu kernel module
which was removed by vmware!
once i removed the .conf file from /etc/modules.d/ normality crept back BUT
my nic was not being initialised as the r8169 was refusing to load.
I then assumed most of my modules were corrupted
Sorry, I let these messages through in error.
I don't think this discussion will go anywhere, so let's just close it here.
-t
On Thu, Nov 1, 2012 at 10:33 AM, "Jérôme M. Berger" wrote:
> So what is FONT_MAP for?
Check the setfont(8) manpage.
-t
On Wed, Oct 31, 2012 at 10:08 PM, Δημήτρης Ζέρβας <01tto...@gmail.com> wrote:
> Does anyone have a systemd unit for pdns?
I just moved it to community, where Alexander Rødseth will adopt it. I
expect a unit to appear shortly :-)
Cheers,
Tom
On Wed, Oct 31, 2012 at 9:57 PM, Δημήτρης Ζέρβας <01tto...@gmail.com> wrote:
> pacman -Rsc consolekit prompts me to remove half KDE.
Then you are likely not up-to-date. Make sure your mirror is synced,
and that you have done a "pacman -Syu".
-t
On Wed, Oct 31, 2012 at 9:46 PM, mike cloaked wrote:
> For people who have converted to systemd it seems that consolekit is no
> longer needed.
>
> When removing it should one do "pacman -R consolekit" or "pacman -Rs
> consolekit" - I was unsure whether the dependencies should also be removed
> or
On Wed, Oct 31, 2012 at 3:36 PM, Ralf Mardorf
wrote:
> I'm using GDM and Xfce. It isn't a surprise that I can't log in anymore.
That is not expected. You should still be able to log in. Are you
using [testing]? If so, you might be hit by a bug I introduced when
updating libtirpc yesterday. It can
On Wed, Oct 31, 2012 at 12:42 AM, Oon-Ee Ng wrote:
> Just a me too, had to downgrade as my lecture is in a couple of
> minutes. Will track the bug report in case any info is needed
> (unlikely).
The change was reverted (so -4 is the same as -2).
-t
On Tue, Oct 30, 2012 at 2:55 AM, Brock.Zheng wrote:
> I found that the package cups hav duplicated service file,
> Here is some cmdline interactivity:
One is just an alias (symlink) for the other. I'm working on a patch
to make systemctl behave nicer with respect to aliases, but have not
On Tue, Oct 30, 2012 at 11:09 PM, Arthur Titeica wrote:
> It seems that the upgrade to libtirpc 0.2.2-3 from testing breaks systemd-
> logind/pam and logging in to the system is not possible except in rescue mode.
Thanks, I'll have a look now.
Cheers,
Tom
On Mon, Oct 29, 2012 at 10:09 PM, G. Schlisio wrote:
> i am confused about bootchart{,2}. in aur [1] its called bootchart2, in
> community we have bootchart [2].
> in the aur there is a comment from tom, that [1] is going to be replaced by
> [2].
> now [2] is bootchart version 1
On Mon, Oct 29, 2012 at 3:24 PM, Curtis Shimamoto
wrote:
> One more thing I forgot to ask. Do I need to include the ACTION and
> ENV{MAJOR} stuff in my personal rule (71-my-uaccess.rule)? Namely:
>
> ACTION=="remove", GOTO="uaccess_end"
> ENV{MAJOR}=="", GOTO="uaccess_end"
> ...
> LABEL="uaccess
On Mon, Oct 29, 2012 at 12:49 PM, F.Gr. wrote:
> Excerpt from Giorgio Lando's message
> of 2012-10-28T12:29+0100:
>
>> > "Note: Adding your user to groups (optical, audio, scanner, ...)
>> > is not necessary with systemd. It might even break the wanted
>> > functionality if you do so."
>>
>> While
On Sun, Oct 28, 2012 at 7:09 PM, Fons Adriaensen wrote:
> You (Tom) pointed out a way to disable logind modifying device
> ACLs recently. It could be a good thing to have that in the
> online docs for those users (like me) for whom this sort of
> thing is unwanted.
The rule that
ng as pacman owns files in /etc, there must be a way to merge them
on upgrade...
Cheers,
Tom
's to (as
described by Zeke earlier in this thread).
If you are having a problem with this, please open a bug report,
making sure that you are running systemd, that your user session is
registered and considered active by logind (use loginctl to check) and
that sane is installed. Attach the output of "udevadm info /dev/" to the bug report.
Cheers,
Tom
Nice explanation Zeke. Just one comment:
On Sun, Oct 28, 2012 at 3:17 PM, Zeke Sulastin wrote:
> Adding a user to a group can cause this process to be subverted -
> logind can't manage who is in what group.
This means that both the user granted permissons by ACL, and the user
granted permission
On Thu, Oct 25, 2012 at 8:40 PM, Manolo Martínez
wrote:
> The update to filesystem-2012.10-2 brings with it a new /etc/shadow.
> This is one of the cases in which inspecting the diff between what I
> have and the .pacnew doesn't give any insight (to clueless users such as
> me). Could anyone provi
at you are doing :-) (it might be reasonable to only
allow this if the rootfs is mounte read-only).
Cheers,
Tom
On Wed, Oct 24, 2012 at 1:17 AM, Leonidas Spyropoulos
wrote:
> When I tried today to upgrade the system with:
> pacman -Suyy
> I got conflicts on net-snmp package.
>
> I installed everything except that and tried again with no results, is
> it safe to --force it? Anyone had that also?
> pacman log
On Tue, Oct 23, 2012 at 9:53 PM, Leonid Isaev wrote:
> So, is it safe to remove /etc/hosts after updating the filesystem, or there
> are some applications which still expect it?
You probably still want to keep the standard one we ship, as it
provides 'localhost' et al.
-t
On Tue, Oct 16, 2012 at 2:58 PM, jambov wrote:
> I found some kind of ugly workaround, by putting
> setfont Cyr_a8x16 -m cp1251
> in ~/.bashrc ; however the question why systemd-vconsole-setup does not
> affect the rest of the ttys at startup still remains...
Probably what happens is that systemd
On Sun, Oct 14, 2012 at 3:41 PM, P .NIKOLIC wrote:
> What is the easiest way to stop pacman trying to update all the
> xf86-video* drivers for cards i do not have the system uses the
> xf86-video-nouveau driver perfectly well but tries to install sis ati
> sirrus trident and more
Why not just r
On Sat, Oct 13, 2012 at 5:40 PM, Gerhard Brauer
wrote:
> What are the way for people which ex. use fluxbox via
> ck-launch-session and thunar as a filemanager (for
> dbus/polkit/udisks things) AND NOT systemd-logind ?
>
> Will there be a way to use dbus/polkit-releated actions without
> systemd?
On Wed, Oct 10, 2012 at 12:01 AM, Thomas Bächler wrote:
> Am 09.10.2012 20:34, schrieb Florian Bruhin:
>> At the point there's an upgrade with systemd replacing sysvinit.
>> I'd add systemd and systemd-sysvcompat to IgnorePkg in
>> /etc/pacman.conf and hope.
>
> Bad idea. initscripts require the s
On Sun, Oct 7, 2012 at 7:44 PM, Martín Cigorraga wrote:
> Can I suggest to add tmux on an upcoming release!?
Could you give some more justification?
-t
1 - 100 of 681 matches
Mail list logo