Portál AbcLinuxu, 13. května 2025 03:44
[2008/04/02 09:40:29, 0] smbd/server.c:main(847) smbd version 3.0.23c started. Copyright Andrew Tridgell and the Samba Team 1992-2006
$ smbclient -L 10.0.1.2V logu nic není, prostě žádný Samba program nereaguje dokud ho neukončím Ctrl+C. Nesetkal se tu někdo z tímto problémem?
smbd/notify_inotify.c: In function `inotify_init': smbd/notify_inotify.c:43: error: `__NR_inotify_init' undeclared (first use in this function) smbd/notify_inotify.c:43: error: (Each undeclared identifier is reported only once smbd/notify_inotify.c:43: error: for each function it appears in.) smbd/notify_inotify.c: In function `inotify_add_watch': smbd/notify_inotify.c:48: error: `__NR_inotify_add_watch' undeclared (first use in this function) smbd/notify_inotify.c: In function `inotify_rm_watch': smbd/notify_inotify.c:53: error: `__NR_inotify_rm_watch' undeclared (first use in this function)
#ifndef HAVE_INOTIFY_INIT /* glibc doesn't define these functions yet (as of March 2006) */ static int inotify_init(void) { return syscall(__NR_inotify_init); } static int inotify_add_watch(int fd, const char *path, __u32 mask) { return syscall(__NR_inotify_add_watch, fd, path, mask); } static int inotify_rm_watch(int fd, int wd) { return syscall(__NR_inotify_rm_watch, fd, wd); } #endifMám tedy chybu v glibc? Nebo v hlavičkových souborech jádra (používám 2.6.23.1) ?
$ cat /usr/src/linux/.config|grep SMB CONFIG_SMB_FS=y CONFIG_SMB_NLS_DEFAULT=y CONFIG_SMB_NLS_REMOTE="cp437"
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.