More Compile issues

2003-01-03 Thread Bonez
Lonni: Per your request for clarity I found some information that might help you and the others help me, from /var/log/messages: Jan 2 17:11:57 scott modprobe: modprobe: Can't locate module char-major-81 Jan 2 17:20:03 scott syslogd 1.4-0: restart. Jan 2 17:20:05 scott kernel: klogd 1.4-0,

Re: config info location in Mandrake

2003-01-03 Thread Keith Morse
On Thu, 2 Jan 2003, David A. Bandel wrote: On Thu, 2 Jan 2003 16:31:50 -0800 (PST) begin Keith Morse [EMAIL PROTECTED] spewed forth: To Bill, I've done different permutations of find and grep with no luck so far. I've keyed in on using ESSID and am trying understand how ifup gets

Which compiler to use to build kernel?

2003-01-03 Thread Tim Wunder
List, RH 8.0 comes with gcc-3.2 only. I've read that gcc-3.2 shouldn't be used to compile the kernel, and I've also read that it's fine for kernel building. What's the general consensus on list? Anyone using gcc-3.2 to compile the kernel and having problems? Thanks, Tim -- RedHat Psyche

CD-RW disks

2003-01-03 Thread Collins
I've been using the CD writer drive that came with my HP pc for a couple of years to write CD-R disks with no problems. It's a TEAC unit according to scanbus, i.e. 0,0,0 0) 'TEAC ' 'CD-W54E ' '1.1C' Removable CD-ROM Now I'm trying to use the few CD-RW disks (TDK 4x to 10x capable)

Re: CD-RW disks

2003-01-03 Thread R. Quenett
from Collins: I've been using the CD writer drive that came with my HP pc for a couple of years to write CD-R disks with no problems. It's a TEAC unit [...] Now I'm trying to use the few CD-RW disks (TDK 4x to 10x capable) which came with the computer, and I'm getting errors. 'cdrecord -v

Re: Which compiler to use to build kernel?

2003-01-03 Thread kwall
Feigning erudition, Tim Wunder wrote: % List, % RH 8.0 comes with gcc-3.2 only. I've read that gcc-3.2 shouldn't be used to % compile the kernel, and I've also read that it's fine for kernel building. % What's the general consensus on list? % Anyone using gcc-3.2 to compile the kernel and

Re: More Compile issues

2003-01-03 Thread Jim Bonnet
1) Are you sure you coppied the right System.map into /boot? You are still getting errors about that 2) char major 81 is for /dev/video and a couple other things.. check devices.txt in the Doc's.. it has nothing to do with anything other than an alias in modules.conf.. assuming you have no

Re: Canon S900 printer (again)

2003-01-03 Thread Alan Jackson
On Thu, 2 Jan 2003 20:54:02 -0500 [EMAIL PROTECTED] wrote: Feigning erudition, Alan Jackson wrote: % I'm really beginning to get irritated at Canon's total lack of support for % anyone not toeing the Microsoft line. % % I have some Kodak print paper that is not defined in the printer ppd

Re: More Compile issues

2003-01-03 Thread Bonez
Jim: To be honest, I am certain I don't have the System.map copied over correctly. Here's what I did after the last compile run: cp /linux-2.4.20/System.map /boot/System.map-2.4.20. That's probably not the right thing to do, but it's what I tried. I am way new at all this, so I do appreciate

Re: Which compiler to use to build kernel?

2003-01-03 Thread Klaus-Peter Schrage
Tim Wunder wrote: List, RH 8.0 comes with gcc-3.2 only. I've read that gcc-3.2 shouldn't be used to compile the kernel, and I've also read that it's fine for kernel building. What's the general consensus on list? Anyone using gcc-3.2 to compile the kernel and having problems? Since RH 8.0

Re: CD-RW disks

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003, Collins wrote: I've been using the CD writer drive that came with my HP pc for a couple of years to write CD-R disks with no problems. It's a TEAC unit according to scanbus, i.e. 0,0,0 0) 'TEAC ' 'CD-W54E ' '1.1C' Removable CD-ROM Now I'm trying to use the

Re: config info location in Mandrake

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003, Keith Morse wrote: On Thu, 2 Jan 2003, David A. Bandel wrote: On Thu, 2 Jan 2003 16:31:50 -0800 (PST) begin Keith Morse [EMAIL PROTECTED] spewed forth: To Bill, I've done different permutations of find and grep with no luck so far. I've keyed in on using

