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, seems to be very random, I can
 simply try again, and it may go further, until it get stucks on a certain .c
 file, then after a reboot, will go a little further.  Have tried stable and
 unstable packages.  Any help appreciated.

See http://www.bitwizard.nl/sig11/

-- 
Tot ziens,

Bart-Jan


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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 inetd conf.

HD  As I said, I am not running anything on port 25. There is no smtp entry
HD in inetd.conf. Any other idea?

Do you run 'fuser -v 25/tcp' as root? I not it will not show
anything. Also you can try to start postfix from single user to be
sure it is not affected by other software. At least if under single
user postfix will refuse to start with same message you can be sure
that it is a problem with postfix.

-- 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Ilya Martynov (http://martynov.org/)|
| GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80  E4AE BE1A 53EB 323B DEE6 |
| AGAVA Software Company (http://www.agava.com/)  |
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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 and women of the 21st century will continue
to be techo's backed up by the grunts with bad haircuts and rifles.


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




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, seems to be very random, I can
 simply try again, and it may go further, until it get stucks on a certain .c
 file, then after a reboot, will go a little further.  Have tried stable and
 unstable packages.  Any help appreciated.

See http://www.bitwizard.nl/sig11/

-- 
Tot ziens,

Bart-Jan




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 inetd conf.

HD  As I said, I am not running anything on port 25. There is no smtp entry
HD in inetd.conf. Any other idea?

Do you run 'fuser -v 25/tcp' as root? I not it will not show
anything. Also you can try to start postfix from single user to be
sure it is not affected by other software. At least if under single
user postfix will refuse to start with same message you can be sure
that it is a problem with postfix.

-- 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Ilya Martynov (http://martynov.org/)|
| GnuPG 1024D/323BDEE6 D7F7 561E 4C1D 8A15 8E80  E4AE BE1A 53EB 323B DEE6 |
| AGAVA Software Company (http://www.agava.com/)  |
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




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 on that besides the
 manpages. 

It is quite sufficient. Here is my crontab entry, if you need a real-world
example:

0 3 * * * (cd /ftp/pub/debian/UNOFFICIAL; dpkg-scanpackages -m 'Debian 
GNU/Linux binary-i386' . /dev/null  Packages)