Displaying 19 results from an estimated 19 matches for "netmisc".
2004 Sep 23
0
Problems writing to a mounted CIFS share
...path \bla
transport.c: For smb_command 50
transport.c: Sending smb of length 82
connect.c: Peek length rcvd: 36 with smb length: 39
connect.c: Mid 0xc7a8 matched - waking up
transport.c: Unexpected signature received from server
Status code returned 0xc0000034 NT_STATUS_OBJECT_NAME_NOT_FOUND
netmisc.c: !!Mapping smb error code 2 to POSIX err -2 !!
cifssmb.c: Send error in QPathInfo = -2
inode.c: CIFS VFS: leaving cifs_get_inode_info (xid = 108300) rc = -2
dir.c: CIFS VFS: leaving cifs_lookup (xid = 108299) rc = 0
dir.c: CIFS VFS: in cifs_create as Xid: 108301 with uid: 0
dir.c: len 4
t...
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
...s.c: sess setup type 2
[528109.528988] fs/cifs/transport.c: For smb_command 115
[528109.528990] fs/cifs/transport.c: Sending smb: total_len 232
[528109.609383] fs/cifs/connect.c: rfc1002 length 0x27
[528109.609408] Status code returned 0xc000006d
NT_STATUS_LOGON_FAILURE
[528109.609413] fs/cifs/netmisc.c: Mapping smb error code 5 to POSIX
err -13
[528109.609416] fs/cifs/misc.c: Null buffer passed to
cifs_small_buf_release
[528109.609419] fs/cifs/sess.c: ssetup rc from sendrecv2 is -13
[528109.609422] fs/cifs/sess.c: ssetup freeing small buf f264e740
[528109.609425] CIFS VFS: Send error in Ses...
2010 May 06
2
Failed to mount CIFS from Windows Vista/7 with sec=ntlmv2 on Linux
...h NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d NT_STATUS_INVALID_PARAMETER
fs/cifs/netmisc.c: Mapping smb error code 87 to POSIX err -22
fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
fs/cifs/sess.c: ssetup rc from sendrecv2 is -22
fs/cifs/sess.c: ssetup freeing small buf ffff8800437a6000
CIFS VFS: Send error in SessSetup = -22
fs/cifs/connect.c: CIFS VFS: leaving cifs...
2023 Nov 09
2
2.8.1 build buglet: sockdebug.c
...bug.c in server:
Making all in server
`libparseconf.la' is up to date.
CC sockdebug.o
`libcommon.la' is up to date.
CC upsd.o
CC user.o
CC conf.o
CC netssl.o
CC sstate.o
CC desc.o
CC netget.o
CC netmisc.o
CC netlist.o
CC netuser.o
CC netset.o
CC netinstcmd.o
CCLD sockdebug
ld: /usr/lib/libwrap.so: undefined reference to `deny_severity'
ld: /usr/lib/libwrap.so: undefined reference to `allow_severity'
*** [sockdebug] Error code 1
as I un...
2010 May 06
1
Failed to mount CIFS from Windows 7 with sec=ntlmv2 on Linux
...h NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d NT_STATUS_INVALID_PARAMETER
?fs/cifs/netmisc.c: Mapping smb error code 87 to POSIX err -22
?fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
?fs/cifs/sess.c: ssetup rc from sendrecv2 is -22
?fs/cifs/sess.c: ssetup freeing small buf ffff8800437a6000
?CIFS VFS: Send error in SessSetup = -22
?fs/cifs/connect.c: CIFS VFS: leaving cifs...
2010 May 13
1
Still can't mount Samba shares from other Samba server
...2/fs/cifs/connect.c: file mode: 0x1ed dir
mode: 0x1ed
/build/buildd/linux-2.6.32/fs/cifs/transport.c: For smb_command 117
/build/buildd/linux-2.6.32/fs/cifs/transport.c: Sending smb: total_len 94
/build/buildd/linux-2.6.32/fs/cifs/connect.c: rfc1002 length 0x27
/build/buildd/linux-2.6.32/fs/cifs/netmisc.c: Mapping smb error code 5
to POSIX err -13
/build/buildd/linux-2.6.32/fs/cifs/connect.c: CIFS Tcon rc = -13
/build/buildd/linux-2.6.32/fs/cifs/connect.c: CIFS VFS: in cifs_put_tcon
as Xid: 2 with uid: 0
/build/buildd/linux-2.6.32/fs/cifs/cifssmb.c: In tree disconnect
/build/buildd/linux-2.6.32/...
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...mv -f .deps/desc.Tpo .deps/desc.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O -Wall -Wsign-compare -MT netget.o -MD -MP -MF .deps/netget.Tpo -c -o netget.o netget.c
mv -f .deps/netget.Tpo .deps/netget.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O -Wall -Wsign-compare -MT netmisc.o -MD -MP -MF .deps/netmisc.Tpo -c -o netmisc.o netmisc.c
mv -f .deps/netmisc.Tpo .deps/netmisc.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O -Wall -Wsign-compare -MT netlist.o -MD -MP -MF .deps/netlist.Tpo -c -o netlist.o netlist.c
mv -f .deps/netlist.Tpo .deps/netlist.Po
gcc -DHAVE_...
2009 Feb 05
1
Question about mount.cifs and smbclient
...: Security Mode: 0x3 Capabilities: 0xd3fd TimeAdjust:
-3600
fs/cifs/sess.c: sess setup type 2
fs/cifs/transport.c: For smb_command 115
fs/cifs/transport.c: Sending smb: total_len 274
fs/cifs/connect.c: rfc1002 length 0x27
*Status code returned 0xc0000070 NT_STATUS_INVALID_WORKSTATION*
fs/cifs/netmisc.c: Mapping smb error code 2240 to POSIX err -13
fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
fs/cifs/sess.c: ssetup rc from sendrecv2 is -13
fs/cifs/sess.c: ssetup freeing small buf ffff81028f7979c0
CIFS VFS: Send error in SessSetup = -13
fs/cifs/connect.c: cifsd thread killed...
2007 May 25
0
Patch -- SVN revision in the version string
...t;\n",
- upsname, UPS_VERSION);
+ upsname, upsversion());
return;
}
if (!strcasecmp(var, "server.version")) {
sendback(client, "VAR %s server.version \"%s\"\n",
- upsname, UPS_VERSION);
+ upsname, upsversion());
return;
}
Index: server/netmisc.c
===================================================================
--- server/netmisc.c (revision 916)
+++ server/netmisc.c (working copy)
@@ -35,7 +35,7 @@
}
sendback(client, "Network UPS Tools upsd %s - http://www.networkupstools.org/\n",
- UPS_VERSION);
+ upsversion());
}...
2005 Jan 28
0
CIFS with Kerberos and client signing
...und
fs/cifs/transport.c: For smb_command 114
fs/cifs/transport.c: Sending smb of length 47
...
fs/cifs/cifsencrypt.c: dummy signature received for smb command 0x73
fs/cifs/transport.c: Unexpected signature received from server
Status code returned 0xc000005e NT_STATUS_NO_LOGON_SERVERS
fs/cifs/netmisc.c: !!Mapping smb error code 2215 to POSIX err -5 !!
CIFS VFS: Send error in SessSetup = -5
fs/cifs/connect.c: No session or bad tcon
fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 8) rc = -5
CIFS VFS: cifs_mount failed w/return code = -5
fs/cifs/connect.c: Wait for exit from demultipl...
2010 May 06
1
Failed to mount CIFS from windows7 with sec=ntlmv2 on Linux
...h NTLMv2 authentication. e.g.
# mount -t cifs //win7-box/C\$ mount-point --verbose -o
sec=ntlmv2,credentials=smb-passwd
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
#dmesg | tail
Status code returned 0xc000000d NT_STATUS_INVALID_PARAMETER
?fs/cifs/netmisc.c: Mapping smb error code 87 to POSIX err -22
?fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
?fs/cifs/sess.c: ssetup rc from sendrecv2 is -22
?fs/cifs/sess.c: ssetup freeing small buf ffff8800437a6000
?CIFS VFS: Send error in SessSetup = -22
?fs/cifs/connect.c: CIFS VFS: leaving cifs...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...seconf.la' is up to date.
> CC sockdebug.o
> `libcommon.la' is up to date.
> CC upsd.o
> CC user.o
> CC conf.o
> CC netssl.o
> CC sstate.o
> CC desc.o
> CC netget.o
> CC netmisc.o
> CC netlist.o
> CC netuser.o
> CC netset.o
> CC netinstcmd.o
> CCLD sockdebug
> ld: /usr/lib/libwrap.so: undefined reference to `deny_severity'
> ld: /usr/lib/libwrap.so: undefined reference to `allow_severity'
>...
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was
released!..
Trick or treat?!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was
released!..
Trick or treat?!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2004 Mar 17
0
mount.cifs - trouble authenticating to a windows share
...0
Mar 17 13:32:03 viper kernel: fs/cifs/connect.c: Peek length rcvd: 36
with smb length: 39
Mar 17 13:32:03 viper kernel: fs/cifs/connect.c: Mid 0x34 matched -
waking up
Mar 17 13:32:03 viper kernel: Status code returned 0xc000006d
NT_STATUS_LOGON_FAILURE
Mar 17 13:32:03 viper kernel: fs/cifs/netmisc.c: !!Mapping smb error
code 5 to POSIX err -13 !!
Mar 17 13:32:03 viper kernel: CIFS VFS: Send error in SessSetup = -13
Mar 17 13:32:03 viper kernel: fs/cifs/connect.c: About to exit from
demultiplex thread
Mar 17 13:32:03 viper kernel: fs/cifs/connect.c: CIFS VFS: leaving
cifs_mount (xid = 22)...
2005 Dec 02
3
[Bug 1129] sshd hangs for command-only invocations due to fork/child signals
...--without-skey
--without-opensc --with-ldap --without-pam --build=i686-pc-linux-gnu
I also found a glibc bug report that sounds somewhat similar
http://sourceware.org/bugzilla/show_bug.cgi?id=838
If I comment out the debug() call in sigchld_handler,
the problem goes away.
This is on gentoo ~x86, netmisc/openssh-4.2p1, gcc-3.4.4, glibc-2.3.5-r3,
2.6.14-gentoo-r3.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...seconf.la' is up to date.
> CC sockdebug.o
> `libcommon.la' is up to date.
> CC upsd.o
> CC user.o
> CC conf.o
> CC netssl.o
> CC sstate.o
> CC desc.o
> CC netget.o
> CC netmisc.o
> CC netlist.o
> CC netuser.o
> CC netset.o
> CC netinstcmd.o
> CCLD sockdebug
> ld: /usr/lib/libwrap.so: undefined reference to `deny_severity'
> ld: /usr/lib/libwrap.so: undefined reference to `allow_severity'
>...
2008 Mar 05
4
Unable to mount using sec=none and mount.cifs
...| 0x80 0x18 0x44 0x70 0x97 0x34 0x00 0x00 | _ _ D p _ 4 _ _
Mar 5 14:28:38 bee kernel: [1723623.071644] | 0x01 0x01 0x08 0x0a 0x12 0x89 0x3b 0x36 | _ _ _ _ _ _ ; 6
Mar 5 14:28:38 bee kernel: [1723623.071681] | _ _ _ _ _ _ ; 6
Mar 5 14:28:38 bee kernel: [1723623.071687] fs/cifs/netmisc.c: !!Mapping smb error code 1 to POSIX err -5 !!
Mar 5 14:28:38 bee kernel: [1723623.071693] fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
Mar 5 14:28:38 bee kernel: [1723623.071715] fs/cifs/sess.c: ssetup rc from sendrecv2 is -5
Mar 5 14:28:38 bee kernel: [1723623....
2005 Mar 08
0
Re: [linux-cifs-client] Mounting directories below share level
...mb of length 74
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Peek length rcvd: 0x24 beginning 0x27)
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: Mid 0xae matched - waking up
Mar 8 13:26:46 ma kernel: Status code returned 0xc0000022 NT_STATUS_ACCESS_DENIED
Mar 8 13:26:46 ma kernel: fs/cifs/netmisc.c: !!Mapping smb error code 5 to POSIX err -13 !!
Mar 8 13:26:46 ma kernel: fs/cifs/cifssmb.c: Send error in QPathInfo = -13
Mar 8 13:26:46 ma kernel: fs/cifs/cifsfs.c: In cifs_put_super
Mar 8 13:26:46 ma kernel: fs/cifs/connect.c: CIFS VFS: in cifs_umount as Xid: 64 with uid: 0
Mar 8 13:26...