search for: 2056

Displaying 20 results from an estimated 106 matches for "2056".

Did you mean: 2006
2010 Jun 10
1
warning : sip_xmit
I'm getting a lot of these on the CLI : [Jun 10 13:41:36] WARNING[4286]: chan_sip.c:1817 __sip_xmit: sip_xmit of 0x1b381bb0 (len 554) to 192.168.12.120:2056 returned -1: Operation not permitted [Jun 10 13:41:37] WARNING[4286]: chan_sip.c:1817 __sip_xmit: sip_xmit of 0x1b381bb0 (len 554) to 192.168.12.120:2056 returned -1: Operation not permitted [Jun 10 13:41:38] WARNING[4286]: chan_sip.c:1817 __sip_xmit: sip_xmit of 0x1b381bb0 (len 554) to 192.168...
2006 Apr 05
0
Slow performance to samba server with OSX client
...win 65535 <nop,nop,timestamp 232463412 17073752> NBT Packet 22:49:55.711544 IP 192.168.10.12.139 > 192.168.10.15.49392: . ack 86866186 win 17965 <nop,nop,timestamp 17073755 232463412> 22:49:55.712439 IP 192.168.10.12.22 > 192.168.10.15.49296: P 12769520:12769712(192) ack 14593 win 2056 <nop,nop,timestamp 17073755 232463412> 22:49:55.712567 IP 192.168.10.15.49392 > 192.168.10.12.139: . 86866186:86867634(1448) ack 76484 win 65535 <nop,nop,timestamp 232463412 17073755> NBT Packet 22:49:55.714724 IP 192.168.10.12.22 > 192.168.10.15.49296: P 12769904:12770096(192) ac...
2005 Nov 01
1
Can samba map between existing Windows (SID) users and existing unix (UID) users
...done some more digging. I don't understand why it is so difficult to map between a existing user on a Windows Server (SID) and an existing user on a Unix/Solaris (UID) user, since all information is available? unix# /usr/local/samba/bin/wbinfo -n andrew S-1-5-21-1984182827-583073959-8547516-2056 User (1) unix# tail log.smbd smbd/service.c:make_connection_snum(662) labpc50 (193.61.28.22) connect to service tmp initially as user andrew (uid=102, gid=10) (pid 25375) smbd/posix_acls.c:create_canon_ace_lists(1405) create_canon_ace_lists: unable to map SID S-1-5-21-1984182827-583073959-854...
2002 Sep 23
1
socket bug ??? (PR#2056)
Please help me, I use R-1.4.1 and everything works fine. But with R-1.5.1 ist does'nt work: I have this put into a file called "socket.R" while(TRUE){ con1 <- socketConnection(host="localhost",port=6021,server=TRUE); source(con1); close(con1); } So I can use R with: source("socket.R") and R answers me when I send a command to it via socket 6021. But in
2010 Jan 11
3
interpolation
Dear R-users, I have a complex line by xy-values (ordered by z). And I would like to get interpolated y-values on the positions of x = 0:600. How do I get the correct points? x=c(790,790,790,790,790,786,783,778,778,766,763,761,761,761,715,628,521,350,160,134,134,129,108,101,93,111,161,249,288,243,139,45,7)
2011 May 10
1
iax2 Max retries exceeded to host
We have IAX2 peer between two asterisk and I am getting following error following IAX2 WARNING. IAX calling is functional [May 10 15:23:34] WARNING[2056]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded to host 172.24.146.51 on IAX2/orasebcam-612 (type = 6, subclass = 11, ts=3030332, seqno=211) [May 10 15:23:44] WARNING[2047]: chan_iax2.c:3487 __attempt_transmit: Max retries exceeded to host 172.24.146.51 on IAX2/orasebcam-612 (type = 6,...
2005 Nov 02
0
(part 2) Can samba map between existing Windows (SID) users and existing unix (UID) users
...t I want when all the information seems to be at hand. 1) User changes security of a file on a samba share to allow DCSNT\andrew access. 2) samba returns an error: smbd/posix_acls.c:create_canon_ace_lists(1405) create_canon_ace_lists: unable to map SID S-1-5-21-1984182827-583073959-8547516-2056 to uid or gid. 3) run wbinfo and I can get this user name: # /usr/local/samba/bin/wbinfo -s S-1-5-21-1984182827-583073959-8547516-2056 DCSNT\andrew 1 4) Just see if it works in reverse: # /usr/local/samba/bin/wbinfo -n andrew S-1-5-21-1984182827-583073959-8547516-2056 User (1) 5) I have &q...
2013 Mar 03
1
Missing PROTECT in mkPRIMSXP ?
...op (gdb) b mapply.c:46 (gdb) r ... (gdb) p length_op $11 = (SEXP) 0x4d772a0 (gdb) watch *0x4d772a0 (gdb) c leads to (gdb) c Continuing. Hardware watchpoint 4: *0x4d772a0 Old value = 8 New value = 0 Rf_allocSExp (t=<optimized out>) at /home/biocbuild/src/R-3.0.r62077/src/main/memory.c:2056 2056 TYPEOF(s) = t; which is R writing a new SEXP to the length_op location, as though this location had been garbage collected. Asking for R_Primitive("length") in mapply.c gets us to dstruct.c:60, where we end up at if (result == R_NilValue) { result = allocSExp(type);...
2006 Nov 10
1
rsync 2.6.9 on OS X. files with xattrs don't retain mtime.
...file with an extended attribute ( a resource fork in this case), and I run rsync -aX , the mtime is not preserved. Example: stat xattrsrc/a 234881026 2894399 -rw------- 1 admin staff 0 1048576 "Nov 10 10:03:01 2006" "Nov 10 10:01:45 2006" "Nov 10 10:01:45 2006" 4096 2056 0 xattrsrc/a ./rsync -ax xattrsrc/a xattrdest/ stat xattrdest/a 234881026 2894405 -rw------- 1 admin staff 0 1048576 "Nov 10 10:03:01 2006" "Nov 10 10:01:45 2006" "Nov 10 10:03:01 2006" 4096 2048 0 xattrdest/a note the preserved mtime, but stripped resource fork. No...
2011 Nov 14
1
RDMA/Ethernet wi ROCEE - failed to modify QP to RTR
...ine. On the same Ethernet configuration, Gluster/TCP runs fine, NFS/RDMA runs fine as does AMQP app. But qperf and rping utilities fail in the same way. Firmware on the HCAs is not the latest, is it worth risk to upgrade? I went into debugger and found line where qperf fails, it's near line 2056 in rdma.c in qperf sources (qperf-debuginfo, I did Makefile) (gdb) 2088 } else if (dev->trans == IBV_QPT_RC) { (gdb) 2090 flags = IBV_QP_STATE | (gdb) 2097 if (ibv_modify_qp(dev->qp, &rtr_attr, flags) != 0) (gdb) 2098 error(SYS, &...
2016 Feb 23
2
[GIT,PULL] Signed firmware for NVIDIA Maxwell 2 GPUs
...es nvidia/gm200/gr/fecs_data.bin | Bin 0 -> 1968 bytes nvidia/gm200/gr/fecs_inst.bin | Bin 0 -> 16271 bytes nvidia/gm200/gr/fecs_sig.bin | Bin 0 -> 76 bytes nvidia/gm200/gr/gpccs_bl.bin | Bin 0 -> 576 bytes nvidia/gm200/gr/gpccs_data.bin | Bin 0 -> 2056 bytes nvidia/gm200/gr/gpccs_inst.bin | Bin 0 -> 9768 bytes nvidia/gm200/gr/gpccs_sig.bin | Bin 0 -> 76 bytes nvidia/gm200/gr/sw_bundle_init.bin | Bin 0 -> 7616 bytes nvidia/gm200/gr/sw_ctx.bin | Bin 0 -> 5592 bytes nvidia/gm200/gr/sw_method_init.bin | Bin 0 -&...
2011 Jun 10
4
[Bug 1914] New: ssh-add: add an option to cryptographically verify if agent can access the matching private key of a given public key
https://bugzilla.mindrot.org/show_bug.cgi?id=1914 Summary: ssh-add: add an option to cryptographically verify if agent can access the matching private key of a given public key Product: Portable OpenSSH Version: 5.8p2 Platform: All OS/Version: Linux Status: NEW Severity: enhancement
2006 Jun 01
2
Help! Uidlist files are gone and won't come back; imap keeps coredumping!
...ools/SunOS/libexec/dovecot/imap", 0x000407D8, 0x00052850) argc = 1 29146: argv: imap ... 29146: write(1, " * 1 2 4 5 F E T C H".., 2091) = 2091 29146: write(1, " * 1 2 9 5 F E T C H".., 2059) = 2059 29146: write(1, " * 1 3 4 6 F E T C H".., 2056) = 2056 29146: poll(0x000AEC90, 3, 9912) = 1 29146: read(0, " 4 U I D f e t c h ".., 4037) = 173 29146: open64("/home/mario/.mail/Maildir/.Freescale.ATIC.CMOS65/dovecot-uidlist", O_RDONLY) Err#2 ENOENT 29146: Incurred fault #6, FLTBOUNDS...
2014 Dec 20
0
Multiple Instances of Icecast???/
...> 362 root 20 0 6408 804 660 S 0 0.0 0:00.97 > syslogd > 457 root 20 0 49992 2660 2056 S 0 0.1 0:00.62 > sshd > 687 Debian-e 20 0 47484 1056 604 S 0 0.1 0:00.01 > exim4...
2007 Oct 31
6
b75 zone ip-exclusive problem
got a problem with b75 that the zone with ip-exclusive just takes the identity of the global zone. For the primary nic there is no option to set its ip and hostname. When i change the host name and ip the hostname does not change and the networking goes weird for both the zone and global zone. sparc eri qfe There any bugs about or should this work fine? This message posted from
2006 Mar 24
4
SAMBA install on IRIX 6.5
...ments... 3 configure: error: libldap is needed for LDAP support mma-riss01 53# ls -la /usr/include/*ldap* -rw-r--r-- 1 root sys 39901 Mar 23 07:13 /usr/include/ldap.h -rw-r--r-- 1 root sys 9136 Mar 23 07:13 /usr/include/ldap_cdefs.h -rw-r--r-- 1 root sys 2056 Mar 23 07:13 /usr/include/ldap_features.h -rw-r--r-- 1 root sys 9462 Mar 23 07:13 /usr/include/ldap_schema.h -rw-r--r-- 1 root sys 3549 Mar 23 07:13 /usr/include/ldap_utf8.h mma-riss01 54# ls -la /usr/lib/*ldap* lrwxr-xr-x 1 root sys 29 Mar 23 09:15...
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
...&vi->rq[i]); 2044 } 2045 2046 netif_device_attach(vi->dev); 2047 2048 rtnl_lock(); 2049 virtnet_set_queues(vi, vi->curr_queue_pairs); 2050 rtnl_unlock(); 2051 2052 err = register_hotcpu_notifier(&vi->nb); 2053 if (err) 2054 return err; 2055 2056 return 0; 2057 } 2058 #endif 2059 2060 static struct virtio_device_id id_table[] = { 2061 { VIRTIO_ID_NET, VIRTIO_DEV_ANY_ID }, 2062 { 0 }, 2063 }; 2064 2065 static unsigned int features[] = { 2066 VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GUEST_CSUM, 2067 VIRTIO_NET_F_GSO, VIRTI...
2016 Jun 02
1
[PATCH -next 2/2] virtio_net: Read the advised MTU
...&vi->rq[i]); 2044 } 2045 2046 netif_device_attach(vi->dev); 2047 2048 rtnl_lock(); 2049 virtnet_set_queues(vi, vi->curr_queue_pairs); 2050 rtnl_unlock(); 2051 2052 err = register_hotcpu_notifier(&vi->nb); 2053 if (err) 2054 return err; 2055 2056 return 0; 2057 } 2058 #endif 2059 2060 static struct virtio_device_id id_table[] = { 2061 { VIRTIO_ID_NET, VIRTIO_DEV_ANY_ID }, 2062 { 0 }, 2063 }; 2064 2065 static unsigned int features[] = { 2066 VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GUEST_CSUM, 2067 VIRTIO_NET_F_GSO, VIRTI...
2020 Jul 09
0
[PATCH] crypto: virtio - constify features and id_table
On Wed, Jul 01, 2020 at 10:29:36PM +0200, Rikard Falkeborn wrote: > features[] and id_table[] are not modified and can be made const to > allow the compiler to put them in read-only memory. > > Before: > text data bss dec hex filename > 11534 2056 160 13750 35b6 drivers/crypto/virtio/virtio_crypto_core.o > > After: > text data bss dec hex filename > 11630 1992 128 13750 35b6 drivers/crypto/virtio/virtio_crypto_core.o > > Signed-off-by: Rikard Falkeborn <rikard.falkeborn at gmail...
2019 May 19
0
Permission denied
...cat('/usr/local/virtual/', maildir) as home FROM mailbox where username = '%u' dovecot.conf: first_valid_uid = 89 # ls -lsdn /usr/local/virtual/ 8 drwx------ 29 89 89 1536 Mar 12 23:30 /usr/local/virtual/ # ls -lsdn /usr/local/virtual/backup\@southgaylord.com 184 drwx------ 2056 89 89 92672 May 19 12:43 /usr/local/virtual/user at domain Do I need to compile dovecot with vpopmail support? -- I WILL NOT DO THE DIRTY BIRD Bart chalkboard Ep. AABF08