search for: chern

Displaying 20 results from an estimated 26 matches for "chern".

Did you mean: chen
2002 Jun 10
0
Filesystem Permission problems
...home directory i.e /usr/adm/ken_lee/ , on a different host machine. These 2 hosts machines, i.e host1 and host2 are on different NIS domains. I tried copying my file into the other user's home directory, by invoking the rsync command on my host machine i.e host1: # rsync -avzo /usr/oper/oper1/chern/test_file.cc host2:/usr/adm/ken_lee/ (Note that chern is my user name on host1 and host2) It produced the following error: rcmd2: socket : The file access permissions do not allow the specified action. unexpected EOF in read_timeout Since I have root priviliges, I've even tried making user ke...
2002 Aug 12
3
--include option
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2 subdirectories to the destination machine: clock_speed fub_layout and they're contained in the file called files_included: # cat
2002 Oct 27
3
rsync with large gzip files.
Hi, I tried performing a complete copy of 17GB of filesystems over the WAN (0.8GB/hr) with the speed of 16Mbps. The filesystem consists of several large g-zipped files. These large g-zipped files have actually been zipped out of other sub-filesystems and directories. I noticed that while transferring a lists of large g-zipped files, rsync tends to take a much longer time to transfer those files
2003 May 10
3
benchmarking rsync's -z compression utility
Hi, Is there a way in which rsync's -z compression (zlib) utility can be benchmarked? I'm trying to compare the compression ratio between rsync and external compression tools like gzip and bzip2. Are there any advantages to using rsync's internal compression mechanism specified with the -z option compared to solely applying external compression i.e. bzip2 to the files and invoking
2002 Jun 09
1
Rsync of filesystems with sym-links to other hosts
...of /fs12/m6.uecommon.1/ from fs12 fileserver to sgfs fileserver, then recreating the links to it from /fs13/m6.uecommon.1/wmt8/utils in sgfs, but that seemed ineffiecient, as I had to perform rsync 2X, one for stuffs on /fs12/m6.uecommon.1 and the other for /fs13/m6.uecommon.1/wmt8/utils. Thanks Chern.
2002 May 20
1
Numeric ids
HI, I had read from the rsync man page on transferring files using the user's numeric id and gid. I have a user which resides on 2 remote sites, having the same user names, but different uid and gid on both sites. I'm transferring the files as a root user. site A site B ----------------------------------------------- usr_A usr_A uid = 100 uid = 200 file1(usr_A)
2003 Jul 08
1
rsync's "value to large" error.
HI, I'm trying to transfer a list of files within a filesystem to another filesystem. I've used the option: # rsync -avzol --progress /wp05/global/FCSI/WP_RLS05/rundir/ /nfs_proj/global/WP/ However, it had produced the error below: building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in data type # du -sk wp_celtic_max.tcl.log
2015 Jul 27
0
Asterisk 11.19.0-rc1 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25154 - [patch]fromtag may need to be updated after successful call dialog match (Reported by Damian Ivereigh) * ASTERISK-25139 - Malicious transfer sequence locks up Asterisk...
2015 Aug 07
0
Asterisk 11.19.0 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25154 - [patch]fromtag may need to be updated after successful call dialog match (Reported by Damian Ivereigh) * ASTERISK-25139 - Malicious transfer sequence locks up Asterisk...
2003 Nov 20
1
copying pointed to links
HI, I have a filesystem containing a symbolic link. pglc0003> ls -l |grep TA lrwxrwxrwx 1 cleaw adm 26 Nov 19 17:23 TA -> /pgadm1/adm/cleaw/tempArea I'd like to copy the symbolic link TA to the /tmp area, I'd also like to have the directory tempArea from /pgadm1/adm/cleaw/tempArea to be updated in /tmp by just copying the symbolic link. During this process, I wish
2003 Jul 14
2
Rebuilding rsync to define HAVE_OFFSET64_T
HI, I'm currently using rsync version 2.4.4 protocol version 24 on a HP11.0, Solaris 8 and Redhat 7.1 platforms. In my earlier posting, I asked about the problem on "Value too large to be stored in data type" when transferring files which are >= 2GB in size., i.e. building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in
2002 Jul 25
2
rsync with --exclude files
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design :
2015 Aug 07
2
Asterisk 11.19.0 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25154 - [patch]fromtag may need to be updated after successful call dialog match (Reported by Damian Ivereigh) * ASTERISK-25139 - Malicious transfer sequence locks up Asterisk...
2004 Aug 06
5
bandwidth negotiation
Does Icecast support bandwidth negotiation like Real's server? If so, how would one configure this (can't find it in the docs or list archives). If not, is there any interest in adding this capability? -- Kevin DeGraaf --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2015 Aug 07
0
Asterisk 13.5.0 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25165 - Testsuite - Sorcery memory cache leaks (Reported by Corey Farrell) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25196 - res_pjsip_nat: rewrite_contact should not be applied to Contact header when Re...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25196 - res_pjsip_nat: rewrite_contact should not be applied to Contact header when Record-Route headers are present (Reported by Mark Michelson) * ASTERISK-24907 - res_pjs...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25196 - res_pjsip_nat: rewrite_contact should not be applied to Contact header when Record-Route headers are present (Reported by Mark Michelson) * ASTERISK-24907 - res_pjs...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
....org/jira/browse/ASTERISK-25212>] - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) - [ASTERISK-19277 <https://issues.asterisk.org/jira/browse/ASTERISK-19277>] - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) - [ASTERISK-25202 <https://issues.asterisk.org/jira/browse/ASTERISK-25202>] - Hints extension state broken between 13.3.2 and 13.4 (Reported by Marek Cervenka) - [ASTERISK-25196 <https://issues.asterisk.org/jira/browse/ASTERISK-25196>] - res_pjsip_nat: rewrite_contact s...
2003 Mar 24
0
rsync with multiple threads for transferring huge file
HI, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks.
2003 Mar 24
0
multi-threaded rsync for a single gzip file
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks.