Re: [gentoo-user] no reboot netfinity 3500

2005-05-24 Thread Shawn Singh
Have you already solved this problem? If not, please re-state what is happening. I'm curious as to whether or not your box needs certain kernel modules to be loaded so that the system will have all that it needs to boot the system. Shawn On 5/23/05, Walter Willis <[EMAIL PROTECTED]> wrote: > netf

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Michael Steinmann
check for available options with 'modinfo module_name' Create a file for your network card in /etc/modules.d and run 'modules-update' to re-create /etc/modules.conf. Then stop your network and unload the module. When you restart the network the options should get picked-up from /etc/modules.conf

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Shawn Singh
I think mii-tool can be used to set the speed & duplex on a card. Hope this helps, Shawn On 5/24/05, mudrii <[EMAIL PROTECTED]> wrote: > Qian Qiao wrote: > > >On 24/05/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>Whats the best way to keep my networkcards in 100m

[gentoo-user] uuencode

2005-05-24 Thread karly
Back in February David Corbin posted a question about which ebuild uuencode is in, and how he could find out in general which ebuild a particular binary might be located in. I was loking for uuencode myself, which is how I found his unanswered post. I found the answer to his first question, so I

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Colin
Richard Fish wrote: Colin wrote: Julien Cayzac wrote: On 5/24/05, Robert Crawford <[EMAIL PROTECTED]> wrote: For what it's worth, according to man gcc, -O2 turns on -funit-at-a-time. Yup. Too bad every single Makefile in the world compiles c/c++ source files one by one :-/ Wo

Re: [gentoo-user] Problems with Dual Boot

2005-05-24 Thread Richard Fish
AJ Spagnoletti wrote: >>What ever drive the BIOS reports as the bootable drive may be considered >>drive C: by windows, I think. FWIW you have grub booting Gentoo on the >>first drive (hd0/hda), so why not change the boot order back and install >>grub on hda with an updated grub.conf. >> >> >>

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Richard Fish
Colin wrote: > Julien Cayzac wrote: > >> On 5/24/05, Robert Crawford <[EMAIL PROTECTED]> wrote: >> >> >>> For what it's worth, according to man gcc, -O2 turns on >>> -funit-at-a-time. >>> >> >> >> Yup. Too bad every single Makefile in the world compiles c/c++ source >> files one by one :-/ >>

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread mudrii
Qian Qiao wrote: On 24/05/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote: Hi, Whats the best way to keep my networkcards in 100mbit full duplex, now i have put the commands in the /etc/conf.d/local.start. Shouldn't most network cards/hubs/switches be able to auto-sense? -- Joe

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread kashani
Qian Qiao wrote: On 24/05/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote: Hi, Whats the best way to keep my networkcards in 100mbit full duplex, now i have put the commands in the /etc/conf.d/local.start. Shouldn't most network cards/hubs/switches be able to auto-sense? -- Joe "Auto-ne

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Colin
Julien Cayzac wrote: On 5/24/05, Robert Crawford <[EMAIL PROTECTED]> wrote: For what it's worth, according to man gcc, -O2 turns on -funit-at-a-time. Yup. Too bad every single Makefile in the world compiles c/c++ source files one by one :-/ Wouldn't MAKEOPTS set to at least -j2 at

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Nick Rout
On Tue, 24 May 2005 21:43:14 -0500 Nick Niemeyer wrote: > Good Hardware is not the answer. Even with all Cisco equipment and high end > cards you will still eventually run into the problem of endless autosensing. > This is horrible for network performance. You need to push the card into 100 >

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Nick Niemeyer
Good Hardware is not the answer.  Even with all Cisco equipment and high end cards you will still eventually run into the problem of endless autosensing.  This is horrible for network performance.  You need to push the card into 100 Full Duplex on startup either through ethtool or via a driver opti

Re: [gentoo-user] wiki software

2005-05-24 Thread Peng
On 05/23/05 19:26, Ric de France wrote: On 5/24/05, Antoine <[EMAIL PROTECTED]> wrote: Basically we have to have a wisiwig environment for there to be any interest. Even minimal tags will be too much for some of the long-toothers in the company. I had a quick look at wikiwig, which looks pretty

[gentoo-user] Re: Panasonic Toughbook

2005-05-24 Thread Gabriel M. Beddingfield
Ian K wrote: > Can you please tell me where to go to get this mailing list's archives? > What does this error mean anyway? > Ian http://www.google.com/search?q=acpi+mailing+list&ie=UTF-8&oe=UTF-8 -- G a b r i e l M . B e d d i n g f i e l d -- gentoo-user@gentoo.org m

Re: [gentoo-user] Problems with Dual Boot

2005-05-24 Thread AJ Spagnoletti
> What ever drive the BIOS reports as the bootable drive may be considered > drive C: by windows, I think. FWIW you have grub booting Gentoo on the > first drive (hd0/hda), so why not change the boot order back and install > grub on hda with an updated grub.conf. > I was looking at this as another

Re: [gentoo-user] Problems with Dual Boot

2005-05-24 Thread Craig Duncan
AJ Spagnoletti wrote: >I would like to set up my computer to use dual boot but I have run >into some trouble. The hard drive setup is as follows > >hda1 = windows Me >hdb = linux > >I have grub installed on hdb and would like my computer to boot from >it. I have changed bios to boot from hdb(linux

Re: [gentoo-user] Problems with Dual Boot

2005-05-24 Thread Nick Rout
On Tue, 24 May 2005 19:52:14 -0400 AJ Spagnoletti wrote: > I would like to set up my computer to use dual boot but I have run > into some trouble. The hard drive setup is as follows > > hda1 = windows Me > hdb = linux > > I have grub installed on hdb and would like my computer to boot from > it

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Jerry McBride
On Tuesday 24 May 2005 09:07 pm, Qian Qiao wrote: > On 24/05/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Whats the best way to keep my networkcards in 100mbit full duplex, now i > > have put the commands in the /etc/conf.d/local.start. > > Shouldn't most network cards/hubs/s

Re: [gentoo-user] no /dev/v4l devices after switching to udev? (possibly)

2005-05-24 Thread Drew Tomlinson
On 5/22/2005 6:43 PM Mark Knecht wrote: Brett, Thanks for your help. One way or another it finally started working. I don't know yet whether it will survive a reboot. I'll probably do that test later this evening or tomorrow but at least I'm finally getting v4l devices. I think it was most

Re: [gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Qian Qiao
On 24/05/05, Patrick Marquetecken <[EMAIL PROTECTED]> wrote: > Hi, > > Whats the best way to keep my networkcards in 100mbit full duplex, now i > have put the commands in the /etc/conf.d/local.start. > Shouldn't most network cards/hubs/switches be able to auto-sense? -- Joe -- Money can't buy

[gentoo-user] Problems with Dual Boot

2005-05-24 Thread AJ Spagnoletti
I would like to set up my computer to use dual boot but I have run into some trouble. The hard drive setup is as follows hda1 = windows Me hdb = linux I have grub installed on hdb and would like my computer to boot from it. I have changed bios to boot from hdb(linux) instead of hda(windows) and g

Re: [gentoo-user] wiki software

2005-05-24 Thread Pingveno
Antoine wrote: Mediawiki also powers the following: http://gentoo-wiki.com/ http://en.wikipedia.org/ Two very big-name sites! I haven't done any wiki editing or dev before - not ever having had the urge. At the moment the intranet is in pseudo-html (basically ie-only, with lots of doze f

[gentoo-user] Re: RESOLVED: No sound: ALSA and software suspend2

2005-05-24 Thread Gabriel M. Beddingfield
Gabriel M. Beddingfield wrote: > 2. If there's not already a bug report on bugs.kde.org, I plan to post > one. Viz bug # 106189 http://bugs.kde.org/show_bug.cgi?id=106189 -- G a b r i e l M . B e d d i n g f i e l d -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Panasonic Toughbook

2005-05-24 Thread Ian K
Ow Mun Heng wrote: >On Sun, 2005-05-22 at 18:49 +, Ian K wrote: > > >>Hi there, >>I have recently set up Gentoo on my friend's laptop, >>a Panasonic toughbook cf-37. I am currently having difficulty >>with sound use, but more importantly, his PCMCIA slot(?). >>When I put his wireless card (w

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Nick Rout
On Tue, 24 May 2005 22:34:53 +0200 z3rosix wrote: > Hello, > > On Tue, May 24, 2005 at 05:01:08PM +0100, Ciaran McCreesh wrote: > > On Tue, 24 May 2005 14:46:37 +0200 (CEST) "Patrick Marquetecken" > > <[EMAIL PROTECTED]> wrote: > > | Is it possible / has anyone install Gentoo on a machine with t

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread z3rosix
Hello, On Tue, May 24, 2005 at 05:01:08PM +0100, Ciaran McCreesh wrote: > On Tue, 24 May 2005 14:46:37 +0200 (CEST) "Patrick Marquetecken" > <[EMAIL PROTECTED]> wrote: > | Is it possible / has anyone install Gentoo on a machine with this kind > | of processor ? > > Should be fine. Just remember t

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Julien Cayzac
On 5/24/05, Robert Crawford <[EMAIL PROTECTED]> wrote: > For what it's worth, according to man gcc, -O2 turns on -funit-at-a-time. Yup. Too bad every single Makefile in the world compiles c/c++ source files one by one :-/ Julien. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Software RAID start

2005-05-24 Thread Richard Fish
Benjamin Sobotta wrote: >Hi! > >Thanks for replying... > >Your setup guess is exactly right. > >I don't really get the part about the partitions. You mean the partition type >of /dev/md0? Well when I do "fdisk /dev/md0" und then type 'p' it shows >nothing. Might this be the problem? However it d

Re: [gentoo-user] Software RAID start

2005-05-24 Thread Benjamin Sobotta
On Tuesday 24 May 2005 19:01, Richard Fish wrote: > Benjamin Sobotta wrote: > >Hello! > > > >I set up a software RAID1 with two SATA disks. /home resides on the raid. > > This used to work great for month. At boot the machine would test the > > raid and start it. Great! > >2 days ago however I put

Re: [gentoo-user] Creating RAID devices

2005-05-24 Thread Richard Fish
Emanuele Morozzi wrote: > This is the output of "dmsetup ls": > > /proc/misc: No entry for device-mapper found > Is device-mapper driver missing from kernel? > Failure to communicate with kernel device-mapper driver. > Command failed > This means that you do not have the device mapper driver comp

Re: [gentoo-user] Unable to unmerge php

2005-05-24 Thread fire-eyes
On Tue, 2005-05-24 at 20:15 +0300, Rumen Yotov wrote: > Hi, > Think your first problem is that you are mixing php & mod_php they are > different things. > Please run: "emerge php -pv" and post the output to see what version > you > have if any. > PHP isn't slotted, so you could have either 4.3.x or

Re: [gentoo-user] Re: VIA C3 Processor

2005-05-24 Thread Ognjen Bezanov
James wrote: >Aurlien Reynaud atosorigin.com> writes: > > > > >>my PVR is based on an Epia-1M mainboard (C3 Nehemiah processor) and >>a hauppauge PVR250 TV tuner card. It has known no other OS than Gentoo >>and is doing quite well. >> >>Some hardware features are still bleeding edge for Lin

Re: [gentoo-user] pptpclient: Wants MPPE In Kernel, I can't Find it

2005-05-24 Thread fire-eyes
On Tue, 2005-05-24 at 14:09 -0400, Jason Cooper wrote: > fire-eyes ([EMAIL PROTECTED]) scribbled: > > I'm trying to use pptpclient-1.6.0. > > > > On its home page it says I need MPPE support in the kernel and PPPD. For > > PPPD it was easy, a nice little USE flag. As far as MPPE support, it > > sa

Re: [gentoo-user] Software RAID start

2005-05-24 Thread Benjamin Sobotta
On Tuesday 24 May 2005 19:01, Richard Fish wrote: > Benjamin Sobotta wrote: > >Hello! > > > >I set up a software RAID1 with two SATA disks. /home resides on the raid. > > This used to work great for month. At boot the machine would test the > > raid and start it. Great! > >2 days ago however I put

Re: [gentoo-user] pptpclient: Wants MPPE In Kernel, I can't Find it

2005-05-24 Thread Jason Cooper
fire-eyes ([EMAIL PROTECTED]) scribbled: > I'm trying to use pptpclient-1.6.0. > > On its home page it says I need MPPE support in the kernel and PPPD. For > PPPD it was easy, a nice little USE flag. As far as MPPE support, it > says that if I modprobe ppp-compress-18 and that works, I should be a

[gentoo-user] Screen goes dark

2005-05-24 Thread Martin H
Hi, I just installed gentoo and every now and then the screen goes dark. I can still read what is on the screen, but it is not that easy. The text at the top of the screen is very dark, and almost not visible. The screen on the bottom of the screen is a little brighter. This happens when I switc

Re: [gentoo-user] Creating RAID devices

2005-05-24 Thread Emanuele Morozzi
This is the output of "dmsetup ls": /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? Failure to communicate with kernel device-mapper driver. Command failed No, dmraid doesnt' create the devices (2.6.11-r9 with udev); I have tried to rerun Gentoo with th

Re: [gentoo-user] Creating RAID devices

2005-05-24 Thread Richard Fish
Emanuele Morozzi wrote: > I had this idea too, but what I have to say is that in the first > partition is running WindowsXP. I've created the raid while installing > MS Windows. Using "dmraid -ay" and devfs, I was able to create the > proper devices in "/dev/mapper" , but this is no more because I

[gentoo-user] Update of net-snmp package (GLSA 200505-18)

2005-05-24 Thread Jonas Pedersen
Hi all, I am about to upgrade net-snmp on my server after the latest security advisory. Did an emerge sync like I always do and that went fine. The strange thing is that 'emerge -puD world' only shows below. obelix root # emerge -puD world These are the packages that I

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Ciaran McCreesh
On Tue, 24 May 2005 18:58:53 +0200 Patrick <[EMAIL PROTECTED]> wrote: | > Should be fine. Just remember that it is *not* an i686, despite what | > the marketing docs claim. | | what does this means for the cflags ? CHOST of i586- and CFLAGS of -march=c3. -- Ciaran McCreesh : Gentoo Developer (V

Re: [gentoo-user] Unable to unmerge php

2005-05-24 Thread Rumen Yotov
fire-eyes wrote: >I am following this document >http://pptpclient.sourceforge.net/howto-gentoo.phtml > >And when I get to emerging pptpconfig: > ># emerge -pv pptpconfig > >These are the packages that I would merge, in order: > >Calculating dependencies ...done! >[blocks B ] <=dev-php/php-4.99

[gentoo-user] [OT]Any multi-gnome-terminal users here (GUI-related question)?

2005-05-24 Thread Holly Bostick
Hi, Just wondering if anyone might know what's the deal here, as the docs on the MGT site don't seem to be helping, nor the MGT ML archives. I'm running MGT under KDE, because GNOME is broken (again, don't ask, no idea). I love MGT, but it is an (as always, hideously unnatractive) GTK 1 applicat

Re: [gentoo-user] Software RAID start

2005-05-24 Thread Richard Fish
Benjamin Sobotta wrote: >Hello! > >I set up a software RAID1 with two SATA disks. /home resides on the raid. This >used to work great for month. At boot the machine would test the raid and >start it. Great! >2 days ago however I put loop-AES on top of it in order to encrypt my home >directory.

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Patrick
On Tue, 24 May 2005 17:01:08 +0100 Ciaran McCreesh <[EMAIL PROTECTED]> wrote: > On Tue, 24 May 2005 14:46:37 +0200 (CEST) "Patrick Marquetecken" > <[EMAIL PROTECTED]> wrote: > | Is it possible / has anyone install Gentoo on a machine with this kind > | of processor ? > > Should be fine. Just reme

Re: [gentoo-user] Gnome 2.10

2005-05-24 Thread Allan Spagnol Comar
thank you all. I will look out for bouth ways, so I can leran more about th esystem On 5/24/05, Ow Mun Heng <[EMAIL PROTECTED]> wrote: > On Tue, 2005-05-24 at 10:54 +0300, Matan Peled wrote: > > Ow Mun Heng wrote: > > > There's a post here for a code for easy unmasking.. > > > > > > search for it.

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
I did the ebuild for Winex after it was removed from portage - and I can't argue with that. At the time TG let you download CVS if you would provide feedback so I joined the mail list and did so. There is a native SOF but I had purchased Windows SOF long before it came out couldn't go get an

[gentoo-user] Re: Re: CFLAGS CPU optimization question.

2005-05-24 Thread Thomas Kirchner
* On May 24 13:37, Mitko Moshev (gentoo-user@lists.gentoo.org) wrote: > Put -pipe in there too, it speeds up compiling (or so I've heard). Right! I forgot -pipe, that one's good. Unless you have bad RAM that you're trying to use as little as possible, or some such thing... > Right now I use C

Re: [gentoo-user] magic shifting sdX associations

2005-05-24 Thread Richard Fish
Eric S. Johansson wrote: > in playing with USB flash drives on systems with SCSI disks, every > time I boot with the flagstick installed, it gets assigned to /dev/sda > and the SCSI drives are assigned to subsequent /dev/sdX device names. > But when I remove the USB drive, all assignments shift d

[gentoo-user] Unable to unmerge php

2005-05-24 Thread fire-eyes
I am following this document http://pptpclient.sourceforge.net/howto-gentoo.phtml And when I get to emerging pptpconfig: # emerge -pv pptpconfig These are the packages that I would merge, in order: Calculating dependencies ...done! [blocks B ] <=dev-php/php-4.99.99 (is blocking dev-php/php-

Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
[EMAIL PROTECTED] schreef: > Some of us are just lucky . I gave up ATI after the Mach 64! > Unfortunately, we all can't just go out and upgrade - I know that > for sure! > > Thank you for the excellent summary - this will be filed away and > when I find time I'll go visit these sites. I did us

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Ciaran McCreesh
On Tue, 24 May 2005 14:46:37 +0200 (CEST) "Patrick Marquetecken" <[EMAIL PROTECTED]> wrote: | Is it possible / has anyone install Gentoo on a machine with this kind | of processor ? Should be fine. Just remember that it is *not* an i686, despite what the marketing docs claim. -- Ciaran McCreesh

Re: [gentoo-user] Re: VIA C3 Processor

2005-05-24 Thread =?ISO-8859-1?Q?Aur=E9lien?= Reynaud
Le mardi 24 mai 2005 à 13:38 +, James a écrit : > > Any 'Howtos' floating around? I'd also be interested in builing a Gentoo > multimedia appliance, based on the Nehemiah processor. These issues you > have indicated seem to suggest a 'howto' is needed specifically for Gentoo > on a Via proces

Re: [gentoo-user] portage v. yum with regards to java

2005-05-24 Thread Graham Murray
THUFIR HAWAT <[EMAIL PROTECTED]> writes: > I didn't know that about ebuilds, so that helps alot, thanks. when > the JRE or JDK is installed with an ebuild the license agreement from > sun pops up, I infer. I do not think so. The ebuild does not download the JRE/JDK but prompts the user to do so

[gentoo-user] pptpclient: Wants MPPE In Kernel, I can't Find it

2005-05-24 Thread fire-eyes
I'm trying to use pptpclient-1.6.0. On its home page it says I need MPPE support in the kernel and PPPD. For PPPD it was easy, a nice little USE flag. As far as MPPE support, it says that if I modprobe ppp-compress-18 and that works, I should be all set. However I get: Fatal: Module ppp_mppe_mpp

[gentoo-user] Blackbox .70 & time

2005-05-24 Thread creighto
When Blackbox .70 was unmasked I emerged it with a regular world update. I have found however that there is an issue with the clock on the bottom bar. Now that I have upgraded, the clock fails to update to current time except when I switch 'workspaces' I don't often use more than one workspace s

[gentoo-user] Problem with khubd

2005-05-24 Thread Necoro
Hi! My Palm is working quite good in cooperation with my gentoo-system. But after a certain amount of connects to the computer the usb-nodes aren't created any longer and dmesg prints the following stuff: usb 1-1: new full speed USB device using uhci_hcd and address 44 usb 1-1: khubd timed ou

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Some of us are just lucky . I gave up ATI after the Mach 64! Unfortunately, we all can't just go out and upgrade - I know that for sure! Thank you for the excellent summary - this will be filed away and when I find time I'll go visit these sites. I did use Wine and Winex considerably about

RE: [gentoo-user] wine

2005-05-24 Thread C R. Little
Thanks holly. -Original Message- From: A. R. [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 9:16 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] wine That was a great post Holly, very informative, I also run wine (every day at work) because I need to run Lotus Not

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Aiko Barz
On Tue, May 24, 2005 at 03:46:15PM +0200, Patrick Marquetecken wrote: > I don't need multimedia because it for a openVPN router, and i always Please keep us informed about your Padlock(ACE) experiences. (http://www.logix.cz/michal/devel/padlock/) Thanks, Aiko -- Aiko Barz <[EMAIL PROTECT

Re: [gentoo-user] wine

2005-05-24 Thread A. R.
That was a great post Holly, very informative, I also run wine (every day at work) because I need to run Lotus Notes. And I was wondering about games under wine as well. Thank you very much. - AR On 5/24/05, Holly Bostick <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schreef: > > Thank you f

Re: [gentoo-user] magic shifting sdX associations

2005-05-24 Thread Eric S. Johansson
Matan Peled wrote: Better idea: Write a udev rule so that you'll get symlinks, such as: /dev/usbkey /dev/camera /dev/widget /dev/foo /dev/bar ... I hate it when a thought occurs to me just after I hit to send button. this means I would need to write udev rules to create symbolic links for e

Re: [gentoo-user] magic shifting sdX associations

2005-05-24 Thread Eric S. Johansson
Matan Peled wrote: Better idea: Write a udev rule so that you'll get symlinks, such as: /dev/usbkey /dev/camera /dev/widget /dev/foo /dev/bar ... should have pointed out that I am doing this from live CD. Looks like I'm going to need a custom live CD version no matter what I do. hmmm yet

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Patrick Marquetecken
> Le mardi 24 mai 2005 à 14:46 +0200, Patrick Marquetecken a écrit : >> Hi, >> >> Is it possible / has anyone install Gentoo on a machine with this kind >> of >> processor ? >> >> http://www.via.com.tw/en/products/processors/specs.jsp >> http://www.via.com.tw/en/initiatives/padlock/hardware.jsp

[gentoo-user] Re: VIA C3 Processor

2005-05-24 Thread James
Aurélien Reynaud atosorigin.com> writes: > my PVR is based on an Epia-1M mainboard (C3 Nehemiah processor) and > a hauppauge PVR250 TV tuner card. It has known no other OS than Gentoo > and is doing quite well. > > Some hardware features are still bleeding edge for Linux (hw MPEG2 > decodin

Re: [gentoo-user] sylpheed-claws and GTK2+ ?

2005-05-24 Thread Holly Bostick
raptor schreef: > i see there is a port of sylpheed-claws to gtk2+, but dont see an ebuild for > it ? > Does anyone used this version, is it already functional ? do u have some > ebuild ? > Can it coexist with the older version ? > > thanx alot in advance Yes there is an ebuild (1.99), it's jus

[gentoo-user] Software RAID start

2005-05-24 Thread Benjamin Sobotta
Hello! I set up a software RAID1 with two SATA disks. /home resides on the raid. This used to work great for month. At boot the machine would test the raid and start it. Great! 2 days ago however I put loop-AES on top of it in order to encrypt my home directory. Since then it still finds the ra

Re: [gentoo-user] sylpheed-claws and GTK2+ ?

2005-05-24 Thread Michele Noberasco
On Tue, 24 May 2005 16:53:40 +0300 raptor <[EMAIL PROTECTED]> wrote: > i see there is a port of sylpheed-claws to gtk2+, but dont see an > ebuild for it ? Does anyone used this version, is it already > functional ? do u have some ebuild ? Can it coexist with the older > version ? Latest version of

Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
[EMAIL PROTECTED] schreef: > Thank you for the explanation. That clears it up. I don't play the Doom > series either - I have Soldier of Fortune and Half-LIfe along with some > others. And I have an Nvidia card . > Yes, well, I hate you :) . But it is important to mention on behalf of any ot

Re: [gentoo-user] magic shifting sdX associations

2005-05-24 Thread Matan Peled
Eric S. Johansson wrote: > in playing with USB flash drives on systems with SCSI disks, every time > I boot with the flagstick installed, it gets assigned to /dev/sda and > the SCSI drives are assigned to subsequent /dev/sdX device names. But > when I remove the USB drive, all assignments shift do

[gentoo-user] Re: SNMP

2005-05-24 Thread James
Patrick Marquetecken pandora.be> writes: > >> I have installed net-snmp to send snmp info to a snmp server the info it > >> get is good but not enough, i need to send/see the index load also, this > >> is the info i'm get until now: > >> what elso must i configure ? Hello Patrick, Several thing

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread =?ISO-8859-1?Q?Aur=E9lien?= Reynaud
Le mardi 24 mai 2005 à 14:46 +0200, Patrick Marquetecken a écrit : > Hi, > > Is it possible / has anyone install Gentoo on a machine with this kind of > processor ? > > http://www.via.com.tw/en/products/processors/specs.jsp > http://www.via.com.tw/en/initiatives/padlock/hardware.jsp Certainly,

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Robert Crawford
On Tuesday 24 May 2005 03:04 am, Ciaran McCreesh wrote: > -funit-at-a-time For what it's worth, according to man gcc, -O2 turns on -funit-at-a-time. Robert Crawford -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] VIA C3 Processor

2005-05-24 Thread Magnus Varmfors
My server is running on a mini-ITX board with a VIA C3 1GHz CPU. With 512MB RAM, and it works quite OK. Took a while to install, however, since I did a stage 1 install. And I used to have that machine as my desktop earlier, running X(.org), Firefox and all. No problems whatsoever, besides the fact

Re: [gentoo-user] portage v. yum with regards to java

2005-05-24 Thread THUFIR HAWAT
On 5/23/05, Mike Williams <[EMAIL PROTECTED]> wrote: ... > An RPM is a binary archive of a package, it's a self contained > entity. An ebuild is just a recipe to build and install a package. It > knows where to, or how to, download the code, and/or, binaries it needs. > > Sun's licence does not

RE: [gentoo-user] emerge x.org

2005-05-24 Thread =?iso-8859-1?Q?Hendr=E9_Claassen?=
Hi Matan, I'm compiling on a 1.1GHZ Intel Celeron (VIA MotherBoard), unfortunately I'm not able to give you the output from either 'emerge info' or /proc/cpuinfo ... not near that box at the moment but can do so at some later stage. Any pointer maybe at what could cause such a problem? Thank

[gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread James
Mitko Moshev gmail.com> writes: > Put -pipe in there too, it speeds up compiling (or so I've heard). > Right now I use CFLAGS="-march=athlon-xp -O2 -pipe > -fomit-frame-pointer". -O3 isn't worth it. It would give you no more > than a few percent (around 2-3) faster binaries, but they would compi

[gentoo-user] magic shifting sdX associations

2005-05-24 Thread Eric S. Johansson
in playing with USB flash drives on systems with SCSI disks, every time I boot with the flagstick installed, it gets assigned to /dev/sda and the SCSI drives are assigned to subsequent /dev/sdX device names. But when I remove the USB drive, all assignments shift down and things like mount poin

Re: [gentoo-user] portage v. yum with regards to java

2005-05-24 Thread THUFIR HAWAT
On 5/24/05, Julien Cayzac <[EMAIL PROTECTED]> wrote: ... > LFS is Linux From Scratch. > You probably meant FHS, but I think everybody guessed it right > anyway... > > Julien. ... I think I put LSB and FHS together for LFS, maybe there was some LSD in there. my favorite is TLA for "three letter a

[gentoo-user] Online backups...

2005-05-24 Thread Steve [Gentoo]
I admit that this is a pretty generic idea... but I hope no-one sees harm in me asking about it here... I plan to do this with gentoo... so if someone else has had a similar plan... maybe they could offer me the benefit of their wisdom :-) Assumptions: 1. There are two Linux Hosts connect

[gentoo-user] sylpheed-claws and GTK2+ ?

2005-05-24 Thread raptor
i see there is a port of sylpheed-claws to gtk2+, but dont see an ebuild for it ? Does anyone used this version, is it already functional ? do u have some ebuild ? Can it coexist with the older version ? thanx alot in advance -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] public time server

2005-05-24 Thread Eric S. Johansson
Ivan Lucian Aron wrote: i have no idea, they stopped working for me 2 days ago. and they all timeout. https://fortytwo.ch/mailman/pipermail/timekeepers-bulletin/2005/000569.html may be of interest. maybe the gentoo project could contribute a server or two to the project? --- eric -- http:/

Re: [gentoo-user] emerge x.org

2005-05-24 Thread Matan Peled
Hendré Claassen wrote: > Hello, > > While emerging x.org I get an 'Illegal instruction' in the directory > xc/fonts/scaled/Type1, seems like fc-cache is throwing this exception. I get > this 'illegal instruction' also when I just execute /usr/bin/fc-cache ... I > did a stage 3 installation usi

[gentoo-user] VIA C3 Processor

2005-05-24 Thread Patrick Marquetecken
Hi, Is it possible / has anyone install Gentoo on a machine with this kind of processor ? http://www.via.com.tw/en/products/processors/specs.jsp http://www.via.com.tw/en/initiatives/padlock/hardware.jsp TIA Patrick -- gentoo-user@gentoo.org mailing list

[gentoo-user] Best way to keep a networkcard into 100mbit full duplex

2005-05-24 Thread Patrick Marquetecken
Hi, Whats the best way to keep my networkcards in 100mbit full duplex, now i have put the commands in the /etc/conf.d/local.start. TIA Patrick -- gentoo-user@gentoo.org mailing list

[gentoo-user] emerge x.org

2005-05-24 Thread =?iso-8859-1?Q?Hendr=E9_Claassen?=
Hello, While emerging x.org I get an 'Illegal instruction' in the directory xc/fonts/scaled/Type1, seems like fc-cache is throwing this exception. I get this 'illegal instruction' also when I just execute /usr/bin/fc-cache ... I did a stage 3 installation using the universal cd. Have any one

Re: [gentoo-user] portage v. yum with regards to java

2005-05-24 Thread Julien Cayzac
> On Mon, 2005-05-23 at 12:12 +0100, THUFIR HAWAT wrote: > > Sun doesn't follow the LFS, which create a problem for RPM's, which > > irritates me, sparking my interest in gentoo. then, it turns out that > > gentoo, in turn, violates the LFS. this is poignantly contrary to > > what was expected, h

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Thank you for the explanation. That clears it up. I don't play the Doom series either - I have Soldier of Fortune and Half-LIfe along with some others. And I have an Nvidia card . > > From: Holly Bostick <[EMAIL PROTECTED]> > Date: 2005/05/24 Tue AM 06:28:10 EDT > To: gentoo-user@lists.gent

Re: Re: [gentoo-user] wine

2005-05-24 Thread brettholcomb
Thanks. > > From: Johannes Weiner <[EMAIL PROTECTED]> > Date: 2005/05/24 Tue AM 01:32:11 EDT > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] wine > > -- gentoo-user@gentoo.org mailing list

[gentoo-user] Webmin only lists 8 modules

2005-05-24 Thread Robert S
I have installed webmin 1.200 on my amd64 box. I only see eight icons when I log in - they are Command shell, Custom commands, File manager, Perl modules, Protected web directores, SSH/telnet login, System and server status and Upload and download. Webmin was installed using the following USE fla

Re: [gentoo-user] Re: CFLAGS CPU optimization question.

2005-05-24 Thread Mitko Moshev
Thomas Kirchner wrote: * On May 23 17:45, Walter Dnes (gentoo-user@lists.gentoo.org) wrote: Currently, I use "-march=i686" for my 3 machines, a P4, a PIII, and a PII (and a partridge in a pear tr). "i586 is equivalent to pentium and i686 is equivalent to pentiumpro."

Re: [gentoo-user] wine

2005-05-24 Thread Holly Bostick
Brett I. Holcomb schreef: > Who's doing the porting and where do we get them. Some time ago I > wanted to get some of the games and all the links pointed to Loki who > was no more. > Loki may be no more, but the Loki Installer is alive and well, and quite able to save one's bacon, using either n

[gentoo-user] Re: Gentoo, LWS and Slackware for linux learner?

2005-05-24 Thread askar ...
Thanks everybody for reply to my message. Now I'm beginning to understand. askar On 5/23/05, askar ... <[EMAIL PROTECTED]> wrote: > Dear everybody! > > I have one topic to discuss. > I'm not native speaker in english, but I will try. > > My first linux was Debian. I began using it in 1999 in fa

Re: [gentoo-user] Gnome 2.10

2005-05-24 Thread Ow Mun Heng
On Tue, 2005-05-24 at 10:54 +0300, Matan Peled wrote: > Ow Mun Heng wrote: > > There's a post here for a code for easy unmasking.. > > > > search for it. It's a perl script. Alternatively I can post it to you > > Perl script ... ? Why would you need a perl script ... ? The perl script unmasks th

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread Colin
W.Kenworthy wrote: check DNS/name resolution - sounds likes its waiting and timing out. One of my less appreciated "features" of gnome ... I noticed that mDNSResponder failed to stop on shutdown, along with famd and gdm. I don't have an (apparent) problem with DNS, though. -- Colin -- ge

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread Colin
Janne Johansson wrote: On Tue, 2005-05-24 at 03:31 -0400, Colin wrote: I shut down my computer normally. When I turned it on, though, after logging into GNOME about an hour ago, I'm still waiting for it to boot. I enter my password, wait forever, and then the Gentoo logo pops up. Wait f

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread Colin
Mike Williams wrote: On Tuesday 24 May 2005 08:31, Colin wrote: Anybody know what's going on? GNOME never used to do this before. Did this happen after a reboot? Check the permissions of /dev/null "ls -l /dev/null": crw-rw-rw- 1 root root 1, 3 Apr 23 19:13 /dev/null --

Re: [gentoo-user] Creating RAID devices

2005-05-24 Thread Emanuele Morozzi
>A. Khattri wrote: I think you need to heed my earlier advice (which was to read the RAID HOWTO docs at tldp.org) so you understand what the different RAID levels mean. I've read the docs, and there's nothing new for me; I just knew the meaning of "RAID levels". The raid and relative partitio

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread Mike Williams
On Tuesday 24 May 2005 08:31, Colin wrote: > Anybody know what's going on?  GNOME never used to do this before. Did this happen after a reboot? Check the permissions of /dev/null -- Mike Williams pgpWfGzWHSA21.pgp Description: PGP signature

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread W.Kenworthy
check DNS/name resolution - sounds likes its waiting and timing out. One of my less appreciated "features" of gnome ... BillK On Tue, 2005-05-24 at 03:31 -0400, Colin wrote: > I shut down my computer normally. When I turned it on, though, after > logging into GNOME about an hour ago, I'm still

Re: [gentoo-user] GNOME takes forever to start

2005-05-24 Thread Janne Johansson
On Tue, 2005-05-24 at 03:31 -0400, Colin wrote: > I shut down my computer normally. When I turned it on, though, after > logging into GNOME about an hour ago, I'm still waiting for it to boot. > I enter my password, wait forever, and then the Gentoo logo pops up. > Wait forever again, and the

  1   2   >