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: Matthew F. <mf...@ci...> - 2001-06-26 03:36:21
|
Joe, Thanks for keeping me honest on all this stuff--these are definitely things that need to be fixed prior to 0.80final. Oddly enough, I think the 2.2.19 kernel already has nfs client support in it--that explains why I couldn't find nfs, lockd, and sunpc. In that case if you just upgrade (getpkg) the netutil package, I added the the standard mount which should overwrite the busybox applet so that may work. I've now uploaded raw kernel modules for 2.2.19 and 2.4.5 to http://www.trinux.org/modules/ I built a new kernel image without nfs support see http://www.trinux.org/kernel/ that should work with the new nfs-client.tgz package I created. I will look into the module loading stuff in the linuxrc & getpkg -- right now it is a mish-mash of several different approaches all of which where never implemented completely. I'll also check the sshkey issue, which is definitely critical. Actually, I don't store sshkeys on the floppy at all in our lab (we have about 5-10 headless Trinux boxes running at any one time) but suck down a master key file from a web server. That definitely works is more scalable when you are running multiple boxes. Thanks for your QA support. -mdf > > I'm just running /etc/init.m/nfs-client: > > cd /lib/modules > insmod sunrpc.o > insmod lockd.o > insmod nfs.o > cd / > > Shouldn't it be /etc/init.d so it would run automatically? > > Can't find modules for nfs client and ext2 fs for kernel 2.2.19. :( > > Joe > > > > > > Thanks. I'm almost there. My goal is to have a bootdisk that dhcp's and > > > runs opensshd for computers that have no monitors. I want to mount an nfs > > > server too. I got the 2.4.5/nfs-client package, but when I try to mount > > > an nfs volume I get this: > > > > > > portmap: server localhost not responding, timed out > > > > > > (do you have to run portmap on the client?) > > > > > > also: > > > > > > lockd_up: makesock failed, error=-5 > > > > > > Yes, I've run /etc/init.m/nfs-client. > > > > > > > > > Also, the opensshd /usr/local/etc/ssh_host* files don't seemed to get > > > created automatically on boot; I just get an empty hostkeys.tar in > > > /etc/tux/pkg/openssh/, but I can do it by hand by running lines from the > > > /etc/init.d/opensshd script. > > > > > > Joe > > > > > > > > > On Mon, 25 Jun 2001, Matthew Franz wrote: > > > > > > > You will need to install the kernel modules for ide and the > > > > filesystems. > > > > > > > > On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod > > > > /lib/modules/ext2.o. The ide package is automatically loaded. > > > > > > > > -mdf > > > > > > > > ------------------------------------- > > > > Matthew Franz mf...@ci... > > > > Security Research Engineer > > > > Security Technologies Assessment Team > > > > > > > > On 25 Jun 2001 js...@di... wrote: > > > > > > > > > Date: 25 Jun 2001 14:23:06 -0000 > > > > > From: js...@di... > > > > > To: tri...@li... > > > > > Subject: [Trinux-talk] ext2 support? > > > > > > > > > > > > > > > Is ext2 fs not supported? I can't seem to mount it. > > > > > > > > > > Joe > > > > > > > > > > > > > > > _______________________________________________ > > > > > Trinux-talk mailing list > > > > > Tri...@li... > > > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <js...@di...> - 2001-06-25 17:23:29
|
I'm just running /etc/init.m/nfs-client: cd /lib/modules insmod sunrpc.o insmod lockd.o insmod nfs.o cd / Shouldn't it be /etc/init.d so it would run automatically? Can't find modules for nfs client and ext2 fs for kernel 2.2.19. :( Joe > From mf...@ci... Mon Jun 25 17:10:03 2001 > Delivered-To: js...@di... > X-Authentication-Warning: samara.cisco.com: mfranz owned process doing -bs > Date: Mon, 25 Jun 2001 11:24:20 +0000 (/etc/localtime) > From: Matthew Franz <mf...@ci...> > To: "Joe S." <js...@di...> > cc: tri...@li... > Subject: Re: [Trinux-talk] ext2 support? > In-Reply-To: <Pin...@di...> > MIME-Version: 1.0 > Content-Type: TEXT/PLAIN; charset=US-ASCII > > > Let me double check the package. I haven't actually tested in on 2.4.x and > I think the modules have changed slightly from 2.2.x. There might also be > a problem with mount -- because I didn't include nfs support in the > busybox mount applet. What modules are loaded? You shouldn't need portmap, > though. > > -mdf > > > Thanks. I'm almost there. My goal is to have a bootdisk that dhcp's and > > runs opensshd for computers that have no monitors. I want to mount an nfs > > server too. I got the 2.4.5/nfs-client package, but when I try to mount > > an nfs volume I get this: > > > > portmap: server localhost not responding, timed out > > > > (do you have to run portmap on the client?) > > > > also: > > > > lockd_up: makesock failed, error=-5 > > > > Yes, I've run /etc/init.m/nfs-client. > > > > > > Also, the opensshd /usr/local/etc/ssh_host* files don't seemed to get > > created automatically on boot; I just get an empty hostkeys.tar in > > /etc/tux/pkg/openssh/, but I can do it by hand by running lines from the > > /etc/init.d/opensshd script. > > > > Joe > > > > > > On Mon, 25 Jun 2001, Matthew Franz wrote: > > > > > You will need to install the kernel modules for ide and the > > > filesystems. > > > > > > On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod > > > /lib/modules/ext2.o. The ide package is automatically loaded. > > > > > > -mdf > > > > > > ------------------------------------- > > > Matthew Franz mf...@ci... > > > Security Research Engineer > > > Security Technologies Assessment Team > > > > > > On 25 Jun 2001 js...@di... wrote: > > > > > > > Date: 25 Jun 2001 14:23:06 -0000 > > > > From: js...@di... > > > > To: tri...@li... > > > > Subject: [Trinux-talk] ext2 support? > > > > > > > > > > > > Is ext2 fs not supported? I can't seem to mount it. > > > > > > > > Joe > > > > > > > > > > > > _______________________________________________ > > > > Trinux-talk mailing list > > > > Tri...@li... > > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > |
From: Matthew F. <mf...@ci...> - 2001-06-25 17:10:27
|
Let me double check the package. I haven't actually tested in on 2.4.x and I think the modules have changed slightly from 2.2.x. There might also be a problem with mount -- because I didn't include nfs support in the busybox mount applet. What modules are loaded? You shouldn't need portmap, though. -mdf > Thanks. I'm almost there. My goal is to have a bootdisk that dhcp's and > runs opensshd for computers that have no monitors. I want to mount an nfs > server too. I got the 2.4.5/nfs-client package, but when I try to mount > an nfs volume I get this: > > portmap: server localhost not responding, timed out > > (do you have to run portmap on the client?) > > also: > > lockd_up: makesock failed, error=-5 > > Yes, I've run /etc/init.m/nfs-client. > > > Also, the opensshd /usr/local/etc/ssh_host* files don't seemed to get > created automatically on boot; I just get an empty hostkeys.tar in > /etc/tux/pkg/openssh/, but I can do it by hand by running lines from the > /etc/init.d/opensshd script. > > Joe > > > On Mon, 25 Jun 2001, Matthew Franz wrote: > > > You will need to install the kernel modules for ide and the > > filesystems. > > > > On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod > > /lib/modules/ext2.o. The ide package is automatically loaded. > > > > -mdf > > > > ------------------------------------- > > Matthew Franz mf...@ci... > > Security Research Engineer > > Security Technologies Assessment Team > > > > On 25 Jun 2001 js...@di... wrote: > > > > > Date: 25 Jun 2001 14:23:06 -0000 > > > From: js...@di... > > > To: tri...@li... > > > Subject: [Trinux-talk] ext2 support? > > > > > > > > > Is ext2 fs not supported? I can't seem to mount it. > > > > > > Joe > > > > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Joe S. <js...@di...> - 2001-06-25 16:20:35
|
Thanks. I'm almost there. My goal is to have a bootdisk that dhcp's and runs opensshd for computers that have no monitors. I want to mount an nfs server too. I got the 2.4.5/nfs-client package, but when I try to mount an nfs volume I get this: portmap: server localhost not responding, timed out (do you have to run portmap on the client?) also: lockd_up: makesock failed, error=-5 Yes, I've run /etc/init.m/nfs-client. Also, the opensshd /usr/local/etc/ssh_host* files don't seemed to get created automatically on boot; I just get an empty hostkeys.tar in /etc/tux/pkg/openssh/, but I can do it by hand by running lines from the /etc/init.d/opensshd script. Joe On Mon, 25 Jun 2001, Matthew Franz wrote: > You will need to install the kernel modules for ide and the > filesystems. > > On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod > /lib/modules/ext2.o. The ide package is automatically loaded. > > -mdf > > ------------------------------------- > Matthew Franz mf...@ci... > Security Research Engineer > Security Technologies Assessment Team > > On 25 Jun 2001 js...@di... wrote: > > > Date: 25 Jun 2001 14:23:06 -0000 > > From: js...@di... > > To: tri...@li... > > Subject: [Trinux-talk] ext2 support? > > > > > > Is ext2 fs not supported? I can't seem to mount it. > > > > Joe > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > |
From: Matthew F. <mf...@ci...> - 2001-06-25 14:49:24
|
You will need to install the kernel modules for ide and the filesystems. On the 2.4.5 0.80rc1 you would type getpkg 2.4.5/fsmods then insmod /lib/modules/ext2.o. The ide package is automatically loaded. -mdf ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team On 25 Jun 2001 js...@di... wrote: > Date: 25 Jun 2001 14:23:06 -0000 > From: js...@di... > To: tri...@li... > Subject: [Trinux-talk] ext2 support? > > > Is ext2 fs not supported? I can't seem to mount it. > > Joe > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: <js...@di...> - 2001-06-25 14:23:16
|
Is ext2 fs not supported? I can't seem to mount it. Joe |
From: Matthew F. <mf...@ci...> - 2001-06-12 15:07:41
|
Here's the script... Kind of crude, but it works. Let me know if you have any questions. -mdf --------------- SRC=3D"/tux/initrd" cd $SRC/src tar czvf ../initrd.tgz . cd / umount /minix dd if=3D/dev/zero of=3Dblah bs=3D1k count=3D6144 losetup /dev/loop4 blah mkfs.minix /dev/loop4 if mount -t minix /dev/loop4 /minix then =09cd $SRC/src =09mv ../initrd.tar.gz ../.bak =09tar cvf ../initrd.tar.gz . =09cd /minix =09tar xvf $SRC/initrd.tar.gz =09sync =09dd if=3D/dev/zero of=3Dblah =09df =09rm blah =09sync =09cd $SRC =09dd if=3D/dev/loop4 of=3Dinitrd =09rm initrd.gz =09gzip -9 initrd =09ls -al initrd.gz =09umount /minix =09losetup -d /dev/loop4 =09echo -n "Copy to floppy? " =09read blah =09if [ $blah =3D 'y' ] =09then =09=09mcopy -o initrd.gz a: =09fi=09 else =09echo "Mount error!" =09exit 1 fi ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team On Tue, 12 Jun 2001, Nicolas Co=EBn wrote: > Date: Tue, 12 Jun 2001 13:36:32 > From: Nicolas Co=EBn <ddp...@ho...> > To: tri...@li... > Subject: [Trinux-talk] initrd.gz build script >=20 > Has anyone got the script Matthew send a while ago to build initrd.gz (se= e=20 > msg at the end) ? Or does anyone know where to find it ? > I believe it is called mkrd - but I'm not so sure, and I could not find i= t=20 > anywhere on sourceforge..... > ---------------------------------------------------------------------- > FROM: Matthew Franz > DATE: 10/27/2000 01:48:24 > SUBJECT: RE: [Trinux-talk] Creating initrd >=20 > I`ve added initrd.tgz to http://trinux.sourceforge.net/beta/ which is= =20 > the source to initrd and I`ve attached the script I use to build the=20 > initrd.gz > ---------------------------------------------------------------------- >=20 > Thx > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com >=20 >=20 > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk >=20 |
From: Nicolas C. <ddp...@ho...> - 2001-06-12 13:36:37
|
Has anyone got the script Matthew send a while ago to build initrd.gz (see msg at the end) ? Or does anyone know where to find it ? I believe it is called mkrd - but I'm not so sure, and I could not find it anywhere on sourceforge..... ---------------------------------------------------------------------- FROM: Matthew Franz DATE: 10/27/2000 01:48:24 SUBJECT: RE: [Trinux-talk] Creating initrd I`ve added initrd.tgz to http://trinux.sourceforge.net/beta/ which is the source to initrd and I`ve attached the script I use to build the initrd.gz ---------------------------------------------------------------------- Thx _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: Armin B. <a.b...@we...> - 2001-06-12 10:56:31
|
Hey guys!! Where can I find the HD Packages for Trinux 0.7??? Thanx. ______________________________________________________________________________ Ferienklick.de - Jede Menge Urlaub auf einen Blick! Hier geht's zu Ihrem Traumstrand: http://ferienklick.de/?PP=2-0-100-105-1 |
From: Armin B. <a.b...@we...> - 2001-06-12 10:51:52
|
Urspr=FCngliche Nachricht: > Trinux-talk -- confirmation of subscription -- request 586088 >=20 > We have received a request from 130.83.244.130 for subscription of > your email address, <a.b...@we...>, to the > tri...@li... mailing list. To confirm the > request, please send a message to > tri...@li..., and either: >=20 > - maintain the subject line as is (the reply's additional "Re:" is > ok), >=20 > - or include the following line - and only the following line - in the > message body:=20 >=20 > confirm 586088 >=20 > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) >=20 > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to > tri...@li....=20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F Ferienklick.de - Jede Menge Urlaub auf einen Blick! Hier geht's zu Ihrem Traumstrand: http://ferienklick.de/=3FPP=3D2-0-100-105-1 |
From: ChielHarmsen <Chi...@op...> - 2001-06-03 22:21:18
|
does trinux linux support pptp? |
From: Valerio B. <sel...@se...> - 2001-05-25 22:53:36
|
Henzorino use your powers first ! Valerio ----- Original Message ----- From: Peter Pilley <pp...@so...> Sent: Tuesday, May 22, 2001 10:50 PM Subject: RE: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #79 - 1 msg > I agree with Patrick you can't just assume he is a scriptkiddie > > Henzorino don't just write that you want to hack it makes people think you > are just a lame scriptkiddie. > > > > -----Original Message----- > > From: Patrick [SMTP:pwh...@ch...] > > Sent: Wednesday, May 23, 2001 8:04 AM > > To: tri...@li... > > Subject: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #79 - 1 msg > > > > Do you think its right to assume he's a scriptkiddie? > > > > Maybe he's really interested in OSes. > > > > Patrick > > > > tri...@li... wrote: > > > > > Send Trinux-talk mailing list submissions to > > > tri...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > or, via email, send a message with subject or body 'help' to > > > tri...@li... > > > > > > You can reach the person managing the list at > > > tri...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of Trinux-talk digest..." > > > > > > Today's Topics: > > > > > > 1. Re: Trinux-talk digest, Vol 1 #78 - 1 msg (Brett Simpson) > > > > > > --__--__-- > > > > > > Message: 1 > > > Date: Tue, 22 May 2001 13:04:46 -0400 > > > From: "Brett Simpson" <Sim...@hi...> > > > To: <tri...@li...> > > > Subject: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #78 - 1 msg > > > > > > Hey braindead!!! Nobody on this list is going to help you crash some = > > > companies server.=20 > > > > > > From: "THA MASKED HENZORINO!!!!!" <ste...@ho...> > > > To: tri...@li...=20 > > > Date: Sun, 20 May 2001 22:13:02 -0400 > > > Subject: [Trinux-talk] Oh fuck, this is hard > > > > > > I need some help.. You see... Im 14 years of age. I know nothing > > about=20 > > > hacking. The most complicated stuff I know about related with computers > > = > > > is=20 > > > html.. > > > > > > If someone could show me the ropes or send me a good tutorial, it would > > = > > > be=20 > > > MUCH appreciated.. ciao! > > > > > > my emails : ste...@ho... (for the record heh) > > > > > _________________________________________________________________________ > > > Get Your Private, Free E-mail from MSN Hotmail at > > http://www.hotmail.com. > > > > > > -- __--__-- > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li...=20 > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk=20 > > > > > > End of Trinux-talk Digest > > > > > > --__--__-- > > > > > > _______________________________________________ > > > Trinux-talk mailing list > > > Tri...@li... > > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > > > End of Trinux-talk Digest > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > ********************************************************************** > This message and any accompanying data may contain information > that is confidential and subject to legal privilege. If you are > not the intended recipient you are notified that any use, dissemiation, > distribution or copying of this message or data is prohibited. > If you have received this Email in error please notify us immediately > and erase all copies of the message and attachments. > The content of any Email entering or leaving > Sony New Zealand Limited (SNZ) is automatically scanned, > and may be opened and read by authorised personnel. SNZ cannot accept > liability for statements made which are clearly the sender's own and > not made on behalf of SNZ. SNZ makes reasonable efforts to ensure > that its Email has been scanned and is free of viruses. However, > SNZ can make no warranty that this email or any attachments to > it are free from viruses. > ********************************************************************** > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Peter P. <pp...@so...> - 2001-05-22 20:49:12
|
I agree with Patrick you can't just assume he is a scriptkiddie Henzorino don't just write that you want to hack it makes people think you are just a lame scriptkiddie. > -----Original Message----- > From: Patrick [SMTP:pwh...@ch...] > Sent: Wednesday, May 23, 2001 8:04 AM > To: tri...@li... > Subject: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #79 - 1 msg > > Do you think its right to assume he's a scriptkiddie? > > Maybe he's really interested in OSes. > > Patrick > > tri...@li... wrote: > > > Send Trinux-talk mailing list submissions to > > tri...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > or, via email, send a message with subject or body 'help' to > > tri...@li... > > > > You can reach the person managing the list at > > tri...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Trinux-talk digest..." > > > > Today's Topics: > > > > 1. Re: Trinux-talk digest, Vol 1 #78 - 1 msg (Brett Simpson) > > > > --__--__-- > > > > Message: 1 > > Date: Tue, 22 May 2001 13:04:46 -0400 > > From: "Brett Simpson" <Sim...@hi...> > > To: <tri...@li...> > > Subject: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #78 - 1 msg > > > > Hey braindead!!! Nobody on this list is going to help you crash some = > > companies server.=20 > > > > From: "THA MASKED HENZORINO!!!!!" <ste...@ho...> > > To: tri...@li...=20 > > Date: Sun, 20 May 2001 22:13:02 -0400 > > Subject: [Trinux-talk] Oh fuck, this is hard > > > > I need some help.. You see... Im 14 years of age. I know nothing > about=20 > > hacking. The most complicated stuff I know about related with computers > = > > is=20 > > html.. > > > > If someone could show me the ropes or send me a good tutorial, it would > = > > be=20 > > MUCH appreciated.. ciao! > > > > my emails : ste...@ho... (for the record heh) > > > _________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > > > > -- __--__-- > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li...=20 > > http://lists.sourceforge.net/lists/listinfo/trinux-talk=20 > > > > End of Trinux-talk Digest > > > > --__--__-- > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > > End of Trinux-talk Digest > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk ********************************************************************** This message and any accompanying data may contain information that is confidential and subject to legal privilege. If you are not the intended recipient you are notified that any use, dissemiation, distribution or copying of this message or data is prohibited. If you have received this Email in error please notify us immediately and erase all copies of the message and attachments. The content of any Email entering or leaving Sony New Zealand Limited (SNZ) is automatically scanned, and may be opened and read by authorised personnel. SNZ cannot accept liability for statements made which are clearly the sender's own and not made on behalf of SNZ. SNZ makes reasonable efforts to ensure that its Email has been scanned and is free of viruses. However, SNZ can make no warranty that this email or any attachments to it are free from viruses. ********************************************************************** |
From: Patrick <pwh...@ch...> - 2001-05-22 19:57:38
|
Do you think its right to assume he's a scriptkiddie? Maybe he's really interested in OSes. Patrick tri...@li... wrote: > Send Trinux-talk mailing list submissions to > tri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/trinux-talk > or, via email, send a message with subject or body 'help' to > tri...@li... > > You can reach the person managing the list at > tri...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Trinux-talk digest..." > > Today's Topics: > > 1. Re: Trinux-talk digest, Vol 1 #78 - 1 msg (Brett Simpson) > > --__--__-- > > Message: 1 > Date: Tue, 22 May 2001 13:04:46 -0400 > From: "Brett Simpson" <Sim...@hi...> > To: <tri...@li...> > Subject: [Trinux-talk] Re: Trinux-talk digest, Vol 1 #78 - 1 msg > > Hey braindead!!! Nobody on this list is going to help you crash some = > companies server.=20 > > From: "THA MASKED HENZORINO!!!!!" <ste...@ho...> > To: tri...@li...=20 > Date: Sun, 20 May 2001 22:13:02 -0400 > Subject: [Trinux-talk] Oh fuck, this is hard > > I need some help.. You see... Im 14 years of age. I know nothing about=20 > hacking. The most complicated stuff I know about related with computers = > is=20 > html.. > > If someone could show me the ropes or send me a good tutorial, it would = > be=20 > MUCH appreciated.. ciao! > > my emails : ste...@ho... (for the record heh) > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > -- __--__-- > > _______________________________________________ > Trinux-talk mailing list > Tri...@li...=20 > http://lists.sourceforge.net/lists/listinfo/trinux-talk=20 > > End of Trinux-talk Digest > > --__--__-- > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > End of Trinux-talk Digest |
From: Brett S. <Sim...@hi...> - 2001-05-22 17:05:53
|
Hey braindead!!! Nobody on this list is going to help you crash some = companies server.=20 From: "THA MASKED HENZORINO!!!!!" <ste...@ho...> To: tri...@li...=20 Date: Sun, 20 May 2001 22:13:02 -0400 Subject: [Trinux-talk] Oh fuck, this is hard I need some help.. You see... Im 14 years of age. I know nothing about=20 hacking. The most complicated stuff I know about related with computers = is=20 html.. If someone could show me the ropes or send me a good tutorial, it would = be=20 MUCH appreciated.. ciao! my emails : ste...@ho... (for the record heh) _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. --__--__-- _______________________________________________ Trinux-talk mailing list Tri...@li...=20 http://lists.sourceforge.net/lists/listinfo/trinux-talk=20 End of Trinux-talk Digest |
From: THA M. HENZORINO!!!!! <ste...@ho...> - 2001-05-21 02:13:09
|
I need some help.. You see... Im 14 years of age. I know nothing about hacking. The most complicated stuff I know about related with computers is html.. If someone could show me the ropes or send me a good tutorial, it would be MUCH appreciated.. ciao! my emails : ste...@ho... (for the record heh) _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
From: Shawn M. <di...@tu...> - 2001-04-19 19:50:54
|
Owen- Be sure to check out Matt's clearly written directions at http://trinux.sourceforge.net/config.html - this page explains the process of downloading the image/packages and placing on a floppy. Matt has also been working on implementing the 2.4 kernel into trinux (iptables capable). Hope this puts you in the right direction. -dinger On Thu, 19 Apr 2001 tri...@li... wrote: > Send Trinux-talk mailing list submissions to > tri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/trinux-talk > or, via email, send a message with subject or body 'help' to > tri...@li... > > You can reach the person managing the list at > tri...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Trinux-talk digest..." > > > Today's Topics: > > 1. Options For A Newbie (C.M. Owen) > > --__--__-- > > Message: 1 > Reply-To: <ow...@pr...> > From: "C.M. Owen" <ow...@pr...> > To: <tri...@li...> > Date: Thu, 19 Apr 2001 12:44:58 -0500 > Subject: [Trinux-talk] Options For A Newbie > > I have installed and uninstalled a few Linux distributions on my primary > workstation. When I found out about Trinux, I was immediately interested. > My problem: > I don't really know enough about Linux to decide on how to go about > getting/installing Trinux. > I currently use a Dual PIII 800 system with 512MB RAM, 1 18.2GB SCSI HDD (C: > in W2K NTFS), 1 9.1GB SCSI HDD (D: in W2K NTFS). I don't mind using a boot > floppy for the kernel load, but can I drop packages on the root of my > current D: drive and have them load. I realize this is a big request, but > if anyone could "baby" me through this (where and how to get the packages on > D: properly, and how to create the latest boot floppy, etc) I would be most > appreciative. (BTW I definately need a bash shell with it ... and what > kernel is Trinux currently using?) > -protean > > > > > --__--__-- > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > > End of Trinux-talk Digest > |
From: C.M. O. <ow...@pr...> - 2001-04-19 17:35:58
|
I have installed and uninstalled a few Linux distributions on my primary workstation. When I found out about Trinux, I was immediately interested. My problem: I don't really know enough about Linux to decide on how to go about getting/installing Trinux. I currently use a Dual PIII 800 system with 512MB RAM, 1 18.2GB SCSI HDD (C: in W2K NTFS), 1 9.1GB SCSI HDD (D: in W2K NTFS). I don't mind using a boot floppy for the kernel load, but can I drop packages on the root of my current D: drive and have them load. I realize this is a big request, but if anyone could "baby" me through this (where and how to get the packages on D: properly, and how to create the latest boot floppy, etc) I would be most appreciative. (BTW I definately need a bash shell with it ... and what kernel is Trinux currently using?) -protean |
From: Christian B. <cb...@ma...> - 2001-04-11 08:08:23
|
do i need a boot floppy to boot trinux, or can i load everything from network using pxe-boot? chris |
From: Brandon E. <bra...@ho...> - 2001-04-07 16:36:48
|
Hi, I'm using Trinux version 080pre1 and I can't get dsniff up and running. Several of the problems I have run into were lack of dsniff.magic and dsniff.services files (I ended up extracting these files from dsniff's latest version). After I got dsniff using these files I ran into problems where it didn't recognize the different protocols such as TCP and RPC. Are there plans to fix dsniff in the upcoming 080 version? Can I do anything to get it running right now? Thanks for your time, Brandon PS is it possible that a BitchX package (or similar IRC program) could be included in the next version of Trinux? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
From: James F. <Jam...@bt...> - 2001-03-29 21:59:34
|
i tryed booting on a compaq prolinea 4/50s and the boot sequence stop = with error along the lines of "no math co pro found and no math emu" = "giving up" i now what it means but can any one tell me how to get it to = work with out the co pro installed "i don't have one"=20 |
From: Matthew F. <mf...@ci...> - 2001-03-20 22:20:28
|
I've upgraded the ettercap package. Have not tested it so any feedback, bug reports are welcome. -mdf |
From: Matthew F. <mf...@ci...> - 2001-03-16 22:54:31
|
See http://www.io.com/~mdfranz/trinux/initrd/ The 2feb file is the latest "stable" initrd source -- I have devel tree that is based on the latest busybox snapshot (a month ago) compiled against uClibc with all the networking stuff put in the initrd.gz http://www.io.com/~mdfranz/trinux/mkrd is the shell script to build initrd's you'll definitely want to modify it I've also updated some packages during the last week or so: isic.tgz -- contains some modifications to the isic program to specify an IP protocol to direct random packets to a specific IPPROTO. I've also modified all the tools (esic,isic,udpsic,tcpsic,etc.) so the defaults are to not use TCP/IP options, fragmentation, bad IP versions, etc. nmap.tgz - contains the latest 2.54beta22 release -mdf > Hi Matthew, > Sorry to disturb you during this busy period. Could you mail me the source > (trinux.tgz)? > I'm really anxious to try it out. > Hope you dont mind. > > Thanks! > > Spencer > > |
From: Kevin G. <ke...@ro...> - 2001-03-07 05:37:36
|
For monitoring my network for intrusions and throughput to my ftp and webserver. >-------- ORIGINAL MESSAGE BELOW -------- > >Useful for what? > >------------------------------------- >Matthew Franz mf...@ci... >Security Research Engineer >Security Technologies Assessment Team > >> >> Would Trinux be more useful in front of or after my firewall? >> >> ------------------------------------------------------------------- >> -->> Add WEB ACCESS to your POP email accounts with >> -->> FREE Perl CGI scripts! Download today! http://www.adjeweb.com >> ------------------------------------------------------------------- >> >> _______________________________________________ >> Trinux-talk mailing list >> Tri...@li... >> http://lists.sourceforge.net/lists/listinfo/trinux-talk >> > > ------------------------------------------------------------------- -->> Add WEB ACCESS to your POP email accounts with -->> FREE Perl CGI scripts! Download today! http://www.adjeweb.com ------------------------------------------------------------------- |
From: Andreas M. <an...@gm...> - 2001-03-06 21:21:54
|
Hi all! I really don=B4t know how to load aditional packages with trinux when I d= on=B4t want to use DHCP or a local server with fixed disk package loading. I have some aditional packages on two floppies and now how can I load and unpack them into a ram-disc? And how do I get cdrom-support? 'mount -t iso9660 /dev/hdc /cdrom' fails... Has this something to do with the append-lines in the lilo.config? Thank you for your attention! regards --=20 Andreas Meyer http://home.wtal.de/MeineHomepage |