[arch-general] CIFS filename reserved characters in 3.18

2015-02-08 Thread Carl Schaefer
After upgrading to 3.18 I found that my rsync backup to a CIFS filesystem was failing on filenames that contained reserved characters in the set :<>|*?\ According to [1] the default strategy for handling these characters changed in 3.18, but in my experience (and according to [2]) it didn't work v

[arch-general] changelogs (was Re: postgresql 9.3 -> 9.4)

2015-01-29 Thread Carl Schaefer
The thread about the postgresql update reminded me of one of the few things about Ubuntu that I miss: package updates usually included a useful changelog entry describing what was fixed and/or new. Perhaps I assume too much, but I imagine Arch package maintainers would generally be aware of the ch

Re: [arch-general] [arch-dev-public] linux 3.16 in [testing]

2014-08-16 Thread Carl Schaefer
> >> If you give me a valid use case for USER_NS, I might reconsider, but > >> every use case I can imagine is crushed by the limitations of the > >> implementation. > > > > The use case is that you don't need root access to start a container. > > I can run Firefox with a limited view to the files

Re: [arch-general] Strange (sd-pam) process

2014-06-13 Thread Carl Schaefer
> >> `systemd --user` has a child `(sd-pam)`. It's certainly related to pam, but > >> why has it such a strange name ? > >> > > And what is it's purpose ? I think it's intended to guarantee that pam_close_session() is closed when its parent "systemd --user" exits. However, on my system it seems

[arch-general] misleading pacman errors when upgrade fails

2014-06-07 Thread Carl Schaefer
I just tried to upgrade three packages, including core/filesystem, and saw these errors: filesystem-2014.05-... 8.7 KiB 4.23M/s 00:00 [##] 100% e2fsprogs-1.42.10-1... 691.8 KiB 1305K/s 00:01 [##] 100% cups-filters-1.0.54... 648.6 KiB 2033K/s 00

Re: [arch-general] No usb keyboard in early userspace

2014-05-15 Thread Carl Schaefer
> With recent linux "3.14.4-1" I can no longer use the keyboard in early > userspace, like providing the password for encrypted disk. > > I do have, and have had the keyboard hook on mkinitcpio.conf. > > I didn't have problems with any of the 3.13.* linux images, this is > new after installation

[arch-general] console font setup

2014-05-14 Thread Carl Schaefer
I've installed arch in a qemu virtual machine, and I've specified FONT=Lat2-Terminus16 in /etc/vconsole.conf. When the machine boots I can see the effect of that font being installed, but soon after the console font is reset to some default value. This happens with qemu's default virtual display

Re: [arch-general] dnsmasq w/ad-blocking hosts file (was NTP: Possible permissions bug)

2014-05-10 Thread Carl Schaefer
On Fri, 2014-05-09 at 18:34 +0200, luc.li...@mailoo.org wrote: > To cache your values of /etc/hosts, you can install a dns server locally > (like dnsmasq). That way, dns resolution of cached values are nearly > instantaneous, and you can have a lot of dns rules. I have an /etc/hosts > of 16M, and y

Re: [arch-general] NTP: Possible permissions bug

2014-05-09 Thread Carl Schaefer
On Fri, 2014-05-09 at 08:47 -0700, Kyle Terrien wrote: > I was using an old hpHosts /etc/hosts file (to block ads). I reverted it > to the stock /etc/hosts file in the package filesystem, and ntp-4.2.7 > runs without thrashing. > > I'm re-enabling Adblock Plus for now--until I get around to creati

Re: [arch-general] Comment on: Use systemd timers instead of /etc/cron.{hourly, daily, weekly, monthly}?

2014-04-25 Thread Carl Schaefer
> > Losing > > the ability to control when jobs run is giving up a lot; without that, > > the more use is made of systemd timers, the more unpredictable the > > results will be. > > See systemd.timer(5) manpage. The timer configuration _should be_ one-to-one > equivalent to a crontab, except for a

Re: [arch-general] Comment on: Use systemd timers instead of /etc/cron.{hourly, daily, weekly, monthly}?

2014-04-25 Thread Carl Schaefer
It seems to me that, compared to cron/anacron, systemd timers currently offer reduced functionality and no clear benefit (I don't consider the act of uninstalling cron to have significant value in itself). Losing the ability to control when jobs run is giving up a lot; without that, the more use i

Re: [arch-general] How to track packages dropped from the repos?

2014-04-20 Thread Carl Schaefer
> >> Sometimes packages are silently dropped from the repos. This happened > >> for example in the last few days with mash 0.2.0-3, which apparently I > >> installed as a dependency for gnome (I guess it is no longer > >> required). I follow arch-general, arch-dev-public and aur-general, and > >> a

Re: [arch-general] iTunes on Arch Linux

2014-04-20 Thread Carl Schaefer
> What could be the cause, that for some things the Internet is available > for the guest and for other things the Internet isn't available. > > Safari's German message says that it can't connect to > https://startpage.com/ , because it can't establish a secure connection. "can't establish a secu

Re: [arch-general] lxc: systemd-udev-trigger resets host kbd & mouse settings

2014-04-18 Thread Carl Schaefer
On Fri, 2014-04-18 at 17:45 -0400, Daniel Micay wrote: > On 18/04/14 05:40 PM, Carl Schaefer wrote: > > I've just started playing with lxc, and found that if I create a > > container with: > > > > # lxc-create -n arch -t archlinux > > > > and

[arch-general] lxc: systemd-udev-trigger resets host kbd & mouse settings

2014-04-18 Thread Carl Schaefer
I've just started playing with lxc, and found that if I create a container with: # lxc-create -n arch -t archlinux and then start it: # lxc-start -n arch it resets my X keyboard map and mouse acceleration settings (which are set by setxkbmap/xset/xinput), though mouse button remapping done by x

Re: [arch-general] /var lost, how "reinstall" Archlinux?

2014-04-14 Thread Carl Schaefer
> > I've lost content of /var, other partitions are ok, so system somewhat > > boots up (to recovery mode). > > What is the less pain method to get it again up and running? > > If you have enough time, I would try using pkgfile to recover the > installed packages. I thing something like this shoul