error compiling lilo from source

2003-10-08 Thread M.W. Chang
what did I miss? is there a how-to on this? cc -c -O2 -Wall -g -DLILO=0x489b `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL; fi ) | sed

Re: LDAP AddressBook Web Front End

2003-10-08 Thread Roger Oberholtzer
On Tue, 7 Oct 2003 22:05:09 -0400 Matthew Carpenter [EMAIL PROTECTED] wrote: So please share your personal biases and thanks a load! Remember, it needs to be platform-agnostic, so Web seems most fitting, Java works too. Heck, I'd settle for a Win32 app since I already have a great Linux

Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread James McDonald
Folks, I have a Ricoh Caplio G3 and when I plug it in I get the following in /var/log/messages. Oct 8 20:57:43 amd kernel: hub.c: new USB device 00:10.0-2, assigned address 2 Oct 8 20:57:43 amd kernel: usb.c: USB device 2 (vend/prod 0x5ca/0x2204) is not claimed by any active driver. Oct 8

Re: Oops! (different machine)

2003-10-08 Thread Net Llama!
On Wed, 8 Oct 2003, Matthew Carpenter wrote: Testing new backup procedures on one of my machines, I kept locking up half-way through, consistently. This last time, I got a kernel Oops (happened to be watching it through a serial connection so I was able to save it). I'm pretty sure it's

Re: error compiling lilo from source

2003-10-08 Thread Net Llama!
On Wed, 8 Oct 2003, M.W. Chang wrote: what did I miss? is there a how-to on this? cc -c -O2 -Wall -g -DLILO=0x489b `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE

FrontPage 2002 extension and Redhat 9

2003-10-08 Thread Vu Pham
I am installing Frontpage extenstion on Redhat 9 with apache 1.3.28, and get the following error: Creating web http://. ./fp_install.sh: line 2237: 5544 Segmentation fault ${FPDIR}/bin/owsadm.exe -o install -p $port $web $config -u $admin $chown -m ERROR: / installation failed. Hit enter to

Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread James McDonald
Folks, I have a Ricoh Caplio G3 and when I plug it in I get the following in /var/log/messages. Oct 8 20:57:43 amd kernel: hub.c: new USB device 00:10.0-2, assigned address 2 Oct 8 20:57:43 amd kernel: usb.c: USB device 2 (vend/prod 0x5ca/0x2204) is not claimed by any active driver. Oct 8

Re: LDAP AddressBook Web Front End

2003-10-08 Thread Matthew Carpenter
I'm pretty sold on DirectoryAdministrator for Linux - Original Message - From: Roger Oberholtzer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 3:55 AM Subject: Re: LDAP AddressBook Web Front End On Tue, 7 Oct 2003 22:05:09 -0400 Matthew Carpenter [EMAIL

Re: Maximum Memory in Linux

2003-10-08 Thread Net Llama!
On Wed, 8 Oct 2003, Simper, Brian D wrote: Is there a theoretical or functional maximum memory you can put in a Linux machine? I have a server with 2GB installed but the free command stubbornly says: # free total used free sharedbuffers cached Mem:

Re: Maximum Memory in Linux

2003-10-08 Thread Matthew Carpenter
Yes, but most stock kernels support up to 4GB, which is still more than 2GB this guy's using... - Original Message - From: Net Llama! [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 1:15 PM Subject: Re: Maximum Memory in Linux On Wed, 8 Oct 2003, Simper,

Re: Maximum Memory in Linux

2003-10-08 Thread Leon A. Goldstein
Brian Simper wrote: Is there a theoretical or functional maximum memory you can put in a Linux machine? I have a server with 2GB installed but the free command stubbornly says: # free total used free shared buffers cached Mem: 902768 672416 230352 0 45820 193564 -/+ buffers/cache: 433032

Re: Maximum Memory in Linux

2003-10-08 Thread Michael Hipp
Simper, Brian D wrote: Is there a theoretical or functional maximum memory you can put in a Linux machine? I have a server with 2GB installed but the free command stubbornly says: At risk of suggesting the obvious, does your BIOS recognize all the memory? Some machines have built-in hardware

Re: Maximum Memory in Linux

2003-10-08 Thread Net Llama!
The 'stock' Redhat kernel suports no more than 1GB. SuSE kernels might support more. Redhat includes a 'bigmem' kernel which supports 16GB. On Wed, 8 Oct 2003, Matthew Carpenter wrote: Yes, but most stock kernels support up to 4GB, which is still more than 2GB this guy's using... -

Re: Maximum Memory in Linux

2003-10-08 Thread David A. Bandel
On Wed, 8 Oct 2003 08:44:51 -0700 Simper, Brian D [EMAIL PROTECTED] wrote: Is there a theoretical or functional maximum memory you can put in a Linux machine? I have a server with 2GB installed but the free command stubbornly says: # free total used free

Re: Maximum Memory in Linux

