RE: delete file based on content

2004-01-05 Thread Michael Martinell
Please ignore former post. It was an ID10T error on my part. -Original Message- From: Tom [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 5:41 PM To: [EMAIL PROTECTED] Subject: Re: delete file based on content On Mon, Jan 05, 2004 at 05:35:26PM -0600, Michael Martinell

Re: delete file based on content

2004-01-05 Thread Laurence J. Lane
(oops, list reply) On Mon, Jan 05, 2004 at 06:08:02PM -0600, Michael Martinell wrote: #rm `grep -li Processing completed correctly *` Any other thoughts? grep -Zli Processing completed correctly * | xargs -r0 rm -v -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

RE: delete file based on content

2004-01-05 Thread Paul Morgan
On Mon, 05 Jan 2004 18:18:00 -0600, Michael Martinell wrote: Please ignore former post. It was an ID10T error on my part. -Original Message- From: Tom [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 5:41 PM To: [EMAIL PROTECTED] Subject: Re: delete file based on

Re: devfs and Linux LVM

2004-01-05 Thread Paul Morgan
On Mon, 05 Jan 2004 15:35:12 -0800, ope wrote: If devfsd is a debian install (dpkg -l devfsd will tell you), it should be set up fine. And, if you can see your devices as /dev/ide/... then it is all fine. Yes, devfsd is installed and I can see the devices via the full devfs path. You

ATI Radeon driver + Linux2.6?

2004-01-05 Thread Björn Johansson
Hello! I've recently installed a 2.6.0 kernel, and I have a problem with the graphics in X. The problem is that I can't succesfully recompile the fglrx driver, so the system uses MESA instead of the graphic libraries provided by the official ATI package. Is it possible to use the Ati

Evolution + multi accounts + Sync with laptop

2004-01-05 Thread Josh
hi i use evolution on my desktop which has some pop and imap accounts. some of them have subdirectories. mail format is mbox. i would like to be able to sync my emails between desktop and laptop ; i thought of setting up an imap server on my desktop, and then retrieve pop imap mails via

Re: Kernel 2.6.0 Cannot Mount Root FS

2004-01-05 Thread Björn Johansson
Hello! I had the same problem. You must do: make mrproper Then: make menuconfig Without "make mrproper" you get kernel panic. Björn Johansson [EMAIL PROTECTED]

Re: ATI Radeon driver + Linux2.6?

2004-01-05 Thread Bijan Soleymani
On Tue, Jan 06, 2004 at 01:30:26AM +0100, Bj?rn Johansson wrote: Is it possible to use the Ati FireGL drivers with 2.6? I don't know about this specific case, but binary drivers usually won't work for a whole new kernel. Maybe a driver for 2.4.22 will work fine with 2.4.23, but probably not with

Re: fetchmail: lock creation failed

2004-01-05 Thread Thomas H. George
Jan Minar wrote: On Mon, Jan 05, 2004 at 09:41:55AM -0500, Thomas H. George wrote: With no fetchmail to feed mail to mutt and so no threading I have lost the thread and must re-post. If you want to read the thread, look among the headers of any mail on this list, for `List-Archive:'.

Re: 56K Modems

2004-01-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 05, 2004 at 06:11:31PM +0800, csj wrote: Because I need my mobo's lone serial port for my UPS, I got a usb-serial converter (modules usbserial and pl2303) to connect my serial modem to (dev/ttyUSB0). I get respectable 46K speeds and

Re: wireless setup

2004-01-05 Thread Benedict Verheyen
- Original Message - From: Jan Minar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 05, 2004 1:19 PM Subject: Re: wireless setup On Mon, Jan 05, 2004 at 12:12:46PM +0100, Benedict Verheyen wrote: Any comments on this setup? Just one general one: network with wires where

Mount failed: Invalid argument

2004-01-05 Thread Douglas Dreistadt
I'm trying to install Debian from CD on a (B700mhz AMD system with 500mb RAM. (BRight now I am stuck in the middle of (Binstallation. I have made it as far as disk (Bformatting, but cannot "mount"(?) the root (Bpartition. (BWhen I try to mount dev/hda1 as the root file (Bsystem, I get a

Re: ifconfig eth0 shows errors building

2004-01-05 Thread mike
On Mon, 05 Jan 2004 22:04:24 +0100, Sturla Holm Hansen wrote Looks like bad cabling or a bogged down net to me, notice that the collision-count is pretty high out too. My guess is you have a bad nic or bad cabling/bogged net... Thanks for the input everyone!! Replaced the hub with another

Re: Problem running foomatic-filters postinst script

2004-01-05 Thread Carl Fink
On Mon, Jan 05, 2004 at 01:35:14PM +0100, Jan Minar wrote: Look through the headers of any message on this list for a word `archive'. Or use google for that matter. I'm not sure if that was meant to be insulting, or was simply confused. -- Carl Fink [EMAIL PROTECTED]

Dell 8600 WUXGA (NVidia chipset)

2004-01-05 Thread Tony Godshall
Hi, all. Just got a good deal on a Dell 8600 with a WUXGA display (1920x1200). Got it running at 1600x1200 with Xandros 1.0 (Debian-based, the former Corel Linux, and apparently what LindowsOS is based on), but trying to get it to the full width. lspci says it has an unknown NVidia

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Mark Roach
On Mon, 2004-01-05 at 07:49, Rohit Kumar Mehta wrote: Mark Roach wrote: Get it properly encrypted at a lower level with ipsec, and you can go about your business (whee, telnet's back). This might be encrypted, but hardly secure, for instance if user A has physical access to NFS client

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Brett Carrington
On Mon, Jan 05, 2004 at 09:14:27PM -0500, Mark Roach wrote: This might be encrypted, but hardly secure, for instance if user A has physical access to NFS client and user B has physical access to nfs client, what prevents user A from accessing user B's files through VPN? File

Two nics; only one works at a time

2004-01-05 Thread Kent West
I've got a freshly installed Debian Stable box with two NICs, a 3c509 and a 3c509c. In /etc/network/interfaces, I have them defined thusly: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 dhcp When I (re)start networking, ifconfig shows both cards to be

Re: /etc/mail/aliases.db out of date

2004-01-05 Thread Nitebirdz
On Fri, Jan 02, 2004 at 11:23:13PM -0500, Frederic Lavoie wrote: Hello, I have this error : Dec 20 04:00:04 eglantin sm-mta[15923]: alias database /etc/mail/aliases.db out of date Even if I do a newaliases the error still there. Is is logical? What is the problem? The

Re: Cursor problems

2004-01-05 Thread Paul M Foster
On Mon, Jan 05, 2004 at 10:41:26AM -0500, Robert C. Thyberg wrote: I put this on the debian-laptop list but got no response. Have tried the Debian support pages but found no help there. I was advised to try this list by Tapio Lehtonen. What: SONY VAIO F490 650Mhz Intel, 18GB HDD

Re: ATI Radeon driver + Linux2.6?

2004-01-05 Thread Roberto Sanchez
Björn Johansson wrote: Hello! I've recently installed a 2.6.0 kernel, and I have a problem with the graphics in X. The problem is that I can't succesfully recompile the fglrx driver, so the system uses MESA instead of the graphic libraries provided by the official ATI package. Is it possible to

Re: Find command to display attributes

2004-01-05 Thread Laurence J. Lane
On Mon, Jan 05, 2004 at 05:50:08PM +0100, VEGH Karoly wrote: [EMAIL PROTECTED]:~/test$ find . -name *[123]* -exec ls -l {} \; With GNU find: find . -name *[123]* -ls -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Alvin Oga
On Mon, 5 Jan 2004, Brett Carrington wrote: On Mon, Jan 05, 2004 at 09:14:27PM -0500, Mark Roach wrote: This might be encrypted, but hardly secure, for instance if user A has physical access to NFS client and user B has physical access to nfs client, what prevents user A from

non-US

2004-01-05 Thread Martin Helas
Hi Listreaders, did i miss something, or has there been no package update in non-US since 20th of November? -- Regards,| Debian GNU / / _ _ _ _ _ __ __ . | / /__ / / / \// //_// \ \/ / Martin Helas| // /_/

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Mark Roach
On Mon, 2004-01-05 at 21:25, Brett Carrington wrote: On Mon, Jan 05, 2004 at 09:14:27PM -0500, Mark Roach wrote: This might be encrypted, but hardly secure, for instance if user A has physical access to NFS client and user B has physical access to nfs client, what prevents user A from

Re: Mount failed: Invalid argument

2004-01-05 Thread Lou Losee
* Douglas Dreistadt [EMAIL PROTECTED] [2004-01-05 20:34]: I'm trying to install Debian from CD on a 700mhz AMD system with 500mb RAM. Right now I am stuck in the middle of installation. I have made it as far as disk formatting, but cannot mount(?) the root partition. When I try to mount

Re: Two nics; only one works at a time

2004-01-05 Thread Lou Losee
* Kent West [EMAIL PROTECTED] [2004-01-05 22:03]: I've got a freshly installed Debian Stable box with two NICs, a 3c509 and a 3c509c. In /etc/network/interfaces, I have them defined thusly: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 dhcp

Re: ifconfig eth0 shows errors building

2004-01-05 Thread Jacob S.
On Mon, 5 Jan 2004 15:22:27 -0700 Nate Duehr [EMAIL PROTECTED] wrote: On Monday 05 January 2004 01:20 pm, Jacob S. wrote: I've had similar errors with several Rev. 5 LNE100TX cards that looked like you describe. I tried kernels 2.2.15, 2.2.19, 2.4.18 as well as the latest drivers from

unable to login; pam broken?

2004-01-05 Thread Carl Mummert
I have a mysterious problem - I am unable to login as any user. i am also unable to su to root. Forutnately I am currently logged in, but I can't su or log in on another VC. Apparently my PAM setup is broken (from looking at strace). I recently upgraded to the latest version of sarge, I don't

unsubscribe

2004-01-05 Thread bugsy
__ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: unable to login; pam broken?

2004-01-05 Thread R. Wood
On Mon, Jan 05, 2004 at 10:32:28PM -0500, Carl Mummert imagined: I have a mysterious problem - I am unable to login as any user. i am also unable to su to root. Forutnately I am currently logged in, but I can't su or log in on another VC. Apparently my PAM setup is broken (from looking at

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Mark Roach
On Mon, 2004-01-05 at 21:48, Alvin Oga wrote: On Mon, 5 Jan 2004, Brett Carrington wrote: On Mon, Jan 05, 2004 at 09:14:27PM -0500, Mark Roach wrote: This might be encrypted, but hardly secure, for instance if user A has physical access to NFS client and user B has physical

ISO9660 file naming (limits)

2004-01-05 Thread Derrick 'dman' Hudson
I want to make a cd archive of my (past) school work and remove it from my hard drive. The problem lies in name/path length limits for ISO9660 filesystems. 'mkisofs -R -J' yields output such as Using FINDR000.HH;1 for ./SE1-Software_Engineering.3010-361/src/FindRoomWindow.hh

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Paul Smith
%% Mark Roach [EMAIL PROTECTED] writes: mr Note: if you tell me that he is going to boot off a knoppix CD and mr crack root on the box to su to userB, you must give me at least mr one example of an alternative that is not susceptible to an attack mr by a malicious local root Any method

Re: ISO9660 file naming (limits)

2004-01-05 Thread Paul E Condon
On Mon, Jan 05, 2004 at 11:12:16PM -0500, Derrick 'dman' Hudson wrote: I want to make a cd archive of my (past) school work and remove it from my hard drive. The problem lies in name/path length limits for ISO9660 filesystems. 'mkisofs -R -J' yields output such as Using FINDR000.HH;1 for

idea search

2004-01-05 Thread [EMAIL PROTECTED]
Hi all, I trying to get a small list of programs to look at for a project of mine. Any ideas or pointers would be appreciated. I currently have a yahoo email account that I've been using Mozilla with for awhile now, so all my email is in mbox format. I want to set up a system where new mail

Re: idea search

2004-01-05 Thread Brett Carrington
snip On Mon, Jan 05, 2004 at 11:41:29PM -0500, [EMAIL PROTECTED] wrote: Any ideas for what servers to use, or have I over complicated everything? Thanks for anything, Paul Here are some: fetchmail for POP3, fetchyahoo (I'm pretty sure that's available in

install module in webmin

2004-01-05 Thread Lucas Albers
I installed webmin from testing, Version 1.121 I am unable to get install a new webmin snort module from snort.org via teh webmin interface. All the documentation talks about these steps for installing a module via webmin from www.webmin.com --If you are using Webmin version 0.88 or above, these

Re: growisofs ejects when finished

2004-01-05 Thread Jeffrey Barish
Mark Roach wrote: On Fri, 2004-01-02 at 15:38, Jeffrey Barish wrote: I am using growisofs to backup to DVD. Whenever growisofs finishes writing, it ejects the DVD. At that point, the DVD is obviously no longer mounted. Hmm, was the (presumably blank) disk mounted to begin with? I would

Re: ls nitpick

2004-01-05 Thread Andrew Pollock
On Sat, Jan 03, 2004 at 10:31:41PM -0500, Russ Schneider wrote: When you do an ls on Debian, you see something like the following: file1 file2 file3 dir1 dir2 file4 etc. When you do the same on Mandrake, you get file1 file2 file3 dir1/ dir2/ file4 You see how there's a / at

Re: Debian, 2.6 kernel and WIFI card on laptop ?

2004-01-05 Thread Xavier Maillard
I posted it to the wrong group, I hope I will be luckier here :/ zeDek On 6 Jan 2004, Xavier Maillard[EMAIL PROTECTED] mused: Hi, I have asked everywhere I could about that. Nobody until now could find a solution. So I am trying as a last resort here ;) Here I have an ACER TM803 laptop

Re: Is there any encrypted or secure NFS?

2004-01-05 Thread Mark Roach
On Mon, 2004-01-05 at 23:30, Paul Smith wrote: %% Mark Roach [EMAIL PROTECTED] writes: mr Note: if you tell me that he is going to boot off a knoppix CD and mr crack root on the box to su to userB, you must give me at least mr one example of an alternative that is not susceptible to an

<    1   2   3   4   5   6