elkscmd snapshot 2000-03-02 available now

2000-03-02 Thread Alistair Riddoch
I have put together a release snapshot of elkscmd as it has been a while since I last released anything, and alot has gone in. This release may be a bit untidy as CVS is currently down which makes it harder to keep track of what is going on. The package is available from the following URLs

buiding elkscmd

2000-02-11 Thread kees
Hi there, I'm building elkscmd2107 and get the following messages: ld86: warning: _pututline redefined in file /usr/bcc/lib/bcc/i86/libc.a(utent.o) ; using definition in utent.o ld86: warning: _getutid redefined in file /usr/bcc/lib/bcc/i86/libc.a(utent.o);using definition in utent.o

Updated files in elkscmd

2000-02-02 Thread Alistair Riddoch
I have updated the sys_utils directory in the elkscmd program so that the copyright statements are all clear and each program has a man page. If anyone has contributed code to this directory and is not credited, please let me know and I will put you into the files headers. Al

Re: Updated files in elkscmd

2000-02-02 Thread David Murn
On Wed, 2 Feb 2000, Alistair Riddoch wrote: If anyone has contributed code to this directory and is not credited, please let me know and I will put you into the files headers. I've got a new fdisk just about ready to go into elkscmd, which should fix a number of bugs people have reported

RE: Elkscmd, building very small filesystems....

2000-01-20 Thread Simon Wood
found it.. thanks to a local Guru. when doing mkfs.minix I wasn't specify an inode count, it was guess according to the size of the disk. This droped from 120 inodes (at 360K) to 42 (at 128K). adding the '-i 180' parameter solved the problem. Simon Wood

Re: elkscmd-20000107 released.

2000-01-20 Thread Mario Frasca
Alistair Riddoch wrote: On Fri, Jan 14, 2000 at 08:53:45PM +0100, Mario Frasca wrote: I'm working on a version of mount/umount that makes use of /etc/fstab and /etc/mtab. I already have some sort of prototypes, but I do need a few more hours. mtab functionality is cool, but may not be

Elkscmd, building very small filesystems....

2000-01-19 Thread Simon Wood
/hda1 1.2G 779M 420M 65% /dos /dev/hda4 343M 277M48M 85% /opt /opt/src/elkscmd/root 122K 31K91K 25% /mnt leper:/mnt/dev # Anyone got any bright ideas what's happening and how to solve

Re: elkscmd-20000107 released.

2000-01-18 Thread Alistair Riddoch
On Fri, Jan 14, 2000 at 08:53:45PM +0100, Mario Frasca wrote: Hi Al! you wrote: On Wed, Jan 12, 2000 at 10:54:27PM +0100, Mario Frasca wrote: as if no parameters are ever passed to the script. is there some hidden trick? How are you attempting this? well, I found the problem from

Re: elkscmd-20000107 released.

2000-01-14 Thread Mario Frasca
Hi Al! you wrote: On Wed, Jan 12, 2000 at 10:54:27PM +0100, Mario Frasca wrote: as if no parameters are ever passed to the script. is there some hidden trick? How are you attempting this? well, I found the problem from init and my /etc/inittab but there is a much easier way: $ ls -l .

Re: elkscmd-20000107 released.

2000-01-13 Thread Mario Frasca
Al, indeed there was a problem at least in the scanFile function, which I think I corrected. You find the modified version of that function here. As I wrote before, there is work to be done in init about the information in the utmp file. it is not urgent to me, so I didn't look at it with too

elkscmd compilation error

1999-12-20 Thread Patrice Kadionik
Hi all; I hav ecompilation pb with elkscmd...these are the traces : bcc -3 -0 -O -ansi -s init.c utent.o -o init -H 2000 ... ld86: warning: _getutid redefined in file /usr/bcc/lib/bcc/i86/libc.a(utent.o); using definition in utent.o undefined symbol: _setsid the symbole setsid in init.c

Re: elkscmd

1999-12-19 Thread Mario Frasca
? I login into the CVS server, checkout / update the sources for elks and elkscmd, then you say I need to build my libc -part of the 8086 development package- against the correct ELKS kernel. "what do you mean by that? that is not an answer!" (Pilate ;-) ps.c: and I can't compil

elkscmd error

1999-12-07 Thread Patrice Kadionik
Hi all, I'm newbie with elks since few weeks. When I compile elkscmd to make the root FS, I have errors on fdisk.c compiling. It does'nt find linuxmt/ directory and all .h included. What's the matter ? There is a variable linux tested by #ifdef in order to choose between 2 types of header files

Re: elkscmd error

1999-12-07 Thread Alistair Riddoch
Patrice Kadionik writes: Hi all, I'm newbie with elks since few weeks. When I compile elkscmd to make the root FS, I have errors on fdisk.c compiling. It does'nt find linuxmt/ directory and all .h included. What's the matter ? There is a variable linux tested by #ifdef in order

