Re: OT: Answering your own question (Was: Clamav update failed)

2013-02-24 Thread Alois Mahdal
On Mon, 25 Feb 2013 13:58:32 +1300 Chris Bannister wrote: > On Sun, Feb 24, 2013 at 08:14:04PM +0100, Alois Mahdal wrote: > > I think that even if you actually knew the answer before you > > asked, it's still better for community to "pretend" that you > > ask and answer than to keep it all to you

Re: A tale of four drivers

2013-02-24 Thread John L. Cunningham
On Sun, Feb 24, 2013 at 06:19:48PM -0800, Paul Zimmerman wrote: > development? For now I am using ntfs-3g. But I'd like to be sure I am using > the most > > reliable driver so I don't screw up my data partitions. You are using the most reliable driver. That is not to say that it is at all relia

A tale of four drivers

2013-02-24 Thread Paul Zimmerman
Trying to configure a Squeeze install to access several NTFS partitions on the same drive, I installed both ntfs-config and Disk-Manager. Apparently these two packages are not related? I had the impression that DM was the gui/front end for ntfs-config but apparently it isn't. Still, once

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread David Christensen
On 02/24/13 16:48, Mark Filipak wrote: Okay, here's my plan: Linux - Mainly for WWW browsing & email. Windows XP - For engineering applications & games - no networking at all. Either multiboot, or VMware player with Linux host/WinXP client. Comments? Advice? KISS. My first step at multiboot was

Thinking about using Debian (was ... Re: How to match last part of fullpath in ...)

2013-02-24 Thread Chris Bannister
On Sun, Feb 24, 2013 at 07:48:10PM -0500, Mark Filipak wrote: > Thanks for the encouragement, Hugo, but I'm not real keen on freeware. > Open source is great, but free generally means not good and not > supported - and a user forum is not support. I don't like forums either. Yes, this is a mailing

Input/output error on BluRay file cmp

2013-02-24 Thread Gary Dale
I'm running Debian Squeeze on an older 32bit system that I'm using as a file server. I use a BluRay writer to make compressed backups overnight. However lately I've been having some problems. The initial cp seems to work but when I do a cmp or rsync to test or fix cp errors, the writer sometime

Re: OT: Answering your own question (Was: Clamav update failed)

2013-02-24 Thread Chris Bannister
On Sun, Feb 24, 2013 at 08:14:04PM +0100, Alois Mahdal wrote: > I think that even if you actually knew the answer before you > asked, it's still better for community to "pretend" that you > ask and answer than to keep it all to yourself. Are you serious? Imagine the thousands of posts like, "What

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
a small correction of mine. i wanted to match not only last part but beggining of last part . so your solution is ok and thanks. Based on it with a small addition i can match the beggining of the last part of full path. So: 'm[^\/]*$' (why \ needs quoting? , i think is not special character in

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
> For end of the fullpath, search for '[^\/]*$' > For end of the fullpath that begins with 'm', search for 'm[^\/]*$' > 'm[^\/]*$' (why \ needs quoting? , i think is not special character in perl reg exprs) 'm[^/]*$' it will also match /bla/mbla/bla . But based on your hint i think solution i

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Mark Filipak
Thanks for the encouragement, Hugo, but I'm not real keen on freeware. Open source is great, but free generally means not good and not supported - and a user forum is not support. My experience has been with Firefox and Thunderbird. Okay, here's my plan: Linux - Mainly for WWW browsing & email.

Re: Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Nate Bargmann
* On 2013 24 Feb 17:59 -0600, Thomas D. Dean wrote: > On Host, it apprars to pick up the correct libs. library mismatch? > > How do I fix this? Sorry, I can't help with your specific problem, but when it comes to the GNU tools you'll need to reconsider your use of "host" and "target". What you'

Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Thomas D. Dean
Host> uname -a Linux P9X79 3.2.0-38-generic #60-Ubuntu SMP Wed Feb 13 13:22:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Target> uname -a Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux I installed Host> sudo apt-get install gcc-4.6-arm-linux-gnueabi Host>

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Hugo Vanwoerkom
Mark Filipak wrote: For end of the fullpath, search for '[^\/]*$' For end of the fullpath that begins with 'm', search for 'm[^\/]*$' Caveats: I don't know perl & I don't use apt-file & I don't use linux. (I lurk the Debian list because I'm considering trying Debian.) My knowledge is javascrip

