On 2013-25-12, Tom Yan wrote:
> On 25 December 2013 08:42, Silvio Siefke wrote:
>> siefke ~ $ cat /etc/locale.conf
>> export LC_DATE=de_DE.utf8
>> export LC_NUMERIC=de_DE.utf8
>> export LC_TIME=de_DE.utf8
>> export LANG=de_DE.utf8
Setting the LC_* variables to the same value as LANG is
unneccesa
On 2013-29-09, Tom Gundersen wrote:
> If we were to use git, we should have one git repository per
> package, and also provide one repository which includes all
> the packages as submodules.
Why not use one branch per package and one branch per repository
with the packages as submodules instead o
On 2013-04-11 at 22:50 +1000, Robbie Smith wrote:
> if (( $+commands[gpg-agent] )); then
> local InfoFile=/run/user/$(id -u)/gpg-agent.info
> if [[ -s $InfoFile ]]; then
> eval "$(cat $InfoFile)"
> fi
> unset InfoFile
> fi
>
> Strangely enough, this doesn’t see
On 2013-01-12 at 08:35 +1000, Allan McRae wrote:
> On 12/01/13 08:16, Evangelos Foutras wrote:
> > At least three bugs on our bug tracker can be solved by
> > making relevant truetype font packages provide 'ttf-font':
> > (...)
>
> Makes sense to me.
If you are a bit on the pedantic side the name
On 2012-11-01 at 14:03 -0400, Dave Reisner wrote:
> crypttab(5) explains that "nofail" is the option you want to use:
I also have an encrypted drive which might be present
at boot or not, but nofail isn't working for me, or at
least not as expected. I already filed a bug upstream:
https://bugs.fr
Hello,
On 2012-03-01 at 11:32 -0600, David C. Rankin wrote:
> After update of ntp to 4.2.6.p5-4, I get the following log entries:
>
> Mar 1 09:55:50 archangel ntpd[1180]: frequency file
> /var/lib/ntp/ntp.drift.TEMP: Permission denied
>
> Checking password and group, there is a ntp for each.
On 2012-02-17 at 19:00 +0200, Mantas Mikulėnas wrote:
> Commands in a pipe would be executed using subshells, so any
> changes the 'while' loop makes to variables would be lost when
> the subshell exited.
I wasn't aware of this. I guess I was lucky I didn't run into a
problem with this in all my
On 2012-02-17 at 12:03 +0100, Lukas Fleischer wrote:
> "done < $(foo)" isn't the same thing as "done < <(foo)".
Just out of curiosity: in unmount_all() in /etc/rc.d/functions
this is used:
while read -r target fstype options; do
...
done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /
On 2011-12-16 at 11:16 +0100, Tom Gundersen wrote:
> I agree.
>
> On Fri, Dec 16, 2011 at 11:20 AM, Allan McRae wrote:
> > (...)
> >
> > My favourite option is to have someone with admin access to
> > the list (e.g. me...) just unsubscribe anyone who top posts.
Agreeing to unsubscribing top poste
On 2011-11-11 at 10:36 -0500, Taylor Hedberg wrote:
> Thanks for these links. I'll test the patch on my system
> tonight when I get some free time. Compiling Linux on my
> laptop takes forever.
There is a commit[1] in linux 3.1.1-1 which sets the right
backlight brightness level when the lid is cl
On 2011-11-10 at 19:36 -0500, Taylor Hedberg wrote:
> Sebastian Schwarz, Thu 2011-11-10 @ 16:36:54+0100:
> > The bug can easily triggered in X by running:
> >
> > xset dpms force off
>
> Yes, this is the same behavior that I'm seeing. Writing the
>
Hello,
On 2011-11-09 at 19:55 -0500, Taylor Hedberg wrote:
> This is a Dell Latitude D620 laptop with the following
> graphics-related lines in the lspci output:
>
> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
> 943/940GML Express Integrated Graphics Controller (rev 03)
On 2011-01-23 at 11:07 +0100, Karol Babioch wrote:
> Am 23.01.2011 10:42, schrieb Guillaume ALAUX:
> > I imported both Karol's signature and yours and Evo says the
> > signature is valid. It just complains as I haven't signed nor
> > set any trust on it but this is the right behavior.
>
> thanks fo
On 2010-10-14 at 10:57 -0500, C Anthony Risinger wrote:
> awhile back, i believe it was on this list, there was some
> amessages bout cleaning up the . in your HOME folder...
It can be achieved by preloading this library:
http://ordiluc.net/fs/libetc/
Since I am not using it I can't tell how well
On 2009-08-29 at 16:13 -0400, Daenyth Blank wrote:
> A custom udev rule would probably work too... check the wiki.
Another possibility would be ifrename(8) and iftab(5) from
wireless_tools. The netcfg package provides a script (net-rename)
for them which you can add to the DAEMONS array in /etc/r
On 2009-08-29 at 19:37 +0200, Thomas Bächler wrote:
> http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/2563
>
> So, this is what happens. Input is welcome :)
As I had nowhere enough space to backup the hard drive and recreate
the LUKS volume I was desperate enough to use the dd method K
On 2009-08-29 at 14:26 +0200, Thomas Bächler wrote:
> So we narrowed the problem down. Does cryptsetup luksDump show the
> UUID for both of them. And cryptsetup luksUUID? I'll have to look
> into blkid and see why it fails.
Yes, both luksDump and luksUUID show the UUIDs for both drives.
On 2009-08-29 at 13:52 +0200, Thomas Bächler wrote:
> Can't see anything here. Can you call blkid /dev/sdb1 (or whetever
> the partition is)?
The following command for the partition in question did not output
anything:
$ blkid /dev/sdc1
Yes, I am sure this is the right device file. :)
$ ls -l /
I forgot to mention that I do not use any custom udev rules. Just
Arch's defaults.
On 2009-08-29 at 01:43 +0200, Thomas Bächler wrote:
> It's an external drive for you, so can you run:
> udevadm --kernel --udev --env
> and then plug it in? Maybe we can find the problem in the output.
Here you go
Hello,
Replying here, as users cannot post to arch-dev-pubilc, IIRC.
On 2009-08-28 at 09:30 +0200, Thomas Bächler wrote:
> Exactly one of the many LUKS devices doesn't show up in
> /dev/disk/by-uuid/ anymore since an update of initscripts, udev and
> glibc this week. The other LUKS devices are st
20 matches
Mail list logo