search for: 5825

Displaying 20 results from an estimated 27 matches for "5825".

Did you mean: 525
2010 Apr 08
1
Strange csv parsing problem
> url <- "http://dl.dropbox.com/u/41902/22240.csv" > > read.csv(url)[, 1] [1] "oppose" NA "oppose" "support" > read.csv(url, header = F)[, 1] [1] "url" [2] "http://maplight.org/us-congress/bill/109-hr-5825/387248" [3] "http://maplight.org/us-congress/bill/110-hr-3546/378743" [4] "http://maplight.org/us-congress/bill/111-s-908/365504" [5] "http://maplight.org/us-congress/bill/111-hr-3245/373358" > > count.fields(url, sep = ",") [1] 11 11 11 12 11 Thi...
2010 Sep 03
2
seeking current supported crypto co-processors
...seeking current cryptographic coprocessors supported in FreeBSD 8.x. By perusing through the crypto-dev (and subsequently referenced) man page(s) I found this list: Hifn 7751/7951/7811/7955/7956 crypto accelerator SafeNet 1141/1741 Bluesteel 5501/5601 Broadcom bcm5801/5802/5805/5820/5821/5822/5823/5825 Those are all pretty old (and in some cases, no longer existent). I'm surveying these lists to see if anyone knows of more modern chips working with FreeBSD 8.x. Or if you feel some chip on the list above is up to the task of near about 1 Gb throughput across a PCIe and has friendly ve...
2005 Jul 22
1
Problem with Zaptel FXO..
...rport_pc 27905 1 lp 15405 0 parport 37641 2 parport_pc,lp autofs4 22085 0 i2c_dev 14273 0 i2c_core 25921 1 i2c_dev sunrpc 138789 1 ipt_REJECT 10561 1 ipt_state 5825 4 ip_conntrack 45701 1 ipt_state iptable_filter 6721 1 ip_tables 21441 3 ipt_REJECT,ipt_state,iptable_filter dm_mod 58949 0 button 10449 0 battery 12869 0 ac 8773 0 md5 80...
2004 Sep 15
3
ztdummy on Fedora Core 2
...snd_timer 25157 1 snd_pcm snd_mixer_oss 17985 1 snd_pcm_oss snd 47397 4 snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss soundcore 10785 1 snd ztdummy 7364 0 zaptel 231684 1 ztdummy crc_ccitt 5825 1 zaptel md5 7745 1 ipv6 233701 16 autofs4 20165 0 sunrpc 128805 1 tg3 79045 0 floppy 54481 0 sg 33377 0 microcode 10209 0 dm_mod...
2012 Mar 10
3
problem: The decoded frame is not as the original one
...0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 2838? -3982? 4801? -4136? 432? -1945? 610? 1035? -1090? 2752? -558? 1431? -2320? -1016? 789? 5084? -2395? -2916? -225? -311? -703? 586? 1110? -557? -1152? 1096? 229? 425? 5825? -933? 3922? -6289? 7423? -6636? -793? -2123? -354? 991? -1947? 3958? -1070? 1380? -2120? -2777? -679? 9010? -2451? -4210? -1845? 229? -1687? 317? 1443? -1355? -2818? 214? 721? -313? 9997? -60? 3489? -5953? 9277? -6990? -2716? -1642? -792? 477? -2417? 5801? -1200? 1055? -1744? -2927? -2053? 10273?...
2008 Dec 15
2
Zaptel / TDM400P card stopped working
...100 dcdbas 10465 0 sr_mod 17541 0 cdrom 33249 1 sr_mod sg 31605 0 ata_piix 19397 0 libata 131937 1 ata_piix raid1 22593 2 dm_snapshot 18661 0 dm_zero 5825 0 dm_mirror 19521 0 dm_log 12229 1 dm_mirror dm_mod 48265 8 dm_multipath,dm_snapshot,dm_zero,dm_mirror,dm_log aic7xxx 101753 15 scsi_transport_spi 23233 1 aic7xxx sd_mod 26329 20 scsi_mod 123917 6...
2007 Jul 18
1
Can any one help me on format file data.
Hi all. I'd like know what is the format file saved by Leica Microsystems TCS SP2-AOBS equipped with a SP2-FCS2 Leica Microsystems workstation its datas. Cause it save in *.fcs extention file but ins't flow cytometry standart format file... Tahnks Horacio.
2007 Nov 05
0
crash
...#1 0x000000000049948f in pbx_builtin_setvar_helper (chan=0x2aaac801a890, name=0x2aaab69395a8 "RTPAUDIOQOS", value=0x2aaac80ecf20 "ssrc=1967815032;themssrc=917073588;lp=61288;rxjitter=0.000165;rxcount=3668;txjitter=0.005142;txcount=1515;rlp=0;rtt=3.924000") at pbx.c:5825 #2 0x00002aaab6925a94 in handle_request_bye (p=0x2aaac80ba4e0, req=0x40255b10) from /usr/lib/asterisk/modules/chan_sip.so #3 0x00002aaab69291ca in handle_request (p=0x2aaac80ba4e0, req=0x40255b10, sin=0x40255b00, recount=0x40255af4, nounlock=0x40255af8) from /usr/lib/asterisk/modules/ch...
2007 Sep 30
1
pam_ldap + nscd
Hi, I'd like to use nscd for passwd+group caching. pam_ldap is configured and works (e.g. 'id foo' returns the correct user id if foo is present in ldap). If I start nscd manually (not started by default), 'id foo' returns 'No such user'. As soon as I stop nscd, 'id foo' starts working again. I suspect nscd is only looking at /etc/passwd because 'id
2012 Sep 27
0
lustre_rsync and verbose output of changed files?
...ice for generating a list of changed files would be highly appreciated! Best regards! Fourie -- -------------- Prof Fourie Joubert Bioinformatics and Computational Biology Unit Department of Biochemistry University of Pretoria fourie.joubert at up.ac.za http://www.bi.up.ac.za Tel. +27-12-420-5825 Fax. +27-12-420-5800 ------------------------------------------------------------------------- This message and attachments are subject to a disclaimer. Please refer to www.it.up.ac.za/documentation/governance/disclaimer/ for full details. -------------- next part -------------- An HTML attachmen...
2010 Oct 16
0
HTML5 Data Attributes
Here''s a proposed patch to simplify HTML5 data attribute declaration: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5825-html5-data-attributes Any comments? As explained in the ticket: Specifying HTML5 data attributes for tags could be more streamlined. Right now you would use string keys and repetition. To create, for example, this: <div class="user" data- location="{&quot;city&quot;:&...
2012 Mar 11
0
problem: The decoded frame is not as the original one
...0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 2838? -3982? 4801? -4136? 432? -1945? 610? 1035? -1090? 2752? -558? 1431? -2320? -1016? 789? 5084? -2395? -2916? -225? -311? -703? 586? 1110? -557? -1152? 1096? 229? 425? 5825? -933? 3922? -6289? 7423? -6636? -793? -2123? -354? 991? -1947? 3958? -1070? 1380? -2120? -2777? -679? 9010? -2451? -4210? -1845? 229? -1687? 317? 1443? -1355? -2818? 214? 721? -313? 9997? -60? 3489? -5953? 9277? -6990? -2716? -1642? -792? 477? -2417? 5801? -1200? 1055? -1744? -2927? -2053? 10273?...
2007 Oct 31
1
segfault - asterisk crash and restart
...ll #0 0x000000000044da80 in ast_var_name (var=0x10f1d58a0) at chanvars.c:69 name = 0x10f1d58b0 <Address 0x10f1d58b0 out of bounds> #1 0x000000000049948f in pbx_builtin_setvar_helper (chan=0xf460320, name=0x2aaabf53cbf7 "DIALSTATUS", value=0x417a0690 "BUSY") at pbx.c:5825 newvariable = (struct ast_var_t *) 0x10f1d58a0 headp = (struct varshead *) 0xf460880 nametail = 0x2aaabf53cbf7 "DIALSTATUS" __PRETTY_FUNCTION__ = "pbx_builtin_setvar_helper" #2 0x00002aaabf53938e in dial_exec_full (chan=0xf460320, data=0x417a2e50, peerflags=0x417a0c50, cont...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file disposition. * BUG 5797: Fix moving of readonly files. * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain". * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance. * BUG 5825: Fix account locking with LDAP backend. * BUG 5826: Fix truncated filenames when accessing old servers. * BUG 5889: Fix "delete veto files = no". * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog list". * BUG 5900: Fix vfs_readonly....
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...5790: Fix returning of STATUS_OBJECT_NAME_NOT_FOUND on set file disposition. * BUG 5797: Fix moving of readonly files. * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain". * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance. * BUG 5825: Fix account locking with LDAP backend. * BUG 5826: Fix truncated filenames when accessing old servers. * BUG 5889: Fix "delete veto files = no". * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog list". * BUG 5900: Fix vfs_readonly....
2016 Sep 28
7
Alternative GUI
Hey All, I'm considering moving from CentOS 6 to CentOS 7. I'm not interested in dealing with Gnome 3. I've heard good things about Mate, a fork of Gnome 2. it appears that Mate is available in the EPEL repository associated with CentOS 7. Have any of you tried Mate on CentOS 7? In your experienced opinion what would I be giving up by abandoning Gnome 3 and installing Mate
2009 Feb 12
5
Samba 3.0.24 + LDAP - User Lockout not working
Hi, im trying to setup a password policy with samba and openldap. while lockout works perfect on openldap it looks like it does not work with my samba. Ive set "sambaLockoutThreshold" to 3 and "sambaLockoutDuration" to -1 (lockout forever) within the Domain-Object in LDAP. So i expect whenever a windows user does 3 false logon attemps his samba account will be LOCKED
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...he rpc methods directly. o Jeremy Allison <jra@samba.org> * BUG 5080: Fix access to cups-printers with cups 1.3.4. * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain". * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance. * BUG 5825: Fix account locking with an LDAP backend. * BUG 5826: Fix truncated filenames when accessing old servers. * BUG 5873: Fix ACL inheritance. * BUG 5889: Fix "delete veto files = no". * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog list&...
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...he rpc methods directly. o Jeremy Allison <jra@samba.org> * BUG 5080: Fix access to cups-printers with cups 1.3.4. * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain". * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance. * BUG 5825: Fix account locking with an LDAP backend. * BUG 5826: Fix truncated filenames when accessing old servers. * BUG 5873: Fix ACL inheritance. * BUG 5889: Fix "delete veto files = no". * BUG 5891: Fix smbd crash when viewing the eventlog exported by "eventlog list&...
2017 Oct 17
1
Distribute rebalance issues
...e) in the log (see below for the same time period as the latest rebalance failure). This is the only brick on that server that has disconnects like this. Steve [2017-10-17 02:22:13.453575] I [MSGID: 115029] [server-handshake.c:692:server_setvolume] 0-video-server: accepted client from node-dc4-03-5825-2017/08/30-20:45:55:170091-video-client-4-2-318 (version: 3.8.15) [2017-10-17 02:22:31.353286] I [MSGID: 115036] [server.c:548:server_rpc_notify] 0-video-server: disconnecting connection from node-dc4-02-29040-2017/08/04-09:31:22:842268-video-client-4-7-403 [2017-10-17 02:22:31.353326] I [MSGID: 10...