Re: [gentoo-user] Having 2 cablemodems?

2003-05-29 Thread Jesse Jacobs
Hello Keith, It's called bridging, and should be transparent to the network, having the briding code determine the best route. Although personally I would seperate the services run on the devices. ie. mail/web on one and a gentoo rsync on the other :). j Keith Hamilton said: Hi, I have

Re: [gentoo-user] Java error

2003-05-29 Thread Andrew Kirilenko
Hello! On 14:37 Wed 28 May, Jose Gonzalez Gomez wrote: From the java.security.MessageDigest javadoc: MessageDigest md = MessageDigest.getInstance(SHA); try { md.update(toChapter1); MessageDigest tc1 = md.clone(); byte[] toChapter1Digest = tc1.digest();

Re: [gentoo-user] Java error

2003-05-29 Thread Erik S. Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 May 2003 16:31, Andrew Kirilenko wrote: Ha ha. I requested not byte array, but STRING! Try to convert this array to string and you will see that this is not so easy :) If you're unable to create a hex string representation of a

Re: [gentoo-user] Java error

2003-05-29 Thread Andrew Kirilenko
Hello! On 16:35 Wed 28 May, Erik S. Johansen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 May 2003 16:31, Andrew Kirilenko wrote: Ha ha. I requested not byte array, but STRING! Try to convert this array to string and you will see that this is not so easy :)

Re: [gentoo-user] /bin is gone

2003-05-29 Thread Hemmann, Volker Armin
Hi, On Wednesday 28 May 2003 06:03, el lodger wrote: Stupidity never goes out of style. I have wiped out the /bin directory - don't ask. Is there a way to repair the damage or must I do a complete reinstall? I would unpack a stage-1 or -2 tarball and copy the inhabitants of bin/ into /bin.

Re: [gentoo-user] Re: Latest packages

2003-05-29 Thread Ernie Schroder
On Wednesday 28 May 2003 09:33 am, Einar S. Idsø wrote: On Wed, 28 May 2003 09:15:19 -0400 Ernie Schroder [EMAIL PROTECTED] wrote: On Tuesday 27 May 2003 11:59 pm, Jerry McBride wrote: On Wed, 28 May 2003 11:10:05 +0800 Yusuf Nagree [EMAIL PROTECTED] wrote: Hope this isn't a

Re: [gentoo-user] Having 2 cablemodems?

2003-05-29 Thread Paul de Vrieze
On Wednesday 28 May 2003 15:29, Jesse Jacobs wrote: Hello Keith, It's called bridging, and should be transparent to the network, having the briding code determine the best route. Although personally I would seperate the services run on the devices. ie. mail/web on one and a gentoo rsync on

Re: [gentoo-user] Java error

2003-05-29 Thread Jose Gonzalez Gomez
Andrew, byte[] yourDigest = ...; String yourDigestAsString = new String( yourDigest ); Anyway, discussing about the power of a language based on this question is a nonsense and really off track. Regards Jose Andrew Kirilenko wrote: Hello! On 14:37 Wed 28 May, Jose Gonzalez Gomez

Re: [gentoo-user] Nvidia fast writing

2003-05-29 Thread Hemmann, Volker Armin
On Wednesday 28 May 2003 09:25, Patrick Marquetecken wrote: Hi, I have followd the 'bughunting tread' and have notist that my fast writing also is not working, and its enabled !. Is this because the host-bridge does not Support fast writing ? yes. Both the card and the AGP-part have to

Re: [gentoo-user] Java error

2003-05-29 Thread Andrew Kirilenko
Hello! On 15:48 Wed 28 May, Jose Gonzalez Gomez wrote: Andrew, byte[] yourDigest = ...; String yourDigestAsString = new String( yourDigest ); Anyway, discussing about the power of a language based on this question is a nonsense and really off track. Regards Jose

Re: [gentoo-user] Java error

2003-05-29 Thread nmeyers
On Wed, May 28, 2003 at 04:57:06PM +0300, Andrew Kirilenko wrote: Hello! On 15:48 Wed 28 May, Jose Gonzalez Gomez wrote: Andrew, byte[] yourDigest = ...; String yourDigestAsString = new String( yourDigest ); Anyway, discussing about the power of a language based

Re: [gentoo-user] Nvidia fast writing

2003-05-29 Thread Ernie Schroder
On Wednesday 28 May 2003 09:49 am, Hemmann, Volker Armin wrote: On Wednesday 28 May 2003 09:25, Patrick Marquetecken wrote: Hi, I have followd the 'bughunting tread' and have notist that my fast writing also is not working, and its enabled !. Is this because the host-bridge does not

Re: [gentoo-user] matrox g450 dual head and xfree 4.3.0

2003-05-29 Thread Juan Perla
Latin, Please send your config file. Thanks, Juan Perla On Sat, 24 May 2003, latin hypercube wrote: Working very well with xfree-4.2.0-r2 here and no longer any need for HAL drivers and so on from Matrox. Couple of tips in the forums IIRF forums.gentoo.org Can post my configs if helpful

[gentoo-user] question

2003-05-29 Thread Rick Sivernell
Question here, I may have not given a completed enough command. I created a new user on a new system. But the only problem is that the new user can not su with passwd to root user. What do I need to perform? any help appreciated. cheers -- Rick Sivernell Dallas, Texas 75287 972 306-2296

[gentoo-user] Load Balancing Software?

2003-05-29 Thread Keith Hamilton
Title: Message Does anyone know of any Load Balancing software for linux? -- Keith

RE: [gentoo-user] question

2003-05-29 Thread Wrolstad, Andy
You need to add this new user to the wheel group. -Andy- -Original Message- From: Rick Sivernell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 8:28 AM To: Gentoo Users Subject: [gentoo-user] question Question here, I may have not given a completed enough command. I created

Re: [gentoo-user] question

2003-05-29 Thread brett holcomb
To su a user must be a member of the wheel group. You can use groupadd but read the man page. You must give not only the new group but any others he is part of. On Wed, 28 May 2003 08:27:53 -0500 Rick Sivernell [EMAIL PROTECTED] wrote: Question here, I may have not given a completed enough

Re: [gentoo-user] question

2003-05-29 Thread Andrew Kirilenko
Hello! On 08:27 Wed 28 May, Rick Sivernell wrote: Question here, I may have not given a completed enough command. I created a new user on a new system. But the only problem is that the new user can not su with passwd to root user. What do I need to perform? any help appreciated. cheers

RE: [gentoo-user] question

