search for: somefile

Displaying 20 results from an estimated 202 matches for "somefile".

2007 May 08
1
rsync fails to sync files
...t they are not exactly the same file. The situation originates from copying a file to a place which is periodically rsynced onwards, and the rsync coperation takes place before the original file transfer to the rsync source is complete. Example: Source: md5sum: 2ac4a4ad88da17f49d26c9e578ce5432 somefile.exe sha1sum: eaabb30b716e993be000b89208e2d9f63e78f052 somefile.exe ls -l: -rwxrw---- 1 user group 109819105 Apr 2 10:48 somefile.exe* Destination: md5sum: 72c116866a75f859a19a150216768e52 somefile.exe sha1sum: 33b7d91fc6bd2a5bff292258c7d6eeb7db0aec8a somefile.exe ls -l: -rwxrw---- 1 user gr...
2017 Jul 27
1
Fixing Ogg Vorbis files with incorrectly framed headers
...ply the tags to the file. In this case ogginfo no longer issues any warning about the file, but GStreamer applications still refuse to play it, as the following example demonstrates. A sample corrupted file can be obtained at <https://bugzilla.gnome.org/attachment.cgi?id=354903>. $ ogginfo somefile.ogg Processing file "somefile.ogg"... New logical stream (#1, serial: 34778229): type vorbis WARNING: Vorbis stream 1 does not have headers correctly framed. Terminal header page contains additional packets or has non-zero granulepos Vorbis headers parsed for stream 1, information follow...
2009 Feb 25
3
make check reg-tests-1.R error on solaris
...ake: *** [check] Error 2 bash-2.05# Here is output from reg-tests-1.Rout.fail. [1] "41c6167e" "dir1" "dir2" "dirs" "file275c23f2" [6] "file33f963f2" "moredirs" > file.create(file.path(dd, "somefile")) [1] TRUE TRUE TRUE TRUE > dir(".", recursive=TRUE) [1] "41c6167e" "dir1/somefile" "dir2/somefile" [4] "dirs/somefile" "file275c23f2" "file33f963f2" [7] "moredirs/somefile" > stopifn...
2009 Feb 25
3
make check reg-tests-1.R error on solaris
...ake: *** [check] Error 2 bash-2.05# Here is output from reg-tests-1.Rout.fail. [1] "41c6167e" "dir1" "dir2" "dirs" "file275c23f2" [6] "file33f963f2" "moredirs" > file.create(file.path(dd, "somefile")) [1] TRUE TRUE TRUE TRUE > dir(".", recursive=TRUE) [1] "41c6167e" "dir1/somefile" "dir2/somefile" [4] "dirs/somefile" "file275c23f2" "file33f963f2" [7] "moredirs/somefile" > stopifn...
2006 Jan 09
1
Question about image storage and relative paths
I''m writing a website with a feature that hosts images that people upload. Right now, relative paths works within on my Windows box. So specifically, I''m able to call File.open on "public/images/somefile.jpg" and Rails/WEBrick understands that the path is relative to the home directory of the project. This means that "public/images/somefile.jpg" ends up referring to the absolute path "c:\ruby\workspace\SomeProject\public\images\somefile.jpg" The problem is now I''v...
2012 Oct 23
2
mount -o loop question.
Hi, I know I can create a file and mount it like this: dd if=/dev/zero of=/tmp/somefile bs=1024 count=100000 mke2fs /tmp/somefile mount /tmp/somefile /mnt -o loop but that has a problem it cannot grow. Is there a way to do the same (above) but have it not restricted to a size? Or can I append blocks to the end of the file without distroying it? Jobst -- Sendmail adminis...
2005 Jan 13
0
When opening a file it takes up to half a minute!
...change_to_user: Skipping user change - already user [2005/01/13 13:12:22, 3] smbd/trans2.c:call_trans2qfilepathinfo(2346) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004 [2005/01/13 13:12:22, 5] smbd/filename.c:unix_convert(108) unix_convert called on file "Projects/somepath/somefile.doc" [2005/01/13 13:12:22, 5] smbd/statcache.c:stat_cache_add(135) stat_cache_add: Added entry (83d3f90:size29) PROJEKTE/SOMEPATH/SOMEFILE.DOC -> Projects/somepath/somefile.doc [2005/01/13 13:12:22, 5] smbd/filename.c:unix_convert(174) conversion finished Projects/somepath/somefile.doc...
2012 Dec 18
2
Bug or strange behaviour or --output-prefix
...39;t know which bug-report facility to use, this seemed the right spot. Anyway, I wanted flac to decode some file to another directory than the current. The man page says I should use --output-prefix for that, but that doesn't seem to work correctly. For example flac -d --output-prefix ../ somefile.flac seems to work fine, just as expected. However, the next example flac -d --output-prefix ../ somedir/somefile.flac doesn't work as expected. the FLAC utility seems to try to decode to the directory ../somedir which doesn't exist. Even using absolute paths do not work. For example...
2009 Feb 01
2
Using arrays to generate parameters
...;] In my puppet manifests, I would like to be able to use the elements in the clusters array to generate multiple files to use for the source parameter of the file type. For example, given the above YML, I''d like the end result of the file parameter to behave like this: file { "/etc/somefile.conf": source => [ "puppet://server/module/configfile.cluster1", "puppet://server/module/configfile.cluster2", "puppet://server/module/configfile.cluster3", "puppet://server/module/configfile.cluster4", &quo...
2011 Sep 01
3
Multiple template fallbacks
Hi, In a file resource I want to be able to specify multiple template contents. If the 1st template doesn''t exist use the 2nd listed and so on. Much like how the source attribute works. Basically this: file { "/tmp/somefile.txt": ensure => present, content => [ template("somefile-$fqdn.erb"), template("somefile.erb"), ] mode => 644, owner => root, group => root, } Which doesn'...
2003 Jan 24
2
opendir(somedir/somefile): Not enough space -- why?
I am attempting to use rsync to copy a large filesystem from an HP-UX server to a Linux server with more than enough filespace. This operation fails. A small directory from the same HP-UX server can be transfered just as expected. The HP-UX server is the source. It has 1Gb RAM - the output of bdf for the volume the source files is on is: Filesystem kbytes used avail %used Mounted
2008 Jun 18
0
Improper directory removal causes file system havoc (PR#11738)
...use the file system thinks that the directory is still full, as its link count is not 2 -- it is 5. The key bit of reg-tests-1.R is: dd <- c("dir1", "dir2", "dirs", "moredirs") for(d in dd) dir.create(d) dir(".") file.create(file.path(dd, "somefile")) dir(".", recursive=TRUE) stopifnot(unlink("dir?") == 1) # not an error unlink("dir?", recursive = TRUE) stopifnot(file.exists(dd) == c(FALSE, FALSE, FALSE, TRUE)) unlink("*dir*", recursive = TRUE) stopifnot(!file.exists(dd)) I've run this code sn...
2013 Jan 02
0
Bug or strange behaviour or --output-prefix
...see is by design - it's intended - and you'll find that all Unix utilities work the same way. There is nothing to fix here, although some new features might get you what you want. For example, --input-prefix would allow you to use flac -d --input-prefix somedir --output-prefix ../ somefile.flac or flac -d --input-prefix /home/someuser/somedir --output-prefix /home/ someuser somefile.flac (and don't forget that all variations and combinations of options must continue to work predictably when more than one FLAC file is given. I often process *.flac in large directories.)...
2008 Jun 19
0
Improper directory removal causes file system havoc (PR#11747)
...at the directory is still full, as its link count is not 2 -- it > is 5. The key bit of reg-tests-1.R is: > > dd <- c("dir1", "dir2", "dirs", "moredirs") > for(d in dd) dir.create(d) > dir(".") > file.create(file.path(dd, "somefile")) > dir(".", recursive=TRUE) > stopifnot(unlink("dir?") == 1) # not an error > unlink("dir?", recursive = TRUE) > stopifnot(file.exists(dd) == c(FALSE, FALSE, FALSE, TRUE)) > unlink("*dir*", recursive = TRUE) > stopifnot(!file.exists(d...
2012 Dec 18
2
Odd problem with puppet 3 and module files permissions
We have an odd situation with a puppet 3 installation. It isnt serving out the module local files. We understand (Somewhat) about the new auth.conf requirements, and have filled those out. So, access to things such as puppet:///files/etc/somefile.conf are working fine. However, attempts to access puppet:///modulename/somefile.conf fail, with (in the case of modulename==java) Error: /Stage[main]/Java/File[/tmp/testfile]: Could not evaluate: Error 400 on SERVER: Not authorized to call find on /file_metadata/java/testfile Could not retr...
2000 Feb 13
0
server-side scp strangeness on linux
Hiya, [if this is a known issue/misconfiguration, please direct me to the right fm :-); if this is a wrong place to ask, please tell me the right one] I'm using the linux port of openssh-1.2.2. The issue is that server-side scp doesn't work: scp somefile me at myhost: seems to take forever, and does nothing. sshd -d shows that scp -t somefile is being invoked on server side, and stays running long enough to get me bored. scp me at myhost:somefile . prints: C<perms> <filesize> somefile ...and exits. no file copied. sshd -d also shows t...
2009 Dec 04
30
ZFS send | verify | receive
If there were a ?zfs send? datastream saved someplace, is there a way to verify the integrity of that datastream without doing a ?zfs receive? and occupying all that disk space? I am aware that ?zfs send? is not a backup solution, due to vulnerability of even a single bit error, and lack of granularity, and other reasons. However ... There is an attraction to ?zfs send? as an augmentation to the
2004 Sep 10
1
[Flac-users] Re: my flac -t issue: next approach
...to do it, and apparently flac.exe doesn't. Under a real shell that wouldn't be a problem, because the shell would glob the asterisk. | if errorlevel 1 goto fail | goto exit | :fail | echo Danger Will Robinson! Flac files failed integrity check. | :exit OK then, would this work: flac -t somefile.flac if errorlevel 1 goto fail echo "somefile.flac verified" >> results.txt goto exit :fail echo "somefile.flac did not verify" >> results.txt :exit for each flac file? | This method won't tell you which files passed or failed. It doesn't need to. S...
2011 Nov 29
5
how to install standard software on systems with heterogeneous hardware?
I've been thinking about ways to proceed if I need to set up 5 machines with basically identical software but somewhat variable hardware. A simple approach would be to just set up my golden system and clone the disk, but the hardware differences would probably cause problems. One approach that appeals to me is to install minimal centos on the first system, add a few rpms after installation,
2005 Mar 22
2
mkstemp fails but data still transferred
...not worried about error messages). What seems to be happening is that even though the directory doesn't exist and the temporary file can't be created the data is transferred but not written anywher e.g. /usr/local/bin/rsync --stats -lptgoDvxe ssh sender:/source_dir/ORACLE/dsk03/ORACLE/DIR/somefile.dbf /dest_dir/dsk03/ORACLE/DIR/somefile.dbf rsync: mkstemp "/data00/dsk03/ORACLE/DIR/.somefile.jDaGKh" failed: No such file or directory (2) Number of files: 1 Number of files transferred: 1 Total file size: 839917568 bytes Total transferred file size: 839917568 bytes Literal data: 8399...