Re: How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Mark Filipak
For end of the fullpath, search for '[^\/]*$' For end of the fullpath that begins with 'm', search for 'm[^\/]*$' Caveats: I don't know perl & I don't use apt-file & I don't use linux. (I lurk the Debian list because I'm considering trying Debian.) My knowledge is javascript. The patterns above

How to match last part of fullpath in apt-file with a perl reg-exp?

2013-02-24 Thread Πρεκατές Αλέξανδρος
How can i match the last part of a full pathnname? eg: apt-file -x search '^m.*' matches full paths with their topmost dirname started with 'm' . How can i match the last part or the full path to start with m for example ? aprekates http://librebytes.gr -- To UNSUBSCRIBE, email to debia

Re: How can I know which deb-multimedia packages I have installed?

2013-02-24 Thread Slavko
Hi Dňa 24.02.2013 21:20:35 Csanyi Pal napísal(a): > So how can I know now which debian packages are installed from these > deb-multimedia repositories abowe? aptitude search '~i ~O"Unofficial Multimedia Packages"' regards -- Slavko http://slavino.sk signature.asc Description: OpenPGP digi

How can I know which deb-multimedia packages I have installed?

2013-02-24 Thread Csanyi Pal
Hi, I have installed vuze on my Debian GNU/Linux 7.0 (wheezy) system. My sources.list is: deb-src http://ftp.debian.org/debian/ sid main contrib non-free deb http://ftp.debian.org/debian/ sid main contrib non-free deb-src http://ftp.debian.org/debian/ testing main contrib non-free deb http://ft

Re: Keeping backups until storage runs short (deja-dup style) with command line tools?

2013-02-24 Thread Rick Thomas
On Feb 21, 2013, at 3:46 AM, Johannes Graumann wrote: Hi, deja-dup has an option to keep backups forever or until storage on the drive backed up to runs short (at which point it starts deleting old backups). Does someone have any pointers on how to copy that behavior using duplicity and

Re: apt-pining: no priority (or zero) specified for pining

2013-02-24 Thread Tom H
On Fri, Feb 22, 2013 at 6:27 AM, "Morel Bérenger" wrote: > Le Ven 22 février 2013 2:58, Tom H a écrit : >> On Thu, Feb 21, 2013 at 8:02 PM, Rob Owens wrote: >>> On Thu, Feb 21, 2013 at 09:02:12PM +0100, berenger.mo...@neutralite.org >>> wrote: Package: * Pin: release a=wheezy

OT: Answering your own question (Was: Clamav update failed)

2013-02-24 Thread Alois Mahdal
On Sun, 24 Feb 2013 17:52:09 + Sharon Kimble wrote: > It seems to be bad form to reply to your own email but the > answer is No, no, no... it's the opposite. Nice of you to share the solution, Sharon! Thank you! I think that even if you actually knew the answer before you asked, it'

Re: Clamav update failed

2013-02-24 Thread Sharon Kimble
It seems to be bad form to reply to your own email but the answer is delete/rename /var/lib/clamav/daily.cld and mirrors.dat. This forces clamav to redownload them, which should be working okay then. According to #clamav on irc.freenode.net there were some problems at clamav HQ about ten days

Re: Running pae kernel on non-pae system

2013-02-24 Thread Tixy
On Sun, 2013-02-24 at 13:00 +, Tixy wrote: > On Sat, 2013-02-23 at 13:36 -0500, deb...@paulscrap.com wrote: > > Hi Folks, > > > > Last night I updated an older laptop of mine from Squeeze to Wheezy. > > It went fine, but I did run into an odd particularity. > > > > This system (Dell D

Re: Running pae kernel on non-pae system

2013-02-24 Thread Tixy
On Sat, 2013-02-23 at 19:15 +, Dom wrote: > I think the pae bit will only be used by CPUs that support it, otherwise > it will be ignored and run normally. Only some "really old" CPUs (like > some others I do run) won't be supported. > > My laptop shows: > > dom@oz:~$ cat /proc/cpuinfo > p

Re: Running pae kernel on non-pae system

2013-02-24 Thread Tixy
On Sat, 2013-02-23 at 13:36 -0500, deb...@paulscrap.com wrote: > Hi Folks, > > Last night I updated an older laptop of mine from Squeeze to Wheezy. > It went fine, but I did run into an odd particularity. > > This system (Dell D505) has a Pentium M processor. My understanding is > th

Clamav update failed

2013-02-24 Thread Sharon Kimble
I have been unable to update my clamav for the last three days, with this appearing in logcheck;- # Last ClamAV update process started at Fri Feb 22 23:18:44 2013 Last Status: main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, bui

Re: Commands in /etc/rc.local Fail

2013-02-24 Thread Thomas D. Dean
On 02/24/13 01:10, Roman V.Leon. wrote: On 24.02.2013 12:59, Thomas D. Dean wrote: On 02/24/13 00:23, Thomas D. Dean wrote: After more investigation, it appears that some time is needed between loading the driver and ifup. # ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && ifup wlan0

Re: Commands in /etc/rc.local Fail SOLVED

2013-02-24 Thread Roman V.Leon.
On 24.02.2013 13:07, Thomas D. Dean wrote: On 02/24/13 00:59, Thomas D. Dean wrote: On 02/24/13 00:23, Thomas D. Dean wrote: sudo update-initramfs -u Fixed the problem. Tom Dean Oh, i see! Glad that it works now :-) -- Cheers, Roman V.Leon. -- To UNSUBSCRIBE, email to debian-user-requ..

