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-03-06 14:53:34
|
Yes it does work, just been too swamped at work to upload it and all the kernel mods. -mdf > > Has anyone been able to get the new 2.4.x kernel to work with trinux? I was hoping to get some of the new hardware features and improvements. Thanks. Brett > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Brett S. <Sim...@hi...> - 2001-03-06 14:06:54
|
Has anyone been able to get the new 2.4.x kernel to work with trinux? I = was hoping to get some of the new hardware features and improvements. = Thanks. Brett |
From: Kevin G. <ke...@ro...> - 2001-03-06 12:24:33
|
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 ------------------------------------------------------------------- |
From: Yahoo.com <pro...@ya...> - 2001-03-03 06:38:29
|
First off, id like to say im new to the linux community & Trinux. My = problem is this: = How do i compile Trinux 8. I have all the files and packages in their = appropreite directory's, Should i compile them? and how would i do this? -Thanks for your time |
From: Sylar, J. <JS...@er...> - 2001-03-02 17:21:12
|
OK, I got SSH to work with Trinux. Some important safety tips: 1. Check the key files generated by ssh-keygen. I'm using a Windows port of the OpenSSH client from NetworkSimplicity.com. When the keyfiles are generated, ssh-keygen adds a Microsoft carriage return character to the end of identity.pub. I believe the extra character was causing the server to reject the keys during RSA authentication. I don't know this for a fact; but using VI to remove the extra character seemed to solve my key-reject problems. I don't know if this is the case for other SSH clients ported to Windows, but it might be a good idea to check if you're using one and having problems.... 2. Don't use only half a brain cell to read the sshd man page (like I did). I found I must specify "RSAAuthentication yes" and "PermitRootLogin without-password" in my sshd_config to start a session. I'm using the most recent SSHD from Matthew's site (v2.1.1, I think). Again, I don't know if having to specify the server startup options is client-specific, but my client session won't start without them. Also, when starting your client session, specify "-l root" on the command line.... 3. Take advantage of the passphrases option when generating keys. Since you'll be logging in as root without a password, its a real good idea to generate passphrases with your key files.... Comments/critique are welcomed :-) Sam |
From: Patrick W. <pwh...@ch...> - 2001-02-28 17:17:41
|
I'm using .70 Do you really think specifying the address and irq will help? looking at the /proc/pci entry, it appears as if the device is detected, the system just doesn't recognize the vendor and device ID. But I haven't tried yet to specify the address and irq, because I'm unsure of the syntax. How would I specify these params? Matthew Franz wrote: > Which version (.7x or the .80 pre-release) are you using? For the .8x, it > looks like tulip support is enabled. > > http://www.io.com/~mdfranz/trinux/boot-images/boot080pre1.flp > > You might also try modifying the syslinux.cfg on the boot floppy so that > you specify the io port and irq (although typically you don't have to do > that for PCI nics) > > -mdf > > > I'm trying out trinux, and my nic isn't being recognized by the kernel. Any > > advice? > > > > When I do a 'dmesg | grep eth' I get nothing. When I look at /proc/pci I see > > an entry like this: > > ============================ > > Bus 0, device 17, function 0: > > Ethernet controller: Unknown vendor Unknown device (rev 17). > > Vendor id=1317. Device id=985. > > Medium devsel. Fast back-to-back capable. IRQ 10. Master Capable. Late > > > > ncy=240. Min Gnt=255.Max Lat=255. > > I/O at 0xfc00 [0xfc01]. > > Non-prefetchable 32 bit memory at 0xffbefc00 [0xffbefc00]. > > > > ============================ > > > > Is there a way to specify what driver to use for this device? The card is a > > 'Network Everywhere NC100. When I boot RedHat 6.2 I use tulip.o for this card. > > > > Is there any other info that would be helpful? > > > > Thank you in advance for your help. > > > > Patrick > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > |
From: thomas s. <gr...@ta...> - 2001-02-28 04:17:11
|
> We all know that we can jump into a server using telnet. Is > here a emulation pkg or program that i could get a hold of > that would include paging involved. When i say paging i > mean within the same session. This way it would not take up > multiple user licenses. For my second question, does anyone > know of c-332 terminal emulation? And could it be implemented > in the trinux environment. > > Thanks, > Nick Screen works on linux. It wouldn't be too hard to make a trinux pkg of it. I'll have a look at it and try making a pkg tonight. Azreal -- www.tasmail.com |
From: Brett S. <Sim...@hi...> - 2001-02-27 17:54:57
|
I would be interested and getting a copy. Where do I need to go? Updated: ssldump - an SSL sniffer New: angst - another "active firewalk - a relatively old (1998) tool for determining ACLs on router/firewalls Last weekend, I got a 2.4.1 kernel working with Trinux. Drop me a note if you interested and if I get enough responses, I'll release the boot disk and the kernel modules for testing. I was quite pleased that there doesn't seem to be nearly the bloat as from 2.0 to 2.2. Unfortunately, I've been too busy at work to complete the "last mile" necessary for the final .80 release. I've heard some complaints about package loading of the hard drive not working (a requirement for Laptop users) so I'm hoping to get that resolved.=20 I'm shooting for an .80 release in March sometime, before CanSecWest/core01 (http://www.cansecwest.com) conference where I'll be speaking along with Fyodor, Marty Roesch, Dug Song, Lance Spitzner, and a whole lot more folks you've heard of... -mdf |
From: Matthew F. <mf...@ci...> - 2001-02-27 14:29:13
|
Which version (.7x or the .80 pre-release) are you using? For the .8x, it looks like tulip support is enabled. http://www.io.com/~mdfranz/trinux/boot-images/boot080pre1.flp You might also try modifying the syslinux.cfg on the boot floppy so that you specify the io port and irq (although typically you don't have to do that for PCI nics) -mdf > I'm trying out trinux, and my nic isn't being recognized by the kernel. Any > advice? > > When I do a 'dmesg | grep eth' I get nothing. When I look at /proc/pci I see > an entry like this: > ============================ > Bus 0, device 17, function 0: > Ethernet controller: Unknown vendor Unknown device (rev 17). > Vendor id=1317. Device id=985. > Medium devsel. Fast back-to-back capable. IRQ 10. Master Capable. Late > > ncy=240. Min Gnt=255.Max Lat=255. > I/O at 0xfc00 [0xfc01]. > Non-prefetchable 32 bit memory at 0xffbefc00 [0xffbefc00]. > > ============================ > > Is there a way to specify what driver to use for this device? The card is a > 'Network Everywhere NC100. When I boot RedHat 6.2 I use tulip.o for this card. > > Is there any other info that would be helpful? > > Thank you in advance for your help. > > Patrick > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Patrick W. <pwh...@ch...> - 2001-02-27 14:13:19
|
Hi, I'm trying out trinux, and my nic isn't being recognized by the kernel. Any advice? When I do a 'dmesg | grep eth' I get nothing. When I look at /proc/pci I see an entry like this: ============================ Bus 0, device 17, function 0: Ethernet controller: Unknown vendor Unknown device (rev 17). Vendor id=1317. Device id=985. Medium devsel. Fast back-to-back capable. IRQ 10. Master Capable. Late ncy=240. Min Gnt=255.Max Lat=255. I/O at 0xfc00 [0xfc01]. Non-prefetchable 32 bit memory at 0xffbefc00 [0xffbefc00]. ============================ Is there a way to specify what driver to use for this device? The card is a 'Network Everywhere NC100. When I boot RedHat 6.2 I use tulip.o for this card. Is there any other info that would be helpful? Thank you in advance for your help. Patrick |
From: Hennessy <hen...@ne...> - 2001-02-27 13:17:25
|
Many terminal emulation software packages include what is called paging. It's just like if you log into a unix machine, login, begin a process or something, hit ctrl+alt+F3 to get to another prompt without logging in a second time. The c-332 is only a minor issue in emulation. It's an old emulation anyway. I'm almost positive there is an emulator out there. Thanks, Nick ----- Original Message ----- From: "Matthew Franz" <mf...@ci...> To: "Hennessy" <hen...@ne...> Cc: <tri...@li...> Sent: Tuesday, February 27, 2001 1:17 AM Subject: Re: [Trinux-talk] terminal emulation > > > > We all know that we can jump into a server using telnet. Is there a > > emulation pkg or program that i could get a hold of that would include > > paging involved. When i say paging i mean within the same session. > > This way it would not take up multiple user licenses. For my second > > question, does anyone know of c-332 terminal emulation? And could it > > be implemented in the trinux environment. > > > > Thanks, > > Nick > > Hmmm. Interesting questions. Still not sure I get what you mean by > paging. And my searches didn't find anything on c-332?? > > -mdf > > Shop online without a credit card http://www.rocketcash.com RocketCash, a NetZero subsidiary |
From: Matthew F. <mf...@ci...> - 2001-02-27 11:57:58
|
> > We all know that we can jump into a server using telnet. Is there a > emulation pkg or program that i could get a hold of that would include > paging involved. When i say paging i mean within the same session. > This way it would not take up multiple user licenses. For my second > question, does anyone know of c-332 terminal emulation? And could it > be implemented in the trinux environment. > > Thanks, > Nick Hmmm. Interesting questions. Still not sure I get what you mean by paging. And my searches didn't find anything on c-332?? -mdf |
From: Hennessy <hen...@ne...> - 2001-02-27 03:54:28
|
We all know that we can jump into a server using telnet. Is there a = emulation pkg or program that i could get a hold of that would include = paging involved. When i say paging i mean within the same session. = This way it would not take up multiple user licenses. For my second = question, does anyone know of c-332 terminal emulation? And could it be = implemented in the trinux environment.=20 Thanks, Nick |
From: Sylar, J. <JS...@er...> - 2001-02-26 19:12:20
|
Yes, the key is there. S. -----Original Message----- From: Matthew Franz [mailto:mf...@ci...] Sent: Friday, February 23, 2001 5:07 AM To: Sylar, John Cc: 'tri...@li...' Subject: Re: [Trinux-talk] SSH... It shouldn't try to authenticate with a username and password. Is your client's public key (identity.pub) in /.ssh/authorized_keys? -mdf > Trying SSH on Trinux I've run into some problems and I'm wondering if anyone > has seen this. > I've installed opensshd.tgz from Matthew's site, and a Windows port of the > openssh client from NetworkSimplicity.com. > I installed the client, generated the keys, and followed Matthew's > directions on the Trinux site for setting up ssh. When I try to connect, my > client outputs the following: > > C:\>ssh -v -i c:\ssh\.ssh\identity 192.168.12.149 > SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. > Compiled with SSL (0x0090581f). > debug: Seeding random number generator > debug: ssh_connect: getuid 500 geteuid 500 anon 0 > debug: Connecting to 192.168.12.149 [192.168.12.149] port 22. > debug: Seeding random number generator > debug: Allocated local port 864. > debug: Connection established. > debug: Remote protocol version 1.99, remote software version OpenSSH_2.1.1 > debug: match: OpenSSH_2.1.1 pat ^OpenSSH[-_]2\.[012] > > debug: Local version string SSH-1.5-OpenSSH_2.3.0p1 > debug: Waiting for server public key. > debug: Received server public key (768 bits) and host key (1024 bits). > The authenticity of host '192.168.12.149' can't be established. > RSA key fingerprint is 11:ef:3a:60:96:c7:20:7c:86:9d:d1:9c:44:23:28:91. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added '192.168.12.149' (RSA) to the list of known > hosts. > debug: Seeding random number generator > debug: Encryption type: 3des > debug: Sent encrypted session key. > debug: Installing crc compensation attack detector. > debug: Received encrypted confirmation. > debug: Trying RSA authentication with key 'e60824@NDEV94F' > debug: Server refused our key. > debug: Doing password authentication. > e60824@192.168.12.149's password: > Permission denied. > debug: Calling cleanup 0x414cf0(0x0) > > On the server in /var/log/messages I see: > > Feb 23 09:42:12 (none) auth.info sshd[3967]: Faking authloop for illegal > user e60824 from 192.168.15.126 port 626 > Feb 23 09:42:15 (none) auth.info sshd[3967]: Connection closed by > 192.168.15.126 > > The only difference I can see is the protocol versions built into the client > (v1.5) and server (v1.99), but I don't know that this is the problem. > Any ideas? > Sam > > _______________________________________________ > 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-02-23 16:46:58
|
It shouldn't try to authenticate with a username and password. Is your client's public key (identity.pub) in /.ssh/authorized_keys? -mdf > Trying SSH on Trinux I've run into some problems and I'm wondering if anyone > has seen this. > I've installed opensshd.tgz from Matthew's site, and a Windows port of the > openssh client from NetworkSimplicity.com. > I installed the client, generated the keys, and followed Matthew's > directions on the Trinux site for setting up ssh. When I try to connect, my > client outputs the following: > > C:\>ssh -v -i c:\ssh\.ssh\identity 192.168.12.149 > SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. > Compiled with SSL (0x0090581f). > debug: Seeding random number generator > debug: ssh_connect: getuid 500 geteuid 500 anon 0 > debug: Connecting to 192.168.12.149 [192.168.12.149] port 22. > debug: Seeding random number generator > debug: Allocated local port 864. > debug: Connection established. > debug: Remote protocol version 1.99, remote software version OpenSSH_2.1.1 > debug: match: OpenSSH_2.1.1 pat ^OpenSSH[-_]2\.[012] > > debug: Local version string SSH-1.5-OpenSSH_2.3.0p1 > debug: Waiting for server public key. > debug: Received server public key (768 bits) and host key (1024 bits). > The authenticity of host '192.168.12.149' can't be established. > RSA key fingerprint is 11:ef:3a:60:96:c7:20:7c:86:9d:d1:9c:44:23:28:91. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added '192.168.12.149' (RSA) to the list of known > hosts. > debug: Seeding random number generator > debug: Encryption type: 3des > debug: Sent encrypted session key. > debug: Installing crc compensation attack detector. > debug: Received encrypted confirmation. > debug: Trying RSA authentication with key 'e60824@NDEV94F' > debug: Server refused our key. > debug: Doing password authentication. > e60824@192.168.12.149's password: > Permission denied. > debug: Calling cleanup 0x414cf0(0x0) > > On the server in /var/log/messages I see: > > Feb 23 09:42:12 (none) auth.info sshd[3967]: Faking authloop for illegal > user e60824 from 192.168.15.126 port 626 > Feb 23 09:42:15 (none) auth.info sshd[3967]: Connection closed by > 192.168.15.126 > > The only difference I can see is the protocol versions built into the client > (v1.5) and server (v1.99), but I don't know that this is the problem. > Any ideas? > Sam > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk > |
From: Sylar, J. <JS...@er...> - 2001-02-23 15:45:50
|
Trying SSH on Trinux I've run into some problems and I'm wondering if anyone has seen this. I've installed opensshd.tgz from Matthew's site, and a Windows port of the openssh client from NetworkSimplicity.com. I installed the client, generated the keys, and followed Matthew's directions on the Trinux site for setting up ssh. When I try to connect, my client outputs the following: C:\>ssh -v -i c:\ssh\.ssh\identity 192.168.12.149 SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Seeding random number generator debug: ssh_connect: getuid 500 geteuid 500 anon 0 debug: Connecting to 192.168.12.149 [192.168.12.149] port 22. debug: Seeding random number generator debug: Allocated local port 864. debug: Connection established. debug: Remote protocol version 1.99, remote software version OpenSSH_2.1.1 debug: match: OpenSSH_2.1.1 pat ^OpenSSH[-_]2\.[012] debug: Local version string SSH-1.5-OpenSSH_2.3.0p1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). The authenticity of host '192.168.12.149' can't be established. RSA key fingerprint is 11:ef:3a:60:96:c7:20:7c:86:9d:d1:9c:44:23:28:91. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.12.149' (RSA) to the list of known hosts. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Trying RSA authentication with key 'e60824@NDEV94F' debug: Server refused our key. debug: Doing password authentication. e60824@192.168.12.149's password: Permission denied. debug: Calling cleanup 0x414cf0(0x0) On the server in /var/log/messages I see: Feb 23 09:42:12 (none) auth.info sshd[3967]: Faking authloop for illegal user e60824 from 192.168.15.126 port 626 Feb 23 09:42:15 (none) auth.info sshd[3967]: Connection closed by 192.168.15.126 The only difference I can see is the protocol versions built into the client (v1.5) and server (v1.99), but I don't know that this is the problem. Any ideas? Sam |
From: Sylar, J. <JS...@er...> - 2001-02-21 16:47:57
|
Yes, video mode.... I ran VGA scan and I can't get much more than the 80x34 resolution I already have. To make better use of the screen, I suppose I'd have to find a way to load the drivers for the video adapter in the laptop and run X86cfg....So for the time-being, I guess its good like it is :-) Yes, you're right, profile, .bashrc, and .profile do seem to be ignored at the initial "login". I extended ../tux/init/last to copy a modified .bashrc to /etc/profile and .bashrc with no results after boot-up. But if I specifically invoke bash after I enter the console, it reads .bashrc and I get the $PATH other environment changes I'm after. I don't think modifying and recompiling initrd.gz would help, so that, too, will stay like it is for now. What's the "issue" with busybox? Got 'em. Thanks! Next question: Has anyone successfully compiled and run nessus server on trinux? Thanks and best regards, Sam -----Original Message----- From: Matthew Franz [mailto:mf...@ci...] Sent: Wednesday, February 21, 2001 3:10 AM To: Sylar, John Cc: 'tri...@li...' Subject: Re: [Trinux-talk] Console and setup questions.... I assume you mean video mode selection? If you edit the syslinux.cfg on the boot disk, you can modify what the initial resolution by tweaking the vga=x value. There are some definite "issues" with environment variables caused by busybox which cause profile .profile .bashrc to be ignored. There has been some traffic on the busybox mailing list regarding this issue, but haven't had time to find a workaround. It is now at http://www.io.com/~mdfranz/trinux/ mkrd - builds ramdisk tcd - builds bootable CD |
From: Matthew F. <mf...@ci...> - 2001-02-21 14:50:03
|
> I have Trinux 8.0 running very well on an old IBM laptop. I'd like to be > able to use more of the screen for the consoles. Anyone know how to adjust > the console settings to get a little better resolution? I assume you mean video mode selection? If you edit the syslinux.cfg on the boot disk, you can modify what the initial resolution by tweaking the vga=x value. > On a similar note, I have dircolors running, but only manually. That is, > after boot-up when I press 'Enter' to activate a console, I need to type > "eval `dircolors -s /etc/DIR_COLORS`" to set and export $LS_COLORS. I'd like > this to be done during boot, and I've tried adding the command to the > "first" and "last" init scripts in ../tux/init with no luck. Am I correct in > thinking that I'll have to hack and recompile initrc.gz to get this line > into /etc/profile, as well as .profile and .bashrc when the machine boots > up? I'd like to modify $PATH as well. Same hack? There are some definite "issues" with environment variables caused by busybox which cause profile .profile .bashrc to be ignored. There has been some traffic on the busybox mailing list regarding this issue, but haven't had time to find a workaround. > I saw that Matthew once posted the script he uses to compile a new > initrc.gz. Does anyone have it? Could you forward it to me? > Sam > It is now at http://www.io.com/~mdfranz/trinux/ mkrd - builds ramdisk tcd - builds bootable CD |
From: Groen, N. (sl) <Nor...@as...> - 2001-02-21 14:24:40
|
> Am I correct in thinking that I'll have to hack and recompile initrc.gz to > get this line > into /etc/profile, as well as .profile and .bashrc when the machine boots > up? I'd like to modify $PATH as well. Same hack? > I saw that Matthew once posted the script he uses to compile a new > initrc.gz. Does anyone have it? Could you forward it to me? > Sam > I send the script. Told him to do just what he suggested. |
From: Sylar, J. <JS...@er...> - 2001-02-21 14:02:13
|
I have Trinux 8.0 running very well on an old IBM laptop. I'd like to be able to use more of the screen for the consoles. Anyone know how to adjust the console settings to get a little better resolution? On a similar note, I have dircolors running, but only manually. That is, after boot-up when I press 'Enter' to activate a console, I need to type "eval `dircolors -s /etc/DIR_COLORS`" to set and export $LS_COLORS. I'd like this to be done during boot, and I've tried adding the command to the "first" and "last" init scripts in ../tux/init with no luck. Am I correct in thinking that I'll have to hack and recompile initrc.gz to get this line into /etc/profile, as well as .profile and .bashrc when the machine boots up? I'd like to modify $PATH as well. Same hack? I saw that Matthew once posted the script he uses to compile a new initrc.gz. Does anyone have it? Could you forward it to me? Sam |
From: RMaffeo <Rma...@sa...> - 2001-02-13 05:15:11
|
recently downloaded trinux and images work great. network config was a cinch but cann't get it to mount any drives I use mount -t ext2 /dev/hda /mnt/hda and it errors out. i cann't even mount the floppy. i also took it to a NT box but was unable to mount the NTFS partition or the fat32. any one know else had this problem. tks zion <>< =-) |
From: <ia...@cu...> - 2001-02-12 13:57:51
|
Matthew, Thanks. I have tried that, but still no luck. I think it may be struggling to mount the drives still. I have included the messages file. Thanks, Ian On Sun, 11 February 2001, Matthew Franz wrote: > > You need to add baselib.tgz and term.tgz to both your pkglist file and the > d:\trinux -- the boot script looks for baselib.tgz in the trinux directory > and if it doesn't find it it stops loading which is I think what you were seeing. > > I updated the documentation to provide more info on what packages are > needed. > > -mdf > > ------------------------------------- > Matthew Franz mf...@ci... > Security Research Engineer > Security Technologies Assessment Team > > On 12 Feb 2001 ia...@cu... wrote: |
From: Matthew F. <mf...@ci...> - 2001-02-12 12:42:54
|
You need to add baselib.tgz and term.tgz to both your pkglist file and the d:\trinux -- the boot script looks for baselib.tgz in the trinux directory and if it doesn't find it it stops loading which is I think what you were seeing. I updated the documentation to provide more info on what packages are needed. -mdf ------------------------------------- Matthew Franz mf...@ci... Security Research Engineer Security Technologies Assessment Team On 12 Feb 2001 ia...@cu... wrote: > Date: 12 Feb 2001 01:57:56 -0800 > From: ia...@cu... > To: mf...@ci... > Subject: Fwd: Re: [Trinux-talk] Re: Trinux 080 > > Matthew, > > Forgot to mention, my pkglist file looks like this > > A:\tux\config>type pkglist > bash.tgz > hping2.tgz > links.tgz > nmap.tgz > scanner.tgz > serial.tgz > sing.tgz > snort.tgz > > Thanks, Ian > > > ------- Start of forwarded message ------- > > Subject: Re: [Trinux-talk] Re: Trinux 080 > To: mf...@ci... > From: ia...@cu... > Date: 12 Feb 2001 01:15:28 PST > > Matthew, > > Thanks for the response. > > Three mount points are created when I boot, hda1, 2 and 5. I can mount both 1 (NTFS) and 5 (VFAT) manually. I assume hda2 cannot be mounted becuase it is the extended partition which holds the logical partition for hda5. hda5 holds the trinux directory (in root) which has the following content. > > D:\trinux>dir > Volume in drive D has no label. > Volume Serial Number is 3A84-0F77 > > Directory of D:\trinux > > 09/02/01 18:20 <DIR> . > 09/02/01 18:20 <DIR> .. > 27/11/00 10:53 177,683 bash.tgz > 27/11/00 10:54 23,774 hping2.tgz > 26/12/00 09:56 51,861 ide.tgz > 27/11/00 10:55 246,715 links.tgz > 31/12/00 02:56 475,825 linkssl.tgz > 27/11/00 10:56 161,244 nmap.tgz > 27/11/00 10:57 78,505 scanners.tgz > 10/12/00 19:21 232,407 serial.tgz > 27/11/00 10:58 43,038 sing.tgz > 01/02/01 11:39 368,823 snort.tgz > 12 File(s) 1,859,875 bytes > 962,494,464 bytes free > > This directory was on hda1, but it did not work there either. > > When it boot I can see the sript running (I assume), as it says "Checking hda5 for Trinux packages". All the packages came from one of your mirrors and where named OK when I downloads them. > > Thanks in advance, > > Cheers, IanC > > > On Fri, 09 February 2001, Matthew Franz wrote: > > > > > > Matthew, > > > > > > I emailed the Trinux Talk mailing list earlier in the week with some > > > issues with loading apps from a hard drive with version 080. Since > > > then I have removed the dependance on NTFS by installing a FAT > > > partition on my disk. I am still having no luck getting apps to load > > > from this partition. I would appreciate some help if possible. > > > > > > Thanks, Ian > > > > Are you able to mount the filesystem manually? > > > > Is an /hda[1-n] mount point created? > > > > What are the contents of [C/D]:\trinux? > > > > How did you download the xxxx.tgz packages? IE will automatically rename > > them to xxxx.gz if you pick the default, which will cause loading to fail? > > > > -mdf > > > > > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > http://lists.sourceforge.net/lists/listinfo/trinux-talk > > ------- End of forwarded message ------- > > > |
From: Matthew F. <mf...@ci...> - 2001-02-10 15:56:52
|
Updated: ssldump - an SSL sniffer New: angst - another "active firewalk - a relatively old (1998) tool for determining ACLs on router/firewalls Last weekend, I got a 2.4.1 kernel working with Trinux. Drop me a note if you interested and if I get enough responses, I'll release the boot disk and the kernel modules for testing. I was quite pleased that there doesn't seem to be nearly the bloat as from 2.0 to 2.2. Unfortunately, I've been too busy at work to complete the "last mile" necessary for the final .80 release. I've heard some complaints about package loading of the hard drive not working (a requirement for Laptop users) so I'm hoping to get that resolved. I'm shooting for an .80 release in March sometime, before CanSecWest/core01 (http://www.cansecwest.com) conference where I'll be speaking along with Fyodor, Marty Roesch, Dug Song, Lance Spitzner, and a whole lot more folks you've heard of... -mdf |
From: Matthew F. <mf...@ci...> - 2001-02-09 16:36:03
|
> Matthew, > > I emailed the Trinux Talk mailing list earlier in the week with some > issues with loading apps from a hard drive with version 080. Since > then I have removed the dependance on NTFS by installing a FAT > partition on my disk. I am still having no luck getting apps to load > from this partition. I would appreciate some help if possible. > > Thanks, Ian Are you able to mount the filesystem manually? Is an /hda[1-n] mount point created? What are the contents of [C/D]:\trinux? How did you download the xxxx.tgz packages? IE will automatically rename them to xxxx.gz if you pick the default, which will cause loading to fail? -mdf |