Re: dual monitor setup

2003-01-03 Thread Net Llama!
To the best of my knowledrge, dual headed display is setup in /etc/X11/XF86Config[-4]. I don't know that you can disable it from anywhere else but there. I could be wrong though. On Thu, 2 Jan 2003, Ian Stephen wrote: Hi list I feel like Mickey in Fantasia, I got two monitors working on my

Re: More Compile issues

2003-01-03 Thread Jim Bonnet
Bonez wrote: Jim: To be honest, I am certain I don't have the System.map copied over correctly. Here's what I did after the last compile run: cp /linux-2.4.20/System.map /boot/System.map-2.4.20. That's probably not the right thing to do, but it's what I tried. I am way new at all this, so I

Re: XFS Build Problems

2003-01-03 Thread kwall
Feigning erudition, Net Llama! wrote: % On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: % % No, but I don't use RPM. I tweaked, prodded, and poked and got everything % to compile and work. My new all-XFS filesystem has been up for just over % 10 days. % % That's no fun. Hit the power button and

Re: More Compile issues

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003, Bonez wrote: Here's info on my sound card: Jan 2 17:20:06 scott kernel: isapnp: Scanning for PnP cards... Jan 2 17:20:06 scott kernel: isapnp: SB audio device quirk - increasing port range Jan 2 17:20:06 scott kernel: isapnp: Card 'Creative ViBRA16C PnP' Jan 2

Re: CD-RW disks

2003-01-03 Thread Ted Ozolins
Net Llama! wrote: So this is only occuring with the TDK disks that came with the drive? cdrecord seems to think that there's no disk in the drive, or that the disks aren't valid for writing. Seems like they're crappy disks, assuming that others work fine. I've run across this a few times

Re: config info location in Mandrake

2003-01-03 Thread Andrew Mathews
Net Llama! wrote: snip Have you looked at (if it exists in MDK) /etc/sysconfig/network-scripts/ifup-wireless? snip At the very least, you can append the commands to your rc.local file. -- Andrew Mathews - 1:23pm up 3 days,

Re: XFS Build Problems

2003-01-03 Thread Andrew Mathews
[EMAIL PROTECTED] wrote: snip % That's no fun. Hit the power button and watch how well it recovers! :) You first. ;-) Kurt Yeah, well I tried it and XFS is *so good* my machine didn't even reboot. g -- Andrew Mathews -

Re: XFS Build Problems

2003-01-03 Thread kwall
Feigning erudition, Andrew Mathews wrote: % [EMAIL PROTECTED] wrote: % snip % % That's no fun. Hit the power button and watch how well it recovers! :) % % You first. ;-) % % Kurt % % Yeah, well I tried it and XFS is *so good* my machine didn't even % reboot. g Yeah. Uh huh. If you say so.

Epson 1660 question

2003-01-03 Thread Ken Moffat
My epson usb scanner, under kernel-2.4.20, shows an error in dmesg: open_scanner(10): Unable to access minor data I wonder if epson (or other) scanner users have this problem. The scanner seems to function perfectly but shows as a [epson] Device name = GT-8300. It is, as stated, an Epson

HP printers

2003-01-03 Thread Ted Ozolins
Its time to acquire a new printer my Caon BJC-210's small ink cartridge is becoming a POS. I've been looking at HP6122, HP6127 and Z65n (Lexmark) printers. All three of these use a decent size ink cartridge and of course the print quality is astonishing. The HP use PCL 3 and the Lexmark

Re: XFS Build Problems

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote: Feigning erudition, Net Llama! wrote: % On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: % % No, but I don't use RPM. I tweaked, prodded, and poked and got everything % to compile and work. My new all-XFS filesystem has been up for just over % 10

Re: Epson 1660 question

2003-01-03 Thread Net Llama!
Google is your friend: http://www.mostang.com/pipermail/sane-devel/2002-September/004102.html On Fri, 3 Jan 2003, Ken Moffat wrote: My epson usb scanner, under kernel-2.4.20, shows an error in dmesg: open_scanner(10): Unable to access minor data I wonder if epson (or other) scanner users

Re: config info location in Mandrake

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003, Andrew Mathews wrote: Net Llama! wrote: snip Have you looked at (if it exists in MDK) /etc/sysconfig/network-scripts/ifup-wireless? snip I didn't write that. -- ~~ Lonni J Friedman