Re: apt-pining: no priority (or zero) specified for pining

2013-02-24 Thread Andrei POPESCU
[Just for the archives] On Jo, 21 feb 13, 21:02:12, berenger.mo...@neutralite.org wrote: > Well, the error message in title is not the exact one, but a > translation of the one I have (which is exactly "W : Aucune priorité > (ou zéro) n'a été spécifiée pour l'épinglage" but it is in french > so...

Re: Commands in /etc/rc.local Fail

2013-02-24 Thread Roman V.Leon.
On 24.02.2013 12:59, Thomas D. Dean wrote: On 02/24/13 00:23, Thomas D. Dean wrote: After more investigation, it appears that some time is needed between loading the driver and ifup. # ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && ifup wlan0 fails. # ifdown wlan0 && modprobe -v -r

Re: Debian 7

2013-02-24 Thread Andrei POPESCU
On Jo, 21 feb 13, 21:34:31, Andy Hawkins wrote: > Hi, > > In article <51268e5d.8030...@rail.eu.org>, >Erwan David wrote: > > http://linux.slashdot.org/story/13/02/21/1335255/debian-project-releases-70-wheezy-candidate > > > > Ça arrive. > > That's just the RC of the installer isn't it

Re: Commands in /etc/rc.local Fail SOLVED

2013-02-24 Thread Thomas D. Dean
On 02/24/13 00:59, Thomas D. Dean wrote: On 02/24/13 00:23, Thomas D. Dean wrote: sudo update-initramfs -u Fixed the problem. Tom Dean -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive:

Re: Commands in /etc/rc.local Fail

2013-02-24 Thread Roman V.Leon.
On 24.02.2013 12:23, Thomas D. Dean wrote: On 02/23/13 23:29, Roman V.Leon. wrote: On 24.02.2013 11:19, Thomas D. Dean wrote: On 02/23/13 23:12, Roman V.Leon. wrote: On 23.02.2013 13:42, Thomas D. Dean wrote: On boot, wlan0 fails to come up. After login, > sudo ifup wlan0 works. > uname -a L

Re: Commands in /etc/rc.local Fail

2013-02-24 Thread Thomas D. Dean
On 02/24/13 00:23, Thomas D. Dean wrote: After more investigation, it appears that some time is needed between loading the driver and ifup. # ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && ifup wlan0 fails. # ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && sleep 1 && ifup

Re: Commands in /etc/rc.local Fail

2013-02-24 Thread Thomas D. Dean
On 02/23/13 23:29, Roman V.Leon. wrote: On 24.02.2013 11:19, Thomas D. Dean wrote: On 02/23/13 23:12, Roman V.Leon. wrote: On 23.02.2013 13:42, Thomas D. Dean wrote: On boot, wlan0 fails to come up. After login, > sudo ifup wlan0 works. > uname -a Linux zd7000 2.6.32-5-686 #1 SMP Sun Sep 23 0

RE: Moving Chromebook from Ubuntu Precise to Debian Squeeze (and eventually Wheezy)

2013-02-24 Thread Mark Allums
> -Original Message- > From: Dom [mailto:to...@rpdom.net] > Sent: Sunday, February 24, 2013 12:43 AM > To: debian-user@lists.debian.org > Subject: Re: Moving Chromebook from Ubuntu Precise to Debian Squeeze > (and eventually Wheezy) > > On 23/02/13 23:25, Mark Allums wrote: > > Hi, all.