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 undefin

Re: Updated files in elkscmd

2000-02-02 Thread Alistair Riddoch
fdisk just about ready to go into elkscmd, which should fix > a number of bugs people have reported. Should also be easier to use too. > > I'll send you a URL or the .c file when I'm done and you can stick it in > cvs. Whens the new elkscmd coming out? I'll try and

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 ha

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: 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 m

Elkscmd, building very small filesystems....

2000-01-19 Thread Simon Wood
91M 1.7M 99% / /dev/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 w

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 pro

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 m

elkscmd-20000107 released.

2000-01-07 Thread Alistair Riddoch
I have released a snapshot of the ELKS user space package elkscmd. This is the last snapshot before the next version of the kernel. The file elkscmd-2107.tar.gz is available from the following locations:- ftp://ftp.ecs.soton.ac.uk/pub/elks/elkscmd/elkscmd-2107.tar.gz ftp

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 is not

Re: elkscmd

1999-12-19 Thread Mario Frasca
eading the instructions again? 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 ;-) >

Re: elkscmd

1999-12-19 Thread Alistair Riddoch
Mario Frasca writes: > > login.c: fchown is not defined in my environment, the two lines around > #46 were commented out in the previous version. I commented them out > again, but I believe there is an other solution? fchown was commented out because there was a kernel bug in the code for fchow

elkscmd

1999-12-19 Thread Mario Frasca
login.c: fchown is not defined in my environment, the two lines around #46 were commented out in the previous version. I commented them out again, but I believe there is an other solution? ps.c: and I can't compile it, what are these two and ? init.c: here is my new version. I am prepared to

Re: elkscmd/(sys_utils|file_utils|sh_utils)

1999-12-07 Thread Alistair Riddoch
pping twice corrects the problem, but this > is not the case, since we 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/

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 v

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

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 passwo

elkscmd/(sys_utils|file_utils|sh_utils)

1999-12-05 Thread Mario Frasca
bc_version file. 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 '\

compiling init from elkscmd-19991101.tar.gz

1999-11-20 Thread Olivier Latignies
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 in file /usr/bcc/lib/bcc/i86/l

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, >

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

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 f

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

elkscmd snapshot released

1999-09-03 Thread Alistair Riddoch
The latest snapshot of the elkscmd package has been released and is available from ftp://ftp.ecs.soton.ac.uk/pub/elks/elkscmd/elkscmd-19990827.tar.gz ftp://linux.mit.edu/pub/ELKS/elkscmd/elkscmd-19990827.tar.gz The package consists of tools progams and utilities from various sources which have

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 "

RE: Compiling elkscmd

1999-06-29 Thread Thomas Stewart
rtly, 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 pri

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 &quo

RE: Compiling elkscmd

1999-06-28 Thread Greg Haerr
: make[1]: Entering directory `/usr/src/elkscmd/sys_utils' : bcc -0 -O -ansi -s init.c utent.o -o init -H 9A4 : ld86: warning: _utmpname redefined in file : /usr/bcc/lib/bcc/i86/libc.a(utent.o); using definition in utent.o : ld86: warning: _setutent redefined in file : /usr/bcc/lib/bc

Compiling elkscmd

1999-06-28 Thread Thomas D Stewart
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":- make[1]: Entering directory `/usr/s

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: > > http://s

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
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 (