search for: 47

Displaying 20 results from an estimated 26082 matches for "47".

Did you mean: 74
2007 Nov 01
1
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10392)
.../as.POSIXct() seem to think that US time zones (EST5EDT, MST7MDT) switched from daylight savings back to standard time on Oct 28, 2007, whereas the switch is actually on Sun Nov 04, 2007. Examples: > Sys.timezone() [1] "Mountain Daylight Time" > as.POSIXct("2007-10-30 12:38:47") [1] "2007-10-30 12:38:47 Mountain Daylight Time" > # *** Should report 2007-10-30 14:38:47 EDT: > as.POSIXlt(as.POSIXct("2007-10-30 12:38:47"), "EST5EDT") [1] "2007-10-30 13:38:47 EST" > Sys.time() [1] "2007-11-01 09:22:28 Mountain Day...
2004 Jan 12
1
pdc+ldap newly created users can't log in
...[testuser2] succeeded" and "check_password returned status NT_STATUS_OK" and then nothing valuable but the user can't log in on a W2K workstation. When comparing logs between users who can log and others, the difference start at line 250 where unlucky users have : [2004/01/09 16:47:53, 4] rpc_parse/parse_net.c:init_dom_sid2s(867) init_dom_sid2s: instead of : [2004/01/08 11:51:03, 10] auth/auth_ntlmssp.c:auth_ntlmssp_check_password(129) Got NT session key of length 16 But I can't figure why... Attached is the unsuccessful logon log. Thanks for any help. Xavier...
2010 Jun 23
3
samba winbind problem with trusted domains
...domain users" wbinfo -m is listing all trusted domains . i m able to authenticate trusted domain user with wbinfo --authenticate=raju\\pa72635%password (2 back slashes) i have enabled logging on and following is the client log when i access with trusted domain user ID . [2010/06/23 12:47:38.010714, 3] auth/auth.c:216(check_ntlm_password) check_ntlm_password: Checking password for unmapped user []\[]@[HICMBSA001] with the new password interface [2010/06/23 12:47:38.010761, 3] auth/auth.c:219(check_ntlm_password) check_ntlm_password: mapped user is: [SLCLINUXFS001]\[]@[HICMBS...
2013 Nov 28
1
RTP packets send, but no audio
Hello, What does it mean when "rtp set debug ip" shows RTP packets that have been send, but there is no audio ? There was no audio on my call in both directions, but "rtp set debug" shows that there were RTP packets send. There is no firewall active on my Asterisk server : [root at sip asterisk]# /sbin/service iptables status iptables: Firewall not running. Kind
2016 Feb 09
0
CEBA-2016:0153 CentOS 6 sssd BugFix Update
CentOS Errata and Bugfix Advisory 2016:0153 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0153.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 51e4b292cca39ca7533cd14267520f41574954784efcbcbd8e72fd55d6cba332 libipa_hbac-1.12.4-47.el6_7.7.i686.rpm 55794f3a2faecec95f22676a0535f24cbc363ef7802d27c46e773f8b28074a3d libipa_hbac-devel-1.12.4-47.el6_7.7.i686.rpm 81668e276dccec0cefd574f5990965577065059543f28efcc1b06e19f1af43b9 libipa_hbac-python-1.12.4-47.el6_7.7.i686.rpm 35e05d14e72...
2016 Mar 22
0
CEBA-2016:0474 CentOS 6 sssd BugFix Update
CentOS Errata and Bugfix Advisory 2016:0474 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0474.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 35a5fbdf181b1e48eb85ee81cc61ef06e9d45738d6dcf341261a54e7ec39cc2f libipa_hbac-1.12.4-47.el6_7.8.i686.r...
2015 Nov 10
0
CESA-2015:2019 Low CentOS 6 sssd Security Update
...isory 2015:2019 Low Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2019.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 40caff8fde0a913ae003a86f01c064d7e967b738587b46fa351d128e449c3993 libipa_hbac-1.12.4-47.el6_7.4.i686.rpm 0fa7fadcf8adcaaa85d6ae1abf2e86cc8feca6b0cb2791f8f29440e1b52ebf33 libipa_hbac-devel-1.12.4-47.el6_7.4.i686.rpm 1231a29c1c90d694cbbb87e5a2acad1f19dfa24e0d06a09ea4090bf958a0e110 libipa_hbac-python-1.12.4-47.el6_7.4.i686.rpm 4a285fe087d398444bdc69c3734106719a3aa3133550d6b2eb51b8ba399...
2007 Feb 05
1
trap info from dtrace ???
...ts-per-sec during a benchmark-of-interest: sending-source recv network disk cross-cpu, by sources 0...7 cpu ints INO ints INO 0 1 2 3 4 5 6 7 0 2453 0x684 197 0x688 72 46 47 47 46 47 46 1 1445 0x610 278 0x780 102 46 48 47 47 47 47 2 2443 0x60c 101 73 48 47 47 46 47 3 2423 0x640 101 73 49 47 46 47 47 4 2457 0x680...
2007 Nov 01
0
daylight saving / time zone issues with as.POSIXlt/as.POSIXct (PR#10393)
...; =20 Not Our Problem. (This sort of thing never is. We are wholly dependent=20 on the OS for this information). Check out http://support.microsoft.com/kb/933360 > Examples: > > > Sys.timezone() > [1] "Mountain Daylight Time" > > as.POSIXct("2007-10-30 12:38:47") > [1] "2007-10-30 12:38:47 Mountain Daylight Time" > > # *** Should report 2007-10-30 14:38:47 EDT: > > as.POSIXlt(as.POSIXct("2007-10-30 12:38:47"), "EST5EDT") > [1] "2007-10-30 13:38:47 EST" > > Sys.time() > [1] "20...
2006 Jan 26
2
PRI restarting each hour?
...: Manager received command 'Command' Jan 26 12:00:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 12:00:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 12:02:39 DEBUG[10413] chan_sip.c: Stopping retransmission on '20e07ee850ce68d647f8eb9d6fee5a06@192.168.50.227' of Request 102: Match Found Jan 26 12:02:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 12:02:46 DEBUG[10442] manager.c: Manager received command 'Command' Jan 26 12:02:53 DEBUG[10413] chan_sip.c: Auto destroying call '5A0A...
2007 Dec 18
2
SAMBA ADS integration - windows user account rights
Hi all, first of all is it possible to join a Linux machine to AD using a windows user account that is not a member of the group Domain Admins? Cause when I do this I get the following error while executing `net ads join -d 3 -U syncuser`: #net ads join -d 3 -U syncuser [2007/12/11 13:47:12, 3] param/loadparm.c:lp_load(4953) lp_load: refreshing parameters [2007/12/11 13:47:12, 3] param/loadparm.c:init_globals(1418) Initialising global parameters [2007/12/11 13:47:12, 3] param/params.c:pm_process(572) params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf&...
2011 Feb 24
1
missing argument on AGI
...I(getchannel.php|${ARG1}) exten => s,2,Dial(Local/${OUTBOUND}@from-internal/nj||tr) exten => s,3,Hangup() but for some reason i am not receiving the argument: Executing [s at macro-callout:2] Dial("SIP/201-00000004", "Local/@from-internal/nj||tr") in new stack [Feb 24 21:47:11] NOTICE[1901] chan_local.c: No such extension/context @from-internal while calling Local channel the number is missing, i get the number from the agi, below is the debug: 21:47:10] -- Executing [006583232393-1-201 at callback-outbound:1] Macro("SIP/201-00000004", "callout|0...
2009 Apr 03
1
Memory Leak with stock Squirrelmail, PHP, mysql, apache since 5.3
...do_page_cache_readahead+0xd0/0x21c Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff80262824>] __wait_on_bit_lock+0x5b/0x66 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff88081d4d>] :dm_mod:dm_any_congested+0x38/0x3f Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff80213c47>] filemap_nopage+0x148/0x322 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff80208db9>] __handle_mm_fault+0x440/0x11f6 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff802639f9>] _spin_lock_irqsave+0x9/0x14 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff802666ef>...
2019 Feb 20
3
Samba won't start on Centos 7 built from tarball
...omain controller         workgroup = REDACTED         idmap_ldb:use rfc2307 = yes [netlogon]         path = /var/lib/samba/sysvol/dc1.internal/scripts         read only = No [sysvol]         path = /var/lib/samba/sysvol         read only = No service samba start fails # journalctl -xe Feb 20 09:47:57 dc1.internal samba[23330]:   ldb: module schema_load initialization failed : Operations error Feb 20 09:47:57 dc1.internal samba[23330]: [2019/02/20 09:47:57.069992,  0] ../lib/ldb-samba/ldb_wrap.c:77(ldb_wrap_debug) Feb 20 09:47:57 dc1.internal samba[23330]:   ldb: module dsdb_notification init...
2004 Apr 16
1
tor2 driver panics with 2 sticks of memory
...modules, each identical), I'm getting a panic soon after I modprobe the tor2 driver. I just loaded the latest from CVS and I'm still getting the panics, which look in part like: Apr 16 14:42:28 test71 kernel: wait_on_irq, CPU 0: Apr 16 14:42:44 test71 kernel: irq: 1 [ 0 1 ] Apr 16 14:42:47 test71 kernel: bh: 0 [ 0 0 ] Apr 16 14:42:47 test71 kernel: Stack dumps: Apr 16 14:42:47 test71 kernel: CPU 1:00000000 00000000 00000000 00000000 0000000 0 00000000 00000000 00000000 Apr 16 14:42:47 test71 kernel: 00000000 00000000 00000000 00000000 000000 00 00000000 00000000 00000000 A...
2011 Apr 18
2
Avoiding loop
Hi everyone. I'm using matrix product such as : #Generate some data NCols = 5 NRows = 5 A = matrix(runif(NCols*NRows), ncol=NCols) B = matrix(runif(NCols*NRows), ncol=NCols) #First calculation R = A%*%B for(i in 1:100) { R = R%*%B } I would like to know if it was possible to avoid the loop by using something like mapply or anything else. Tx in advance, Phil -- View this message
2005 Sep 29
1
adding to: winlogon problem error with Default User/ "... does not
whoops, i didn't have much luck attaching the entire file, hopefully this link will work. http://www.lebox.org/u/milan/samba/userenv-clip.txt here's a piece of the log that looks interesting, any hints? USERENV(a0.80) 15:42:18:872 MyGetDomainDNSName: MyGetUserName failed for dns domain name with 1355 USERENV(a0.80) 15:42:18:872 CheckUserInMachineForest: MyGetDomainName failed with 1355.
2019 Jul 21
0
Join Samba to a Windows AD 'WERR_DS_NO_CROSSREF_FOR_NC'
...not find mydom.local: No answer a nslookup on google.de works. (I added the following entry to smb.conf: dns forwarder = 8.8.8.8) Also, I can not address the Samba server with the Windows DNS Tools: The Active Directory is not available. in the jornalctl I have the following messages: Jul 21 20:47:54 SAD samba[1328]: [2019/07/21 20:47:54.453639, 0] ../source4/rpc_server/dnsserver/dnsdb.c:112(dnsserver_db_enumerate_zones) Jul 21 20:47:54 SAD samba[1328]: dnsserver: Failed to find DNS Zones in CN=MicrosoftDNS,DC=ForestDnsZones,DC=mydom,DC=local Jul 21 20:47:54 SAD samba[1345]: [2019/07/21 20:...
2017 Jul 12
1
[Bug 1162] New: oops in nft_rbtree_insert
...dd element t s3 {10.0.0.0-255.255.255.255} % nft flush set t s3 % nft add element t s3 {10.0.0.0-255.255.255.255} % nft -f file [oops] Code is: kernel 04ba724 [PATCH] netfilter: nfnetlink: extended ACK reporting nft 5de112c [PATCH] include: Remove datatype_register() [Wed Jul 12 12:47:45 2017] INFO: rcu_sched self-detected stall on CPU [Wed Jul 12 12:47:45 2017] 0-...: (5249 ticks this GP) idle=dca/140000000000001/0 softirq=2845/2845 fqs=2623 [Wed Jul 12 12:47:45 2017] (t=5251 jiffies g=1649 c=1648 q=99) [Wed Jul 12 12:47:45 2017] NMI backtrace for cpu 0 [Wed Jul 12 12...
2005 Jun 10
0
AAH 1.1 cannot call between extensions (xten lite softphones)
...email (which works by the way). Also, I can make outbound calls (after configuring a SIP trunk to my ITSP), but I cannot receive calls through this trunk. Something makes me believe there is something wrong with the configuration of my X-lite softphones... Here's the logfile output: Jun 10 11:47:38 DEBUG[18503]: Expression is '0' Jun 10 11:47:38 VERBOSE[18503]: -- Executing GotoIf("SIP/201-1fe7", "0?4:3") in new stack Jun 10 11:47:38 VERBOSE[18503]: -- Goto (macro-dial,s,3) Jun 10 11:47:38 VERBOSE[18503]: -- Executing SetCIDName("SIP/201-1fe7&qu...