2003-05-29 Thread Ricardo Nuno
Hi, You have to put the new user in the group wheel, so then he can su to root. RNuno -Original Message- From: Rick Sivernell [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 28 de Maio de 2003 14:28 To: Gentoo Users Subject: [gentoo-user] question Question here, I may have not given

[gentoo-user] Why I can't set ON usig DMA on my /dev/hda

2003-05-29 Thread Alexander Netopier Leonov
Hello I need set on DMA on my hda. But system return error (system without DMA is to slow): [EMAIL PROTECTED] netopier # hdparm -d 1 /dev/hda #/dev/hda: #setting using_dma to 1 (on) #HDIO_SET_DMA failed: Operation not permitted #using_dma= 0 (off) [EMAIL PROTECTED] netopier # Why operation

Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Daniel Jaeggi
On Wed, May 28, 2003 at 09:37:26AM -0500, Keith Hamilton wrote: Does anyone know of any Load Balancing software for linux? -- Keith Depends exactly what you mean and what you are trying to do, but you may wish to have a look at openmosix - http.//www.openmosix.com Dan -- [EMAIL PROTECTED]

Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Jesse Jacobs
Linux Virtual Server. I havn't used it yet, Need 3 comps and the time to pull my hair. But re your prev post, I don't think it would suit. FYI Cisco has many units for your needs, not that i'm promoting. j Keith Hamilton said: Does anyone know of any Load Balancing software for linux? --

Re: [gentoo-user] logwatch ebuild 4.2.1-r1

2003-05-29 Thread Mike Morrell
I noticed the missing file too. I upgraded to the latest ebuild and crontab no longer complains. But, I still get no output from logwatch at all. I have tried running logwatch.pl and having the results sent by email or by sending it to stdout (using the options in

RE: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Keith Hamilton
I'm actually trying to balance the bandwidth between two cable modems. -- Keith -Original Message- From: Daniel Jaeggi [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 9:10 AM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Load Balancing Software? On Wed, May 28, 2003 at

[gentoo-user] libavifile broken?

2003-05-29 Thread Rob Harris
Greetings. I'm new to the list, so I apologize in advance if this is a repeat question/issue. I tried compiling media-video/vcr-1.09-r2 yesterday, which avifile-0.7.15.20020816-r1 is a dependancy. It dies during compiling looking for some SDL_Audio-esque functions during linking. I know that SDL

Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread nmeyers
On Wed, May 28, 2003 at 10:32:59AM -0500, Keith Hamilton wrote: I'm actually trying to balance the bandwidth between two cable modems. Ah... different problem! Do you want to assign each network connection to one gateway or the other, or do you want each connection to distribute its packets

Re: [gentoo-user] question

2003-05-29 Thread brett holcomb
You're welcome! On Wed, 28 May 2003 09:43:23 -0500 Rick Sivernell [EMAIL PROTECTED] wrote: Brett Andrew Yusuf Richardo many thanks, I will read the man page, as I have never performed the wheel add. I raise a fresh cold brew in your honor, many thanks. cheers -- Rick Sivernell Dallas,

RE: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Keith Hamilton
I want each connection to distribute it's packets across the two gateways. -- Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 10:42 AM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Load Balancing Software? On Wed, May 28,

Re: [gentoo-user] xine: stable vs unstable

2003-05-29 Thread Jeff Elkins
On Tuesday 27 May 2003 6:35 pm, Jesse Jacobs wrote: Jeff, Checkout These: http://forums.gentoo.org/viewtopic.php?t=56316highlight=cflags http://forums.gentoo.org/viewtopic.php?t=53602highlight=cflags Thanks! I'm still feeling my way about, so these links are quite helpful. Jeff --

RE: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Jesse Jacobs
Keith, At work we use a cisco concentrator for the vpn connection. I havn't seen any oss projects for this :( Please let me know otherwise. I know of a commercial product from e-pipe though. j Keith Hamilton said: I want each connection to distribute it's packets across the two gateways. --

Re: [gentoo-user] xine: stable vs unstable

2003-05-29 Thread Jesse Jacobs
Jeff, np :) j Jeff Elkins said: On Tuesday 27 May 2003 6:35 pm, Jesse Jacobs wrote: Jeff, Checkout These: http://forums.gentoo.org/viewtopic.php?t=56316highlight=cflags http://forums.gentoo.org/viewtopic.php?t=53602highlight=cflags Thanks! I'm still feeling my way about, so these links

Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread nmeyers
On Wed, May 28, 2003 at 10:58:44AM -0500, Keith Hamilton wrote: I want each connection to distribute it's packets across the two gateways. When you configure your kernel for building, you'll find a networking option to enable that capability. Sorry, I don't remember the exact details off the

[gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread MAL
Hi ppl, Anyone know how to set (and check), the various IDE features, such as DMA, for cd drives that are being emulated by the ide-scsi generic driver? Normally i'd use hdparm on the /dev/ide/blahblah... But once they are being governed by the ide-scsi driver, they appear in

[gentoo-user] How can I mount nullfs?

2003-05-29 Thread Alexander Netopier Leonov
Hello I need mount nullfs. Example: mount directory /home/mp3s to /home/ftp/mp3s In freebsd i usually use mount_null but a can't find mount.null in /sbin/ BTW: I'm beginner user unix. Thanks a lot. -- Alexander Netopier Leonov ICQ: 44434531 . EOF -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] How can I mount nullfs?

2003-05-29 Thread MAL
Alexander Netopier Leonov wrote: Hello I need mount nullfs. Example: mount directory /home/mp3s to /home/ftp/mp3s In freebsd i usually use mount_null but a can't find mount.null in /sbin/ BTW: I'm beginner user unix. mount -o bind /home/ftp/mp3s /home/mp3s You need to be root, although wouldn't

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
Mal Hi ppl, Anyone know how to set (and check), the various IDE features, Mal such as DMA, for cd drives that are being emulated by the ide-scsi Mal generic driver? Use the /proc interface: /proc/ide/hd[a-d]/settings To set DMA (for example): echo using_dma:1 /proc/ide/hdc/settings I

[gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Alan
Hi everyone. I just got myself a a7n8x (dx, with the dual onboard nics) and I am getting some hard lockups that I hope someone will be able to help me with. The first seems to be related to the network card. I'm using the 3com port and loading the 3c59x driver. To reproduce this I just have

Re: [gentoo-user] How can I mount nullfs?

2003-05-29 Thread Alexander Netopier Leonov
MAL wrote: Alexander Netopier Leonov wrote: Hello I need mount nullfs. Example: mount directory /home/mp3s to /home/ftp/mp3s In freebsd i usually use mount_null but a can't find mount.null in /sbin/ BTW: I'm beginner user unix. mount -o bind /home/ftp/mp3s /home/mp3s You need to be root,

Fw: Re: [gentoo-user] /bin is gone

2003-05-29 Thread el lodger
Begin forwarded message: Date: Wed, 28 May 2003 09:35:11 -0700 From: el lodger [EMAIL PROTECTED] To: Hemmann, Volker Armin [EMAIL PROTECTED] Subject: Re: [gentoo-user] /bin is gone On Wed, 28 May 2003 15:43:51 +0200 Hemmann, Volker Armin [EMAIL PROTECTED] wrote: I would unpack a stage-1 or

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Thomas T. Veldhouse
I don't think that will work as those proc locations should not exist if you have not loaded those devices using the IDE module. Tom Veldhouse - Original Message - From: Canek Peláez Valdés [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 12:47 PM Subject: Re:

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
Thomas I don't think that will work as those proc locations should not exist Thomas if you have not loaded those devices using the IDE module. Of course they are. If your motherboard has an IDE bus, the proc interface will be there, no matter if you load the ide-scsi modules. That's the beauty ;)

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread MAL
Canek Peláez Valdés wrote: Mal Hi ppl, Anyone know how to set (and check), the various IDE features, Mal such as DMA, for cd drives that are being emulated by the ide-scsi Mal generic driver? Use the /proc interface: /proc/ide/hd[a-d]/settings To set DMA (for example): echo using_dma:1

[gentoo-user] How do I pass configuration options to an ebuild?

2003-05-29 Thread Mark Knecht
Hi, The title sort of says it all. I have an ebuild that I need to try passing a specific configuration option to. How do I do this? Thanks, Mark -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] DMA for ide-scsi emulated cd drives

2003-05-29 Thread Canek Peláez Valdés
[...] Mal May I then assume, that hdparm is essentially unnecessary, aside from Mal changing the DMA mode and changing power saving settings? I don't know. I do know that, for all the things I use hdparm, I can use the /proc interface; but I don't know if hdparm can do something that can't be

Re: [gentoo-user] Stopping and continuing an emerge?

2003-05-29 Thread Chris I
On 2003.05.28 04:54, Carlos C. Gonzalez wrote: Hi Mats, I don't know how accurate this is but I have read on the Gentoo forum a number of times that one can just Ctrl-C out of an emerge and then start over again. That the ebuilds are smart enough to know what has already been compiled and that

[gentoo-user] Re: wireless tools broken?

2003-05-29 Thread Sebastian Bergmann
Bruno Lustosa wrote: also, don't forget to file a bug for it. will surely help, i think. I already did that a couple of hours ago. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift:

Re: [gentoo-user] PORTDIR_OVERLAY ignored

2003-05-29 Thread Chris I
On 2003.05.28 05:30, Simeon Walker wrote: Hello all, I have an odd problem. This morning I thought I would try out an evolution 1.4 rc1 ebuild. I extracted a bunch of files to my /usr/local/portage and tried 'emerge -s evolution', only the old one was found. None of the ebuild I have under

[gentoo-user] local IMAP server on gentoo

2003-05-29 Thread Michael Perry
Hi all- Just finished building a gentoo box that I would like to put to use as an internal IMAP server. Ideally, I would like to run cyrus, fetchmail, procmail, postfix on this box. The setup would be to have fetchmail poll my POP3 server and then deposit the mail into the IMAP user accounts.

Re: [gentoo-user] wireless tools broken?

2003-05-29 Thread Bruno Lustosa
* Ta^3 Deftkore [EMAIL PROTECTED] [28-05-2003 14:42]: Unpacking wireless_tools.26.pre9.tar.gz to /var/tmp/portage/wireless-tools-26_pre9/work Source unpacked. gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer -I /usr/src/linux/include -c iwlib.c gcc -march=pentium3 -O3 -pipe

Re: [gentoo-user] Java error

2003-05-29 Thread Norberto BENSA
[EMAIL PROTECTED] ~ $ date ; echo ${bryce verdier} Wednesday 28 May 2003 07:05 am I'm new to the whole java language. Anyway, i'm using kdevelop as my ide, and i have this simple java code: There was a thread a few days back, please read it. HINT: pet hate. I hope you enjoy the reading ;-)

Re: [gentoo-user] /bin is gone

2003-05-29 Thread Norberto BENSA
[EMAIL PROTECTED] ~ $ date ; echo [EMAIL PROTECTED] Wednesday 28 May 2003 02:58 am [EMAIL PROTECTED] mike $ epm -qf /bin tar-1.13.25-r3 kbd-1.06-r1 Wow man, yours is bigger than mine!!! :-/ :-) 04:36:48 [EMAIL PROTECTED]: (~) $ qpkg -v -I -f /bin app-editors/nano-1.2.1 *

[gentoo-user] install problem

2003-05-29 Thread Berin, Murat (Murat)
I finished the install and tried to boot, Grub runs and starts to boot but I get the message like Kernel panic: VFS can not mount root . I have a SCACI Drive do I have to do some thing special? I tried both lilo and Grub. In the installation instructions it says to use root=/dev/hda3. I

[gentoo-user] New machine - recommended to update portage?

2003-05-29 Thread Mark Knecht
Hi, I'm bringing up a second machine here in my office. I'm slightly more Gentoo knowledgeable than 3 weeks ago when I did this the first time. This time I notice a message about a portage update being available and a recommendation to update portage before doing anything else. emerge -p

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Andreas Berg
I have a similar system to yours. The same motherbard, but a XP2400+ CPU. 1 GB of 333MHz RAM just as you have, using the dual clocking. I am however not using any raid0 partitions. I've not experienced any lookups and I just tested putting some load on the 3Com nic. A steady flow of 8

[gentoo-user] Almost Trashed

2003-05-29 Thread gentoo-user
I have a bunch slim PCs that were going to be thrown out, if you are interested in setting up a firewall or router this would probably be a good machine for that. My box runs Gentoo and pu away :) I just can't see throwing out 66 machines because they don't run MS applications

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Alan
On Wed, May 28, 2003 at 08:39:57PM +0200, Andreas Berg wrote: I've not experienced any lookups and I just tested putting some load on the 3Com nic. A steady flow of 8 megabytes per second for about 5 minutes was no problem. At the same time, I watched a movie with mplayer. G. that

[gentoo-user] devel kernel problems

2003-05-29 Thread Kurt Bechstein
I'm working on trying the development kernel 2.5.69 and after configuring and doing a make modules_install I get a lot of unresolved symbol error messages. Anyone have an idea of what I could be doing wrong here? I'm running 1.4rc4 all stable packages. Thanks in advance. -- [EMAIL PROTECTED]

Re: [gentoo-user] install problem

2003-05-29 Thread Jesse Jacobs
Hello, Are u using ramdisk or did u compile in the driver? Please post your grub/lilo conf. what's the name and model of your SCSI card? What partition is your /boot drive? j Murat said: I finished the install and tried to boot, Grub runs and starts to boot but I get the message like Kernel

Re: [gentoo-user] install problem

2003-05-29 Thread brett holcomb
Did you build the SCSI drivers and SCSI support into the kernel - if not it won't boot unless you make an init ram disk. On Wed, 28 May 2003 14:29:49 -0400 Berin, Murat (Murat) [EMAIL PROTECTED] wrote: I finished the install and tried to boot, Grub runs and starts to boot but I get the

[gentoo-user] apache trouble

2003-05-29 Thread Martin Larsson
Hello just installed this system, and earlier today i tried to install apache. Installation went good, but I can't start it, and i really have no idea why # apachectl start /usr/sbin/apachectl start: httpd could not be started I did a strace on it, and it complains about no

Re: [gentoo-user] apache trouble

2003-05-29 Thread Jesse Jacobs
Hello, Use /etc/init.d/apached start This uses the start-stop-daemon. I need to read about the method more :( j Martin Larsson said: Hello just installed this system, and earlier today i tried to install apache. Installation went good, but I can't start it, and i really have no idea why

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Ernie Schroder
On Wednesday 28 May 2003 02:46 pm, Alan wrote: On Wed, May 28, 2003 at 08:39:57PM +0200, Andreas Berg wrote: I've not experienced any lookups and I just tested putting some load on the 3Com nic. A steady flow of 8 megabytes per second for about 5 minutes was no problem. At the same time, I

[gentoo-user] daemon mgmt

2003-05-29 Thread Jesse Jacobs
Hello everyone, Any one know of some good docs for start-stop-daemon? TIA, j -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] New machine - recommended to update portage?

2003-05-29 Thread MooktaKiNG
if you check the updated howto it does say to emerge portage before a sync. Yes MOST of the time it is VERY important to install/upgrade portage first. After update run sync aswell - Original Message - From: Mark Knecht [EMAIL PROTECTED] To: Gentoo-User [EMAIL PROTECTED] Sent: Wednesday,

RE: [gentoo-user] install problem

2003-05-29 Thread Berin, Murat (Murat)
I guess I compiled in the drive. I am not sure what's a ramdisk. I followed the install instructions on the web page. My grub lilo conf files are the same as the once in the instructions on the web the only change I made was from /dev/hda* to /dev/sda* I am not sure of SCSI card model. my

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Alan
You might want to try the gentoo-sources for your kernel, thats what I'm using. If that doesn't help, it probably has something to do with your raid I'll give that a shot. Maybe it's something in the preemp or low latency that's causing problems. Have you used any other kernels?

RE: [gentoo-user] install problem

2003-05-29 Thread Berin, Murat (Murat)
I am not sure, how can I check this? How can I make an init ram disk? Murat -Original Message- From: brett holcomb [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 3:18 PM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] install problem Did you build the SCSI drivers and SCSI

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Andreas Berg
At 20:46 2003-05-28, Alan wrote: On Wed, May 28, 2003 at 08:39:57PM +0200, Andreas Berg wrote: I've not experienced any lookups and I just tested putting some load on the 3Com nic. A steady flow of 8 megabytes per second for about 5 minutes was no problem. At the same time, I watched a movie

Re: [gentoo-user] Java error-SOLVED

2003-05-29 Thread bryce verdier
Thank you Ragu, that solved my problem. Sorry for almost starting a flame war based on language preferences. It was not my intent. But thanks for the reading material! ;) And to Norberto Bensa: Thank you very much for telling me to read up on Pet Hate. Appreciate the advice. However, i felt

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Ernie Schroder
On Wednesday 28 May 2003 04:08 pm, Andreas Berg wrote: At 20:46 2003-05-28, Alan wrote: On Wed, May 28, 2003 at 08:39:57PM +0200, Andreas Berg wrote: I've not experienced any lookups and I just tested putting some load on the 3Com nic. A steady flow of 8 megabytes per second for

RE: [gentoo-user] New machine - recommended to update portage?

2003-05-29 Thread Mark Knecht
-Original Message- From: MooktaKiNG [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 12:46 PM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] New machine - recommended to update portage? if you check the updated howto it does say to emerge portage before a sync.

Re: [gentoo-user] install problem

2003-05-29 Thread brett holcomb
In menuconfig you can specify whether or not the SCSI is a module or built in. When you built the kernel you had a list of options you could go through. One was SCSI - check it out. On Wed, 28 May 2003 15:56:07 -0400 Berin, Murat (Murat) [EMAIL PROTECTED] wrote: I am not sure, how can I

[gentoo-user] Trouble analyzing logfiles (problem with reiserfs?)

2003-05-29 Thread Kim Leandersson
Hello! I have a problem and need some help. I have a backup server loaded with drives. Both gentoo boxes and windows machines do backup against this server so it's pretty important to us. When I look into the logfiles on this backup server I found some lines which I can't understand. Any help

[gentoo-user] Installing Gentoo, pcmcia wlan card problems

2003-05-29 Thread D.J. Bolderman
I'm trying to install Gentoo on my Dell laptop. I have a pcmcia wlan card, which has an atmel chip onboard. This laptop is currently running Debian, and works fine with the atmelwlandriver from sourceforge. However, installing Gentoo gives me a hard time here. The card is not detected during the

Re: [gentoo-user] bughunting

2003-05-29 Thread Dhruba Bandopadhyay
On Tue, 2003-05-27 at 20:42, Ernie Schroder wrote: On Tuesday 27 May 2003 03:03 pm, brett holcomb wrote: You enable it in /etc/modules.conf - there are some comments there on how to do it. As to whether you should depends on your system. Try it and see what happens. Close! you

Re: [gentoo-user] apache trouble

2003-05-29 Thread Robin H . Johnson
On Wed, May 28, 2003 at 09:21:49PM +, Martin Larsson wrote: The only thing i edited in apache.conf was changing Servername, so it shouldnt be anything there either. Is the 'ServerName' field in sync with /etc/hosts ? Eg does /etc/hosts have an entry for that EXACT name you have used with

Re: Fw: Re: [gentoo-user] /bin is gone

2003-05-29 Thread el lodger
On Wed, 28 May 2003 10:05:44 -0700 el lodger [EMAIL PROTECTED] wrote: Begin forwarded message: Date: Wed, 28 May 2003 09:35:11 -0700 From: el lodger [EMAIL PROTECTED] To: Hemmann, Volker Armin [EMAIL PROTECTED] Subject: Re: [gentoo-user] /bin is gone On Wed, 28 May 2003 15:43:51

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Bob Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If your using dma on the sata controller, do a echo max_kb_per_request:15 /proc/ide/hdX/settings Bob -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux)

Re: [gentoo-user] Asus A7N8X (nforce2) lockups (help!)

2003-05-29 Thread Alan
On Thu, May 29, 2003 at 04:12:52PM -0500, Bob Johnson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If your using dma on the sata controller, do a echo max_kb_per_request:15 /proc/ide/hdX/settings I'm guessing that this is only if I am using SATA drives? I have the SATA enabled,

RE: [gentoo-user] Almost Trashed

2003-05-29 Thread DS
I will take a few!!! Doc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: [gentoo-user] Almost Trashed I have a bunch slim PCs that were going to be thrown out, if you are interested in setting up

RE: [gentoo-user] Almost Trashed

2003-05-29 Thread DS
Hmm on second thought 250 each is a bit steep for them old suckas :) -Original Message- From: DS [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 4:50 PM To: [EMAIL PROTECTED] Subject: RE: [gentoo-user] Almost Trashed I will take a few!!! Doc -Original Message- From:

[gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Mark Knecht
Hi, Trying to do this right. After updating portage, I have a message about 4 files that need to be updated. They all start with /etc/._conf. It appears that the proper way to do this update is to save the existing config files, rename these 4 files to their respective names, and then hand

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Florian Huber
On Wed, 28 May 2003 15:02:31 -0700 Mark Knecht [EMAIL PROTECTED] wrote: Hi, Trying to do this right. After updating portage, I have a message about 4 files that need to be updated. They all start with /etc/._conf. Just make etc-update and all should work fine :) HTH

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Anarconda
El Jueves, 29 de Mayo de 2003 00:02, Mark Knecht escribió: Hi, Trying to do this right. After updating portage, I have a message about 4 files that need to be updated. They all start with /etc/._conf. It appears that the proper way to do this update is to save the existing config

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread David
There is a command: etc-update it will run through it for you. There are several options you can select while running it. Like automerge, ask for confermation to delete old file, I only watch out for stuff that I edit. Like /etc/group , /etc/make.conf ,... Other stuff usually just let it

RE: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Mark Knecht
Just make etc-update and all should work fine :) HTH Florian Huber Florian, Hi. Thanks. That's helpful, if a bit scary. Brand new build. No backups. etc-update looks like it will possibly overwrite my existing make.conf, which is the only one I've edited so far, so I think I

RE: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Finne Boonen
first time I did it: cope the file to a save location (like your homedir) deal with etc-update if everything is still running smoothly after a few days, delete the file. etc-update is rather straightforward. On Wed, 28 May 2003, Mark Knecht wrote: Just make etc-update and all

Re: [gentoo-user] Almost Trashed

2003-05-29 Thread nealbirch
On Wed, 28 May 2003 16:52:46 -0500 DS [EMAIL PROTECTED] wrote: Hmm on second thought 250 each is a bit steep for them old suckas :) I have a bunch slim PCs that were going to be thrown out, if you are interested in setting up a firewall or router this would probably be a good machine

Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Juri Haberland
Keith Hamilton [EMAIL PROTECTED] wrote: I want each connection to distribute it's packets across the two gateways. Maybe the following URL might help you (sorry for the possible line wrap):

RE: [gentoo-user] Almost Trashed

2003-05-29 Thread herzog
OUCH! That's a bit pricy... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 1:41 PM To: [EMAIL PROTECTED] Subject: [gentoo-user] Almost Trashed I have a bunch slim PCs that were going to be thrown out, if you are interested

Re: [gentoo-user] daemon mgmt

2003-05-29 Thread MAL
Jesse Jacobs wrote: Hello everyone, Any one know of some good docs for start-stop-daemon? TIA, j man anything pretty much works, except 'man life' :p MAL -- [EMAIL PROTECTED] mailing list

RE: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Mark Knecht
On Wed, 2003-05-28 at 15:30, Finne Boonen wrote: first time I did it: cope the file to a save location (like your homedir) deal with etc-update if everything is still running smoothly after a few days, delete the file. etc-update is rather straightforward. Yes, thanks Finne - that's

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread nealbirch
On Wed, 28 May 2003 15:02:31 -0700 Mark Knecht [EMAIL PROTECTED] wrote: Hi, Trying to do this right. After updating portage, I have a message about 4 files that need to be updated. They all start with /etc/._conf. It appears that the proper way to do this update is to save the

Re: [gentoo-user] Almost Trashed

2003-05-29 Thread Carlos C. Gonzalez
Not to mention that I can get old PC's at my local recycle of corporate computers place for a mere $80.00 CA! Useful only as firewall / routers but still a sight less than $250.00 US :). Carlos -- www.internetsuccess.ca On May 28, 2003 04:41 pm, [EMAIL PROTECTED] wrote: On Wed, 28 May

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread Carlos C. Gonzalez
Hi Mark, Be VERY careful when telling etc-update to go ahead and upate things. I messed up my system big time after I told etc-update to update everything automatically after an emerge -u system. Best policy is to definitely back up your /etc/ directory through a bash script or something

RE: [gentoo-user] Almost Trashed

2003-05-29 Thread Stephen Turner
250 each? these slim pcs whats the specs? i might be interested = *// No cows were injured in the making of this message *// __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com -- [EMAIL PROTECTED]

Re: [gentoo-user] Almost Trashed

2003-05-29 Thread Eric Marchionni
how nice! you want to make the big money, huh?! [EMAIL PROTECTED] wrote: I have a bunch slim PCs that were going to be thrown out, if you are interested in setting up a firewall or router this would probably be a good machine for that. My box runs Gentoo and pu away :) I just can't see

Re: [gentoo-user] daemon mgmt

2003-05-29 Thread Jesse Jacobs
LOL, thx i was on a win box;,,,They seem to inhibit thinking :) j MAL said: Jesse Jacobs wrote: Hello everyone, Any one know of some good docs for start-stop-daemon? TIA, j man anything pretty much works, except 'man life' :p MAL -- [EMAIL PROTECTED] mailing list -- [EMAIL

Re: [gentoo-user] Annotating PDF's in Linux

2003-05-29 Thread James H. Cloos Jr.
Ulrich == Ulrich Plate [EMAIL PROTECTED] writes: Ulrich 'Annotations are non-printing notes, which Scribus can Ulrich optionally embed within a PDF. AFAICD, scribus does not import pdf files or allow one to edit existing pdfs. What it can do is generate annotations in pdfs that it creates,

Re: [gentoo-user] Proper updating of /etc config files

2003-05-29 Thread William F Pearson III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Knecht wrote: | Hi, |Trying to do this right. After updating portage, I have a message about 4 | files that need to be updated. They all start with /etc/._conf. | |It appears that the proper way to do this update is to save the existing |

  1   2   >