Displaying 20 results from an estimated 472 matches for "517".
Did you mean:
17
2006 Aug 16
6
read.csv issue
I'm trying to read in some data from a .csv format and have come across
the following issue. Here is a simple example for replication
# A sample .csv format
schid,sch_name
331-802-7081,School One
464-551-7357,School Two
388-517-7627,School Three \& Four
388-517-4394,School Five
Note the third line includes the \ character. However, when I read the
data in I get
> read.csv(file.choose())
schid sch_name
1 331-802-7081 School One
2 464-551-7357 School Two
3 388-517-7627 Sc...
2008 Jul 19
1
Not a valid SIP contact - Asterisk 1.4.21.1 & Mitel SIP phones
...solve in DNS) : '"nt-Length'
[Jul 19 10:52:18] WARNING[2466]: chan_sip.c:5839 set_destination:
Can't find address for host '"nt-Length'
[Jul 19 10:52:18] WARNING[2466]: chan_sip.c:5839 set_destination:
Can't find address for host '"nt-Length'
-- SIP/517-09215fb0 answered SIP/512-09258c78
-- Native bridging SIP/512-09258c78 and SIP/517-09215fb0
[Jul 19 10:52:18] WARNING[22054]: chan_sip.c:5839 set_destination:
Can't find address for host '"nt-Length'
-- Got SIP response 416 "Unsupported URI Scheme" back from 172.16.1.1...
2003 Mar 24
16
[Bug 517] bad "put" arg parsing
http://bugzilla.mindrot.org/show_bug.cgi?id=517
Summary: bad "put" arg parsing
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-uni...
2006 Sep 26
10
[Bug 517] failed to forward packets via some interface
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=517
------- Additional Comments From netfilter@linuxace.com 2006-09-26 03:44 MET -------
*** Bug 519 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are...
2005 Aug 17
0
version 1.0.9 slow in acknowledging agent channel calls
...orks fine, here's what shows up in the CLI:
-- Executing SetCIDName("SIP/518-6071", "Calling Agent4000") in new stack
-- Executing Dial("SIP/518-6071", "Agent/4000|30|t") in new stack
-- outgoing agentcall, to agent '4000', on 'Local/517@sip-007f,1'
-- Called 4000
-- Executing Dial("Local/517@sip-007f,2", "SIP/517|30|t") in new stack
-- Called 517
-- SIP/517-39f4 is ringing
-- Agent/4000 is ringing
-- SIP/517-39f4 answered Local/517@sip-007f,2
-- Agent/4000 stopped sounds
-- L...
2003 May 15
2
[Bug 517] bad "put" arg parsing
http://bugzilla.mindrot.org/show_bug.cgi?id=517
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #265 is|0 |1
obsolete| |
------- Additional Comments From...
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
...d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:d3d:CreateContext >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glTexEnvi(GL_TEXTURE_SHADER_NV, GL_PREVIOUS_TEXTURE_INPUT_NV, ...
@ context.c / 517
fixme:d3d:CreateContext >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glTexEnvi(GL_TEXTURE_SHADER_NV, GL_PREVIOUS_TEXTURE_INPUT_NV, ...
@ context.c / 517
fixme:d3d:CreateContext >>>>>>>>>>>>>>>>...
2006 Aug 23
2
3.0.23b domain member not accessible
...the domain member was not accessible from
workstations. The error message:
\\HOSTNAME is not accessible.
There are currently no logon servers available to service the logon request.
In the log.winbindd of the domain member, I found:
[2006/08/23 22:52:00, 0] nsswitch/winbindd.c:request_len_recv(517)
request_len_recv: Invalid request size received: 1840
If I use smbclient to connect to shares on localhost, it will produce
"session setup failed: NT_STATUS_NO_LOGON_SERVERS".
My OS is FreeBSD 6.1, and I did not have this problem with 3.0.23 or earlier
versions. Please help.
Adam
2006 Apr 01
0
CESA-2005:517 Critical CentOS 4 i386 HelixPlayer - security update
CentOS Errata and Security Advisory 2005:517
https://rhn.redhat.com/errata/RHSA-2005-517.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
HelixPlayer-1.0.5-0.EL4.1.i386.rpm
src:
HelixPlayer-1.0.5-0.EL4.1.src.rpm
-------------- next part --------------
A non-text attach...
2006 Apr 01
0
CESA-2005:517 Critical CentOS 4 x86_64 HelixPlayer - security update
CentOS Errata and Security Advisory 2005:517
https://rhn.redhat.com/errata/RHSA-2005-517.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
HelixPlayer-1.0.5-0.EL4.1.i386.rpm
src:
HelixPlayer-1.0.5-0.EL4.1.src.rpm
-------------- next part --------------
A non-text atta...
2003 Oct 13
4
help with gsub and grep functions
Hi all,
Let Names a vector of chatacters. For example,
> Names
[1] "g 604 be-0 -p1 (602 matches)" "g 606 Phli-0 -p2 (517 matches)"
[3] "g 608 alu-0 (659 matches)"
I try to use gsub or grep functions for two problems :
1. First, I would like to delete all the characters between parentheses.
[1] "g 604 be-0 -p1" "g 606 be-0 -p2"
[3] "g 608 be-0 -p3"
2. And, I would like...
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
Hi,
I've been using PxeLinux to boot our Debian kernel successfully for
some time now. I recently increased the size of the ramdisk from about
484 MBs to 517 MBs and encountered the following error during bootup:
---
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 105519k
EXT3-fs: Magic mismatch, very weird!
cramfs: wrong magic
sh-2021: reiserfs_read_super: can not find reiserfs on ramdisk(1,0)
Kernel panic: VFS: Unable to mount root...
2009 Apr 14
3
Odd SELinux messages during+after 5.3 upgrade (system_mail_t and postfix_postdrop_t access rpm_var_lib_t)
...quot; dev=loop0 ino=901554 scontext=user_u:system_r:system_mail_t:s0-s0:c0.c1023 tcontext=root:object_r:rpm_var_lib_t:s0 tclass=file
type=SYSCALL msg=audit(1239664501.977:9052044): arch=40000003 syscall=11 success=yes exit=0 a0=5e2237b8 a1=5e223584 a2=5e2439bc a3=8 items=0 ppid=18880 pid=18901 auid=517 uid=517 gid=517 euid=517 suid=517 fsuid=517 egid=517 sgid=517 fsgid=517 tty=(none) comm="sendmail" exe="/usr/sbin/sendmail.postfix" subj=user_u:system_r:system_mail_t:s0-s0:c0.c1023 key=(null)
type=AVC_PATH msg=audit(1239664501.977:9052044): path="/var/lib/rpm/__db.000&quo...
2006 Sep 25
0
[Bug 517] New: failed to forward packets via some interface
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=517
Summary: failed to forward packets via some interface
Product: netfilter/iptables
Version: linux-2.6.x
Platform: mips
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: NAT
Ass...
2002 Feb 19
1
lose connection with traffic from connector to connectee
...pn[2414]: Sending ANS_KEY to A
(12.221.73.89): 16 B A B157130AC44115976F7A773719D0DBEC8E2EADD4EF0BA824
91 64 4
Feb 19 15:13:22 linux tinc.vpn[2414]: Sending 68 bytes of metadata to A
(12.221.73.89)
Feb 19 15:13:22 linux tinc.vpn[2414]: Received UDP packet on port 655
from unknown source cdd4959:517
Feb 19 15:13:45 linux last message repeated 5 times
Feb 19 15:13:51 linux tinc.vpn[2414]: Read packet of 87 bytes from Linux
tun/tap device
Feb 19 15:13:51 linux tinc.vpn[2414]: Sending packet of 87 bytes to A
(12.221.73.89)
Feb 19 15:13:51 linux tinc.vpn[2414]: No valid key known yet for A
(12....
2004 Nov 30
1
realTime configuration help needed
...the DB ?
Am I doing something worng ?
My traces are bellow..
Thanx in advance, for any help,
George Konstantoulakis.
------------------------------------------
When I start with vvvcd I get :
[res_config_mysql.so] => (MySQL RealTime Configuration Driver)
Nov 30 12:44:21 DEBUG[3088]: config.c:517 __ast_load: Parsing
/home/gkon/slash/etc/asterisk/res_mysql.conf
Nov 30 12:44:21 WARNING[3088]: res_config_mysql.c:413 parse_config:
MySQL RealTime: No database port found, using 3306
as default.
Nov 30 12:44:21 DEBUG[3088]: res_config_mysql.c:429 parse_config: MySQL
RealTime Host: localhost
Nov...
2017 Oct 17
0
Change Netbios name during classicupgrade?
...er.c:211(samba_terminate)
oct. 17 14:08:39 srv-ad.newdomain.lan samba[519]: samba_terminate of
519: Failed to obtain server credentials, perhaps a standalone server?:
NT_STATUS_CANT_ACCESS_DOMAIN_INFO
oct. 17 14:08:39 srv-ad.newdomain.lan samba[519]:
oct. 17 14:08:40 srv-ad.newdomain.lan winbindd[517]: [2017/10/17
14:08:40.117399, 0]
../source3/winbindd/winbindd_cache.c:3244(initialize_winbindd_cache)
oct. 17 14:08:40 srv-ad.newdomain.lan winbindd[517]:
initialize_winbindd_cache: clearing cache and re-creating with version
number 2
oct. 17 14:08:42 srv-ad.newdomain.lan winbindd[517]: [2017...
2012 Mar 21
3
distributed mdbox
...ixed
index file /mnt/testuser34/mdbox/storage/dovecot.map.index: messages_count
272 -> 271
Mar 21 09:36:30 test-gluster-client2 dovecot: lda(testuser28): Error: Log
synchronization error at seq=4,offset=3768 for
/mnt/testuser28/mdbox/storage/dovecot.map.index: Append with UID 516, but
next_uid = 517
Mar 21 09:36:30 test-gluster-client2 dovecot: lda(testuser28): Error: Log
synchronization error at seq=4,offset=4220 for
/mnt/testuser28/mdbox/storage/dovecot.map.index: Extension record update
for invalid uid=517
Mar 21 09:36:30 test-gluster-client2 dovecot: lda(testuser28): Error: Log
synchroniza...
2017 Oct 17
5
Change Netbios name during classicupgrade?
On 16/10/2017 18:18, Rowland Penny wrote:
>
> 'workgroup' is not the netbios name, it is the NetBIOS domain name.
> The workgroup should also not have a dot in it, 'DOMAIN.LAN' looks
> suspiciously like a dns and realm name.
>
Indeed i lacked of precision, purpose of the post was more "change
NetBIOS domain name during clasicupgrade".
DOMAIN.LAN is the
2007 Jun 21
1
client cannot join correctly enough to samba-server
hello bonjour,
I am facing the following problem
Je suis confront? au probl?me suivant
configuration
1 server Wk23 as domain-server
1 server samba 3.0.24
client XP-PRO
Samba server is supposed to be only file-server (and http server), just as member of the domain, because w2k3 is the domain-server
sentence "net rpc join -U xcoudin%mypassword" worked correctly, samba-machine answered