Re: ftpfs & no internet

2024-10-30 Thread Joshua Branson
Joshua Branson writes: > Samuel Thibault writes: > >> Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >>> - ftpfs doesn't work so well without internet (obviously) >>> - settrans -c \~/hurd-iso /hurd/iso9660fs >>> $HOME/ftp://ftp.someftpserver.org/img.iso >>> - Often times I

Re: ftpfs & no internet

2024-10-26 Thread Samuel Thibault
Joshua Branson, le sam. 26 oct. 2024 15:24:15 -0400, a ecrit: > Samuel Thibault writes: > > That completely depends on the situation you have. > > > > If your network is really down (no route to the Internet), you'll get > > an immediate "Network is unreachable" error. If your network is not > >

Re: ftpfs & no internet

2024-10-26 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> - ftpfs doesn't work so well without internet (obviously) >> - settrans -c \~/hurd-iso /hurd/iso9660fs >> $HOME/ftp://ftp.someftpserver.org/img.iso >> - Often times I will be working offline editing th

Re: ftpfs & no internet

2024-10-26 Thread Joshua Branson
Samuel Thibault writes: > Joshua Branson, le ven. 25 oct. 2024 22:28:30 -0400, a ecrit: >> - ftpfs doesn't work so well without internet (obviously) >> - settrans -c \~/hurd-iso /hurd/iso9660fs >> $HOME/ftp://ftp.someftpserver.org/img.iso >> - Often times I will be working offline editing th

Re: ftpfs

2005-06-18 Thread Alfred M. Szmidt
Commited, might note that I'm off for a nice vacation in a few days so I don't want to read my mail. 2005-06-14 Hugues Larrive <[EMAIL PROTECTED]> * ftpfs.c (parse_startup_opt): User names may contain a @, so take the last @ of FTPFS_REMOTE_FS. * host.c (split_server_nam

Re: ftpfs

2005-06-16 Thread Roland McGrath
Looks fine to me. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: ftpfs

2005-06-16 Thread Alfred M. Szmidt
I don't see any reason why we shouldn't support weirdo usernames.. OK to commit? Though, maybe we should add a --user/-u option (too?). Side Note: Literal tabs instead of four spaces when indenting the ChangeLog entry. (End of Side Note) Thank you for contributing! and happy continued hacking!

Re: ftpfs broken ?

2002-12-20 Thread Alfred M. Szmidt
Remember to compile the Hurd with debugging symbols, else the back-trace will be useless. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: ftpfs broken ?

2002-12-20 Thread Moritz Schulte
You can get some helpful information out of ftpfs like this: Start an active ftpfs instance: $ settrans -afg node /hurd/ftpfs --HANG= Now you have seconds left to attach gdb to the ftpfs process on a different terminal: get the PID via ps and then: $ gdb /hurd/ftpfs Let the process continue