2003-10-08 Thread David A. Bandel
On Wed, 8 Oct 2003 16:59:57 -0400 (EDT) Net Llama! [EMAIL PROTECTED] wrote: The 'stock' Redhat kernel suports no more than 1GB. SuSE kernels might support more. Redhat includes a 'bigmem' kernel which supports 16GB. kernels support up to: 1Gb, 4Gb, 64Gb depending on the kernel compile

Re: Maximum Memory in Linux

2003-10-08 Thread Matthew Carpenter
Really? Wow. UL support 4GB out of the box. UL includes both CONFIG_HIGHMEM4G as well as CONFIG_1GB. I know there is also an option for 64GB. (from /usr/src/linux/Documentation/Configure.help) 4GB CONFIG_HIGHMEM4G Select this if you have

More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Michael Hipp
If you can follow this conversation, could someone tell me why the file 'wx-config' immediately becomes an orphan as soon as it is installed? What am I missing THIS time? # ls /usr/bin/wx-config /usr/bin/wx-config # rpm -e wxGTK-devel-2.4.2-1 wxGTK-2.4.2-1 # ls /usr/bin/wx-config ls:

Re: Maximum Memory in Linux

2003-10-08 Thread burns
Before you go re-rolling kernels, check this out: http://kb.redhat.com/view.php?eid=71 -- burns ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Re: Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread Ken Moffat
James McDonald wrote: Could you guys recommend a website for all things Linux and digital camera wise? Thanks. http://www.linux-usb.org/ -- Ken ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread Ken Moffat
James McDonald wrote: Folks, I have a Ricoh Caplio G3 and when I plug it in I get the following in /var/log/messages. Oct 8 20:57:43 amd kernel: hub.c: new USB device 00:10.0-2, assigned address 2 Oct 8 20:57:43 amd kernel: usb.c: USB device 2 (vend/prod 0x5ca/0x2204) is not claimed by any

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Andrew Mathews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Hipp wrote: | If you can follow this conversation, could someone tell me why the file | 'wx-config' immediately becomes an orphan as soon as it is installed? | What am I missing THIS time? | | # ls /usr/bin/wx-config | /usr/bin/wx-config | #

Re: Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread Ken Moffat
http://www.teaser.fr/~hfiguiere/linux/digicam.html states seems to not work as is You might try a very new kernel. 2.5. or 2.6.0 -- Ken ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: Maximum Memory in Linux

2003-10-08 Thread James McDonald
On Wed, 8 Oct 2003, Simper, Brian D wrote: Is there a theoretical or functional maximum memory you can put in a Linux machine? I have a server with 2GB installed but the free command stubbornly says: # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set The

test

2003-10-08 Thread ronnie gauthier
anyone home? ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Michael Hipp
Andrew Mathews wrote: Sounds like your rpm isn't built for the distro you're trying to install it on, but something altogether different. Can you properly query the package with rpm -qpl packagename.rpm and list the fileset? It's the RPM that came in RH9 as far as I know. I don't recall upgrading

Re: Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread James McDonald
Ken Moffat wrote: James McDonald wrote: Folks, I have a Ricoh Caplio G3 and when I plug it in I get the following in /var/log/messages. Oct 8 20:57:43 amd kernel: hub.c: new USB device 00:10.0-2, assigned address 2 Oct 8 20:57:43 amd kernel: usb.c: USB device 2 (vend/prod 0x5ca/0x2204) is

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Matthew Carpenter
First off, what Linux distro are you using, and secondly, do you need 2.4.2 or would 2.4.0 work? If you are running SuSE, check out: http://packman.links2linux.de/?action=312 On Wed, 08 Oct 2003 17:46:23 -0500 Michael Hipp [EMAIL PROTECTED] wrote: If you can follow this conversation, could

Re: FrontPage 2002 extension and Redhat 9

2003-10-08 Thread Keith Morse
On Wed, 8 Oct 2003, Vu Pham wrote: I am installing Frontpage extenstion on Redhat 9 with apache 1.3.28, and get the following error: Creating web http://. ./fp_install.sh: line 2237: 5544 Segmentation fault ${FPDIR}/bin/owsadm.exe -o install -p $port $web $config -u $admin $chown -m

Re: test

2003-10-08 Thread Matthew Carpenter
Home office... That count? On Wed, 8 Oct 2003 18:32:11 -0500 ronnie gauthier [EMAIL PROTECTED] wrote: anyone home? ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Andrew Mathews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Hipp wrote: | Andrew Mathews wrote: | | Sounds like your rpm isn't built for the distro you're trying to install | it on, but something altogether different. Can you properly query the | package with rpm -qpl packagename.rpm and list the

Re: Ricoh Caplio G3 Digital Camera and Linux

2003-10-08 Thread Ken Moffat
James McDonald wrote: What kernel are you running? [EMAIL PROTECTED] boot]$ uname -r 2.4.22 Pretty new. Thought you might have an old one and could update. -- Ken ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Greylisting

