dfuibe_installer in single-user-mode?

Chris Pressey cpressey at catseye.mine.nu
Sun Mar 6 10:44:10 PST 2005


On Mon, 07 Mar 2005 00:26:01 +0800
sam <samwun at xxxxxxxxxxxxxxxx> wrote:

> Hi,
> 
> I just realised that dfuibe_installer use tcp socket to bind to port 
> 9999 for system installation. How can I configure dfuibe_installer use
> unix socket? I want to use it in single user mode with dfuibe_curses.

Hi,

The UI protocol layer (libdfui) doesn't currently support Unix-domain
sockets, so you'd have to implement that.  The good news is that libdfui
is fairly modular when it comes to implementing different transport
layers, and Unix-domain sockets are similar enough to TCP/IP sockets
that you can probably just copy conn_tcp.c and modify it slightly.

-Chris





More information about the Users mailing list