Re: gcc and cpp errors

2001-05-10 Thread Bart-Jan Vrielink
On Thu, 10 May 2001, Nathan Ridge wrote: has anyone seen the following errors before? : gcc: Internal compiler error: program cc1 got fatal signal 4 gcc: Internal compiler error: program cc1 got fatal signal 11 cpp0: output pipe has closed I am trying to compile kernel-source-2.2.17,

Re: Postfix issue

2001-05-10 Thread Ilya Martynov
I am not running anything listening on port 25, 'fuser -v 25/tcp' doesn't show anything. If I try telneting on port 25 I get a connection refused. I don't know what is going on. Help anyone ... Edit /etc/inetd.conf and comment out the smtp line. /etc/init.d/inetd reload reloads the

Re: UFS

2001-05-10 Thread Simon Allard
mount -w -t ufs -o ufstype=sun /dev/sda1 /mnt/scsi I would imagine mount -w -t ufs -o ufstype=sun,rw /dev/sda1 /mnt/scsi The mount man page says by default UFS is mounted Read-only. Simon Allard (Senior Tool Monkey) IHUG Ph (09) 358-5067 Email: [EMAIL PROTECTED] The real fighting men

Re: gcc and cpp errors

2001-05-10 Thread Bart-Jan Vrielink
On Thu, 10 May 2001, Nathan Ridge wrote: has anyone seen the following errors before? : gcc: Internal compiler error: program cc1 got fatal signal 4 gcc: Internal compiler error: program cc1 got fatal signal 11 cpp0: output pipe has closed I am trying to compile kernel-source-2.2.17,

Re: Postfix issue

2001-05-10 Thread Ilya Martynov
I am not running anything listening on port 25, 'fuser -v 25/tcp' doesn't show anything. If I try telneting on port 25 I get a connection refused. I don't know what is going on. Help anyone ... Edit /etc/inetd.conf and comment out the smtp line. /etc/init.d/inetd reload reloads the

Re: setting up my own apt source

2001-05-10 Thread Stephane Bortzmeyer
On Wed, May 09, 2001 at 11:30:21AM +0200, Teun Vink [EMAIL PROTECTED] wrote a message of 21 lines which said: I need to set up an apt source for my work, where we can store our custom made packages and kernels. I know that this can be done using dpkg-scanpackages, but I can't find any help