You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(20) |
Sep
(4) |
Oct
(29) |
Nov
(24) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(9) |
Feb
(26) |
Mar
(10) |
Apr
(4) |
May
(5) |
Jun
(13) |
Jul
(53) |
Aug
(15) |
Sep
(42) |
Oct
(30) |
Nov
(92) |
Dec
(45) |
2002 |
Jan
(36) |
Feb
(63) |
Mar
(24) |
Apr
(21) |
May
(30) |
Jun
(59) |
Jul
(34) |
Aug
(17) |
Sep
(57) |
Oct
(104) |
Nov
(21) |
Dec
(16) |
2003 |
Jan
(31) |
Feb
(56) |
Mar
(40) |
Apr
(55) |
May
(45) |
Jun
(38) |
Jul
(48) |
Aug
(33) |
Sep
(13) |
Oct
(19) |
Nov
(7) |
Dec
(9) |
2004 |
Jan
(15) |
Feb
(20) |
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
|
Dec
(1) |
2005 |
Jan
(18) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(9) |
Feb
|
Mar
|
Apr
(16) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: windham l. <mst...@ho...> - 2002-02-11 04:15:06
|
<html><div style='background-color:'><DIV></DIV> <DIV></DIV> <P> What would be the advantage of using UML-Trinux over regular</P> <P>trinux-ide?<BR><BR><BR>"There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson - </P> <DIV></DIV></div><br clear=all><hr>Chat with friends online, try MSN Messenger: <a href='http://go.msn.com/bql/hmtag1_etl_EN.asp'>Click Here</a><br></html> |
From: Jonathan R. <mma...@ya...> - 2002-02-11 01:36:46
|
On Sun, 10 Feb 2002, Matthew Franz wrote: > > Hi Jonathan, > > Based on the traffic from uml mailing list I think the initrd is broken in > the latest release. I had similar problems and Bill Burdick's kernel was > the only one I could get working. I also tried multiple compilers and > glibc's, too. Yes, there was a segv problem with 2.4.17-10um, but Jeff provided a solution for that. We'll have to find out what Bill did differently, because I used the same compiler (2.96 20000731), uml patch (2.4.17-5um), and perhaps the same glibc (2.2.4) that he used to create the successful kernel included with trinux-uml. > I have the config on my laptop at work, but the solution is probably to go > back a few releases of UML and not use the latest. Hopefully, the mystery lies within the config, unless, there were some additional alterations to the kernel code. > > Hi, > > > > I've been trying to get the initrd from trinux-uml-0.1.tgz to work with > > another kernel which has both CONFIG_BLK_DEV_RAM and CONFIG_BLK_DEV_INITRD > > configured, the minix fs mounts, but for some reason an initial console > > can't be found, and this isn't a devfs issue either since nomount is used. > > > > Usually, in a situation like this it would be safe to assume that > > something is amiss in the initrd, but this is definitely not the case, and > > the initrd does work properly with the kernel which comes with trinux-uml. > > I thought maybe it was a compiler issue so I made a uml (2.4.17-5um) with > > the same compiler used to make the trinux-uml kernel, but I still had the > > same results. > > > > This leads me to suspect that it is a configuration conflict. Could you > > please send me the .config you used for the trinux-uml kernel? It would > > also be a good idea to include this .config with the trinux-uml package. > > > > The kernel which ships with gbootroot (gbootroot.sf.net) exhibits the same > > problem, and the config used to make this kernel is included. I am > > thinking that it may be something simple causing this problem. > > > > Thanks, > > > > > > Jonathan > > > > > > RAMDISK: Minix filesystem found at block 0 > > RAMDISK: Loading 4096 blocks [1 disk] into ram disk... done. > > Freeing initrd memory: 4096k freed > > cramfs: wrong magic > > MINIX-fs: mounting unchecked file system, running fsck is recommended. > > VFS: Mounted root (minix filesystem). > > Warning: unable to open an initial console. > > Kernel panic: No init found. Try passing init= option to kernel. > > > > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > |
From: Matthew F. <mf...@ci...> - 2002-02-11 01:19:14
|
Hi Jonathan, Based on the traffic from uml mailing list I think the initrd is broken in the latest release. I had similar problems and Bill Burdick's kernel was the only one I could get working. I also tried multiple compilers and glibc's, too. I have the config on my laptop at work, but the solution is probably to go back a few releases of UML and not use the latest. - mdf > > Hi, > > I've been trying to get the initrd from trinux-uml-0.1.tgz to work with > another kernel which has both CONFIG_BLK_DEV_RAM and CONFIG_BLK_DEV_INITRD > configured, the minix fs mounts, but for some reason an initial console > can't be found, and this isn't a devfs issue either since nomount is used. > > Usually, in a situation like this it would be safe to assume that > something is amiss in the initrd, but this is definitely not the case, and > the initrd does work properly with the kernel which comes with trinux-uml. > I thought maybe it was a compiler issue so I made a uml (2.4.17-5um) with > the same compiler used to make the trinux-uml kernel, but I still had the > same results. > > This leads me to suspect that it is a configuration conflict. Could you > please send me the .config you used for the trinux-uml kernel? It would > also be a good idea to include this .config with the trinux-uml package. > > The kernel which ships with gbootroot (gbootroot.sf.net) exhibits the same > problem, and the config used to make this kernel is included. I am > thinking that it may be something simple causing this problem. > > Thanks, > > > Jonathan > > > RAMDISK: Minix filesystem found at block 0 > RAMDISK: Loading 4096 blocks [1 disk] into ram disk... done. > Freeing initrd memory: 4096k freed > cramfs: wrong magic > MINIX-fs: mounting unchecked file system, running fsck is recommended. > VFS: Mounted root (minix filesystem). > Warning: unable to open an initial console. > Kernel panic: No init found. Try passing init= option to kernel. > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Jonathan R. <mma...@ya...> - 2002-02-10 22:58:49
|
Hi, I've been trying to get the initrd from trinux-uml-0.1.tgz to work with another kernel which has both CONFIG_BLK_DEV_RAM and CONFIG_BLK_DEV_INITRD configured, the minix fs mounts, but for some reason an initial console can't be found, and this isn't a devfs issue either since nomount is used. Usually, in a situation like this it would be safe to assume that something is amiss in the initrd, but this is definitely not the case, and the initrd does work properly with the kernel which comes with trinux-uml. I thought maybe it was a compiler issue so I made a uml (2.4.17-5um) with the same compiler used to make the trinux-uml kernel, but I still had the same results. This leads me to suspect that it is a configuration conflict. Could you please send me the .config you used for the trinux-uml kernel? It would also be a good idea to include this .config with the trinux-uml package. The kernel which ships with gbootroot (gbootroot.sf.net) exhibits the same problem, and the config used to make this kernel is included. I am thinking that it may be something simple causing this problem. Thanks, Jonathan RAMDISK: Minix filesystem found at block 0 RAMDISK: Loading 4096 blocks [1 disk] into ram disk... done. Freeing initrd memory: 4096k freed cramfs: wrong magic MINIX-fs: mounting unchecked file system, running fsck is recommended. VFS: Mounted root (minix filesystem). Warning: unable to open an initial console. Kernel panic: No init found. Try passing init= option to kernel. |
From: Matthew F. <mf...@ci...> - 2002-02-07 18:42:10
|
If you didn't get the fsmods.tgz kernel package you need to get it (getpkg 2.4.5/fsmods.tgz) and then insmod /lib/modules/loop.o - mdf > I'm trying to make my own initrd but I can't manage to mount the initrd > file as a minix file system. I'm no Guru but I am above newbie... Anyhow I > read the Trinux FAQ, I've got my initrd (Un gziped) and I try to mount it > like so: > # mount -o loop initrd /mnt > and I get the following error: > ioctl: LOOP_SET_FD: Invaild argument > > The command didn't look right to me and I've tryed some other variations but > I still can't get it to mount. > Please help.... > > Nick > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Nick F. <ni...@it...> - 2002-02-07 00:07:55
|
Hi, I'm trying to make my own initrd but I can't manage to mount the initrd file as a minix file system. I'm no Guru but I am above newbie... Anyhow I read the Trinux FAQ, I've got my initrd (Un gziped) and I try to mount it like so: # mount -o loop initrd /mnt and I get the following error: ioctl: LOOP_SET_FD: Invaild argument The command didn't look right to me and I've tryed some other variations but I still can't get it to mount. Please help.... Nick |
From: Matthew F. <mf...@ci...> - 2002-02-04 14:42:41
|
Not sure how that last one made it out. :( All the terminal lockers require username/passwords and for some reason I have never been able to get login, passwd working right with busybox (or the tinyauth package that has the same functionality) think it is a libc problem. - mdf > Date: Sun, 03 Feb 2002 23:25:07 -0600 > From: windham lance <mst...@ho...> > To: tri...@li... > Subject: [Trinux-talk] what happened to lock? > > what ever happened to term locking support? > |
From: Matthew F. <mf...@ci...> - 2002-02-04 14:06:56
|
------------------------------------- Matthew Franz mf...@ci... Product Security Engineer Security Technologies Assessment Team > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: windham l. <mst...@ho...> - 2002-02-04 05:25:13
|
<html><div style='background-color:'><DIV></DIV> <DIV>what ever happened to term locking support? </DIV></div><br clear=all><hr>Send and receive Hotmail on your mobile device: <a href='http://go.msn.com/bql/hmtag2_etl_EN.asp'>Click Here</a><br></html> |
From: Matthew F. <mf...@ci...> - 2002-02-03 06:27:05
|
You are right. See http://www.io.com/~mdfranz/trinux/devtools/mkrd It involves using losetup and/or loopback devices. - mdf > Hello, > > I'm fairly new to Linux, and very new to Trinux. > What I'm looking to do is create a minix filesystem "in a file" (I don't > know if this is the correct term.) like initrd, as opposed to creating a > filesystem in a partition on a physical device. > > I can create minix filesystems on partitions, > I can build an initrd. > I can achieve what I want by making a copy of initrd, renaming it, > mounting it, gutting it out and putting whatever files and structure I > want in, but to me this is a very klunky and backwards way of doing > something that seems like it could be very simple. > > Any help would be greatly appreciated. > > ~Dave > > ds...@sd... > SDF Public Access UNIX System - http://sdf.lonestar.org > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: David S. J. <ds...@sd...> - 2002-02-03 01:28:14
|
Hello, I'm fairly new to Linux, and very new to Trinux. What I'm looking to do is create a minix filesystem "in a file" (I don't know if this is the correct term.) like initrd, as opposed to creating a filesystem in a partition on a physical device. I can create minix filesystems on partitions, I can build an initrd. I can achieve what I want by making a copy of initrd, renaming it, mounting it, gutting it out and putting whatever files and structure I want in, but to me this is a very klunky and backwards way of doing something that seems like it could be very simple. Any help would be greatly appreciated. ~Dave ds...@sd... SDF Public Access UNIX System - http://sdf.lonestar.org |
From: Matthew F. <mf...@ci...> - 2002-01-31 22:59:11
|
I just added pcutils.tgz which contains lspci which allows you to probe for PCI devices such as network cards, USB, etc. It correctly detected an inbuilt Compaq PCnet and a Realtek 8139 - mdf > > ok my card read > > kingston > > kne2002LC > > kne2021LC > > i will try pciutils and report back > > thnx, mstrhelix > > > > > "There are two major products that come out of Berkeley: LSD and UNIX. We > don't believe this to be a coincidence." - Jeremy S. Anderson - > >From: Matthew Franz > >To: windham lance > >Subject: Re: [Trinux-talk] NIC SUPPORT > >Date: Thu, 31 Jan 2002 16:04:57 +0000 (/etc/localtime) > > > > > >If it is a PCI card: > > > >#getpkg pciutils > >#lspci > > > >I don't know about ISA cards, but there might be some way using some of > >the PnP utils. > > > >- mdf > > > >Let me know if this doesn't work -- will test later tonight. > > > > > > > > How do I determin what kind of Network card that is in my system? > it's > > > an older model and I'm wondering how to find out so i can add the > correct > > > modules. > > > > > > thank you > > > > > > > > > "There are two major products that come out of Berkeley: LSD and > UNIX. We > > > don't believe this to be a coincidence." - Jeremy S. Anderson - > > > > > > > > >______________________________________________________________________= _________ > > > Join the world=92s largest e-mail service with MSN Hotmail. Click Her= e > > > _______________________________________________ Trinux-talk mailing > list > > > Tri...@li... > > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > _________________________________________________________________________= _______ > Send and receive Hotmail on your mobile device: Click Here > > |
From: windham l. <mst...@ho...> - 2002-01-31 21:42:06
|
<html><div style='background-color:'><DIV></DIV> <DIV></DIV> <P> How do I determin what kind of Network card that is in my system? it's an older model and I'm wondering how to find out so i can add the correct modules.</P> <P>thank you<BR><BR><BR>"There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson - </P> <DIV></DIV></div><br clear=all><hr>Join the worlds largest e-mail service with MSN Hotmail. <a href='http://go.msn.com/bql/hmtag4_etl_EN.asp'>Click Here</a><br></html> |
From: Matthew F. <mf...@ci...> - 2002-01-29 14:03:46
|
Get the netfilter and iptables kernel packages in http://trinux.sf.net/pkg/2.4.5/ Ipchains was for kernel 2.2 - mdf > Hello all, > can someone help me here? i tried to run ipchains to do some port forwarding > but i if i type ipchains -L i get the message "Incompatible with this > kernel". I'm running 0.80rc2. What can i do? > > Thanks, > Toze > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: ALMEIDA A. J. <aja...@no...> - 2002-01-29 09:56:50
|
Hello all, can someone help me here? i tried to run ipchains to do some port forwarding but i if i type ipchains -L i get the message "Incompatible with this kernel". I'm running 0.80rc2. What can i do? Thanks, Toze |
From: Alex K. <ak...@au...> - 2002-01-29 08:23:18
|
>> Add feature: man pages maybe in .gz archive >Given that manual pages are relatively small ascii >files (not normal troff/groff or whatever) See attach file ( ls -lA usr/doc >allpkg_usr_doc ) Total size /usr/doc: 1,878,614 bytes in 177 files >I don't see much advantage in doing this. >Is the goal to reduce the package size or prevent >the /usr filesystem from filling up? Prevent the /usr filesystem from filling up on low memory machine. I don't see any problem for use modified /sbin/man. It support text and text.gz files. >By the way, you might want to take a look at the latest initrd.gz build in >http://www.io.com/~mdfranz/trinux/initrd/ I know about this. >Thanks for the feedback. Thanks to you for create and support Trinux. ps: Sorry for my bad english. :( |
From: <pm...@de...> - 2002-01-29 03:28:25
|
Hi all Can anyone give me some help on creating a bootable CD from the trinux-0.81pre0-2.4.5.iso image. This iso does not seem to be bootable and I haven't had much luck trying to follow the instructions for creating one on the web site (http://syslinux.zytor.com). Thanks in advance. Phill -----Original Message----- From: Matthew Franz [mailto:mf...@ci...] Sent: Thursday, 29 November 2001 11:21 a.m. To: pm...@de... Cc: tri...@li... Subject: RE: [Trinux-talk] New .iso for PCMCIA It uses ISOLINUX -- see the ISOLINUX web page http://syslinux.zytor.com. I double checked my bash history file for the mkisofs command for building the .iso but it was too long ago. It is on the web page though. - mdf > Can anyone tell me how to create a bootable CD ROM out of the new > 0.81pre0-24.5 iso image? > I'm not sure what .img file to use for the CD ROM boot sector. The ISO > doesn't seem to contain one. > > Any suggestions would be greatly appreciated. > > Phill > > -----Original Message----- > From: Matthew Franz [mailto:mat...@ya...] > Sent: Friday, 9 November 2001 10:08 a.m. > To: tri...@li...; tri...@li... > Subject: [Trinux-talk] New .iso for PCMCIA > > > I've released a new 4mb .iso image for testing > (0.81pre0-24.5). The primary purpose is for laptops > since previous versions were missing the > pcmcia-bin.tgz package. > > It is available at: > > http://www.trinux.org/iso/ > > or > > http://prdownloads.sf.net/trinux/ but this is very > slow and I'm not sure it got uploaded correctly > > Post any problems to the list. > > > > > > __________________________________________________ > Do You Yahoo!? > Find a job, post your resume. > http://careers.yahoo.com > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > ************************************************************ > CAUTION: This e-mail and any attachment(s) contains > information that is both confidential and possibly legally > privileged. No reader may make any use of its content > unless that use is approved by Deloitte separately in writing. > Any opinion, advice or information contained in this e-mail > and any attachment(s) is to be treated as interim and > provisional only and for the strictly limited purpose of the > recipient as communicated to us. Neither the recipient nor > any other person should act upon it without our separate > written authorisation of reliance. > If you have received this message in error please notify us > immediately and destroy this message. Thank you. > Deloitte Touche Tohmatsu > Internet: www.deloitte.co.nz > ************************************************************ > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > _______________________________________________ Trinux-talk mailing list Tri...@li... https://lists.sourceforge.net/lists/listinfo/trinux-talk ************************************************************ CAUTION: This e-mail and any attachment(s) contains information that is both confidential and possibly legally privileged. No reader may make any use of its content unless that use is approved by Deloitte separately in writing. Any opinion, advice or information contained in this e-mail and any attachment(s) is to be treated as interim and provisional only and for the strictly limited purpose of the recipient as communicated to us. Neither the recipient nor any other person should act upon it without our separate written authorisation of reliance. If you have received this message in error please notify us immediately and destroy this message. Thank you. Deloitte Touche Tohmatsu Internet: www.deloitte.co.nz ************************************************************ |
From: Matthew F. <mf...@ci...> - 2002-01-28 18:55:52
|
This is something I was considering. Let me look into this as I've changed a lot -- I may have moved the chkfixed stuff into the linuxrc. Thanks > > Add full /etc/fstab for easy mount disks. > > For use: > > gzip -d initrd.gz > mount -o loop initrd /mnt (see FAQ) > replace /mnt/sbin/chkfixed > umount /mnt > gzip initrd > copy initrd.gz on your floppy disk > |
From: Matthew F. <mf...@ci...> - 2002-01-28 18:55:38
|
> > Add feature: man pages maybe in .gz archive > Given that manual pages are relatively small ascii files (not normal troff/groff or whatever) I don't see much advantage in doing this. Is the goal to reduce the package size or prevent the /usr filesystem from filling up? By the way, you might want to take a look at the latest initrd.gz build in http://www.io.com/~mdfranz/trinux/initrd/ Thanks for the feedback. - mdf |
From: Alex K. <ak...@au...> - 2002-01-28 15:00:08
|
Add feature: man pages maybe in .gz archive |
From: Alex K. <ak...@au...> - 2002-01-28 14:49:07
|
Add full /etc/fstab for easy mount disks. For use: gzip -d initrd.gz mount -o loop initrd /mnt (see FAQ) replace /mnt/sbin/chkfixed umount /mnt gzip initrd copy initrd.gz on your floppy disk |
From: Alex K. <ak...@au...> - 2002-01-28 14:33:44
|
More correct working with fixed and floppy disk. For use: getpkg _savehome |
From: Matthew F. <mf...@ci...> - 2002-01-27 19:46:25
|
Actually it probably doesn't make any different because I think the busybox shell ignores are the exports anyway :( > > I noticed that in my linuxrc that the var PKGSRC is exported twice??? > > export PATH TERM PS1 PS2 VERSION PKGSRC BOOT PKGSRC BOOTFS FLCFG .... > > i was wondering if having two of the same var names would pose a > problem??? > > mstrhelix > > > "There are two major products that come out of Berkeley: LSD and UNIX. We > don't believe this to be a coincidence." - Jeremy S. Anderson - > > > _________________________________________________________________________= _______ > Join the world=92s largest e-mail service with MSN Hotmail. Click Here > _______________________________________________ Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: windham l. <mst...@ho...> - 2002-01-27 05:22:48
|
<html><div style='background-color:'><DIV></DIV> <DIV></DIV> <P>I noticed that in my linuxrc that the var PKGSRC is exported twice???</P> <P>export PATH TERM PS1 PS2 VERSION PKGSRC BOOT PKGSRC BOOTFS FLCFG ....</P> <P>i was wondering if having two of the same var names would pose a problem???</P> <P>mstrhelix<BR><BR><BR>"There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson - </P> <DIV></DIV></div><br clear=all><hr>Join the worlds largest e-mail service with MSN Hotmail. <a href='http://go.msn.com/bql/hmtag4_etl_EN.asp'>Click Here</a><br></html> |
From: windham l. <mst...@ho...> - 2002-01-24 21:53:29
|
Yes syslogd is started inside linuxrc. what determines this is the var LOGHOST=`cat /etc/tux/options/loghost`. to send logs to a remote system simply; # echo "-R remoteloghost.com" >>/etc/tux/options/loghost i believe... see the linuxrc file #### syslog configuration ### section to see what exactly goes on... >can anybody tell me where the busybox syslogd is started from or how I >could >get it to start with the -R parameter for remote syslogging right from the >start? > >Thanks > >Florian > >_______________________________________________ >Trinux-talk mailing list >Tri...@li... >https://lists.sourceforge.net/lists/listinfo/trinux-talk "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson - _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com |