Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-05 Thread Glenn Enright
Try this... ls -l /usr/src/linux uname -r these should give you the same version. If not you need to adjust the linux symlink to reflect the kernel version you are running. Then cd /usr/src/linux cp /boot/config-$(uname -r) ./ make oldconfig && make Now

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-05 Thread Bogo Mipps
On Thu, 06 Oct 2005 17:50, Rumen Yotov wrote: > Check to make sure that "/usr/src/linux" link point to your > current/working kernel. svgalib depends on kernel link to build. Sorry this was covered in the earlier thread, should have covered it again. Linked as follows: rugosa src # pwd /usr/src

[gentoo-user] Apache-Gallery

2005-10-05 Thread Martins Steinbergs
hi, i wanted to check out Apache-Gallery but run into not working. Can someone lead me where to look? first of all i cant figure out where browser should point to: somesite/Apache-Gallery or somesite/data/Pictures then seems everything needed is installed and running but at point when I turn o

Re: [gentoo-user] Personal Gentoo mirror

2005-10-05 Thread Dave Nebinger
On Thursday 06 October 2005 12:38 am, kashani wrote: > John Jolet wrote: > > I was asked a similar question today at work. we have some new gentoo > > servers that do not have outbound access to the net. We'd like to have > > a local mirror. Is there a howto? > > I run a proxy server for the s

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-05 Thread Rumen Yotov
On Thu, 6 Oct 2005 17:17:59 +1300 Bogo Mipps <[EMAIL PROTECTED]> wrote: > Hi - have re-compiled as indicated, but it hasn't helped. Now > running 2.6.12-gentoo-r10 without problems, but still have the > previous error on *some* ebuilds i.e. svgalib & lm_sensors. > > As established earlier corr

Re: [gentoo-user] Personal Gentoo mirror

2005-10-05 Thread kashani
John Jolet wrote: I was asked a similar question today at work. we have some new gentoo servers that do not have outbound access to the net. We'd like to have a local mirror. Is there a howto? I run a proxy server for the servers without access. That might be easier than having a local m

Re: [gentoo-user] help

2005-10-05 Thread Wes Gray
On Wed, Oct 05, 2005 at 08:46:55PM -0700, Ted Ozolins wrote: > At the login screen, what have your chosen as the session type. Perhaps > its still selecting your old KDE. Check that and select KDE-3.4 and see > what happens. Yes, of course I am selecting 3.4. That is the only choice. I've tried

[gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-05 Thread Bogo Mipps
Hi - have re-compiled as indicated, but it hasn't helped. Now running 2.6.12-gentoo-r10 without problems, but still have the previous error on *some* ebuilds i.e. svgalib & lm_sensors. As established earlier correct links are all in place, the correct .config is in the source, directory, as

Re: [gentoo-user] Personal Gentoo mirror

2005-10-05 Thread Rumen Yotov
Hi, On Wed, 5 Oct 2005 21:28:04 -0500 John Jolet <[EMAIL PROTECTED]> wrote: > I was asked a similar question today at work. we have some new > gentoo servers that do not have outbound access to the net. We'd > like to have a local mirror. Is there a howto? > Check on www.gentoo.org, there

Re: [gentoo-user] [smp related] 2.6.13 is 10x slower than 2.6.12!

2005-10-05 Thread Iain Buchanan
On Tue, 2005-10-04 at 09:36 +0100, Richard Brown wrote: > On 04/10/05, Iain Buchanan <[EMAIL PROTECTED]> wrote: > > > Any pointers would be appreciated... > > Are you using gentoo-sources? This is the recommended routine here. > > http://dev.gentoo.org/~dsd/genpatches/bugs.htm > > The kernel do

Re: [gentoo-user] help

2005-10-05 Thread Ted Ozolins
Wes Gray wrote: ># emerge -p kde-meta > >These are the packages that I would merge, in order: > >Calculating dependencies ...done! >[ebuild R ] kde-base/kde-meta-3.4.1 > >I tried emerging kde-meta. I then tried unmerging all the blockers it >created and then emerging back kde, to get rid of

Re: [gentoo-user] hdparm error

2005-10-05 Thread Statux
I would guess that you're either not root when trying to change the settings or you have an old disk that doesn't support DMA. On Wed, 2005-10-05 at 18:23 -0500, LostSon wrote: > Hello > I am trying to set hdparm on my laptop and keep getting this error > setting using_dma to 1 (on) > HDIO_SET

Re: [gentoo-user] help

2005-10-05 Thread Wes Gray
On Wed, Oct 05, 2005 at 10:58:45PM -0400, Eduard Vaykher wrote: > KDE should separate its releases by minor version. KDE 3.2 or 3.3 shouldn't > interfere with KDE 3.4, which makes me wonder why and older version is > blocking things. emerge kde-meta and see what kind of trouble it gives you. # eme

[gentoo-user] Xorg-X11-6.8.2-r4 (upgrade from r1)

2005-10-05 Thread Ow Mun Heng
When I did the upgrade, some items went bad. DPMS, though loaded, when I try to blank the screen via xset $xset -display:0 dpms force off will trigger a complain. (where it worked previously) When I do ALT-TAB, the windows will be a complete "black" where it was previously showing the wirefram

Re: [gentoo-user] Personal Gentoo mirror

2005-10-05 Thread Nick Rout
Why would you want ALL of distfiles? A lot is old & redundant. Also why would you rsync it? Thats a lot of cpu grinding. I suggest setting up one of these: http://gentoo-wiki.com/HOWTO_Download_Cache_for_LAN-Http-Replicator If someone really wants every source file ever made, this will get i

Re: [gentoo-user] help

2005-10-05 Thread Eduard Vaykher
On 10/5/05, Wes Gray <[EMAIL PROTECTED]> wrote: My 3-year old gentoo system has decided to be a big headache.  Mytroubles started when I upgraded to kde 3.4.  The kde taskbar appswouldn't start.  I tried unmerging kde-base and emerging kdebase-metato see if it was related to the kde split, but that

[gentoo-user] help

2005-10-05 Thread Wes Gray
My 3-year old gentoo system has decided to be a big headache. My troubles started when I upgraded to kde 3.4. The kde taskbar apps wouldn't start. I tried unmerging kde-base and emerging kdebase-meta to see if it was related to the kde split, but that didn't help. I got the idea that the proble

Re: [gentoo-user] Personal Gentoo mirror

2005-10-05 Thread John Jolet
I was asked a similar question today at work. we have some new gentoo servers that do not have outbound access to the net. We'd like to have a local mirror. Is there a howto? On Oct 5, 2005, at 9:21 PM, Devraj Mukherjee wrote: Hi everyone, I am interested in creating a Gentoo mirror for

[gentoo-user] Personal Gentoo mirror

2005-10-05 Thread Devraj Mukherjee
Hi everyone, I am interested in creating a Gentoo mirror for our organisation. However the issue I have is getting an initial snapshot of the distfiles. RSYNCing the files from a current server is going to take us awefully long and our ADSL connection is not really going to stand it :) Can

Re: [gentoo-user] os-headers differ from kernel version

2005-10-05 Thread Ciaran McCreesh
On Wed, 05 Oct 2005 16:54:19 -0700 gentuxx <[EMAIL PROTECTED]> wrote: | This is just a difference that I noticed while running the 'emerge | - --info' command. My kernel is 2.6.12-gentoo-r9, but emerge --info | reports the os-headers as 2.6.11-r2. I was able to trace the | os-headers info back to

RE: [gentoo-user] What's happened to gnome ... I'm very frustrated

2005-10-05 Thread Richard Watson
Thanks for everybody's input. I'm going to back my data up and do a complete re-install. It's probably cleaner in the long run. Richard -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.9/116 - Release Date: 30/09/2005 -- gentoo-user

Re: [gentoo-user] hdparm error

2005-10-05 Thread LostSon
Yes you were completely right i forgot to add the option for my chipset, thanks for the info it is working now. On Thu, 2005-10-06 at 12:23 +1300, Pshem Kowalczyk wrote: > On 06/10/05, LostSon <[EMAIL PROTECTED]> wrote: > > Hello > > I am trying to set hdparm on my laptop and keep getting this

Re: [gentoo-user] os-headers differ from kernel version

2005-10-05 Thread Eduard Vaykher
On 10/5/05, gentuxx <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1This is just a difference that I noticed while running the 'emerge- --info' command.  My kernel is 2.6.12-gentoo-r9, but emerge --inforeports the os-headers as 2.6.11-r2.  I was able to trace theos-headers i

[gentoo-user] os-headers differ from kernel version

2005-10-05 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is just a difference that I noticed while running the 'emerge - --info' command. My kernel is 2.6.12-gentoo-r9, but emerge --info reports the os-headers as 2.6.11-r2. I was able to trace the os-headers info back to the sys-kernel/linux-headers p

Re: [gentoo-user] hdparm error

2005-10-05 Thread Pshem Kowalczyk
On 06/10/05, LostSon <[EMAIL PROTECTED]> wrote: > Hello > I am trying to set hdparm on my laptop and keep getting this error > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma = 0 (off) > > I have gone through my kernel configs looking for anything dma rel

Re: [gentoo-user] Install Order for Packages?

2005-10-05 Thread Brett I. Holcomb
Gentoo figures out the dependencies so if you try and install KDE and X is not installed it will install X first. Do emerge packagename -p and it will tell you what it will install. On Wed, 5 Oct 2005, billyd wrote: I've been playing around with Gentoo 2005.1 trying to get it installed us

[gentoo-user] hdparm error

2005-10-05 Thread LostSon
Hello I am trying to set hdparm on my laptop and keep getting this error setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma = 0 (off) I have gone through my kernel configs looking for anything dma related i may need but cant seem to find anything. Any ideas, t

Re: [gentoo-user] Install Order for Packages?

2005-10-05 Thread billyd
On Wednesday 05 October 2005 05:00 pm, Roger Miliker wrote: > On Wednesday 05 October 2005 23:39, billyd wrote: > > I've been playing around with Gentoo 2005.1 trying to get it > > installed using genkernel. I am a little beyond newbie with > > linux but still in a steep learning curve. I am a

Re: [gentoo-user] how can i find out my motherboard?

2005-10-05 Thread Norbert Kamenicky
renna bud wrote: > is there a command to let me know the name and model of my motherboard, > without having to open my pc-case (or worse to find the manual and box > in which it came) ? thanks emerge lshw -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Merging of config files in /etc

2005-10-05 Thread Neil Bothwick
On Wed, 05 Oct 2005 23:43:34 +0200, Remy Blank wrote: > On the first one, both /etc/init.d/alsasound and /etc/conf.d/alsasound > were updated, so I was asked to run etc-update, I accepted the update, > and that was it. > > On the second computer, no update to these files was proposed. What is th

Re: [gentoo-user] Install Order for Packages?

2005-10-05 Thread Roger Miliker
On Wednesday 05 October 2005 23:39, billyd wrote: > I've been playing around with Gentoo 2005.1 trying to get it > installed using genkernel. I am a little beyond newbie with linux > but still in a steep learning curve. I am at the point in this > installation where I can start installing pack

Re: [gentoo-user] Install Order for Packages?

2005-10-05 Thread billyd
On Wednesday 05 October 2005 04:47 pm, Yoandy Rodriguez wrote: > The gentoo portage (tha packages install system) automatically > resolves dependencies so... if you try to install a package, it > goes and install everything needed by that package, if you do an > emerge kde it downloads xorg-x11, qt

Re: [gentoo-user] Install Order for Packages?

2005-10-05 Thread Yoandy Rodriguez
The gentoo portage (tha packages install system) automatically resolves dependencies so... if you try to install a package, it goes and install everything needed by that package, if you do an emerge kde it downloads xorg-x11, qt, and everything else On Wed, 2005-10-05 at 16:39 -0500, billyd wrote:

[gentoo-user] Merging of config files in /etc

2005-10-05 Thread Remy Blank
I thought I knew how configuration files in /etc were updated by portage until I updated alsa-utils this evening on two computers. Both had 1.0.8 installed, and I updated both to 1.0.9a with: emerge -uDpv alsa-utils On the first one, both /etc/init.d/alsasound and /etc/conf.d/alsasound were updat

[gentoo-user] Install Order for Packages?

2005-10-05 Thread billyd
I've been playing around with Gentoo 2005.1 trying to get it installed using genkernel. I am a little beyond newbie with linux but still in a steep learning curve. I am at the point in this installation where I can start installing packages. The handbook uses kde as an example. My question:

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Im not familiar with stunnel could you point me toward some documentation? At 07:27 PM 10/5/2005, you wrote: After spending 5 mins trying to get SASL working myself... I just emerged stunnel and switched to simap/spop3... ;) On Wed, 5 Oct 2005, Joe Strusz wrote: Ive read every forum on

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Bryan Whitehead
After spending 5 mins trying to get SASL working myself... I just emerged stunnel and switched to simap/spop3... ;) On Wed, 5 Oct 2005, Joe Strusz wrote: Ive read every forum on the site, and even ventured over the Wiki for even more redundant reading. Ive read the entire postfix handbook, an

[gentoo-user] WAS very_slow_USB_transfer

2005-10-05 Thread Rumen Yotov
Hi, First, thanks for the info Nick. Seems this problem is no longer actual for me. Searched which daemon really does the mounting using dbus-hal-ivman. It turned out that's ivman, next edited one of the config files in "/etc/ivman/IvmConfigActions.xml" adding: ... ... in the part which deals with

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread joe strusz
I think your right Drew... heres one last post from my log... And Kashanie, thanks for trying.. i tried your suggested /etc/sasl2/smtpd.conf file... and this was the result :57:00 op postfix/smtpd[25216]: > r173h227.dixie-net.com[64.89.173.227]: 220 op.oxpub.com ESMTP Postfix Oct 5 13:

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Drew Tomlinson
Have you tried asking at [EMAIL PROTECTED] Probably like many others here, I looked over your configs and compared the SASL part with mine to see if there's any obvious omissions. I found none and thus, did not post. Don't assume no one is attempting to help you just because you've only gott

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread kashani
Joe Strusz wrote: This is the result ov the emerge -pv cyrus-sasl These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-libs/cyrus-sasl-2.1.20 +authdaemond +berkdb +gdbm -java -kerberos -ldap -mysql +pam -postgres +ssl -static 0 kB Total

Re: [gentoo-user] no keyboard/mouse with SMP turned on

2005-10-05 Thread Mark Knecht
On 10/5/05, gentuxx <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark Knecht wrote: > > >Hi, > > I updated my wife's machine this morning to use 2.6.13-gentoo-r2. > >Since her machine is a P4-HT I tried turning on SMP support. The > >kernel built fine but when I

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Again ... 250-PIPELINING 250-SIZE 1024 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH LOGIN PLAIN DIGEST-MD5 CRAM-MD5 250-AUTH=LOGIN PLAIN DIGEST-MD5 CRAM-MD5 250 8BITMIME auth plain anN0cnVzegBqc3RydXN6AHVwMmw= 535 Error: authentication failed auth plain anN0cnVzegBqc3RydXN6AHVwMmw 535 Error: auth

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Ok, I guess apparently no one can help me with this Blargh At 12:10 PM 10/5/2005, you wrote: Heres the result of saslfinger -s: op saslfinger-0.9.9.1 # saslfinger -s saslfinger - postfix Cyrus sasl configuration Wed Oct 5 12:03:47 CDT 2005 version: 0.9.9.1 mode: server-side SMTP AUTH -

Re: [gentoo-user] no keyboard/mouse with SMP turned on

2005-10-05 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Knecht wrote: >Hi, > I updated my wife's machine this morning to use 2.6.13-gentoo-r2. >Since her machine is a P4-HT I tried turning on SMP support. The >kernel built fine but when I rebooted I had no keyboard or mouse. >Rebuilding the kernel wit

[gentoo-user] Re: lm_sensors

2005-10-05 Thread James
Allan Spagnol Comar gmail.com> writes: > did you use sensors-detect ? Thanks, this is what I was looking for James -- gentoo-user@gentoo.org mailing list

[gentoo-user] no keyboard/mouse with SMP turned on

2005-10-05 Thread Mark Knecht
Hi, I updated my wife's machine this morning to use 2.6.13-gentoo-r2. Since her machine is a P4-HT I tried turning on SMP support. The kernel built fine but when I rebooted I had no keyboard or mouse. Rebuilding the kernel with SMP turned off allowed the mouse and keybaord to work fine. Is t

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Heres the result of saslfinger -s: op saslfinger-0.9.9.1 # saslfinger -s saslfinger - postfix Cyrus sasl configuration Wed Oct 5 12:03:47 CDT 2005 version: 0.9.9.1 mode: server-side SMTP AUTH -- basics -- Postfix: 2.1.5 System: ***

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
This is the result ov the emerge -pv cyrus-sasl These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-libs/cyrus-sasl-2.1.20 +authdaemond +berkdb +gdbm -java -kerberos -ldap -mysql +pam -postgres +ssl -static 0 kB Total size of downloads:

Re: [gentoo-user] sk98lin

2005-10-05 Thread Alec Shaner
Martin Ullrich wrote: Hi again! lspci lists all my devices (PCI-X Controller (Intel 925X chipset and ICH6 Southbridge) and my two ethernet cards): ... :01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88W8310 and 88W8000G [Libertas] 802.11g client chipset (rev 07) ... :02:0

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Marshal Newrock
A useful program for debugging Postfix SASL problems is saslfinger (http://postfix.state-of-mind.de/patrick.koetter/saslfinger/). -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] lm_sensors

2005-10-05 Thread Allan Spagnol Comar
did you use sensors-detect ? On 10/5/05, James <[EMAIL PROTECTED]> wrote: > I have this activated along with the I2C options in the kernel. > > How does one go about discovering which chips are on a portable > or a mobo? > > lscp and lshw do not show these sensor chips... > I have a variet of port

[gentoo-user] lm_sensors

2005-10-05 Thread James
I have this activated along with the I2C options in the kernel. How does one go about discovering which chips are on a portable or a mobo? lscp and lshw do not show these sensor chips... I have a variet of portables and sytems that I maintain gentoo on, so I need a discovery too (hopefully avoidi

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Matthias Langer
Hans-Werner Hilse wrote: Hi, On Wed, 05 Oct 2005 02:48:13 +0200 Matthias Langer <[EMAIL PROTECTED]> wrote: By accident i recognized that the link /usr/X11R6/ conatains itself - leading to an infinite recursion, as hinted in the subject of this message ... Does it really contain _it

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread kashani
Joe Strusz wrote: No, thats not it... what about master.cf? Could someone send me a sample master.cf with SASL running? sasl requires no changes to master.cf what's an emerge -pv cyrus-sasl look like? kashani -- gentoo-user@gentoo.org mailing list

[gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Again heres the section in my /var/log/mail.info: < unknown[64.89.173.227]: EHLO ERROLSAYRE Oct 5 16:10:55 op postfix/smtpd[10183]: > unknown[64.89.173.227]: 250-op.oxpub.com Oct 5 16:10:55 op postfix/smtpd[10183]: > unknown[64.89.173.227]: 250-PIPELINING Oct 5 16:10:55 op postfix/smtpd[101

[gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
No, thats not it... what about master.cf? Could someone send me a sample master.cf with SASL running? Date: Wed, 05 Oct 2005 10:55:45 -0500 To: gentoo-user@lists.gentoo.org From: Joe Strusz <[EMAIL PROTECTED]> Subject: Re: [gentoo-user] POSTFIX and SASL Could it be because Im receiving that

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Could it be because Im receiving that 8BITMIME line instead of 64BITMIME? Or is that normal? At 10:47 AM 10/5/2005, you wrote: Again.. heres my postconf -n alias_database = hash:/etc/mail/aliases alias_maps = hash:/etc/mail/aliases biff = no broken_sasl_auth_clients = yes command_directory =

[gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Again.. heres my postconf -n alias_database = hash:/etc/mail/aliases alias_maps = hash:/etc/mail/aliases biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix content_filter = smtp-amavis:[127.0.0.1]:10024 daemon_directory = /usr/lib/postfix debug_

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread kashani
Joe Strusz wrote: I don't see your smtpd_recipient_restrictions in that list, but it looks like you cut and pasted rather than did a postconf -n. Do the logs say antyhing interesting as well? In any case here's what works for me. /etc/postfix/main.cf # SASL setting smtpd_sasl_auth_enable =

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Actually if youd look... smtpd_sasl_auth_enable = yes is in fact there... I add those smtpd_recipient_restrictions and it still does the same thing Anyways... some help perhaps? At 10:26 AM 10/5/2005, you wrote: On Wednesday 05 October 2005 10:17, Joe Strusz wrote: > Ive read every forum

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread John Jolet
On Wednesday 05 October 2005 10:17, Joe Strusz wrote: > Ive read every forum on the site, and even ventured over the Wiki for > even more redundant reading. Ive read the entire postfix handbook, > and still have not found an answer to this problem. Its been two > weeks now I haven't been able to

Re: [gentoo-user] POSTFIX and SASL

2005-10-05 Thread John Jolet
On Wednesday 05 October 2005 10:17, Joe Strusz wrote: > Ive read every forum on the site, and even ventured over the Wiki for > even more redundant reading. Ive read the entire postfix handbook, > and still have not found an answer to this problem. Its been two > weeks now I haven't been able to

[gentoo-user] POSTFIX and SASL

2005-10-05 Thread Joe Strusz
Ive read every forum on the site, and even ventured over the Wiki for even more redundant reading. Ive read the entire postfix handbook, and still have not found an answer to this problem. Its been two weeks now I haven't been able to send mail from outside the network to non local users. H

Re: [gentoo-user] Latex spacing problem

2005-10-05 Thread Joseph
On Wed, 2005-10-05 at 12:29 +0200, Frédéric Grosshans wrote: > Le mardi 04 octobre 2005 à 18:16 -0600, Joseph a écrit : > > Is there any Tetex/Latex guru on the list? > > > > > I've tried to copy the formating string from invoice.tex form (that > > correctly wraps up the description column): > >

[gentoo-user] Re: [OT] not anonymous HTTPS proxy

2005-10-05 Thread Jochen Schalanda
On 10/05/2005 08:29 AM, Andrew Gaydenko wrote: > Can anybody to recommend free not anonymous HTTPS proxy server(s)? Squid, wwwoffle, tinyproxy (all in portage). -- Regards, Jochen -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] portage question

2005-10-05 Thread Holly Bostick
Eric Crossman schreef: > Ok, I'll be the first to admit that I don't know much about using > portage beyond the most basic minimal commands. This seems to fall > under the "used to work" category. > > In the past, I've used a "emerge system" and "emerge world" to update > to newer versions of i

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Richard Fish
Richard Fish wrote: Interesting. On mine, /usr/X11R6 is a directory, that contains a symlink /usr/X11R6/X11R6 which points to /usr. I suspect this is probably the same as the OP. I guess I need to take a close look at baselayout to see how I got into this mess. Nevermind, I take that bac

Re: [gentoo-user] portage question

2005-10-05 Thread Michael Crute
On 10/5/05, Eric Crossman <[EMAIL PROTECTED]> wrote: Ok, I'll be the first to admit that I don't know much about usingportage beyond the most basic minimal commands. This seems to fall under the "used to work" category.In the past, I've used a "emerge system" and "emerge world" to update tonewer ve

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Richard Fish
Holly Bostick wrote: Hans-Werner Hilse schreef: Hi, On Wed, 05 Oct 2005 02:48:13 +0200 Matthias Langer <[EMAIL PROTECTED]> wrote: By accident i recognized that the link /usr/X11R6/ conatains itself - leading to an infinite recursion, as hinted in the subject of this message ...

[gentoo-user] portage question

2005-10-05 Thread Eric Crossman
Ok, I'll be the first to admit that I don't know much about using portage beyond the most basic minimal commands. This seems to fall under the "used to work" category. In the past, I've used a "emerge system" and "emerge world" to update to newer versions of installed software. Usually also with a

Re: [gentoo-user] sk98lin

2005-10-05 Thread Holly Bostick
Martin Ullrich schreef: > Martin > > 2005/10/5, Holly Bostick <[EMAIL PROTECTED]>: > >> Martin Ullrich schreef: >> >>> Hi! >>> >>> I am using the 2005.1 Universal Installation CD (link from >>> www.gentoo.org ). The problem is not, that >>> I can't assign an address >>

Re: [gentoo-user] sk98lin

2005-10-05 Thread Martin Ullrich
Hi again! lspci lists all my devices (PCI-X Controller (Intel 925X chipset and ICH6 Southbridge) and my two ethernet cards): ... :01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88W8310 and 88W8000G [Libertas] 802.11g client chipset (rev 07) ... :02:00.0 Ethernet controller: Mar

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Holly Bostick
Hans-Werner Hilse schreef: > Hi, > > On Wed, 05 Oct 2005 02:48:13 +0200 > Matthias Langer <[EMAIL PROTECTED]> wrote: > > >>By accident i recognized that the link /usr/X11R6/ conatains itself - >>leading to an infinite recursion, as hinted in the subject of this >>message ... > > > Does it re

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Hans-Werner Hilse
Hi, On Wed, 05 Oct 2005 02:48:13 +0200 Matthias Langer <[EMAIL PROTECTED]> wrote: > By accident i recognized that the link /usr/X11R6/ conatains itself - > leading to an infinite recursion, as hinted in the subject of this > message ... Does it really contain _itself_? I think this would be wr

Re: [gentoo-user] Latex spacing problem

2005-10-05 Thread Frédéric Grosshans
Le mardi 04 octobre 2005 à 18:16 -0600, Joseph a écrit : > Is there any Tetex/Latex guru on the list? > > I've tried to copy the formating string from invoice.tex form (that > correctly wraps up the description column): > [EMAIL PROTECTED]@{}} The kind of column you want ar the X columns of the

Re: [gentoo-user] mozilla usage monitoring

2005-10-05 Thread z3rosix
Hello, On Tue, Oct 04, 2005 at 08:21:49PM -0500, John Jolet wrote: > On Tuesday 04 October 2005 20:17, Mark Knecht wrote: > > Hi, > >My wife is asking how she can keep track of where our son is going > > on the web. We're all Linux based. She can hang out here on her PC and > > see that he's u

Re: [gentoo-user] Building modular X?

2005-10-05 Thread glumtail
emerge again or try tomorrow :) On 10/5/05, Christian Nygaard <[EMAIL PROTECTED]> wrote: > How do I get the package xorg-server to build? > > !!! ERROR: media-libs/mesa-6.3.1.1-r3 failed. > > Here seems to be the source of the troubles? > In file included from clientattrib.c:38: > glxclient.

Re: [gentoo-user] sk98lin

2005-10-05 Thread Holly Bostick
Martin Ullrich schreef: > Hi! > > I am using the 2005.1 Universal Installation CD (link from > www.gentoo.org). The problem is not, that I can't assign an address > or fetch dhcp information, but even "ifconfig eth0" fails with a > message like "no such device" (the same with eth1). > > Martin

Re: [gentoo-user] Re: Network collisions

2005-10-05 Thread Dave Oxley
Ok, I've fixed the problem. I've plugged both systems into my router (which is a switch) and they are working fine now. There is obviously a bug in the 8139too driver. I'll have to live with the long cables going to the switch for the time being though!! Cheers for everyones help. Dave. James

Re: [gentoo-user] sk98lin

2005-10-05 Thread Martin Ullrich
Hi! I am using the 2005.1 Universal Installation CD (link from www.gentoo.org). The problem is not, that I can't assign an address or fetch dhcp information, but even "ifconfig eth0" fails with a message like "no such device" (the same with eth1). Martin 2005/10/5, Glenn Enright <[EMAIL PROTECTE

[gentoo-user] Building modular X?

2005-10-05 Thread Christian Nygaard
How do I get the package xorg-server to build?   !!! ERROR: media-libs/mesa-6.3.1.1-r3 failed. Here seems to be the source of the troubles?   In file included from clientattrib.c:38:   glxclient.h:59:25: GL/glxproto.h: No such file or directory Cheers, Chris

Re: [gentoo-user] What's happened to gnome ... I'm very frustrated

2005-10-05 Thread Spider
On Tue, 2005-10-04 at 15:36 -0700, gentuxx wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Richard Watson wrote: > > >I'm not having any problems and I just rebuilt xorg-x11. Are you x86 or > >~x86? > > > >I'm running X86 - Thanks for replying. How would I force a Gnoe re-install? >

[gentoo-user] Re: [Madwifi-users] Re: madwifi and wpasupplicant with NO or static WEP encryption

2005-10-05 Thread W.Kenworthy
Just finished dealing with something similar - found the ~x86 wpa_supplicant would work with ndiswrapper, whereas x86 would not! - using identical config files. Also found that /etc/conf.d/wireless is not parsed by wpa_supplicant configs (whereas it was with iwconfig), so I had to move the setting

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread Dirk Heinrichs
Am Mittwoch, 5. Oktober 2005 09:48 schrieb ext darren kirby: > quoth the Dirk Heinrichs: > > Am Mittwoch, 5. Oktober 2005 02:48 schrieb ext Matthias Langer: > > > ..., but i doubt that this behavour is intended. > > > > Yes, it is. > > Well, thanks for that thorough explanation... You're welcome :

Re: [gentoo-user] /usr/X11R6/X11R6/X11R6/X11R6/....

2005-10-05 Thread darren kirby
quoth the Dirk Heinrichs: > Am Mittwoch, 5. Oktober 2005 02:48 schrieb ext Matthias Langer: > > ..., but i doubt that this behavour is intended. > > Yes, it is. > > Bye... > > Dirk Well, thanks for that thorough explanation... -- darren kirby :: Part of the problem since 1976 :: http://bad

Re: [gentoo-user] Lock SSH user to their directory

2005-10-05 Thread Thijs Brobbel
On Tue, Oct 04, 2005 at 11:04:18AM +0200, Martin Eisenhardt wrote: > on an unrelated > note, it is more or less customary to use your full name on this mailing > list. Thanks for the note, I didn't know this either. -- Tom's hungry, time to eat lunch. -- gentoo-user@gentoo.org mailing list