no NFS mounts from other hosts (!)

1997-02-19 Thread Ioannis Tambouras
NFS mounts for other hosts fail. On the server everything is in place: portmap, nfs, mountd, are running, and I can mount nfs partitions from the server to itself. But, from another host (who has nfs module loaded) I get the classic: mount clntudp_create: RPC: Program not registered What

Re: linux file systems - frag-up

1997-02-19 Thread John T. Larkin
Can anybody out there familiar with linux filesystem formats tell me if I need to be concerned with file system fragmentation. I've never had a problem with file-system fragmentation. As long as you leave some space free on the filesystem (this is part of the reason for 5%

Re: lprng still disasterous

1997-02-19 Thread Rob Browning
Hamish Moffatt [EMAIL PROTECTED] writes: I thought perhaps my lprng problems might be helped if the server ran lprng too. So I installed it on there, and it works great; an lp queue (raw) and a ps queue (runs ghostscript), no magicfilter as yet. But now I can't print a damn thing from the

Python still supported?

1997-02-19 Thread Jan-Hein van der Burg
Is Python still being supported in the Debian distribution? I have some problems, and the maintainer ([EMAIL PROTECTED]) does not seem to respond to e-mail. I will apreciate your answers by e-mail, since I'm not subscribed to this list. Met vriendelijke groet, Jan-Hein van der Burg e-mail:

Re: libc/locale bug in strftime()?

1997-02-19 Thread Orn E. Hansen
Looking a little better at your code... I expect you are assuming that the memory allocation routine, has null'ed your data (I think I remember that a 'struct tm' filled with zeroes should give Jan 1, 1970?). This is the source of your greaf, your 'struct tm' is not properly initalized before a

Re: libc/locale bug in strftime()?

1997-02-19 Thread Orn E. Hansen
It is not a problem with strftime(), it works fine here (a demo at the end of the letter) and I'm using libc5 version 5.4.20-1. Nor is it a bug with locale, as you're not using it in your demo (see below). #include time.h #include locale.h main() { time_t cur_time = time(NULL); struct tm

Re: clock

1997-02-19 Thread Rob Browning
Dale Scheetz [EMAIL PROTECTED] writes: Run tzconfig and make sure that you answer the GMT question correctly. Oh, right. Why didn't I think of that... -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Re: Automount (amd) cdrom and floppy

1997-02-19 Thread Jonas Bofjall
On Thu, 20 Feb 1997, Hayao Nakahara wrote: Yes you can. The followings are some of my /etc/adm/amd.xxx files. On such configuration, I can mount cdrom by accessing /l/cd, mount floppy with ext2 format by /l/fd mount floopy with fat format by /l/msdos. and explicitly

Re: Bug with libraries?

1997-02-19 Thread Rob Browning
[EMAIL PROTECTED] (John T. Larkin) writes: This was bad; everything linked with the x libraries couldn't run since they couldn't find the libraries. They had installed a bunch of X packages, so one of the packages should have been responsable for making sure that this line was added to

Zmodem source

1997-02-19 Thread Timothy Phan
Hi All, Can someone please let me know where can I get zmodem source? Thanks! -- Timothy C. Phan ([EMAIL PROTECTED]) NEC America, Inc. ASL 1525 Walnut Hill Ln. Irving, TX 75038

ldp and samba

1997-02-19 Thread Remco van de Meent
Hey Anybody any idea how to config smb.conf and lpd.*/printcap for adding printer services to samba? thanks -- // Remco van de Meent // email: [EMAIL PROTECTED] // www: http://cam053212.student.utwente.nl // -- Never make any mistaeks -- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail

Re: Python still supported?

1997-02-19 Thread Klee Dienes
Oops, looks like I forgot to Cc: you when I sent the message to [EMAIL PROTECTED] closing out the original bug report by a different user. I belive the problem you were having (conflict between the thread support and the Tkinter library) has been resolved (by temporarily removing thread support)

Automount (amd) cdrom and floppy

1997-02-19 Thread Hayao Nakahara
|Date: Wed, 19 Feb 1997 19:59:05 +0100 (MET) |From: Jonas Bofjall [EMAIL PROTECTED] |On Thu, 20 Feb 1997, Hayao Nakahara wrote: | | Yes you can. | The followings are some of my /etc/adm/amd.xxx files. | On such configuration, I can | mount cdrom by accessing /l/cd, | mount

Mount and cdrom

1997-02-19 Thread Andrew Martin Adrian Cater (Andy)
I'm sure the answer must be out there somewhere: I'm running Debian from the unstable tree, cdrom is an old SoundBlaster/Creative double speed. /etc/fstab has the entry /dev/cdrom /cdrom iso9660 ro,noauto,user 0 0 As a non root user, I can mount the cd - when I try to unmount, I

<    1   2