2003-10-08 Thread Wil McGilvery
I was reading this article on greylisting and I find the premise to be interesting. http://projects.puremagic.com/greylisting/ Has anyone tried greylisting? Any experiences worth sharing? Regards, Wil McGilvery Manager Lynch Digital Media Inc 416-744-7949 416-716-3964 (cell)

Apache/PHP revisited

2003-10-08 Thread Matthew Carpenter
I just found an interesting twist to my recent php woes. I have been attempting to get squirrelmail working using a named virtual host, webmail.eisgr.com, which is actually pointing at /srv/www/htdocs/squirrelmail/. It sends me the index.php file as text seemingly no matter what I do.

Re: Stupid RPM, or just me???

2003-10-08 Thread Collins Richey
On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: I love it! Will file this away. RPM, like any other software product, has syntax that must be learned. That being

Re: Greylisting

2003-10-08 Thread Matthew Carpenter
No, but I'll be looking into it as soon as the schedule lets up next week. On Wed, 8 Oct 2003 21:54:33 -0400 Wil McGilvery [EMAIL PROTECTED] wrote: projects -- Matthew Carpenter [EMAIL PROTECTED] http://www.eisgr.com/ Enterprise Information Systems * Network Server

Re: Greylisting

2003-10-08 Thread David A. Bandel
On Wed, 8 Oct 2003 21:54:33 -0400 Wil McGilvery [EMAIL PROTECTED] wrote: I was reading this article on greylisting and I find the premise to be interesting. http://projects.puremagic.com/greylisting/ Has anyone tried greylisting? Any experiences worth sharing? No. But the most

Re: test

2003-10-08 Thread Kurt Wall
Quoth ronnie gauthier: anyone home? No. I'm at work. Kurt -- It is the business of little minds to shrink. -- Carl Sandburg ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Kurt Wall
Quoth Michael Hipp: If you can follow this conversation, could someone tell me why the file 'wx-config' immediately becomes an orphan as soon as it is installed? What am I missing THIS time? Is wx-config a symlink to another file that *is* installed by the RPM? Kurt -- It is easier to

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Kurt Wall
Quoth Michael Hipp: Andrew Mathews wrote: Sounds like your rpm isn't built for the distro you're trying to install it on, but something altogether different. Can you properly query the package with rpm -qpl packagename.rpm and list the fileset? It's the RPM that came in RH9 as far as I

Re: question

2003-10-08 Thread dep
quoth Rick Sivernell: | DEP your right that if no print she will not be totally happy. | | Good news here - last weekend we had our 1st Sat computer sale. I | bought 2 scsi HP6100c scanners for $5.00 total. I have one on wife's | machine and suse setit up and scanned. wait a minute here. i

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Michael Hipp
Kurt Wall wrote: I'm betting that a %post-install script creates a symlink. Perhaps a command like rpm -q --scripts pkg.name.rpm (if memory serves) will tell you what you want to know? You're looking for a command that creates a symlink. It's been awhile since I was intimate with RPM, but symlinks

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Michael Hipp
Andrew Mathews wrote: Sorry, I wasn't clear, I meant the package you're trying to install, not rpm itself. It's not Red Hat specific in any way, but I've been using the slightly earlier version with no problems. And, in fact, this one is working fine now. Whereas yesterday bash kept telling me

Importing mutt aliases into Netscape 7

2003-10-08 Thread Joel Hammer
Does anyone know of a way to import addresses from a text file like mutt aliases into a more convoluted file like the abook of mozilla? Or,failing that, is there a simple explanation somewhere of the abook data format? Thanks, Joel ___ Linux-users

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Michael Hipp
Matthew Carpenter wrote: First off, what Linux distro are you using, and secondly, do you need 2.4.2 or would 2.4.0 work? If you are running SuSE, check out: http://packman.links2linux.de/?action=312 It's Red Hat 9. I've been running 2.4.1 with no problems but thought to upgrade to 2.4.2 as it

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Kurt Wall
Quoth Michael Hipp: Kurt Wall wrote: I'm betting that a %post-install script creates a symlink. Perhaps a command like rpm -q --scripts pkg.name.rpm (if memory serves) will tell you what you want to know? You're looking for a command that creates a symlink. It's been awhile since I was

Re: Importing mutt aliases into Netscape 7

2003-10-08 Thread Kurt Wall
Quoth Joel Hammer: Does anyone know of a way to import addresses from a text file like mutt aliases into a more convoluted file like the abook of mozilla? Or,failing that, is there a simple explanation somewhere of the abook data format? http://www.mozilla.org/mailnews/arch/index.html Kurt

Re: More RPM madness - I'm sure it's just me ...

2003-10-08 Thread Matthew Carpenter
No, it's most likely because the link is created during a post-install script, not listed in the official file list which RPM uses to populate its database. On Wed, 8 Oct 2003 23:02:52 -0400 Kurt Wall [EMAIL PROTECTED] wrote: Quoth Michael Hipp: Kurt Wall wrote: I'm betting that a