Thread: Re: Where to find the configuration documentation??
Brought to you by:
xystrus
From: Melissa Y. <the...@ya...> - 2003-08-06 14:48:21
|
Dear Derek, Thank you so much for your messages. Sorry about my complaint. The documentation should be good enough by your explanation. Here are my configuration files: 1) #grep tester /home/chroot/etc/passwd tester:x:212:4:sftp tester:/home/chroot/home/tester:/usr/local/bin/rssh 2) #cat /usr/local/etc/rssh.conf allowsftp umask = 022 chrootpath=/home/chroot user=tester:011:02:/home/chroot # sftp with chroot 3) # find /home/chroot /home/chroot /home/chroot/usr /home/chroot/usr/local /home/chroot/usr/local/bin /home/chroot/usr/local/bin/sftp /home/chroot/usr/local/bin/rssh /home/chroot/usr/local/libexec /home/chroot/usr/local/libexec/sftp-server /home/chroot/usr/local/libexec/rssh_chroot_helper /home/chroot/usr/local/lib /home/chroot/usr/local/lib/libz.so /home/chroot/usr/local/lib/libcrypto.so.0.9.7 /home/chroot/usr/local/lib/libgcc_s.so.1 /home/chroot/usr/lib /home/chroot/usr/lib/libposix4.so.1 /home/chroot/usr/lib/libsocket.so.1 /home/chroot/usr/lib/libnsl.so.1 /home/chroot/usr/lib/libc.so.1 /home/chroot/usr/lib/libdl.so.1 /home/chroot/usr/lib/libintl.so.1 /home/chroot/usr/lib/libmp.so.1 /home/chroot/usr/lib/libw.so.1 /home/chroot/usr/lib/ld.so.1 /home/chroot/etc /home/chroot/etc/passwd /home/chroot/etc/group /home/chroot/etc/shadow /home/chroot/home /home/chroot/home/tester (I actually copied all the library files from /usr/lib and /usr/local/lib to the chroot locations. Not listed above) Would you please help me check if there are anything wrong with these settings? I only need sftp, but always got the error message: "Fatal: unable to initialise SFTP: could not connect" Without using rssh, other users are working fine with the sftp. Thank you very much !! Melissa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-06 15:32:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Aug 06, 2003 at 07:47:33AM -0700, Melissa Young wrote: > Dear Derek, > > Thank you so much for your messages. Sorry about my > complaint. The documentation should be good enough by > your explanation. Ok, good. Thanks. :) > Here are my configuration files: > > 1) #grep tester /home/chroot/etc/passwd > tester:x:212:4:sftp > tester:/home/chroot/home/tester:/usr/local/bin/rssh I think this was supposed to be one line, right? Like this: tester:x:212:4:sftp tester:/home/chroot/home/tester:/usr/local/bin/rssh Also, more imortantly, the entry is the same in /etc/passwd, right? The passwd file entries in the chroot jail are only used to get the username and userid once inside the jail. The other stuff is only used BEFORE that, so it must be correct in /etc/passwd. > 2) #cat /usr/local/etc/rssh.conf > allowsftp > umask = 022 > chrootpath=/home/chroot > user=tester:011:02:/home/chroot # sftp with chroot This looks fine. > 3) # find /home/chroot > /home/chroot [SNIP] Unfortunately, I really have no way to verify if your chroot jail is set up correctly, though I don't see anything obvious missing. I don't have access to a Sun box. This is why I state in the documentation (the file CHROOT) that I can not provide support for setting up chroot jails. Sorry. But like I said, I don't see anything obvious missing, EXCEPT that you have not configured syslogd on your system to listen to an additional socket in /home/chroot/dev/log. But then it may not be possible on Solaris 2.5.1 either, I don't know. See the man page for syslogd(8) to verify... If you can do it, I suggest that you do so; it may help explain what is going on. Then look in your logs for error messages from rssh. I really think the most likely explanation is that rssh is crashing, because you changed vsnprintf() to vsprintf(). And as I said, if that's the case, there's nothing I can do about it. Best I could do would be to write my own implementation of vsnprintf, or copy one from someone's C library, but I'm not going to do that. It's too much effort. All I can suggest at that point is to upgrade to Solaris 2.6 or later, or find external libraries which have the *nprintf functions to link against... Incidentally, you could try running rssh directly, and see what happens. If it dumps core, then you can be sure this is the problem. If it doesn't, it may still be; hard to tell. You might also try running it through a debugger, if you know how to do that. Look through your system logs for error messages. That may turn up something useful. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MR91djdlQoHP510RAjfxAJ0Rvkf9Sx2+qKVY1cqYHF4jz6OjPgCeL7Wt 3ea9evNwFr62hZLwZ7eWXW4= =9a4E -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-06 15:52:54
|
1) The user entry is one line. Two passwd files are the same. 2) I will try to configure the log. 3) Here is what I got when I run rssh directly: # rssh This account is restricted. If you believe this is in error, please contact your system administrator. # Is it fine? No core. Does this mean rssh is functioning? On the client side, I have tried both psftp and wu_ftp, but still no luck. Thank you! Melissa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-06 16:01:59
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Aug 06, 2003 at 08:52:54AM -0700, Melissa Young wrote: > > 1) The user entry is one line. Two passwd files are > the same. > 2) I will try to configure the log. Definitely do that. > This account is restricted. > If you believe this is in error, please contact your > system administrator. > # > Is it fine? No core. Does this mean rssh is > functioning? It's a good sign, but unfortunately no, it's not a guarantee that it's working properly. > On the client side, I have tried both psftp and > wu_ftp, but still no luck. Well, I don't think this matters, so long as your client program is ONLY trying to use the sftp protocol. Have you tried just using the openssh sftp client? For example, WinSCP does NOT work with rssh, because it tries to execute commands on the remote host (like ls, etc.) to get file details. Any client which tries to do something other than scp or sftp will fail. So it's worth checking it with sftp to see if that works, to make sure it's not a client problem. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MSZndjdlQoHP510RAgjwAJ43tsK16nQarkK7L3lJznhSpc+GxwCfSHR1 CHkcR4WNwJu9a4zyhOkXwXA= =AydN -----END PGP SIGNATURE----- |
From: Derek M. <co...@pi...> - 2003-08-06 17:30:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OOPS! I hadn't noticed this before. > user=tester:011:02:/home/chroot # sftp with chroot | | | \ | | \ chroot path | \ access bits \ umask username The config file allows you to set these things on a per-user basis (see the description of the user keyword in the rssh.conf man page). To limit the user to sftp, the access bits field should be "10" -- you have "02" which is invalid (and should generate an error -- I'll have to look into that). Was there an error message about it in your logs? Actually, you don't need this line at all, at least not for your testing. You can use the defaults provided by allowsftp and chrootpath, which you had specified correctly. So just delete that line. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MTs3djdlQoHP510RAl/pAJ9Mj7C77aYEBva6Ax3PaA6RoY+nHgCdEpPY 3cv4b6XtguOyiSwx6QqCh9E= =3jhr -----END PGP SIGNATURE----- |
From: Derek M. <co...@pi...> - 2003-08-06 19:10:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Aug 06, 2003 at 11:50:14AM -0700, Melissa Young wrote: > 1) The /home/chroot/home/tester direction is owned by > tester. > 2) sshd is restarted. > 3) Without using rrsh, sftp is working. Does sftp work without chrooting? To test, just leave the chroot path field blank in the user configuration line. If it does work, then the problem is probably with your chroot jail. However, it could still be with the vsnprintf() thing... When you test, please take note of the logs produced by rssh, and post them to the list. I hope you don't mind, but I'm putting this back on the list, because it can be useful to others who might have similar problems. I'd like to keep the discussion on the list, if you don't mind... - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MVKRdjdlQoHP510RAkryAJ9T23sa1rKgb6qwRVVsQrf79QVmTACfQ+GV 3SJNZ0/sYMMYuaRvIgZbEZU= =mben -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-07 14:51:46
|
Hi Derek, My rssh is still not working. I've installed a new Solaris patch, however, make could still not find the two missing fuctions. It is very difficult for us to upgrade the whole OS at present time. This is a produciton server. Any more hints? Hi everyone in this group: Is there anyone who uses rssh on Solaris 2.5.1? If so, would you please send me the binary rssh file? Thank you very much!! Melissa > Young wrote: > > 1) The /home/chroot/home/tester direction is owned > by > > tester. > > 2) sshd is restarted. > > 3) Without using rrsh, sftp is working. > > Does sftp work without chrooting? To test, just > leave the chroot path > field blank in the user configuration line. If it > does work, then the > problem is probably with your chroot jail. However, > it could still be > with the vsnprintf() thing... > > When you test, please take note of the logs produced > by rssh, and post > them to the list. > > I hope you don't mind, but I'm putting this back on > the list, because > it can be useful to others who might have similar > problems. I'd like > to keep the discussion on the list, if you don't > mind... > > > - -- > Derek D. Martin > http://www.pizzashack.org/ > GPG Key ID: 0xDFBEAD02 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE/MVKRdjdlQoHP510RAkryAJ9T23sa1rKgb6qwRVVsQrf79QVmTACfQ+GV > 3SJNZ0/sYMMYuaRvIgZbEZU= > =mben > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > rssh-discuss mailing list > rss...@li... > https://lists.sourceforge.net/lists/listinfo/rssh-discuss __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-07 15:18:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Aug 07, 2003 at 07:51:44AM -0700, Melissa Young wrote: > My rssh is still not working. You never did answer whether or not it worked if you don't chroot. Overlooking some detail setting up the chroot jail is by far the #1 reason most people have trouble getting rssh to work. > Any more hints? Other than that, no, none. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/Mm2adjdlQoHP510RAiATAJ4pv2txf17zgokJ+KBOSetR2tPHDwCghz1w DhTOyasKdJYU9Yrj3zfVYxQ= =bg3o -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-07 15:51:48
|
I did say if I don't use rssh, sftp is working fine. I am going to recheck the jail. All the lib files are already there. What else should be sentanced? Do I need to put sshd and ssh into the jail? (I did it already, and run sshd from the jail, no use) Do you have any instruction on how to setup log for syslog/syslog.conf? Thank you much!! Melissa. --- Derek Martin <co...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, Aug 07, 2003 at 07:51:44AM -0700, Melissa > Young wrote: > > My rssh is still not working. > > You never did answer whether or not it worked if you > don't chroot. > Overlooking some detail setting up the chroot jail > is by far the #1 > reason most people have trouble getting rssh to > work. > > > Any more hints? > > Other than that, no, none. > > - -- > Derek D. Martin > http://www.pizzashack.org/ > GPG Key ID: 0xDFBEAD02 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE/Mm2adjdlQoHP510RAiATAJ4pv2txf17zgokJ+KBOSetR2tPHDwCghz1w > DhTOyasKdJYU9Yrj3zfVYxQ= > =bg3o > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > rssh-discuss mailing list > rss...@li... > https://lists.sourceforge.net/lists/listinfo/rssh-discuss __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-07 15:56:11
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Aug 07, 2003 at 08:51:47AM -0700, Melissa Young wrote: > I did say if I don't use rssh, sftp is working fine. That is NOT what I asked. I asked if rssh works if you don't use CHROOT. You /can/ limit a user to sftp access, without chrooting them. Leave the chrootpath variable unset, and leave the last field in the user's entry empty. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MnaIdjdlQoHP510RAhsiAJ9z4sRNjY6rcX3lPQgAY7hxHaQycgCdF0hM zspJu4n4Uz2lo4fdouw81F8= =cx7s -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-07 16:01:06
|
sorry, master. I did not test this. I am going to do it. It sounds like a plan. Thanks. --- Derek Martin <co...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, Aug 07, 2003 at 08:51:47AM -0700, Melissa > Young wrote: > > I did say if I don't use rssh, sftp is working > fine. > > That is NOT what I asked. I asked if rssh works if > you don't use > CHROOT. You /can/ limit a user to sftp access, > without chrooting > them. Leave the chrootpath variable unset, and > leave the last field > in the user's entry empty. > > - -- > Derek D. Martin > http://www.pizzashack.org/ > GPG Key ID: 0xDFBEAD02 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE/MnaIdjdlQoHP510RAhsiAJ9z4sRNjY6rcX3lPQgAY7hxHaQycgCdF0hM > zspJu4n4Uz2lo4fdouw81F8= > =cx7s > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > rssh-discuss mailing list > rss...@li... > https://lists.sourceforge.net/lists/listinfo/rssh-discuss __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Melissa Y. <the...@ya...> - 2003-08-07 16:18:56
|
Good news. Rssh is working without using chroot. 1) In the passwd file, the user's shell is /usr/local/bin/rssh 2) # su tester This account is restricted to sftp only. If you believe this is in error, please contact your system administrator. # So, may I assume that this means rssh is working, and rssh is complied without any problem, right? (or not) The chroot is not working. There must be some files missing. As you said, this is the #1 issue for users. Thank you much for your instruction. I would have not known this test method- disable the chroot. Melissa. --- Derek Martin <co...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, Aug 07, 2003 at 08:51:47AM -0700, Melissa > Young wrote: > > I did say if I don't use rssh, sftp is working > fine. > > That is NOT what I asked. I asked if rssh works if > you don't use > CHROOT. You /can/ limit a user to sftp access, > without chrooting > them. Leave the chrootpath variable unset, and > leave the last field > in the user's entry empty. > > - -- > Derek D. Martin > http://www.pizzashack.org/ > GPG Key ID: 0xDFBEAD02 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE/MnaIdjdlQoHP510RAhsiAJ9z4sRNjY6rcX3lPQgAY7hxHaQycgCdF0hM > zspJu4n4Uz2lo4fdouw81F8= > =cx7s > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > rssh-discuss mailing list > rss...@li... > https://lists.sourceforge.net/lists/listinfo/rssh-discuss __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-07 16:56:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Aug 07, 2003 at 09:18:46AM -0700, Melissa Young wrote: > Good news. Rssh is working without using chroot. Good. Then you know the chroot environment is missing something. Here, you're on your own. I have no access to a solaris machine, so I can't even guess what you'll need. > So, may I assume that this means rssh is working, and > rssh is complied without any problem, right? (or not) Not exactly. If you allow scp, you could be in for trouble. The buffer allocated for the log message in log.c should be large enough to hold the log message for any sftp connection. However, if you allow scp, and the user uses a large command line (lots of files), the buffer will /not/ be big enough, but the code is broken with vsnprintf missing, so it will probably crash the chroot helper. If your users are savvy, they'll realize this is a possible root exploit waiting to happen. Of course, there's also nothing to stop them from running a command like "ssh server sftp-server <long command line arguments>" which would accomplish the same root exploit. So, even sftp isn't safe. You may get it to work, but I guarantee that it is NOT safe. Whether or not this risk is acceptable to you is well, up to you. I've told you what can happen, and I absolutely advise against doing it. But it's your choice. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MoLXdjdlQoHP510RAmkOAJ908eEgnFrkHWAseuYVg4Wdw746KwCgr0yZ x7A47bPsZ3IQWZBF2mTJkG0= =WgLs -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-07 19:15:55
|
Hi Derek, Another good news - rssh/chroot are both working - basically. The user 'tester' can be limited in /home/chroot. I like to limit this 'tester' into /home/chroot/home/tester (her own directory) Here is my rssh.conf: allowsftp umask = 022 chrootpath=/home/chroot The entry of user=tester:011:10:/home/chroot/home/tester can not do the job. The entry of user="tester:011:10:/home/chroot home/tester" can not do the job either. Can you show me an example for this? I will make a note on how to setup chroot under Solaris, and sent it to you later. Thank you ! Melissa __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-07 20:48:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Aug 07, 2003 at 12:15:52PM -0700, Melissa Young wrote: > I like to limit this 'tester' into > /home/chroot/home/tester (her own directory) I think I misunderstood what you were asking for. In order to do this, you must create a chroot jail IN EACH USER'S HOME DIRECTORY, and chroot them to their home directory. You can do this, but you probably shouldn't. You're much better off limiting their access using file permissions. See the CHROOT file, the section "Individual jails for different users" for a detailed discussion of this. In short, the restriction is done by the chroot(2) system call, and so whatever part of the file system you restrict the user to must have a complete chroot jail set up. - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MrsMdjdlQoHP510RAkikAKCtMCGiDRplsAcuBAqa8iDnuGV0cwCeKmi8 LBmXS2LTA/jb29ct2tpO8Jw= =rxw5 -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-11 16:00:08
|
Dear Derek, Thank you so much for your patient and professional help, and sorry again about my complaint. Now I like to say that the RSSH documentation is excellent. Best regards, Melissa Young ///////////////////////////////////////////////////// SUMMARY: How to setup RSSH Chroot Under Solaris: 1) Read RSSH's CHROOT file that will instruct you to copy the library files and the /etc files. 2) Create the required devices: # mkdir /home/chroot/dev # cd /home/chroot/dev # mknod conslog c 21 0 # mknod null c 13 2 # mknod tcp c 11 42 # mknod udp c 11 41 # mknod zero c 13 12 # chmod 666 * # mknod log c 21 5 # chmod 600 log # mknod sysmsg c 97 0 # chmod 600 sysmsg # chown root:sys * # mknod syscon c 0 0 # chmod 620 syscon # chown root:tty syscon # chown root:sys /home/chroot/dev # cp /etc/TIMEZONE /home/chroot/etc. This chroot can be used for both RSSH and BIND DNS. This method is tested on Solaris 2.5.1 and Solaris 2.6. ///////////////////////////////////////////////////// __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Derek M. <co...@pi...> - 2003-08-14 08:33:37
|
On Mon, Aug 11, 2003 at 08:35:39AM -0700, Melissa Young wrote: > Dear Derek, > > Thank you so much for your patient and professional > help, and sorry again about my complaint. Now I like > to say that the RSSH documentation is excellent. Thanks Melissa, and thanks for the instructions for setting up a chroot jail on Solaris. -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0x81CFE75D |
From: Derek M. <co...@pi...> - 2003-08-07 15:28:20
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Aug 07, 2003 at 07:51:44AM -0700, Melissa Young wrote: > Any more hints? Actually I do have one more. There's another program that does what rssh does, though IMNSHO it's not quite as good as rssh. It may, however, support Solaris 2.5.x better than rssh does. It's called scponly, written by Joe (who's last name I can't seem to find easily), and you can get it here: http://www.sublimation.org/scponly - -- Derek D. Martin http://www.pizzashack.org/ GPG Key ID: 0xDFBEAD02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/Mm/udjdlQoHP510RAk20AJ4v/2f48NZSpibyS4jkztwB1Oqc+wCfTAfJ 2XIN4Hw6zNSVsjPRQyIMpBs= =rgxl -----END PGP SIGNATURE----- |
From: Melissa Y. <the...@ya...> - 2003-08-07 15:48:17
|
Hi Derek, I am now trying to install those two missing fuctions. I installed the snprintf first and got the following files under /usr/local/lib: libsnprintf.a libsnprintf.la* libsnprintf.so libsnprintf.so.1 libsnprintf.so.1.0.0* but I still got the following errors - I thought the snprintf one should be gone. # make make all-am gcc -g -O2 -o rssh rsshconf.o log.o util.o main.o -lgen Undefined first referenced symbol in file snprintf main.o vsnprintf log.o ld: fatal: Symbol referencing errors. No output written to rssh collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `rssh' Current working directory /opt/rssh/rssh-2.1.1 *** Error code 1 make: Fatal error: Command failed for target `all' ftpsrv-root:/opt/rssh/rssh-2.1.1# Any idea? Do I need to move these nsprintf files to /usr/lib? I don't know why snprintf fuction is there, but rssh make does not recognize it. Thank you! Melissa --- Derek Martin <co...@pi...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thu, Aug 07, 2003 at 07:51:44AM -0700, Melissa > Young wrote: > > Any more hints? > > Actually I do have one more. There's another > program that does what > rssh does, though IMNSHO it's not quite as good as > rssh. It may, > however, support Solaris 2.5.x better than rssh > does. > > It's called scponly, written by Joe (who's last name > I can't seem to > find easily), and you can get it here: > > http://www.sublimation.org/scponly > > > - -- > Derek D. Martin > http://www.pizzashack.org/ > GPG Key ID: 0xDFBEAD02 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE/Mm/udjdlQoHP510RAk20AJ4v/2f48NZSpibyS4jkztwB1Oqc+wCfTAfJ > 2XIN4Hw6zNSVsjPRQyIMpBs= > =rgxl > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > rssh-discuss mailing list > rss...@li... > https://lists.sourceforge.net/lists/listinfo/rssh-discuss __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |