Re: Seeking advise on changing names of target in dm-crypt

2013-02-19 Thread Rick Thomas
On Feb 19, 2013, at 12:10 PM, J.A. de Vries wrote: On 2013-02-19 20:36, green wrote: I use LUKS and cryptsetup encryption, but not for the root filesystem. Probably fstab and crypttab are all that you need to change. Grub configuration is another possibility, but I am guessing that you have

Re: Availability of mtpfs in Wheezy

2013-02-19 Thread Bob Proulx
nixuser wrote: > I noticed on the Debian packages website that mtpfs is available under > Sid and Stable, but not under Wheezy. A quick search under apt-cache > when running Wheezy shows this to be true. I have approached the > maintainer, but have not received a reply. > > Any idea whether this

Availability of mtpfs in Wheezy

2013-02-19 Thread nixuser
I noticed on the Debian packages website that mtpfs is available under Sid and Stable, but not under Wheezy. A quick search under apt-cache when running Wheezy shows this to be true. I have approached the maintainer, but have not received a reply. Any idea whether this package will be included u

Re: Is there is any wifi firmware in main?

2013-02-19 Thread agroconsultor0
On 02/19/2013 11:00 AM, Sven Joachim wrote: On 2013-02-19 12:02 +0100, Morel Bérenger wrote: I am thinking about buying a new laptop, and I wonder if there is any wifi firmware available in main? There seems to be only one, carl9170-1.fw in the linux-firmware-free package, and it is for USB de

Re: Seeking advise on changing names of target in dm-crypt

2013-02-19 Thread J.A. de Vries
On 2013-02-19 20:36, green wrote: > I use LUKS and cryptsetup encryption, but not for the root > filesystem. Probably fstab and crypttab are all that you need to > change. Grub configuration is another possibility, but I am guessing > that you have a dedicated /boot partition and so no grub chang

Re: exim queueing

2013-02-19 Thread Jim Pazarena
Frank Van Damme wrote, On 2013-02-19 3:17 AM: Hi, most of my Debian serves have an Exim daemon running as satellite to another server. I'm experiencing delays at the moment and trying to send mail using the "sendmail" command from the command line, it appears that the entire process of routing a

Re: Seeking advise on changing names of target in dm-crypt

2013-02-19 Thread green
J.A. de Vries wrote at 2013-02-18 05:57 -0600: > I am thinking of changing the names of the targets in crypttab and > fstab. Are there other files I need to adjust? Any pitfalls I need to be > aware of? I am thinking especially of the target that contains /. I use LUKS and cryptsetup encryption, b

Re: compress files

2013-02-19 Thread Ralf Mardorf
If there really is the need to compress audio data, then + 1 for lossless codecs and if I need a simple date output e.g. to dump freebsd, I'm using dumpstart=$(date "+%Y%m%d_%H%M%S") but with "date" you can do nice things, when using UNIX time, that aren't that simple too. -- To UNSUBSCRI

Re: compress files

2013-02-19 Thread Bob Proulx
Bob Proulx wrote: > File wav2z or some such name. Use 'oggenc' if you prefer instead of > 'flac'. > > #!/bin/sh > flac "$1" && rm "$1" > > Call it from find. No need for xargs. Better without. > > find . -mtime $AGE -exec wav2z {} + > > These can also be combined into a single find com

Re: exim queueing

2013-02-19 Thread Joe
On Tue, 19 Feb 2013 12:17:59 +0100 Frank Van Damme wrote: > Hi, > > most of my Debian serves have an Exim daemon running as satellite to > another server. I'm experiencing delays at the moment and trying to > send mail using the "sendmail" command from the command line, it > appears that the ent

Re: disk labels mismatch

2013-02-19 Thread Bob Proulx
pavicic wrote: > Bob Proulx wrote: > > > I would say that this is something that should be > > > changed. Grub simply should not read unmounted disks. > > > > This is actually a feature that other people rely upon to work. For > > example people who dual boot multiple systems expect the update

Re: compress files

2013-02-19 Thread Bob Proulx
Kelly Clowers wrote: > tsit...@linuxmail.org wrote: > > #!/bin.bash > > FILES=`find . -mtime -30 | xargs` > > tar --no-recursion -czf backup_feb_2013.tgz "${FILES}" > > rm -rf "${FILES}" > > > > > > the compressed files have the following format > > > > g303-20130205-060552-1360037152.419.wav > > >

Re: disk labels mismatch

2013-02-19 Thread pavicic
On Tue, Feb 19, 2013 at 11:57:28AM -0700, Bob Proulx wrote: > > The problem was that grub "saw" that old installation on sdb > > although sdb was _not_ mounted. For example, I deleted grub.cfg and > > updated grub and all old installations from sdb would > > reapear. Equally so during booting. > >

Re: Is there is any wifi firmware in main?

2013-02-19 Thread Sven Joachim
On 2013-02-19 12:02 +0100, Morel Bérenger wrote: > I am thinking about buying a new laptop, and I wonder if there is any wifi > firmware available in main? There seems to be only one, carl9170-1.fw in the linux-firmware-free package, and it is for USB devices. So you'll probably have to live wit

Re: disk labels mismatch

2013-02-19 Thread Bob Proulx
pavicic wrote: > This problem has been solved but since some points might be of > general interest even to Debian developers here is a report on the > issue. Good to hear it has been solved for you. > To summarize: There are 3 disks on the machine sda, sdb, sdc. Debian > Sid is installed on sda.

Re: compress files

2013-02-19 Thread Kelly Clowers
On Tue, Feb 19, 2013 at 6:24 AM, wrote: > hello fellas. i was looking for a way to compress files (.wav) older than 30 > days. > > i created a small script to do the job. > > > #!/bin.bash > > FILES=`find . -mtime -30 | xargs` > tar --no-recursion -czf backup_feb_2013.tgz "${FILES}" > rm -rf "${F

Re: compress files

2013-02-19 Thread Chris Bannister
On Tue, Feb 19, 2013 at 09:24:23AM -0500, tsit...@linuxmail.org wrote: > hello fellas. i was looking for a way to compress files (.wav) older than 30 > days. > i created a small script to do the job. > #!/bin.bash > > FILES=`find . -mtime -30 | xargs` > tar --no-recursion -czf backup_ *feb*_2013.

Re: upgrading to wheezy - multiseat stops working

2013-02-19 Thread Hugo Vanwoerkom
Linux-Fan wrote: On 02/19/2013 02:36 PM, Hugo Vanwoerkom wrote: Linux-Fan wrote: On 02/17/2013 11:57 PM, Sergey Spiridonov wrote: Hi Debian I try to upgrade my working multi-seat installation to wheezy. I have nvidia graphic cards. In squeeze I used gdm. It was working OK. I had following ent

