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: David E. <dav...@nt...> - 2001-11-07 20:44:38
|
thanks a lot i will look forward to seeing that ----- Original Message ----- From: <tb...@ti...> To: "Richard Thomas" <ri...@th...> Cc: <tri...@li...> Sent: Wednesday, November 07, 2001 8:15 PM Subject: Re: [Trinux-talk] Trinux Remote Control > > I have looked at opensshd and cleaned it up a little. > > I need to submit it to Matt, to make sure I didn't break anything he is > doing. > > I think I fixed most of these sshd problems some people are having... > > Look for an updated opensshd.tgz and openssh.tgz soon. > > On Wed, 7 Nov 2001, Richard Thomas wrote: > > > Okay, I need some help here. I have done everything I can think of to get the SSH connection to Trinux operational. I am using the .80rc2-ide boot image to bootup. I followed the directions in the Remote Admin doc. I have tried Win98->Trinux and Trinux->Trinux. The closest I get is a prompt for the root@<ip-address> password. I generated the keys using the MindTerm java demo. I copied the public key to the '/tux/pkg/opensshd/keys' file. The public key becomes the '/.ssh/authorized_keys' file on the target box. The private key is on the source box. I placed 'opensshd' in the '/tux/config/pkglist' file right before the 'openssh' package. Should I be having to manually start 'sshd'? Does it look like I am doing anyything amiss? All help is much appreciated. Thanks. > > > > Richard Thomas > > > > -- > -------------------- > Timothy Burt > Internet Specialist > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk |
From: <tb...@ti...> - 2001-11-07 20:35:10
|
Also be sure that if you generated an SSH version 1 key that you put it in: authorized_keys If it is an SSH version 2 key, it gets put into: authorized_keys2 On Wed, 7 Nov 2001, Richard Thomas wrote: > Okay, I need some help here. I have done everything I can think of to get the SSH connection to Trinux operational. I am using the .80rc2-ide boot image to bootup. I followed the directions in the Remote Admin doc. I have tried Win98->Trinux and Trinux->Trinux. The closest I get is a prompt for the root@<ip-address> password. I generated the keys using the MindTerm java demo. I copied the public key to the '/tux/pkg/opensshd/keys' file. The public key becomes the '/.ssh/authorized_keys' file on the target box. The private key is on the source box. I placed 'opensshd' in the '/tux/config/pkglist' file right before the 'openssh' package. Should I be having to manually start 'sshd'? Does it look like I am doing anyything amiss? All help is much appreciated. Thanks. > > Richard Thomas > -- -------------------- Timothy Burt Internet Specialist |
From: <tb...@ti...> - 2001-11-07 20:16:01
|
I have looked at opensshd and cleaned it up a little. I need to submit it to Matt, to make sure I didn't break anything he is doing. I think I fixed most of these sshd problems some people are having... Look for an updated opensshd.tgz and openssh.tgz soon. On Wed, 7 Nov 2001, Richard Thomas wrote: > Okay, I need some help here. I have done everything I can think of to get the SSH connection to Trinux operational. I am using the .80rc2-ide boot image to bootup. I followed the directions in the Remote Admin doc. I have tried Win98->Trinux and Trinux->Trinux. The closest I get is a prompt for the root@<ip-address> password. I generated the keys using the MindTerm java demo. I copied the public key to the '/tux/pkg/opensshd/keys' file. The public key becomes the '/.ssh/authorized_keys' file on the target box. The private key is on the source box. I placed 'opensshd' in the '/tux/config/pkglist' file right before the 'openssh' package. Should I be having to manually start 'sshd'? Does it look like I am doing anyything amiss? All help is much appreciated. Thanks. > > Richard Thomas > -- -------------------- Timothy Burt Internet Specialist |
From: Richard T. <ri...@th...> - 2001-11-07 18:19:24
|
Okay, I need some help here. I have done everything I can think of to = get the SSH connection to Trinux operational. I am using the .80rc2-ide = boot image to bootup. I followed the directions in the Remote Admin doc. = I have tried Win98->Trinux and Trinux->Trinux. The closest I get is a = prompt for the root@<ip-address> password. I generated the keys using = the MindTerm java demo. I copied the public key to the = '/tux/pkg/opensshd/keys' file. The public key becomes the = '/.ssh/authorized_keys' file on the target box. The private key is on = the source box. I placed 'opensshd' in the '/tux/config/pkglist' file = right before the 'openssh' package. Should I be having to manually start = 'sshd'? Does it look like I am doing anyything amiss? All help is much = appreciated. Thanks. Richard Thomas |
From: Matthew F. <mf...@ci...> - 2001-11-07 15:49:35
|
I added the full version of xargs to the fileutil.tgz package and will look into (and fix) the busybox xargs issue. Thanks -mdf On Wed, 7 Nov 2001, max wrote: > Date: Wed, 7 Nov 2001 09:51:05 -0500 > From: max <bm...@gm...> > To: mf...@ci... > Subject: Trinux -xargs > > Hi, > sorry if this is not the proper way to contact you. > I burned the trinux iso in a mini cd: it's fantastic now I don't need > tomsrtbt, seth, etc, etc. > The only thing that seems do not work is xargs, the error message is "applet > not found". > I tried the latest iso...same problem. > > Thanks for trinux! > > Max > > bm...@gm... > |
From: Ignacio N. de la T. <ign...@te...> - 2001-11-07 14:00:30
|
Hi, i'm booting from a trinux boot floopy created with rawrite. Now I want to add the "ext2tools.tgz" in boot time. So, I downloaded = the package, put it into c:\trinux\ext2tools.tgz, c:\ is hda1, and added = "ext2tools" in a:\tux\config\pkglist. When it scans for packages in IDE Disk, it doesn't find any. If I try to load the package manually, pkgadd = /hda1/trinux/ext2tools.tgz, it returns me an error 'cause it doesn't = find libcom_err.so.2. Do I need to install anything else? How can I add the ext2tools.tgz package, please? Thanks in advance, Ignacio |
From: Matthew F. <mf...@ci...> - 2001-11-07 02:57:56
|
Does this problem exist in Tim Burton's .iso image as well, because the .iso I released (80rc2) is missing a package or two. Hence the need for the workaround. -mdf On Wed, 7 Nov 2001 pm...@de... wrote: > Date: Wed, 7 Nov 2001 09:36:39 +1300 > From: pm...@de... > To: ma...@co..., tri...@li... > Subject: RE: [Trinux-talk] pcmcia problems > > Hi Michael > > I have had similar problems to yours. A workaround that was suggested to me > was to manually unpack the required driver files after the system has > booted. > > To test if this will work do it manually first. > mount /dev/hdc /cdrom > tar -C / -xzvf /cdrom/trinux/pcmcia-bin.tgz > tar -C / -xzvf /cdrom/trinux/pcmcia-coremods.tgz > tar -C / -xzvf /cdrom/trinux/<whatever other driver files you need> > > Then initialise pcmcia > > /etc/pcmcia > > If this works dump all this into the "last" start-up script and you should > be away. > > Hope this helps. > > If anyone knows of a better way to do this please let me know. > > Phill > > -----Original Message----- > From: Michael Styer [mailto:ma...@co...] > Sent: Wednesday, 7 November 2001 8:24 a.m. > To: tri...@li... > Subject: [Trinux-talk] pcmcia problems > > > Hi there. > > I'm trying to use trinux from the boot CD on my laptop, a toshiba > satellite 335cdt. It boots fine, but doesn't recognize my ethernet > card. The card type is 3Com Megahertz XJ10BT. According to some research, > the necessary driver is smc91c92_cs.o, which seems to be on the CD, but > doesn't seem to be loaded at boot-up. How can I tell whether it has been > loaded? If it's not getting loaded, how can I make sure it gets loaded? If > it is getting loaded, how can I get trinux to recognize my ethernet card? > > Thanks. > > -mas > > -- > Michael Styer ma...@co... > phone: 020 7603 5723 107 Shepherd's Bush Rd > fax: 020 7603 2504 London W6 7LP > > > _______________________________________________ > 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 > |
From: <pm...@de...> - 2001-11-06 20:42:10
|
Hi Michael I have had similar problems to yours. A workaround that was suggested to me was to manually unpack the required driver files after the system has booted. To test if this will work do it manually first. mount /dev/hdc /cdrom tar -C / -xzvf /cdrom/trinux/pcmcia-bin.tgz tar -C / -xzvf /cdrom/trinux/pcmcia-coremods.tgz tar -C / -xzvf /cdrom/trinux/<whatever other driver files you need> Then initialise pcmcia /etc/pcmcia If this works dump all this into the "last" start-up script and you should be away. Hope this helps. If anyone knows of a better way to do this please let me know. Phill -----Original Message----- From: Michael Styer [mailto:ma...@co...] Sent: Wednesday, 7 November 2001 8:24 a.m. To: tri...@li... Subject: [Trinux-talk] pcmcia problems Hi there. I'm trying to use trinux from the boot CD on my laptop, a toshiba satellite 335cdt. It boots fine, but doesn't recognize my ethernet card. The card type is 3Com Megahertz XJ10BT. According to some research, the necessary driver is smc91c92_cs.o, which seems to be on the CD, but doesn't seem to be loaded at boot-up. How can I tell whether it has been loaded? If it's not getting loaded, how can I make sure it gets loaded? If it is getting loaded, how can I get trinux to recognize my ethernet card? Thanks. -mas -- Michael Styer ma...@co... phone: 020 7603 5723 107 Shepherd's Bush Rd fax: 020 7603 2504 London W6 7LP _______________________________________________ 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: David E. <dav...@nt...> - 2001-11-06 20:05:57
|
Ok I have got a bit further now, I can logon using ssh from the actual machine by typing ssh localhost -1 however when i copy the key identity.pub to another machine and then try to connect using that key it says RSA key is corrupt, I have tried recreating the keys but still get the same error. Can anyone help, thanks ----- Original Message ----- From: "Matthew Franz" <mat...@ya...> To: "David Eales" <dav...@nt...>; <tri...@li...> Sent: Saturday, November 03, 2001 3:37 AM Subject: Re: [Trinux-talk] Can't get SSH to work properly.. > I just reproduced this now from cygwin openssh2.9. If > you force SSH1 negotiation (-1), it should work. I > believe putty and ttssh use SSH1. > > I need to update the opensshd package to use SSH2 > keys. > > -mdf > > --- David Eales <dav...@nt...> wrote: > > Please help, > > > > I have followed the instructions at > > http://trinux.sourceforge.net/remote-admin.html to > > the letter but still cant get it to work, when i try > > to connect it asks for a username and a password > > even though i havent set a password if I try to skip > > the username and password then I get a message > > saying server refused are public key. > > > > > > > > > __________________________________________________ > 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 |
From: Michael S. <ma...@co...> - 2001-11-06 19:23:48
|
Hi there. I'm trying to use trinux from the boot CD on my laptop, a toshiba satellite 335cdt. It boots fine, but doesn't recognize my ethernet card. The card type is 3Com Megahertz XJ10BT. According to some research, the necessary driver is smc91c92_cs.o, which seems to be on the CD, but doesn't seem to be loaded at boot-up. How can I tell whether it has been loaded? If it's not getting loaded, how can I make sure it gets loaded? If it is getting loaded, how can I get trinux to recognize my ethernet card? Thanks. -mas -- Michael Styer ma...@co... phone: 020 7603 5723 107 Shepherd's Bush Rd fax: 020 7603 2504 London W6 7LP |
From: David G. M. <dgl...@gm...> - 2001-11-05 17:56:31
|
I would love to see a more customisable linuxrc without having to rebuild a initrd.gz or dig into the img inside the iso... This could make CD booting or floppy booting or floppy+HD more easy to accomplish. Many time I have seen trinux downloading from the network while the package were local (on CD or on HD) due to going undetected or wrong directory name or no ide.o or god knows what else. Without the right building environment it is very difficult. (now with the latest email on mailing list, things get easyer to understand however). David GLAUDE ----- Original Message ----- From: "Matthew Franz" <mat...@ya...> To: "ALMEIDA Antonio Jose" <aja...@no...>; <tri...@li...> Sent: Monday, November 05, 2001 3:16 PM Subject: Re: [Trinux-talk] usr size > Right now it is hard-coded in linuxrc and > automatically determined by your RAM size. In the the > latest version of linuxrc/initrd.gz I'm testing right > now there is a user configurable file that allows you > to specify the size and location of partitions (such > as a real hard drive). This is particularly useful for > low-memory machines. |
From: Matthew F. <mat...@ya...> - 2001-11-05 16:03:20
|
I'm assuming you've installed # getpkg 2.4.5/nfs-client.tgz (nfs kernel mods) # getpkg netutil.tgz (full versions of mount/umount) you can also tail -f /var/log/messages to see if the volumes were mounted and/or do a tcpdump --- Wade <wa...@as...> wrote: > When I try to mount a remote exp with mount command > the console hangs(doe not > return to command prompt) and no vols get mounted. > Any ideas? > > Thanks, > Wade Stankich - btw -using 2.4.5 > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: Wade <wa...@as...> - 2001-11-05 15:02:29
|
When I try to mount a remote exp with mount command the console hangs(doe not return to command prompt) and no vols get mounted. Any ideas? Thanks, Wade Stankich - btw -using 2.4.5 |
From: Matthew F. <mat...@ya...> - 2001-11-05 14:17:00
|
Right now it is hard-coded in linuxrc and automatically determined by your RAM size. In the the latest version of linuxrc/initrd.gz I'm testing right now there is a user configurable file that allows you to specify the size and location of partitions (such as a real hard drive). This is particularly useful for low-memory machines. -mdf --- ALMEIDA Antonio Jose <aja...@no...> wrote: > Hello, how can i change the /usr size? can it be > greater then 16000? > > regards, > Antonio Almeida > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: ALMEIDA A. J. <aja...@no...> - 2001-11-05 14:07:19
|
Hello, how can i change the /usr size? can it be greater then 16000? regards, Antonio Almeida |
From: David E. <dav...@nt...> - 2001-11-04 15:41:37
|
Yeah thanks a lot that works a treat. ----- Original Message ----- From: "Matthew Franz" <mat...@ya...> To: "David Eales" <dav...@nt...>; <tri...@li...> Sent: Sunday, November 04, 2001 1:50 PM Subject: Re: [Trinux-talk] Saving changes... > Since I can't remember if I compiled SSH with tcp > wrappers, the easiest (and probably more secure) way > is > add netfilter.tgz and iptables.tgz to your kpkglist > and then add a few iptables commands to allow or deny > whatever traffic you need to \tux\config\last > > - mdf > > > --- David Eales <dav...@nt...> wrote: > > Sorry about all these questions, I need to restrict > > access to connect from remote machines to the trinux > > box yet allow one subnet any ideas on how i can do > > this? > > > > > __________________________________________________ > Do You Yahoo!? > Find a job, post your resume. > http://careers.yahoo.com > |
From: Matthew F. <mat...@ya...> - 2001-11-04 13:50:37
|
Since I can't remember if I compiled SSH with tcp wrappers, the easiest (and probably more secure) way is add netfilter.tgz and iptables.tgz to your kpkglist and then add a few iptables commands to allow or deny whatever traffic you need to \tux\config\last - mdf --- David Eales <dav...@nt...> wrote: > Sorry about all these questions, I need to restrict > access to connect from remote machines to the trinux > box yet allow one subnet any ideas on how i can do > this? > __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: David E. <dav...@nt...> - 2001-11-04 10:22:12
|
Sorry about all these questions, I need to restrict access to connect = from remote machines to the trinux box yet allow one subnet any ideas on = how i can do this? |
From: David E. <dav...@nt...> - 2001-11-03 16:44:10
|
Does anybody have a later package then 1.1 which is on the trinux = package page (this version works fine). I have downloaded version ntop = 1.2 for slackware 7.1 and tried running that without any alteration, it = works but after about 15mins it quits with a segmentation fault. Does = anybody know how to fix this. I am a complete newbie when it comes to = compiling source code, so if anyone can supply me with a working 1.2 or = higher version then I would be very grateful. Thanks in advance. |
From: <wst...@ne...> - 2001-11-03 16:20:45
|
I NEED TO GET A CISCO 350 AIRO CARD GOING ON A LAPTOP WITH A SINGLE = FLOPPY. I KEEP GETTING UNRESOLVED SYMBOL ERRORS WITH THIS DISTRO. CAN = ANYBODY HELP ME OUT? THANKS YOU, WADE STANKICH |
From: Matthew F. <mat...@ya...> - 2001-11-03 03:37:39
|
I just reproduced this now from cygwin openssh2.9. If you force SSH1 negotiation (-1), it should work. I believe putty and ttssh use SSH1. I need to update the opensshd package to use SSH2 keys. -mdf --- David Eales <dav...@nt...> wrote: > Please help, > > I have followed the instructions at > http://trinux.sourceforge.net/remote-admin.html to > the letter but still cant get it to work, when i try > to connect it asks for a username and a password > even though i havent set a password if I try to skip > the username and password then I get a message > saying server refused are public key. > > > __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: Matthew F. <mat...@ya...> - 2001-11-03 02:52:35
|
How much RAM do you have on the system? Does df reveal that your /usr partition is 100% used? If You can trim down the packages in A:\tux\config\pkglist to prevent /usr from filling up. If you just want to run labrea you should be able to get by with only baselib.tgz system.tgz labrea.tgz if you've got an 8MB machine if you want bash and an editor add: term.tgz nano.tgz (or vi.tgz) bash.tgz - mdf --- "Long, Chris" <CL...@ps...> wrote: > I'm trying to get LaBrea running on a spare Micron > we have lying around; > hardware all seems to work well using the 'network' > 0.80-rc2 floppy image, > recognizes and configures the 3com NIC and whatnot, > but I keep hitting a > wall when it tries to get packages down from the > net. Unfortunately I've > exhausted my resources in deciphering out the rather > cryptic error message; > hence my question here. > > After going out to the package server (generally > <http://www.io.com/~mdfranz/trinux/pkg> > http://www.io.com/~mdfranz/trinux/pkg/ or > http://trinux.sourceforge.net/pkg/ > <http://trinux.sourceforge.net/pkg/> ) I get this > after a failed attempt to > get each and every package: 'Invalid GZIP magic'. Is > this similar to a > CRC/checksum mismatch or something? I'm stumped. > __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com |
From: <tb...@ti...> - 2001-11-03 01:30:13
|
Perhaps you are getting corrupted data thru the Ethernet Port.. Try downloading a package onto another machine (wget.tgz might be handy), and put it on a dos floppy. After you have your Trinux machine up, mount the floppy and see if gzip still thinks the wget.tgz file is bad. Once you have wget installed, try grabbing wget.tgz with wget, and compare what you get thru the Ethernet port with the good package you installed. I think the size and/or checksums will differ. I have been using the network 0.80-rc2 floppy image with no problems... If that isn't it, then perhaps a bad floppy? On Fri, 2 Nov 2001, Long, Chris wrote: > I'm trying to get LaBrea running on a spare Micron we have lying around; > hardware all seems to work well using the 'network' 0.80-rc2 floppy image, > recognizes and configures the 3com NIC and whatnot, but I keep hitting a > wall when it tries to get packages down from the net. Unfortunately I've > exhausted my resources in deciphering out the rather cryptic error message; > hence my question here. > > After going out to the package server (generally > <http://www.io.com/~mdfranz/trinux/pkg> > http://www.io.com/~mdfranz/trinux/pkg/ or http://trinux.sourceforge.net/pkg/ > <http://trinux.sourceforge.net/pkg/> ) I get this after a failed attempt to > get each and every package: 'Invalid GZIP magic'. Is this similar to a > CRC/checksum mismatch or something? I'm stumped. > -- -------------------- Timothy Burt Internet Specialist |
From: Long, C. <CL...@ps...> - 2001-11-02 22:26:03
|
I'm trying to get LaBrea running on a spare Micron we have lying around; hardware all seems to work well using the 'network' 0.80-rc2 floppy image, recognizes and configures the 3com NIC and whatnot, but I keep hitting a wall when it tries to get packages down from the net. Unfortunately I've exhausted my resources in deciphering out the rather cryptic error message; hence my question here. After going out to the package server (generally <http://www.io.com/~mdfranz/trinux/pkg> http://www.io.com/~mdfranz/trinux/pkg/ or http://trinux.sourceforge.net/pkg/ <http://trinux.sourceforge.net/pkg/> ) I get this after a failed attempt to get each and every package: 'Invalid GZIP magic'. Is this similar to a CRC/checksum mismatch or something? I'm stumped. |
From: <tb...@ti...> - 2001-11-02 21:20:39
|
I suppose you are booting from floppy and have got your network up OK. Then loaded the opensshd and openssh packages. Did you create a host key? Did you generate a public/private key and install the public key in /root/.ssh/authorized_keys and/or authorized_keys2? What Application are you using to try to connect? (openssh? putty?) Is it set to use the same version of ssh as the key you have installed? SSH can be tricky to get set-up. File permissions matter to SSH. Make sure that your authorized_keys file is not world and group writable, and owned by root. All of the folders in the path leading up to the keys file need to be NOT writable by group and other, I believe. You can fire up ssh in debug mode, and watch some messages that might give some insight into what is going wrong.. sshd -v -v -v or something like that. Since there is no password file in trinux, there can be no password authentication. You must use key pairs. It did work OK for me, but I have setup lots of SSH. I was connecting from another unix machine running openssh. Note also that the init script for ssh, is in a state of flux, and may not be doing what you think it is. Check the script. On Fri, 2 Nov 2001, David Eales wrote: > Please help, > > I have followed the instructions at http://trinux.sourceforge.net/remote-admin.html to the letter but still cant get it to work, when i try to connect it asks for a username and a password even though i havent set a password if I try to skip the username and password then I get a message saying server refused are public key. > > > -- -------------------- Timothy Burt Internet Specialist |