Displaying 2 results from an estimated 2 matches for "iso8".
Did you mean:
iso
2005 Aug 09
0
Error loading module '/opt/local/samba/lib/charset/ISO8859-1.so'
...ns_lookup_realm = false
dns_lookup_kdc = false
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
--------
log.smbd
--------
[2005/08/09 13:11:26, 5]
lib/module.c:smb_probe_module(104)
Probing module 'ISO8859-1'
[2005/08/09 13:11:26, 5]
lib/module.c:smb_probe_module(115)
Probing module 'ISO8859-1': Trying to load from
/opt/local/samba/lib/charset/ISO8859-1.so
[2005/08/09 13:11:26, 3]
lib/module.c:do_smb_load_module(49)
Error loading module
'opt/local/samba/lib/charset/ISO8859-1.so...
2004 Jul 20
1
Samba as a portable userland FS basis?
Recently, I looked at some options implementing unusual file systems
in userland.
On Linux, there is LUFS and similar stuff which frees one from touching
any kernel code. The design is always similar: a generic kernel module
forwards calls to a user level daemon and forwards returned results
back. The user level daemon implements or serves as a basis for
unusual user land filesystem