search for: somedirectory

Displaying 17 results from an estimated 17 matches for "somedirectory".

Did you mean: homedirectory
2013 Oct 21
2
help with opus_demo
Hi I used opus_demo to clarify how opus works, I try this command: opus_demo -e" audio 8000 1 8000 -cbr /somedirectory/pcm_mono_ochomil.raw /somedirectory/test.opus And I get the file test.opus, then comes the first problem, this file hasn't header so i can't reproduce it using an external tool, how can i add a header to this file Then when i trie to run opus_demo -d 8000 1 /somedirectory/test.opus testF...
2016 Nov 29
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
...e DC's to Samba 4. I do see this issue intermittently. I open one file network folder with no problems. I try another, and the progress bar progresses really slowly and it may time out. Some client machine logs shows things like: smbd_dirptr_get_entry mask=[*] found somedirectory/somedirectory/somefile/@�!�P fname=@�!�P (@�!�P) [2016/11/29 18:23:02.279482, 3] lib/charcnv.c:537(convert_string_talloc) convert_string_talloc: Conversion error: Illegal multibyte sequence(�!�P) [2016/11/29 18:23:02.279560, 3] lib/charcnv.c:528(...
2005 Oct 12
2
Vanished Files issue/enhancement
...rs with an acceptable amount of data loss - mostly nothing! I have found; however, a race condition exists between users and rsync that causes a 'vanished file' error. This race condition is exacerbated when the link speed between the systems is slow such as a T1. rsync -avpozO -e ssh /somedirectory/ backupserver:/somedirectory/ During normal system operation, users are allowed to delete files that they own in 'somedirectory'. This is especially true in /home. When rsync is instantiated, the file list is created and the transfer begins. The problem comes up when a user deletes a f...
2016 Nov 30
0
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
...sue intermittently. I open one file network folder > with no problems. I try another, and the progress bar progresses > really slowly and it may time out. > > > Some client machine logs shows things like: > > > smbd_dirptr_get_entry mask=[*] found > somedirectory/somedirectory/somefile/@�!�P fname=@�!�P (@�!�P) > [2016/11/29 18:23:02.279482, 3] > lib/charcnv.c:537(convert_string_talloc) > convert_string_talloc: Conversion error: Illegal multibyte > sequence(�!�P) > [2016/11/29 18:23:02.279560, 3] >...
2005 Mar 24
1
Boot diskette for install CD
(New to CentOS and just joined the list.) Is there a boot diskette image for the install CD? I want to install CentOS in a classroom that does not have CD boot enabled. I couldn''t find one on the install CD, although it did have a USB flash drive boot image. I''m pretty sure that the machines in the classroom are too old to be able to boot from USB flash drives. (I will check on
2005 Jan 07
2
Secondary group problem in include statement
Hi, Scenario :- User A belongs primarily to GroupA and secondary to GroupB. Somedirectory contains GroupA.conf and GroupB.conf Have anyone got "include = /somedirectory/%g.conf" in smb.conf to work such that scripts in groupA.conf and groupb.conf will be executed when UserA logins? Am I using the correct syntax? If not, what is the correct syntax? I am on Debian with...
2016 Nov 30
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
...e intermittently. I open one file network folder > with no problems. I try another, and the progress bar progresses > really slowly and it may time out. > > > Some client machine logs shows things like: > > > smbd_dirptr_get_entry mask=[*] found > somedirectory/somedirectory/somefile/@ ! P fname=@ ! P (@ ! P) > [2016/11/29 18:23:02.279482, 3] > lib/charcnv.c:537(convert_string_talloc) > convert_string_talloc: Conversion error: Illegal multibyte > sequence( ! P) > [2016/11/29 18:23:02.279560, 3] >...
2006 Jun 30
2
Eruby.import -> "uninitialized constant" error
...code between <% %> and it works etc), but when I try to use "Eruby.import" as a sort of analog to PHP''s "require_once()", I run into trouble. 1) eruby is in my cgi-bin 2) here''s a sample of what I''m trying to do in PHP: require_once(''somedirectory/somefile.php''); 3) here''s a sample of what I''m trying to do in Ruby (as far as I can tell): require "eruby" Eruby.import "/var/www/html/somedirectory/somefile.rhtml" 4) here''s the error as reported in apache''s error_log: [Fri Jun 30...
2008 Jan 27
2
maptools no such file
Hello, I'm having problems reading a shapefile with read.shape (maptools). I'm absolutely sure my file is there, but I get "no such file". The wd is ok, since read.table for example does find the file. > getwd() [1] "D:/somedirectory/R scripts" > read.table("cities.shp") Error in read.table("cities.shp") : empty beginning of file In addition: Warning message: In read.table("cities.shp") : incomplete final line found by readTableHeader on 'cities.shp' > read.shape("cities.s...
2009 Oct 21
1
avoid rsync deleting vanished files on receiver
...andriva 2009 rsync --modify-window=2 --times --omit-dir-times --verbose --stats --recursive --partial-dir=.rsync-partial --include "some includes" --exclude "*" --compress -e "ssh -o ServerAliveInterval=10 -p 22" --delete --delete-after "user at server.tld:~/somedirectory/" "/data/user/somedirectory/"
2007 Aug 30
3
rsync arg list to long
I am trying to do an rsync or scp from machine1 to machine2. I am getting arg list to long. I am using centos 5 machine 1 and centos 4.5 on machine2. I am using the default shell which is bash. How can I get past this? THanks, Jerry
2013 Oct 21
0
help with opus_demo
On 2013-10-21 5:08 AM, Antonio Juan wrote: > I used opus_demo to clarify how opus works, I try this command: > > opus_demo -e" audio 8000 1 8000 -cbr > /somedirectory/pcm_mono_ochomil.raw /somedirectory/test.opus opus_demo doesn't support .opus files. It uses a special raw format just for testing. You want opusenc and opusdec from the opus-tools package. -r
2010 Mar 14
3
Burning data cd in CentOS?
Dear All I need to burn data cd on my CentOS and open the pdf file on my MS Windows client . My cd drive is at /dev/cdrom that is mounted as /mnt/cdrom . To this end , I issued as the following : #cdrecord -v dev=/dev/cdrom myfile But the file cannot be opened on ms MS Windows , nor the cd is usable afterwards . Can you please let me know how can I burn this data cd ? Thank you -------------- next
2004 Sep 17
0
[Bug 1792] New: doing directory only rsync causes an rsync protocol error
...Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: donavan@4wx.net QAContact: rsync-qa@samba.org [donavan@slackmasterd donavan]$ rsync -lptgoDv rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/el3/en/i386/RPMS.dag/* somedirectory/ rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(515) [donavan@slackmasterd donavan]$ rsync rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/el3/en/i386/RPMS.dag/ |head -10 drwxr-xr-x 135168 2004/09/03 17:57:02 . -rw-r--r--...
2006 Apr 19
1
Logging rsync transfers
...have the rsync service started at boot and it accepts connects when they are made using the above command. I think this is daemon mode, is that right? I do not have precreated rsync backup folders which the computers backup to using commands like: |rsync -aPv rsync://pub@your-ip-or-hostname/pub/someDirectory when one has a corresponding entry in |*/etc/rsyncd.conf . I do not have an rsyncd.conf file at all. My question is: I would like to know more about my computers when they connect and backup, but the only log I get is a line in the system log file looking like: Apr 19 04:36:23 hostname [732]:...
2001 Nov 07
4
Help on programming
I am a new user of R and would like a bit of advice. I wish to write a short program in R that I can call up when I want to run it. How do I go about storing and recalling the particular code that I write? Many thanks Bob Banks _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine