[gentoo-user] Fortran g77 support

2006-10-05 Thread JC Denton
Hi!I need g77 and g95 on my system in order to install a few things like:blaslapackscipyelmer (finite element)I found this post on http://forums.gentoo.org/viewtopic.php?t=266985but this does not help me. When upgrading gcc from 3.4.6 to 4.1.1 I did not add or remove any USE flag so I assume this a

[gentoo-user] [OT] Problem with disk: cannot mount as ext3 but yes as ext2 ???

2006-10-05 Thread Gregory SACRE
Hello, I had a hard disk attached on an old RedHat PC formatted and mounted as ext3 filesystem. I removed the hard disk from the PC and plugged it in my Gentoo box. I tried to mount it as ext3 file system and got this error: --

[gentoo-user] Eating RAM...

2006-10-05 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Since I changed my graphic card from ATI to NVIDIA I have a strange problem. I leave my session always on but I see that a process (I don't know I can recognize it) eats all my ram and my swap. The results is that my computer stopped to work. If

Re: [gentoo-user] Problems installing on Thinkpad X41 Tablet

2006-10-05 Thread Henk Boom
On 06/10/06, Richard Fish <[EMAIL PROTECTED]> wrote: Hmm, I haven't booted of a minimal CD in awhile, so I'm not sure whether the included kernel includes all the right drivers for the USB media and filesystems. Does /sys/block/sda/dev exist? (you might need to "mount -t sysfs sysfs /sys" if /sy

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Richard Fish
On 10/5/06, Kevin O'Gorman <[EMAIL PROTECTED]> wrote: Why would this need a GNU-specific flag? Aren't these things some level of POSIX? (I'm only guessing; FSF may well have added one or two, and I want to know either way). From the ctype.h header file: /* ISO C99 introduced one new functi

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 06:49, Kevin O'Gorman wrote: > On 10/5/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: > > On Friday 06 October 2006 04:32, Kevin O'Gorman wrote: > > > gcc -Wall ctype.c -o ctype > > > I get > > > ctype.c:21: warning: implicit declaration of function 'isblank' > > > > $

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Kevin O'Gorman
On 10/5/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote: On Friday 06 October 2006 04:32, Kevin O'Gorman wrote: > gcc -Wall ctype.c -o ctype > I get > ctype.c:21: warning: implicit declaration of function 'isblank' $ gcc -std=gnu99 -Wall ctype.c -o ctype -- Bo Andresen Why would this need a

Re: [gentoo-user] Problems installing on Thinkpad X41 Tablet

2006-10-05 Thread Richard Fish
On 10/5/06, Henk Boom <[EMAIL PROTECTED]> wrote: If I go into the shell, I can see that /dev/sdb1 and /newroot both exist, and manually running "mount /dev/sdb1 /newroot/" (with and without -t vfat) gives the same error message: mount: Mounting /dev/sdb1 on /newroot/ failed: Invalid argument Hm

Re: [gentoo-user] python-fchksum problem + access denied

2006-10-05 Thread Bo Ørsted Andresen
On Wednesday 04 October 2006 15:36, Marco Calviani wrote: > > # ls -ld /usr/lib* > > Here it is: > > drwxr-xr-x 15 root root 4096 Oct 4 08:54 /usr/lib > drwxr-xr-x 9 root root 4096 Oct 3 19:19 /usr/lib32 > drwxr-xr-x 41 root root 36864 Oct 4 14:49 /usr/lib64 > drwxr-xr-x 6 root root 4096 Oc

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 04:32, Kevin O'Gorman wrote: > gcc -Wall ctype.c -o ctype > I get > ctype.c:21: warning: implicit declaration of function 'isblank' $ gcc -std=gnu99 -Wall ctype.c -o ctype -- Bo Andresen pgpclOwMeZ9b7.pgp Description: PGP signature

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Mark Kirkwood
Kevin O'Gorman wrote: On 10/5/06, Boyd Stephen Smith Jr. <[EMAIL PROTECTED]> wrote: On Thursday 05 October 2006 16:10, "Kevin O'Gorman" <[EMAIL PROTECTED]> wrote about '[gentoo-user] C programming use of isascii(), ispunct() and isblank() fails': > Why is it that using some of the macros from ct

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Kevin O'Gorman
On 10/5/06, Boyd Stephen Smith Jr. <[EMAIL PROTECTED]> wrote: On Thursday 05 October 2006 16:10, "Kevin O'Gorman" <[EMAIL PROTECTED]> wrote about '[gentoo-user] C programming use of isascii(), ispunct() and isblank() fails': > Why is it that using some of the macros from ctype.h fails to compile?

Re: [gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-05 Thread Bo Ørsted Andresen
On Friday 06 October 2006 02:41, James wrote: > This works very good, but it's a bit long. > I prefer just the host name or just the ip address. Using this technique > I get something like this: > "[EMAIL PROTECTED]:~/projects/manuals - Shell" To get only the hostname (\h is substituted with the

[gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-05 Thread James
Martins Steinbergs ml.lv> writes: > This konsolescript does what you need. Logging to remote it shows on tab > user host , on local it shows user or programm runing. > http://www.kde-apps.org/content/show.php?content=43873 OK, I got this installed. It spits out a bunch of parameter readings

[gentoo-user] Re: OT: auto rename konsole session tabs?

2006-10-05 Thread James
Bo Ørsted Andresen zlin.dk> writes: > Heh, and then I find the setting: Settings -> Configure Konsole -> General -> > Set tab title to match window title. :p Hello Bo, This works very good, but it's a bit long. I prefer just the host name or just the ip address. Using this technique I get s

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 October 2006 16:10, "Kevin O'Gorman" <[EMAIL PROTECTED]> wrote about '[gentoo-user] C programming use of isascii(), ispunct() and isblank() fails': > Why is it that using some of the macros from ctype.h fails to compile? You code compiles fine for me. I'm using... hrm, an invalid

Re: [gentoo-user] sudo requires password twice

2006-10-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 October 2006 16:36, "Daevid Vincent" <[EMAIL PROTECTED]> wrote about 'RE: [gentoo-user] sudo requires password twice': > I've not figured this out yet, so reposting in case someone has any > ideas... Hrm, I either never got the original (not surprising) of I was just skimming my m

[gentoo-user] Re: unison

2006-10-05 Thread James
Neil Bothwick digimed.co.uk> writes: > The only things you are likely to want to exclude are config files, such > as the mail config you mention. You also need to be sure that changes > "take"; for example if you sync your Konqueror bookmarks and Konqueror is > running, it will write its in-memo

Re: [gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 October 2006 16:10, "Kevin O'Gorman" <[EMAIL PROTECTED]> wrote about '[gentoo-user] C programming use of isascii(), ispunct() and isblank() fails': > Why is it that using some of the macros from ctype.h fails to compile? > In particular, [isascii, ispuncy, and isblank]. I'd be nic

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Boyd Stephen Smith Jr.
On Thursday 05 October 2006 14:44, Hans-Werner Hilse <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] OT - ipkungfu not': > Concerning the IPs you've mentioned, that looks like > 70.234.122.249 = 01000110.11101010.0010.1001 > 70.234.122.250 = 01000110.11101010.0010.1010 > 70.234.

RE: [gentoo-user] sudo requires password twice

2006-10-05 Thread Daevid Vincent
I've not figured this out yet, so reposting in case someone has any ideas... I did find this link: http://www.mail-archive.com/openpkg-users@openpkg.org/msg01747.html But I tried to add this: authrequiredtry_first_pass To my /etc/pam.d/sudo file and it didn't work. Did I do

Re: [gentoo-user] OT - mythbackend not binding to port. Why? [SOLVED]

2006-10-05 Thread Michael Sullivan
On Thu, 2006-10-05 at 14:39 -0500, Michael Sullivan wrote: > On Thu, 2006-10-05 at 14:10 -0500, Michael Sullivan wrote: > > My mythbackend is screwing up. I called /usr/bin/mythbackend directly > > so that I could see what exactly the problem is. It gave me this: > > > > camille ~ # mythbackend

Re: [gentoo-user] gentoo box "hangs"

2006-10-05 Thread Dmitry S. Makovey
On Wednesday 04 October 2006 18:24, Mick wrote: > On Wednesday 04 October 2006 21:01, Dmitry S. Makovey wrote: > > To eliminate KDE problem I tried to run fluxbox with Firefox && > > xterm - same results - hard freeze. > > > > Did anybody see something similar or at least some educated > > guesses

[gentoo-user] Problems installing on Thinkpad X41 Tablet

2006-10-05 Thread Henk Boom
(Sorry if this message appears twice, I don't think I mailed it correctly the first time) Hi, I am trying to intall gentoo on a Thinkpad X41 tablet, and am having some difficulties. I first partitionned my hard drive in knoppix, my partitions go from sda1 to sda5. I then made a gentoo 2006.1 min

[gentoo-user] C programming use of isascii(), ispunct() and isblank() fails

2006-10-05 Thread Kevin O'Gorman
Why is it that using some of the macros from ctype.h fails to compile? In particular, the three mentioned in the subject: line. Try this: #include #include int main(int argc, char *argv[]) { int i; for (i = 0; i < 256; i++) { printf("%3d: ",i); if (isalpha(i)) printf(" alp

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread José González Gómez
2006/10/5, Hans-Werner Hilse <[EMAIL PROTECTED]>: Hi,On Thu, 5 Oct 2006 20:47:18 +0200"José González Gómez" <[EMAIL PROTECTED]> wrote:> Unfortunately I'm not "responsible" for making these connections. I'm using > Maven (http://maven.apache.org/) to deploy some files to my server. Maven> seems to u

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 05 Oct 2006 13:59:06 -0500 Michael Sullivan <[EMAIL PROTECTED]> wrote: > What if I wanted 70.234.122.249, 70.234.122.250, and 70.234.122.251 as > the network. What would the syntax for those three be? I've never been > able to figure out what the 127.0.0.1/8 syntax means... That s

Re: [gentoo-user] OT - mythbackend not binding to port. Why?

2006-10-05 Thread Michael Sullivan
On Thu, 2006-10-05 at 14:10 -0500, Michael Sullivan wrote: > My mythbackend is screwing up. I called /usr/bin/mythbackend directly > so that I could see what exactly the problem is. It gave me this: > > camille ~ # mythbackend > 2006-10-05 14:08:36.085 Using runtime prefix = /usr > 2006-10-05 14

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 5 Oct 2006 20:47:18 +0200 "José González Gómez" <[EMAIL PROTECTED]> wrote: > Unfortunately I'm not "responsible" for making these connections. I'm using > Maven (http://maven.apache.org/) to deploy some files to my server. Maven > seems to use a different ssh connection for every oper

[gentoo-user] OT - mythbackend not binding to port. Why?

2006-10-05 Thread Michael Sullivan
My mythbackend is screwing up. I called /usr/bin/mythbackend directly so that I could see what exactly the problem is. It gave me this: camille ~ # mythbackend 2006-10-05 14:08:36.085 Using runtime prefix = /usr 2006-10-05 14:08:36.120 New DB connection, total: 1 2006-10-05 14:08:36.127 Connecte

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Michael Sullivan
On Thu, 2006-10-05 at 19:33 +0200, Hans-Werner Hilse wrote: > Hi, > > On Thu, 05 Oct 2006 09:45:57 -0500 > Michael Sullivan <[EMAIL PROTECTED]> wrote: > > > On Thu, 2006-10-05 at 15:22 +0200, Hans-Werner Hilse wrote: > > > Yep. That's how it should be according to your iptables dump. I never > >

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread José González Gómez
Hi there2006/10/5, Daniel da Veiga <[EMAIL PROTECTED]>: On 10/5/06, José González Gómez <[EMAIL PROTECTED]> wrote:> Hi there,>> I've got a virtual private server hosted somewhere and they're blocking me > because their intrusion detection system detects 10 ssh connections in less> than 2 minutes fr

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread José González Gómez
Hi2006/10/5, Hans-Werner Hilse <[EMAIL PROTECTED]>: Hi,On Thu, 5 Oct 2006 17:33:15 +0200"José González Gómez" <[EMAIL PROTECTED]> wrote:> I've got a virtual private server hosted somewhere and they're blocking me > because their intrusion detection system detects 10 ssh connections in less> than 2

Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-05 Thread Mike Williams
On Thursday 05 October 2006 17:57, Grant wrote: > When I click on "RIP Title" in dvdrip, I get a permission denied error > regarding Project.pm.  All of the other options in the other tabs are > grayed out and unmodifiable.  If I try to run the program as root, it > says it cannot open the display.

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread Daniel da Veiga
On 10/5/06, José González Gómez <[EMAIL PROTECTED]> wrote: Hi there, I've got a virtual private server hosted somewhere and they're blocking me because their intrusion detection system detects 10 ssh connections in less than 2 minutes from my current IP. My question is: is it possible for an int

Re: [gentoo-user] watermark PS files

2006-10-05 Thread Joseph
> > watermark to existing PS files (ex. for faxing etc.) > > Does anybody knows how to do it? > > There are probably other options, but I would vote for using PDF for > that. Convert your PS files to PDF (using ghostscript's ps2pdfN), then > use pdftk for making versions with watermarks. Opposite

Re: [gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 5 Oct 2006 17:33:15 +0200 "José González Gómez" <[EMAIL PROTECTED]> wrote: > I've got a virtual private server hosted somewhere and they're blocking me > because their intrusion detection system detects 10 ssh connections in less > than 2 minutes from my current IP. My question is: is

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 05 Oct 2006 09:45:57 -0500 Michael Sullivan <[EMAIL PROTECTED]> wrote: > On Thu, 2006-10-05 at 15:22 +0200, Hans-Werner Hilse wrote: > > Yep. That's how it should be according to your iptables dump. I never > > fighted with ipkungfu, but I think the LOCAL_NET configuration opens > > t

Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-05 Thread Meino Christian Cramer
From: Grant <[EMAIL PROTECTED]> Subject: [gentoo-user] {OT} dvdrip permissions error, alternative? Date: Thu, 5 Oct 2006 09:57:03 -0700 > When I click on "RIP Title" in dvdrip, I get a permission denied error > regarding Project.pm. All of the other options in the other tabs are > grayed out and

Re: [gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-05 Thread Hemmann, Volker Armin
On Thursday 05 October 2006 18:57, Grant wrote: > When I click on "RIP Title" in dvdrip, I get a permission denied error > regarding Project.pm. All of the other options in the other tabs are > grayed out and unmodifiable. If I try to run the program as root, it > says it cannot open the display.

[gentoo-user] {OT} dvdrip permissions error, alternative?

2006-10-05 Thread Grant
When I click on "RIP Title" in dvdrip, I get a permission denied error regarding Project.pm. All of the other options in the other tabs are grayed out and unmodifiable. If I try to run the program as root, it says it cannot open the display. Does anyone know what's wrong here? I've tried amd64

Re: [gentoo-user] 2 remote printing methods

2006-10-05 Thread Neil Bothwick
On Thu, 5 Oct 2006 09:30:51 -0700, Grant wrote: > Is that correct? Could I use two remote printers attached to the same > print server via the ServerName method? Yes. I have two printers attached to my Mini-ITX server box and both are available across the network. The only configuration on the c

[gentoo-user] 2 remote printing methods

2006-10-05 Thread Grant
If I'm understanding it correctly, there are two ways to print remotely via cups. I can set up the same printer in both the local and remote cups admins, or I can specify the ServerName directive in the local /etc/cups/client.conf and only set up the printer on the remote system. Is that correct

[gentoo-user] watermark PS files

2006-10-05 Thread Joseph
watermark to existing PS files (ex. for faxing etc.) Does anybody knows how to do it? I've run onto various scripts but didn't have much luck with most of them. This little postscript snippet prints CONFIDENTIAL diagonally across the page: example--- /wp$y 792 def /wp$x 612 def %---

Re: [gentoo-user] Re: unison

2006-10-05 Thread Neil Bothwick
On Thu, 5 Oct 2006 15:31:43 + (UTC), James wrote: > I want to sync up (2) portables, down to every file (including > dot files, email boxes etc) using unison. This only applies > to the user's home dir, not any other files. I have to be ready to > travel at a moments notice and fix equipment

Re: [gentoo-user] Gentoo print server

2006-10-05 Thread Grant
> I'm trying to set up one of my systems as a print server and I'm stuck > at the point where I should configure the system's printer. It's a > headless system so I need to configure the printer through my > workstation. I'm using this: > > http://www.gentoo.org/doc/en/printing-howto.xml > > and

[gentoo-user] Re: unison

2006-10-05 Thread James
Neil Bothwick digimed.co.uk> writes: > > > http://bugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=372545 > > > It's a FONT problem?? > Is this an old thread or have I missed a lot of posts? Anyway, I had this > problem a while ago and the fix is simple, emerge > media-fonts/font-schumach

[gentoo-user] [OT] Blocking only unsuccessful ssh connections

2006-10-05 Thread José González Gómez
Hi there,I've got a virtual private server hosted somewhere and they're blocking me because their intrusion detection system detects 10 ssh connections in less than 2 minutes from my current IP. My question is: is it possible for an intrusion detection system to differentiate between successful and

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Michael Sullivan
On Thu, 2006-10-05 at 15:22 +0200, Hans-Werner Hilse wrote: > Hi, > > On Thu, 05 Oct 2006 08:07:49 -0500 Michael Sullivan > <[EMAIL PROTECTED]> wrote: > > > ACCEPT all -- 192.168.1.0/24 anywherestate NEW > > [...] > > > > And I can still detect all those ports open from n

RE: [gentoo-user] Eth0 not responding (sleeping??)

2006-10-05 Thread Timothy A. Holmes
> > > Flaky switch? (Too) long or bad (non-standard) cabling? That was > > > usually the explanation when I was seeing such behaviour. > > > > > Not sure what you mean about hijacking the thread, but I am > sorry -- I > > didn't mean to do anything wrong. > > No, you're only hurting yourself:

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 05 Oct 2006 08:07:49 -0500 Michael Sullivan <[EMAIL PROTECTED]> wrote: > ACCEPT all -- 192.168.1.0/24 anywherestate NEW > [...] > > And I can still detect all those ports open from nmap on another > machine. Yep. That's how it should be according to your ipta

Re: [gentoo-user] OT - ipkungfu not

2006-10-05 Thread Michael Sullivan
On Wed, 2006-10-04 at 18:57 -0700, Ryan Tandy wrote: > Michael Sullivan wrote: > > I'm having a problem with ipkungfu on one of my boxes. According to the > > log files, it's running, but it doesn't seem to be firewall-ing. It's > > not working on 192.168.1.2. Here's nmap output from 192.168.1.3

Re: [gentoo-user] Eth0 not responding (sleeping??)

2006-10-05 Thread Hans-Werner Hilse
Hi, On Thu, 5 Oct 2006 08:23:38 -0400 "Timothy A. Holmes" <[EMAIL PROTECTED]> wrote: > > Flaky switch? (Too) long or bad (non-standard) cabling? That > > was usually the explanation when I was seeing such behaviour. > > > Not sure what you mean about hijacking the thread, but I am sorry -- I >

Re: [gentoo-user] evolution mail reader won't give up

2006-10-05 Thread Michael Sullivan
On Wed, 2006-10-04 at 19:44 -0700, Kevin O'Gorman wrote: > On 10/4/06, Michael Sullivan <[EMAIL PROTECTED]> wrote: > > On Wed, 2006-10-04 at 08:01 -0700, Kevin O'Gorman wrote: > > > I sent a mail with a bad address, and it continues to haunt me. I > > > can't figure out a way to get evolution to j

RE: [gentoo-user] Eth0 not responding (sleeping??)

2006-10-05 Thread Timothy A. Holmes
> Hi, > > First: stop hijacking threads! > > On Wed, 4 Oct 2006 15:21:58 -0400 "Timothy A. Holmes" > <[EMAIL PROTECTED]> wrote: > > > The problem is that the network adapter seems to "fall asleep" > > periodically. If I attempt to access the base webpage or > ssh, I get no > > response till I

Re: [gentoo-user] Eth0 not responding (sleeping??)

2006-10-05 Thread Hans-Werner Hilse
Hi, First: stop hijacking threads! On Wed, 4 Oct 2006 15:21:58 -0400 "Timothy A. Holmes" <[EMAIL PROTECTED]> wrote: > The problem is that the network adapter seems to "fall asleep" > periodically. If I attempt to access the base webpage or ssh, I get no > response till I ping the box -- 8 pings

Re: [gentoo-user] Re: unison

2006-10-05 Thread Neil Bothwick
On Thu, 05 Oct 2006 08:49:02 +0800, Ow Mun Heng wrote: > > Anyway, I had this > > problem a while ago and the fix is simple, emerge > > media-fonts/font-schumacher-misc > > I don't have this installed. > > Then I tried to run the GUI and it failed!! Did you install it? > It was working previ