Displaying 6 results from an estimated 6 matches for "file_storage".
2006 Oct 03
3
Capistrano and Uploaded Documents
I have an application I''m working on which allows me to upload files. The
files are stored somewhere in the public directory so that they can be
accessed directly. When I deploy an update with Capistrano, I ''lose'' the
files because of the current symlink points to the new checked out version.
Before I start working on a solution, has anyone else already solved this
2009 Dec 13
4
v3.0.4 and OSXS - Exit code: 1
Hello,
I used Lingon for Leopard Server to create a launchd job that would
execute the following rsync (v3.0.4) command when logged in as admin at
12:01 AM each day.
sudo rsync -aAHvWX /Volumes/File_Storage/docs/
/Volumes/File_Storage_Mirror/docs
When launchd executed this command, it did not work. The system.log
file reads "Exited with exit code: 1". It called it at 12:01 AM, but it
did not execute properly.
When I VNC via SSH into the server, and execute that exact same command
at...
2008 Nov 08
5
v3.0.4 OS X Execution Errors
Hello,
I have compiled v3.0.4 of rsync per
http://www.bombich.com/mactips/rsync.html. Unfortunately, I can't get
rsync v3.0.4 to work properly.
If I execute this command on the target Mac, I receive this error.
sudo rsync -An --progress --log-file=docs_transfer
server.domain.com:/Volumes/File_Storage/docs /Volumes/File_Storage
rsync: on remote machine: -vnpAe.Ls: unknown option
rsync error: syntax or usage error (code 1) at
/SourceCache/rsync/rsync-24/rsync/main.c(1099)
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream...
2013 Mar 05
8
Software RAID complete drives or individual partitions
...about software raid. I configured my first software raid system about a month ago.
I have 4 500 Gig drives configured in RAID 5 configuration with a total of 1.5TB.
Currently I configured the complete individual drivers as software raid, then created a /dev/md0 with the drives
I then created a /file_storage partition on /dev/md0.
I created my /boot / and swap partitions on a non raid drive in my system.
Is the the proper way to configure software raid?
2011 May 13
1
1.8.4 Core Dump after installing from source
...nabled ODBC voicemail storage through the command line with:
make menuselect.makeopts
menuselect/menuselect --disable-category MENUSELECT_OPTS_app_voicemail
menuselect.makeopts
menuselect/menuselect --enable ODBC_STORAGE menuselect.makeopts
Could it be that ODBC_STORAGE is causing problems with FILE_STORAGE,
even if I explicitly disabled FILE_STORAGE?
I also used 'strip' on the binaries (could that be the reason?):
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : |
xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object"...
2008 Jun 11
2
Mounting Samba Share using linux login
Windows users are able to mount samba share using windows. But for
linux user, we need to create credentials file, to mount samba share
e.g:
//servername/file_store /home/user/Desktop/file_storage smbfs
credentials=/root/.smbcredentials
Is it possbile to change the credentials to something like windows
users (for example credentials=unix user) so as the mounted share
would depend on who login the linux box?
This is important as I want to let user change their own password, and
keeping .smb...