search for: 2556

Displaying 20 results from an estimated 72 matches for "2556".

Did you mean: 256
2012 Mar 16
1
Upgrade of IDMAP_VERSION from -1 to 2 is not possible with incomplete configuration
Hi I'm running CentOS 6.2 with samba-3.5.10-114 , and LikewiseOpen 6.1 . How do I fix these errors ? Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]: [2012/03/16 20:25:43.639871, 0] winbindd/idmap_tdb.c:287(idmap_tdb_open_db) Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]: Upgrade of IDMAP_VERSION from -1 to 2 is not possible with incomplete configuration Mar 16 20:25:43 nzhmlfpr05 winbindd[2556]: [2012/03/16 20:25:43.654353, 0] winbindd/idmap_...
2009 Feb 12
1
Problem with parking
....XXX.XXX canreinvite=no port=5060 dtmfmode=rfc2833 disallow=all allow=alaw [smg01] type=friend context=incoming host=XXX.XXX.XXX.XXX canreinvite=no port=5060 dtmfmode=rfc2833 disallow=all allow=alaw [2552] type=friend context=dialplan-1 host=dynamic call-limit=10 defaultuser=2552 secret=xxxxxxx [2556] type=friend context=dialplan-1 host=dynamic call-limit=10 defaultuser=2556 secret=xxxxxxx == extensions.conf == [globals] CID => 5822550 OCODE => 582 XTENS => 255X DTRK => smg01 CONF => 2559 ADALNUMER => 2550 ADALDIAL => SIP/2551&SIP/2552&SIP/2553&SIP/2554 BAKVAKT...
2016 Mar 19
0
[Bug 2556] New: on Linux non-root process can chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=2556 Bug ID: 2556 Summary: on Linux non-root process can chroot Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: sshd...
2011 Jun 24
3
Fwd: Extract element of a list based on an index value
...,6,25)] > Warrior SibID birth.year > 1100 3793 2013 1926 > 4 2013 2024 1934 > 1094 3769 2024 1918 > 632 2747 2037 1928 > 176 2083 2039 1944 > 187 2085 2039 1949 > 192 2086 2039 NA > 495 2556 2039 1940 > 71 2050 2040 1950 > 343 2158 2040 1926 > 930 3045 2040 1948 > > I have then extracted the lowest birth.year for each SibID using: > > br<-tapply(warmerge$birth.year,warmerge$SibID,which.min) > > br[1:5] > $`2013`...
2008 Oct 10
2
magical disappearing background processes!
...worker_runner 16:14:mblox_sender:94:/home/deploy/mbargo/lib/workers:/home/deploy/mbar 14141 deploy 15 0 20796 17m 1612 S 0.3 0.8 2:48.59 /usr/bin/ruby1.8 /usr/bin/packet_worker_runner 8:7:log_worker:17:/home/deploy/mbargo/lib/workers:/home/deploy/mbargo/s 14147 deploy 15 0 48232 34m 2556 S 0.3 1.7 5:10.90 /usr/bin/ruby1.8 /usr/bin/packet_worker_runner 11:10:master:4:/home/deploy/mbargo/lib/workers:/home/deploy/mbargo/scri 17523 deploy 17 0 132m 115m 3316 R 0.3 5.6 6:43.89 /usr/bin/ruby1.8 /usr/bin/packet_worker_runner 20:18:campaign_starter:39:/home/deploy/mbargo/lib/...
2009 Oct 03
3
Desiring to set up Windows Vista and Linux Fedora Core 4
...ther as well as my extremely limited home time dealing with important things are my main delays.) It's not going well. :-) I have added hosts allow with 192.168.1 and 192.168.2. I have experimented with a few things. I have looked at http://forums.fedoraforum.org/showthread.php?t=2556 and even read something about making the network communication in Vista be LM as well as NTLM... Okay, let me ask one basic question at a time. I "was thinking" that I didn't have to actually mount samba (smbmount) in the past, back years ago when I used it with VMWare and...
2008 Sep 17
1
rgl: How to position a window during open3d call
...ameter as follows: > library("rgl") > open3d(windowRect=c(100,100,500,500)) [1] 1 Obviously you can't see where the window appears, so I'll ask for the "windowRect" parameter: > par3d()["windowRect"] $windowRect [1] 2300 764 2556 1020 As you can see, the window is not positioned at (100,100) nor is the size 400x400. The size is the default 256x256 and the position is where the window manager would put a new window if its position is unspecified. [note: I have a dual screen setup so the coordinates are not bogus] If, howev...
2010 Apr 01
1
predicted time length differs from survfit.coxph:
...760 791 792 809 822 845 944 1005 1077 1116 1125 1218 1369 [33] 1392 1400 1431 1492 1625 1642 1673 1674 1706 1766 1767 1795 1815 1826 1851 1857 [49] 2006 2010 2070 2084 2099 2121 2160 2191 2223 2230 2236 2314 2345 2400 2422 2434 [65] 2435 2495 2556 2557 2587 2588 2678 2802 2815 2833 2844 2860 2861 2910 2922 2953 [81] 2989 3010 3012 3014 3091 3167 3186 3226 3227 3242 3318 3346 3380 3448 3560 3561 [97] 3590 3773 3775 3805 3837 3895 3932 3943 3962 3987 4119 4139 4201 4206 4224 4232 [113] 4249 4321...
2008 Jan 29
1
for loop help
Hi, I have written the following code which works fine step<-5 numSim<-15 N<-double(numSim) A<-double(numSim) F<-double(numSim) M<-double(numSim) genx<-double(numSim) for (i in 1:numSim) { N[i]<-20 PN<-(runif(N[i], 0, 1)) A[i]<-sum(ifelse(PN>0.2, 1, 0)) PF<- runif((A[i]*0.5), 0, 1) F[i]<-sum(ifelse(PF>0.2, 1, 0)) PM<-
2005 Feb 09
1
FW: Drawing maps of UK
Hi Guys Thanks for this! As I am a beginner, I bet I'm running into some really basic problems. Using the example from the Map2poly function in maptools: try <- read.shape("euadmll.shp") mappolys <- Map2poly(try) # this produces 14 warnings() of the type: # 1: level 2 circularity at 62 in: .mtlbuild(.mtafters(r1), rD) # etc # 14: From next release, default hole handling
2018 Sep 21
2
msan test failures
...l-inl.h:661:5 #8 0x771e64 in testing::internal::MakeAndRegisterTestInfo(char const*, char const*, char const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*) /home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:2556:22 #9 0x715f10 in testing::internal::ParameterizedTestCaseInfo<MemorySanitizerIpTest>::RegisterTests() /home/blitz/projects/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h:586:11 #10 0x7b8899 in testing::internal::ParameterizedTestCaseRegistry::RegisterTests()...
2014 Jan 28
1
Can't create new Xen domains using libvirt on CentOS 6.5
...28 10:23:02 1651] DEBUG (balloon:187) Balloon: 26832188 KiB free; need 16384; done. [2014-01-28 10:23:02 1651] ERROR (XendDomainInfo:2561) (1, 'Operation not permitted') Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 2556, in _constructDomain target = self.info.target()) Error: (1, 'Operation not permitted') [2014-01-28 10:23:02 1651] ERROR (XendDomainInfo:488) VM start failed Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 473, in...
2017 Nov 14
2
RTCP + Stasis causing high memory consumption
...0 allocations in file res_rtp_asterisk.c 980474 bytes in 4740 allocations in file xmldoc.c 895369 bytes in 167 allocations in file file.c 800900 bytes in 2397 allocations in file channel.c 280728 bytes in 613 allocations in file rtp_engine.c 243147 bytes in 2556 allocations in file stasis.c 130066 bytes in 1082 allocations in file stasis_cache.c 24928 bytes in 82 allocations in file stasis_bridges.c 51796 bytes in 486 allocations in file stasis_message.c We also tried to get a "memory show allocations" when the probl...
2006 May 02
1
compile R on Solaris 9
...ber named `open64' connections.c: In function `do_open': connections.c:2192: structure has no member named `open64' connections.c: In function `do_readLines': connections.c:2462: structure has no member named `open64' connections.c: In function `do_writelines': connections.c:2556: structure has no member named `open64' connections.c: In function `do_readbin': connections.c:2692: structure has no member named `open64' connections.c: In function `do_writebin': connections.c:2895: structure has no member named `open64' connections.c: In function `do_readcha...
2007 Jun 11
6
Package resource changes
What with the impending release and a now fixed bug nagging me, I''m testing puppet [2556] from subversion. There have been changes in packages, I used to have Package { provider => "aptitude", } in my default.pp, but that doesn''t work anymore, and changing package to type or removing the declaration doesn''t help. How do package providers work now...
2012 Nov 30
3
Cannot mount gluster volume
...-0-1-mseas-data-0-1.pid -S /tmp/a69a2b6a0de4366e53fc1584095eeedf.socket --brick-name /mseas-data-0-1 -l /var/log/glusterfs/bricks/mseas-data-0-1.log --xlator-option *-posix.glusterd-uuid=393fc4a6-1573-4564-971e-1b1aec434167 --brick-port 24009 --xlator-option gdata-server.listen-port=24009 root 2556 1 0 Nov29 ? 00:00:09 /usr/sbin/glusterfs -s localhost --volfile-id gluster/nfs -p /var/lib/glusterd/nfs/run/nfs.pid -l /var/log/glusterfs/nfs.log -S /tmp/6054da6605d9f9d1c1e99252f1d235a6.socket root 6922 6888 0 16:14 pts/3 00:00:00 grep gluster -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
2009 Mar 31
9
Hwo to disable the polling function of mac_srs
In crossbow, each mac_srs has a kernel thread called "mac_rx_srs_poll_ring" to poll the hardware and crossbow will wakeup this thread to poll packets from the hardware automatically. Does crossbow provide any method to disable the polling mechanism, for example disabling the this kernel thread? Thanks Zhihui -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Feb 15
0
Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual Machine as an Active Directory Domain Controller (AD DC)
...2551 /usr/local/samba/sbin/samba -D ??2552 /usr/local/samba/sbin/samba -D ??2553 /usr/local/samba/sbin/winbindd -D --option=server role check:inhibit=yes --foreground ??2554 /usr/local/samba/sbin/samba -D ??2555 /usr/local/samba/sbin/samba -D ??2556 /usr/local/samba/sbin/samba -D ??2557 /usr/local/samba/sbin/samba -D ??2558 /usr/local/samba/sbin/samba -D ??2559 /usr/local/samba/sbin/samba -D ??2560 /usr/local/samba/sbin/samba -D ??2562 /usr/local/samba/sbin/samba -D ??2569 /usr/...
2009 Jun 04
1
wrong number of arguments (1 for 0)
...ms/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2868:in `create_or_update_without_callbacks'' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ callbacks.rb:250:in `create_or_update'' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ base.rb:2556:in `save_without_validation!'' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ validations.rb:1019:in `save_without_dirty!'' /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/ dirty.rb:87:in `save_without_transactions!'' /usr/lib/ruby/gems/1....
2006 Sep 24
0
Ferret 0.10.7 released
Hey guys, I''ve just released Ferret 0.10.7. It is still in beta but we are getting closer and closer to a 1.0 release. The main changes in this release are better handling of fields by the QueryParser. You can now give the QueryParser a list of fields that are tokenized so that only those fields will be analyzed in the QueryParser. This means that you can search untokenized fields for