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
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
>
>
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
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
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
Looks fine to me.
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
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!
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
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