Re: XFS Build Problems

2003-01-03 Thread Net Llama!
On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote: Feigning erudition, Andrew Mathews wrote: % [EMAIL PROTECTED] wrote: % snip % % That's no fun. Hit the power button and watch how well it recovers! :) % % You first. ;-) % % Kurt % % Yeah, well I tried it and XFS is *so good* my machine

Re: HP printers

2003-01-03 Thread kwall
Feigning erudition, Ted Ozolins wrote: % Its time to acquire a new printer my Caon BJC-210's small ink cartridge % is becoming a POS. I've been looking at HP6122, HP6127 and Z65n % (Lexmark) printers. All three of these use a decent size ink cartridge % and of course the print quality is

(no subject)

2003-01-03 Thread Keith Antoine
Well the holidays are over and all my family have gone, just the two of us again. I have been using windows for two reasons, one is that I had problems with mandrake 9.0 and went to do a re-install: this was after I had added a raid drive for copying AV vhs tapes to the HD and putting them down

Re: raid

2003-01-03 Thread Net Llama!
On 01/03/03 15:40, Keith Antoine wrote: Well the holidays are over and all my family have gone, just the two of us again. I have been using windows for two reasons, one is that I had problems with mandrake 9.0 and went to do a re-install: this was after I had added a raid drive for copying AV

Re: config info location in Mandrake

2003-01-03 Thread Andrew Mathews
Net Llama! wrote: On Fri, 3 Jan 2003, Andrew Mathews wrote: Net Llama! wrote: snip Have you looked at (if it exists in MDK) /etc/sysconfig/network-scripts/ifup-wireless? snip I didn't write that. It was simply snipped for brevity. Maybe a bit *too* much. g -- Andrew Mathews

Re: Epson 1660 question

2003-01-03 Thread Ken Moffat
Net Llama! wrote: Google is your friend: http://www.mostang.com/pipermail/sane-devel/2002-September/004102.html On Fri, 3 Jan 2003, Ken Moffat wrote: My epson usb scanner, under kernel-2.4.20, shows an error in dmesg: open_scanner(10): Unable to access minor data I wonder if epson (or

OT ImageMagick on Windows 2000

2003-01-03 Thread Joel Hammer
Has anybody used ImageMagick on a windows 2000 computer? I am interested in the command line functions, to automate image processing. (I may have to use windows 2000 to run our proposed digital Nikon camera for our photomicroscope.) Joel ___

Re: raid

2003-01-03 Thread Net Llama!
On 01/03/03 17:10, Keith Antoine wrote: At 03:53 PM 3/01/2003 -0800, you wrote: On 01/03/03 15:40, Keith Antoine wrote: Well the holidays are over and all my family have gone, just the two of us again. I have been using windows for two reasons, one is that I had problems with mandrake 9.0

Re: raid

2003-01-03 Thread Keith Antoine
At 03:53 PM 3/01/2003 -0800, you wrote: On 01/03/03 15:40, Keith Antoine wrote: Well the holidays are over and all my family have gone, just the two of us again. I have been using windows for two reasons, one is that I had problems with mandrake 9.0 and went to do a re-install: this was after

XFS and Allocation Lists

2003-01-03 Thread Brett I. Holcomb
Can XFS do acess control lists? On some systems (VMS for one) I can create access control lists ACL for files that contain users or groups that can access the files. -- Brett I. Holcomb [EMAIL PROTECTED] AKA Grunt Registered Linux User #188143 Remove R777 to email

Archived mail?

2003-01-03 Thread Joel Hammer
Is there an archive for this mailing list? Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users

Re: Archived mail?

2003-01-03 Thread Net Llama!
See the URL at the bottom of every post. On 01/03/03 17:39, Joel Hammer wrote: Is there an archive for this mailing list? Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: XFS and Allocation Lists

2003-01-03 Thread Brett I. Holcomb
Interesting reading. I've gone through man pages associated with xfs which talk about the fact I can set all the attributes but where are they listed G? Net Llama! wrote: On 01/03/03 17:00, Brett I. Holcomb wrote: Can XFS do acess control lists? Definitely, that's one of its selling

Re: Archived mail?

2003-01-03 Thread Joel Hammer
Thanks, Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users

Re: XFS Build Problems

2003-01-03 Thread ronnie gauthier
Just for grins hold the power button in for 20 or so seconds. ;-) On Fri, 03 Jan 2003 13:33:05 -0700 - Andrew Mathews [EMAIL PROTECTED] wrote the following Re: Re: XFS Build Problems [EMAIL PROTECTED] wrote: snip % That's no fun. Hit the power button and watch how well it recovers! :) You

Re: XFS and Allocation Lists

2003-01-03 Thread Net Llama!
I've personally never had a need for them, so i honestly can't say. Did you take a look at this: http://techpubs.sgi.com/library/tpl/cgi-bin/download.cgi?coll=0530db=bkspth=/SGI_Admin/XFS_AG On 01/03/03 17:54, Brett I. Holcomb wrote: Interesting reading. I've gone through man pages associated

Re: XFS and Allocation Lists

2003-01-03 Thread Net Llama!
After doing a bit of Googling, it seems that the ACL info is stored in the meta data for each file (or directory), and is edited with the 'chacl' command. Looks like there's some gems here:

ghostscript compile

2003-01-03 Thread harley7
I've been trying to get my printer, lexmark 3200, working under debian. It worked under mandrake before so I know it works with linux. After much RTFM, I found out the driver for this printer wasn't compiled into the debian pre-packaged gs. So my question is how do you compile a driver into gs

Re: HP printers

2003-01-03 Thread Bill Campbell
On Fri, Jan 03, 2003 at 02:13:53PM -0800, Ted Ozolins wrote: Its time to acquire a new printer my Caon BJC-210's small ink cartridge is becoming a POS. I've been looking at HP6122, HP6127 and Z65n (Lexmark) printers. All three of these use a decent size ink cartridge and of course the print

Re: HP printers

2003-01-03 Thread Collins
On Fri, 3 Jan 2003 17:51:12 -0500 [EMAIL PROTECTED] wrote: Feigning erudition, Ted Ozolins wrote: % Its time to acquire a new printer my Caon BJC-210's small ink cartridge % is becoming a POS. I've been looking at HP6122, HP6127 and Z65n % (Lexmark) printers. All three of these use a decent

Re: HP printers

2003-01-03 Thread Ted Ozolins
[EMAIL PROTECTED] wrote: I have a Z53 that I like very much, but I acquired an HP 4m/L laser printer from a friend, so I've gone to using it and only use the Z53 on my Windows system. I recommend a review of http://www.linuxprinting.org/ to see how the printers you are sizing up fare there. I

Re: XFS and Allocation Lists

2003-01-03 Thread Ted Ozolins
Net Llama! wrote: On 01/03/03 17:00, Brett I. Holcomb wrote: Can XFS do acess control lists? Definitely, that's one of its selling points: http://oss.sgi.com/projects/xfs/faq.html#acldocs Dang! I wish I'd known that. Time to backup and change the fs. -- Ted Ozolins (VE7TVO) Westbank, B.

Re: XFS Build Problems

2003-01-03 Thread Collins
On Fri, 3 Jan 2003 17:47:38 -0500 (EST) Net Llama! [EMAIL PROTECTED] wrote: On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote: Feigning erudition, Net Llama! wrote: % On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: % % No, but I don't use RPM. I tweaked, prodded, and poked and got everything%

Re: XFS and Allocation Lists

2003-01-03 Thread Brett I. Holcomb
Yup, once you use acls you miss them G. Ted Ozolins wrote: Net Llama! wrote: On 01/03/03 17:00, Brett I. Holcomb wrote: Can XFS do acess control lists? Definitely, that's one of its selling points: http://oss.sgi.com/projects/xfs/faq.html#acldocs Dang! I wish I'd known that. Time to

Digital Video Editing Software

2003-01-03 Thread Joel Hammer
Several days ago someone posted asking about digital video editing software for linux. This link may help: http://www.schirmacher.de/cgi-bin/dclinks.cgi?action=view_categorycategory=Linux+Software Joel ___ Linux-users mailing list [EMAIL

Re: CD-RW disks

2003-01-03 Thread Collins
On Fri, 03 Jan 2003 12:02:40 -0800 Ted Ozolins [EMAIL PROTECTED] wrote: Net Llama! wrote: So this is only occuring with the TDK disks that came with the drive? cdrecord seems to think that there's no disk in the drive, or that the disks aren't valid for writing. Seems like they're crappy

Re: XFS and Allocation Lists

2003-01-03 Thread Net Llama!
On 01/03/03 18:31, Ted Ozolins wrote: Net Llama! wrote: On 01/03/03 17:00, Brett I. Holcomb wrote: Can XFS do acess control lists? Definitely, that's one of its selling points: http://oss.sgi.com/projects/xfs/faq.html#acldocs Dang! I wish I'd known that. Time to backup and change the

Re: XFS and Allocation Lists

2003-01-03 Thread Brett I. Holcomb
Net Llama! wrote: On 01/03/03 18:31, Ted Ozolins wrote: Net Llama! wrote: On 01/03/03 17:00, Brett I. Holcomb wrote: Can XFS do acess control lists? Definitely, that's one of its selling points: http://oss.sgi.com/projects/xfs/faq.html#acldocs Dang! I wish I'd known that. Time to

Re: Digital Video Editing Software

2003-01-03 Thread Net Llama!
That was me. Thanks for the URL. Unfortunately, its primarily focused on IEEE1394 streaming video, and i'm working with a webcam (MPEG or AVI) videos. On 01/03/03 18:45, Joel Hammer wrote: Several days ago someone posted asking about digital video editing software for linux. This link may

Via C3 processor?

2003-01-03 Thread Ken Moffat
Any opinions on this Via C3 processor? Just wondered if what WalMart is trying to sell is usable. -- Ken Moffat [EMAIL PROTECTED] ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: XFS and Allocation Lists

2003-01-03 Thread Andrew Mathews
Brett I. Holcomb wrote: Net Llama! wrote: snip XFS...it slices, it dices, it feeds your pets. ;) Hmm, is that the xfs_feed command? I'll have to merge that one G. xfs_freeze -f /beer g -- Andrew Mathews - 8:49pm up

OT XFS Build Problems

2003-01-03 Thread Andrew Mathews
Collins wrote: snip Nor has EXT3 ever failed this (usually unintentional) test for me. I did have a reiserfs system fail to recover after a lockup (about 3 years ago), but I'm user the current reiserfs is stable now. I truly wish I could say the same, but unfortunately that was one of the

Re: XFS and Allocation Lists

2003-01-03 Thread Ted Ozolins
Net Llama! wrote: XFS...it slices, it dices, it feeds your pets. ;) Now if only I can get it to make coffee for me in the morning:) -- Ted Ozolins (VE7TVO) Westbank, B. C. Powered by Slackware 8.1, sent with Mozilla ___ Linux-users mailing

Re: CD-RW disks

2003-01-03 Thread Ted Ozolins
Collins wrote: I'll have to try some new media (sigh). All of these were still in shrink-wrap, however. Blanking them also does not work. I may have missed something here, but do music cd's play in that unit? -- Ted Ozolins (VE7TVO) Westbank, B. C. Powered by Slackware 8.1, sent with

Re: ghostscript compile

2003-01-03 Thread Joel Hammer
You might find it easier just to get a version of gs which has your driver compiled in it. As I recall, trying to compile gs was beyond me. Joel On Fri, Jan 03, 2003 at 09:29:47PM -0500, [EMAIL PROTECTED] wrote: I've been trying to get my printer, lexmark 3200, working under debian. It worked

Re: Via C3 processor?

2003-01-03 Thread Net Llama!
crap. C3 basically equals the performance of a slow PII. sure its usable, but not for anything other than email casual web surfing. On 01/03/03 19:52, Ken Moffat wrote: Any opinions on this Via C3 processor? Just wondered if what WalMart is trying to sell is usable. --

Re: ghostscript compile

2003-01-03 Thread Net Llama!
On 01/03/03 20:31, Joel Hammer wrote: You might find it easier just to get a version of gs which has your driver compiled in it. As I recall, trying to compile gs was beyond me. Joel On Fri, Jan 03, 2003 at 09:29:47PM -0500, [EMAIL PROTECTED] wrote: I've been trying to get my printer, lexmark

Re: XFS and Allocation Lists

2003-01-03 Thread Net Llama!
On 01/03/03 19:53, Ted Ozolins wrote: Net Llama! wrote: XFS...it slices, it dices, it feeds your pets. ;) Now if only I can get it to make coffee for me in the morning:) that's in cvs right now. -- ~ L. Friedman