Re: OT: What is the meaning of /proc/$PID/fd/* files?

2013-02-19 Thread Jochen Spieker
Matej Kosik: > > I am trying to figure out the meaning of: > > /proc/$PID/fd/* > > files. These files represent the open files of a process. On recent systems you can even see the associated "real" files, if any: # ls -l /proc/6373/fd total 0 lr-x-- 1 root root 64 Feb 19 10:25 0 -> /

Re: compress files

2013-02-19 Thread David Guntner
Tom Grace grabbed a keyboard and wrote: > On 19/02/13 14:24, tsit...@linuxmail.org wrote: >> any suggestions please? > > Have a look at the output of "date --help", under the FORMAT section. > You want something like "date +%b" to get "Feb". You might also consider > naming the files year-numerica

Re: OT: What is the meaning of /proc/$PID/fd/* files?

2013-02-19 Thread Joao Luis Meloni Assirati
> I am trying to figure out the meaning of: > > /proc/$PID/fd/* > > files. These are links that point to the open files of the process whose pid is $PID. Fd stands for "file descriptors", which is an integer that identifies any program input or output in UNIX-like systems. > and then if I t

Re: compress files

2013-02-19 Thread Morel Bérenger
Le Mar 19 février 2013 15:37, Darac Marjal a écrit : > On Tue, Feb 19, 2013 at 09:24:23AM -0500, tsit...@linuxmail.org wrote: > > Fellas and Dames, if you please. > > [cut] > > man date > I must admit, I prefer having dates with Dames than with Fellas :D -- To UNSUBSCRIBE, email to debian-user-

Re: compress files

2013-02-19 Thread Morel Bérenger
Le Mar 19 février 2013 15:24, tsit...@linuxmail.org a écrit : > hello fellas. i was looking for a way to compress files (.wav) older than > 30 days. > i created a small script to do the job. #!/bin.bash > > > FILES=`find . -mtime -30 | xargs` > tar --no-recursion -czf backup_ *feb*_2013.tgz "${FILE

Re: compress files

2013-02-19 Thread Tom Grace
On 19/02/13 14:24, tsit...@linuxmail.org wrote: > any suggestions please? Have a look at the output of "date --help", under the FORMAT section. You want something like "date +%b" to get "Feb". You might also consider naming the files year-numerical_month to make sorting easier later. -- To UNSU

Re: compress files

2013-02-19 Thread Darac Marjal
On Tue, Feb 19, 2013 at 09:24:23AM -0500, tsit...@linuxmail.org wrote: >hello fellas. i was looking for a way to compress files (.wav) older than >30 days. Fellas and Dames, if you please. > >i created a small script to do the job. [cut] > >any suggestions please? > man date

Re: upgrading to wheezy - multiseat stops working

2013-02-19 Thread Linux-Fan
On 02/19/2013 02:36 PM, Hugo Vanwoerkom wrote: > Linux-Fan wrote: >> On 02/17/2013 11:57 PM, Sergey Spiridonov wrote: >>> Hi Debian >>> >>> I try to upgrade my working multi-seat installation to wheezy. I have >>> nvidia graphic cards. In squeeze I used gdm. It was working OK. I had >>> following e

compress files

2013-02-19 Thread tsitras
hello fellas. i was looking for a way to compress files (.wav) older than 30 days. i created a small script to do the job. #!/bin.bash FILES=`find . -mtime -30 | xargs` tar --no-recursion -czf backup_ *feb*_2013.tgz "${FILES}" rm -rf "${FILES}" the compressed files have the following format g303-

Re: Error: Boot loader didn't return any data!

2013-02-19 Thread Denis Witt
On Tue, 19 Feb 2013 14:22:28 +0100 Denis Witt wrote: > Any ideas? Got it solved. turns out that there was an apt-proxy pointing to a non existing machine, so the packages could not be loaded. Maybe xen-create-image should print an error about this. ;) Anyway, the logfile did. Best regards Denis

Acer Aspire X1935 motherboard - any experience

2013-02-19 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anybody had any experience using Debian on an Acer Aspire X1935 motherboard which fits in a case 25 x 10 x 35 cm, which appears to be an Acer proprietary case? Regards, Ken Heard -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux) Com

Re: upgrading to wheezy - multiseat stops working

2013-02-19 Thread Hugo Vanwoerkom
Linux-Fan wrote: On 02/17/2013 11:57 PM, Sergey Spiridonov wrote: Hi Debian I try to upgrade my working multi-seat installation to wheezy. I have nvidia graphic cards. In squeeze I used gdm. It was working OK. I had following entries in gdm.conf: 8<->8 [...]

Re: Is there is any wifi firmware in main?

2013-02-19 Thread Frank Lanitz
Am 19.02.2013 12:02, schrieb "Morel Bérenger": > I am thinking about buying a new laptop, and I wonder if there is any wifi > firmware available in main? There is oackage with firmware from Linux Kernel. Not sure which WiFi is included there. But maybe http://packages.debian.org/squeeze/all/firmwa

exim queueing

2013-02-19 Thread Frank Van Damme
Hi, most of my Debian serves have an Exim daemon running as satellite to another server. I'm experiencing delays at the moment and trying to send mail using the "sendmail" command from the command line, it appears that the entire process of routing and delivering to the smarthost is handled before

Is there is any wifi firmware in main?

2013-02-19 Thread Morel Bérenger
Hello. I am thinking about buying a new laptop, and I wonder if there is any wifi firmware available in main? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/f47173d

OT: What is the meaning of /proc/$PID/fd/* files?

2013-02-19 Thread Matej Kosik
Hello, I am trying to figure out the meaning of: /proc/$PID/fd/* files. As: - their name suggests - as most of the descriptions on the web around indicate - and consistently with wishful thinking I thought that writing to /proc/$PID/0 would mean that designated process will receive th

Re: no diversion fglrx

2013-02-19 Thread lina
On Tuesday 19,February,2013 05:53 PM, lina wrote: > > # aptitude reinstall glx-diversions > > shows: > > No diversion 'diversion of > /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to > /usr/lib/mesa-diverted/libglx.so.dbg by glx-diversions', none removed. > No diversion 'diversion of

Re: no diversion fglrx

2013-02-19 Thread lina
# aptitude reinstall glx-diversions shows: No diversion 'diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so.dbg by glx-diversions', none removed. No diversion 'diversion of /usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted

no diversion fglrx

2013-02-19 Thread lina
Hi, under wheezy, I tried (already 8 or 9 times) to install the fglrx driver. Yesterday I build the new kernel 3.7.9, also update the xserver-* related. Now chocked with the following error: No diversion 'diversion of /usr/lib32/libGL.so.1.2 by fglrx-glx-ia32', none removed. # dpkg --get-sele

Re: upgrading to wheezy - multiseat stops working

2013-02-19 Thread Linux-Fan
On 02/17/2013 11:57 PM, Sergey Spiridonov wrote: > Hi Debian > > I try to upgrade my working multi-seat installation to wheezy. I have > nvidia graphic cards. In squeeze I used gdm. It was working OK. I had > following entries in gdm.conf: > > 8<->8 [...] > 8<---