search for: 2376

Displaying 20 results from an estimated 90 matches for "2376".

Did you mean: 236
2015 Apr 09
6
[Bug 2376] New: Add compile time option to disable Curve25519
https://bugzilla.mindrot.org/show_bug.cgi?id=2376 Bug ID: 2376 Summary: Add compile time option to disable Curve25519 Product: Portable OpenSSH Version: 6.8p1 Hardware: Sparc OS: Solaris Status: NEW Severity: enhancement Priority: P5 Co...
2020 Aug 13
1
Docker swarm service misconfigured in FirewallD / CentOS 7
...Nginx default web page in a web browser using any node's hostname. But nothing happens. No page is loaded. On a whim, I turned off FirewallD, and suddenly everything worked as expected. Now here's the list of ports that have to be open on every single node for Docker Swarm to work: * 2376/tcp * 2377/tcp * 7946/tcp * 7946/udp * 4789/udp And here's what docker-swarm.xml looks like under CentOS 7: # cat /usr/lib/firewalld/services/docker-swarm.xml <?xml version="1.0" encoding="utf-8"?> <service> <short>Docker integrated swarm mode&l...
2020 Sep 22
2
Running samba in Kubernetes
...??? 0? 0 Sep17 ???????? 00:00:03 /bin/bash ./winbind_entrypoint.sh root????? 1131???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd tcp-listen:2377,fork,reuseaddr unix-connect:/var/lib/samba/winbindd_privileged/pipe root????? 1133???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd tcp-listen:2376,fork,reuseaddr unix-connect:/run/samba/winbindd/pipe root????? 2904???? 1? 0 Sep18 ???????? 00:00:04 winbindd -s /etc/samba/smb.conf root????? 2906? 2904? 0 Sep18 ???????? 00:00:06 winbindd -s /etc/samba/smb.conf root????? 2908? 2904? 0 Sep18 ???????? 00:00:00 winbindd -s /etc/samba/smb.conf roo...
2016 Apr 11
2
failed to find NT AUTHORITY domain log message during backup windows
Greetings! I'm running domain member fileservers on Samba 4.3.6.. During my backup window (backups are performed via Bacula, running on the fileserver) I tend to receive spurts of the following log message: Apr 10 16:55:18 smbfs1 winbindd[2376]: [2016/04/10 16:55:18.111192, 0] ../source3/winbindd/winbindd_group.c:45(fill_grent) Apr 10 16:55:18 smbfs1 winbindd[2376]: Failed to find domain 'NT AUTHORITY'. Check connection to trusted domains! Nothing seems to be working incorrectly, other than I get quite a lot of these log mess...
2013 May 06
3
[LLVMdev] Do we abuse the "nsw" flag
...ere the x*y is blindly flagged with nsw without any analysis. The preproceeded code is excerpted bellow: cat -n integer.i --------------------------------- 2361 TypHandle ProdInt ( hdL, hdR ) 2362 TypHandle hdL, hdR; 2363 { .... 2373 if ( (int)hdL & (int)hdR & 1 ) { 2374 2375 2376 i = ((int)hdL - 1) * ((int)hdR >> 1); /* !!! No barbaric NSW, please !!! */ 2377 if ( ((int)hdR >> 1) == 0 || i / ((int)hdR >> 1) == ((int)hdL-1) ) { --------------------------------- I catch the case where the multiplication overflow: the 1st and 2nd oper...
2015 Mar 27
4
Win 2008srv to Samba4 DNS problems
...7 11:46:04 S4 ntpdate[1668]: the NTP socket is in use, exiting Mar 27 11:46:04 S4 /usr/sbin/cron[2525]: (CRON) INFO (pidfile fd = 3) Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) STARTUP (fork ok) Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) INFO (Running @reboot jobs) Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.862709, 0] ../source4/smbd/server.c:488(binary_smbd_main) Mar 27 11:46:04 S4 samba[2376]: samba: using 'standard' process model Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.885661, 0] ../lib/util/become_daemon.c:136(daemon_ready) Mar 27 11:46:07 S4 kerne...
2013 Nov 21
5
[Bug 2173] New: configure fails to find libedit in non-standard location
...rsion: 6.2p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: serge+bugzilla.mindrot.org at vdboom.org Created attachment 2376 --> https://bugzilla.mindrot.org/attachment.cgi?id=2376&action=edit Patch to have configure include '-L' linking parameters for libedit. Note: this bug is for version 6.4p1, which is not listed in the version choices in Bugzilla. When building OpenSSH with a libedit which is not...
2003 Jul 01
2
Okay, looks like I might have a *good* one here ... inode hang
...#3 0x8014179c in lockmgr (lkp=0x8a4ef600, flags=16973826, interlkp=0xbde68aec, p=0xbf57b000) at /usr/src/sys/kern/kern_lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xbfc2dd1c) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xbfc2dd1c) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbde68a80, flags=131074, p=0xbf57b000) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xbfc2dec4, fmode=1,...
2016 Apr 11
0
failed to find NT AUTHORITY domain log message during backup windows
...etsi.com> wrote: > Greetings! > > I'm running domain member fileservers on Samba 4.3.6.. During my backup > window (backups are performed via Bacula, running on the fileserver) I tend > to receive spurts of the following log message: > > Apr 10 16:55:18 smbfs1 winbindd[2376]: [2016/04/10 16:55:18.111192, 0] > ../source3/winbindd/winbindd_group.c:45(fill_grent) > Apr 10 16:55:18 smbfs1 winbindd[2376]: Failed to find domain 'NT > AUTHORITY'. Check connection to trusted domains! > > Nothing seems to be working incorrectly, other than I get quite...
2013 May 06
0
[LLVMdev] Do we abuse the "nsw" flag
...gt; > The preproceeded code is excerpted bellow: > > cat -n integer.i > --------------------------------- > 2361 TypHandle ProdInt ( hdL, hdR ) > 2362 TypHandle hdL, hdR; > 2363 { > .... > 2373 if ( (int)hdL & (int)hdR & 1 ) { > 2374 > 2375 > 2376 i = ((int)hdL - 1) * ((int)hdR >> 1); /* !!! No barbaric NSW, please !!! */ > 2377 if ( ((int)hdR >> 1) == 0 || i / ((int)hdR >> 1) == ((int)hdL-1) ) { > --------------------------------- > > I catch the case where the multiplication overflow: the 1...
2020 Sep 22
0
Running samba in Kubernetes
...:00:03 /bin/bash > ./winbind_entrypoint.sh > root????? 1131???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd > tcp-listen:2377,fork,reuseaddr > unix-connect:/var/lib/samba/winbindd_privileged/pipe > root????? 1133???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd > tcp-listen:2376,fork,reuseaddr unix-connect:/run/samba/winbindd/pipe > root????? 2904???? 1? 0 Sep18 ???????? 00:00:04 winbindd -s > /etc/samba/smb.conf > root????? 2906? 2904? 0 Sep18 ???????? 00:00:06 winbindd -s > /etc/samba/smb.conf > root????? 2908? 2904? 0 Sep18 ???????? 00:00:00 winbindd -s &...
2015 Mar 27
0
Win 2008srv to Samba4 DNS problems
...]: the NTP socket is in use, exiting > Mar 27 11:46:04 S4 /usr/sbin/cron[2525]: (CRON) INFO (pidfile fd = 3) > Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) STARTUP (fork ok) > Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) INFO (Running @reboot > jobs) > Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.862709, 0] > ../source4/smbd/server.c:488(binary_smbd_main) > Mar 27 11:46:04 S4 samba[2376]: samba: using 'standard' process model > Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.885661, 0] > ../lib/util/become_daemon.c:136(daemon_ready) >...
2015 Mar 30
0
Win 2008srv to Samba4 DNS problems
...e[1668]: the NTP socket is in use, exiting > Mar 27 11:46:04 S4 /usr/sbin/cron[2525]: (CRON) INFO (pidfile fd = 3) > Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) STARTUP (fork ok) > Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) INFO (Running @reboot jobs) > Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.862709, 0] > ../source4/smbd/server.c:488(binary_smbd_main) > Mar 27 11:46:04 S4 samba[2376]: samba: using 'standard' process model > Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.885661, 0] > ../lib/util/become_daemon.c:136(daemon_ready) > M...
2003 Apr 22
0
kmem_map too small: 260046848 total allocated
...xf8237be0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:119 #8 0xb71f7f4d in ufs_vnoperatespec (ap=0xf8237be0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2394 #9 0xb71f77dd in ufs_strategy (ap=0xf8237c24) at vnode_if.h:944 #10 0xb71f7f1d in ufs_vnoperate (ap=0xf8237c24) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #11 0xb717459b in bwrite (bp=0xccc3e848) at vnode_if.h:944 #12 0xb717a082 in vop_stdbwrite (ap=0xf8237c88) at /usr/src/sys/kern/vfs_default.c:344 #13 0xb7179ea9 in vop_defaultop (ap=0xf8237c88) at /usr/src/sys/kern/vfs_default.c:152 #14 0xb71f7f1d in ufs_vnoperate (ap=0xf8237c88) at /usr/src/sys/uf...
2003 Jun 23
1
Processes hung in 'inode' state ...
...#3 0x8014179c in lockmgr (lkp=0x8a3d2200, flags=16973826, interlkp=0xbdc27b6c, p=0xc26fa9c0) at /usr/src/sys/kern/kern_lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xc2a95d1c) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xc2a95d1c) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbdc27b00, flags=131074, p=0xc26fa9c0) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xc2a95ec4, fmode=1,...
2009 Aug 30
26
[Bug 23593] New: nouveau hangs after a few minutes
http://bugs.freedesktop.org/show_bug.cgi?id=23593 Summary: nouveau hangs after a few minutes Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2015 Mar 30
1
Win 2008srv to Samba4 DNS problems
...in use, exiting >> Mar 27 11:46:04 S4 /usr/sbin/cron[2525]: (CRON) INFO (pidfile fd = 3) >> Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) STARTUP (fork ok) >> Mar 27 11:46:04 S4 /usr/sbin/cron[2527]: (CRON) INFO (Running @reboot >> jobs) >> Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.862709, 0] >> ../source4/smbd/server.c:488(binary_smbd_main) >> Mar 27 11:46:04 S4 samba[2376]: samba: using 'standard' process model >> Mar 27 11:46:04 S4 samba[2376]: [2015/03/27 11:46:04.885661, 0] >> ../lib/util/become_daemon.c:136(daem...
2006 Jun 25
3
ssh session output stalls
...0.0 0.1 37444 3064 ? S 04:53 0:00 sshd: vaden at pts/0 vaden 2476 0.0 0.0 53964 1480 pts/0 Ss 04:53 0:00 -bash root 2511 0.0 0.0 71284 1312 pts/0 S 04:53 0:00 su - root 2512 0.0 0.0 53968 1492 pts/0 S 04:53 0:00 -bash root 3426 0.0 0.0 2376 288 pts/0 S+ 13:57 0:00 sesh /bin/grep -i unknown /var/log/maillog root 3427 0.1 0.0 51128 784 pts/0 S+ 13:57 0:00 /bin/grep -i unknown /var/log/maillog vaden 3434 0.0 0.0 51072 540 pts/1 R+ 13:58 0:00 grep -i pts/0
2011 Apr 21
5
Having trouble getting Dovecot to read a ~/Maildir configuration
.../Maildir total 148 drwx------ 6 postmaster postmaster 4096 Apr 21 08:55 . drwxr-xr-x 3 postmaster postmaster 4096 Apr 19 08:12 .. drwx------ 2 postmaster postmaster 12288 Apr 21 08:40 cur -rw------- 1 postmaster postmaster 89088 Apr 21 08:40 dovecot.index.cache -rw------- 1 postmaster postmaster 2376 Apr 21 08:40 dovecot.index.log -rw------- 1 postmaster postmaster 5208 Apr 21 08:40 dovecot-uidlist -rw------- 1 postmaster postmaster 8 Apr 21 08:55 dovecot-uidvalidity -rw------- 1 postmaster postmaster 0 Apr 21 08:34 dovecot-uidvalidity.4daf5f73 drwx------ 5 postmaster postmaster 4096...
2004 Nov 07
0
3.0.8pre2 and convert_string
...07 16:51:50, 3] smbd/process.c:switch_message(887) switch message SMBtrans2 (pid 1626) conn 0x82a61b0 [2004/11/07 16:51:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2342) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004 [2004/11/07 16:51:50, 3] smbd/trans2.c:call_trans2qfilepathinfo(2376) call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0 [2004/11/07 16:51:50, 3] smbd/process.c:process_smb(1092) Transaction 436 of length 80 [2004/11/07 16:51:50, 3] smbd/process.c:switch_message(887) switch message SMBtrans2 (pid 1626) conn 0x82a61b0 [2004/11/07 16:51:50, 3]...