Re: elkscmd/(sys_utils|file_utils|sh_utils)

1999-12-07 Thread Alistair Riddoch
will be changing the password to all members of the group. I have put a patched version of this file in elkscmd. Once it is merged into dev86, I will remove it. the second problem was a discrepancy in elkscmd/sys_utils, between passwd.c and login.c. login.c removes the trailing '\n' from

elkscmd/(sys_utils|file_utils|sh_utils)

1999-12-05 Thread Mario Frasca
. one may think that swapping twice corrects the problem, but this is not the case, since we will be changing the password to all members of the group. the second problem was a discrepancy in elkscmd/sys_utils, between passwd.c and login.c. login.c removes the trailing '\n' from the password

Re: elkscmd/(sys_utils|file_utils|sh_utils)

1999-12-05 Thread David Murn
On Sun, 5 Dec 1999, Mario Frasca wrote: login.c removes the trailing '\n' from the password, passwd.c doesn't do it. I don't know what is the reason for removing the '\n', but I assume there must be one, so I added the following lines to passwd.c Yes, there is a reason for it. The password

Re: compiling init from elkscmd-19991101.tar.gz

1999-11-20 Thread Alistair Riddoch
Olivier Latignies writes: Hi, I try to compile the elks commands from the elkscmd-19991101.tar.gz archive. I can't compile init (in sys_utils). Here is the error. [root@kirk sys_utils]# make init bcc -0 -O -ansi -s init.c utent.o -o init -H 2000 ld86: warning: _utmpname redefined

RE: compiling init from elkscmd-19991101.tar.gz

1999-11-20 Thread Olivier Latignies
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alistair Riddoch Sent: Saturday, November 20, 1999 7:57 PM To: Olivier Latignies Cc: [EMAIL PROTECTED] Subject: Re: compiling init from elkscmd-19991101.tar.gz Olivier Latignies writes: Hi, I try

elkscmd

1999-11-17 Thread Mario Frasca
Hi Al, I think this will be interesting for most people on the list... well, I've written this version of init.c and modified date.c. *** init.c does a decent job, according to me, allowing the elks administrator to write a /etc/inittab file, but it sometimes (quite regularly) corrupts utmp. I

Latest elkscmd snapshot uploaded

1999-11-01 Thread Alistair Riddoch
Hi all, I have uploaded the latest snapshot of the elksmcd package to:- ftp://ftp.ecs.soton.ac.uk/pub/elks/elkscmd ftp://linux.mit.edu/pub/ELKS/elkscmd This is a minor update with two small bugfixes, and a change to the way the root filesystem template is handled. Al

RE: Compiling elkscmd

1999-06-29 Thread Thomas Stewart
, there are a number of other problems in the elkscmd make as well. Are you using dev86 version 0.14.8? That's what I used. It requires a patch as well if you're running libc 2.0... I'll submit that as well. I am using the latest dev86 from the primary ftp site (got it on Saturday), don't know if i am

Re: Compiling elkscmd

1999-06-29 Thread Alistair Riddoch
Thomas D Stewart writes: I downloaded dev and elks to make the kernal. Made and ran the kernal with no probs. I then downloaded elkscmd and tryed to compile it, i am pritty new to linux so i am not sure what is wrong. These are the errors that i get when i do "make all":-

Re: Compiling elkscmd

1999-06-28 Thread Blaz Antonic
Thomas D Stewart wrote: I downloaded dev and elks to make the kernal. Made and ran the kernal with no probs. I then downloaded elkscmd and tryed to compile it, i am pritty new to linux so i am not sure what is wrong. These are the errors that i get when i do "make all":- Thomas

Re: elkscmd

1999-01-16 Thread Alistair Riddoch
Mario Frasca writes: Hi Al, I think this will be interesting for most people on the list... well, I've written this version of init.c and modified date.c. *** init.c does a decent job, according to me, allowing the elks administrator to write a /etc/inittab file, but it sometimes (quite

Re: elkscmd

1999-01-16 Thread Jakov af Wallby
On Thu, 18 Nov 1999, Alistair Riddoch wrote: Mario Frasca writes: a date without century is interpreted as 1970-2069. This is patented. It is not legal to use this algorithm to deal with y2k issues. See this link for more info: http://slashdot.org/articles/99/11/01/2047228.shtml ;-)

Re: elkscmd

1999-01-16 Thread Alistair Riddoch
Jakov af Wallby writes: On Thu, 18 Nov 1999, Alistair Riddoch wrote: Mario Frasca writes: a date without century is interpreted as 1970-2069. This is patented. It is not legal to use this algorithm to deal with y2k issues. See this link for more info: