search for: akane

Displaying 8 results from an estimated 8 matches for "akane".

Did you mean: kane
2009 Feb 11
2
--link-dest=server::location/folder
I'm wondering if I can use link-dest to compare rsync to a remote directory. rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 / myserver::akane/ranma.daily.0 Something like that? Is it going to work like it does when doing a local rsync with a local link-dest directory? Is it going to chew massive amounts of bandwidth? Is there something else I should be doing instead? I have actually tr...
2005 Apr 12
1
Writing to a vfat partition problem
...ror: error in file IO (code 11) at main.c(381) rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(359) -=-=-[ error ]-=-=- The directory I am trying to write to already exists: -=-=-[ shell ]-=-=- [madison@akane cgi-bin]$ ls -lah /mnt/tle-bu/mnt0/tle-bu/231e2838-93b0-4f6f-8b8b-f09e24e1ed80/ total 8.0K drwxr-xr-x 2 madison madison 4.0K Mar 31 20:59 . drwxr-xr-x 3 madison madison 4.0K Apr 11 20:53 .. -=-=-[ shell ]-=-=- And as you can see it is mounted as the same user I am trying to run 'rsync...
2011 Mar 28
1
ordination in vegan
...ent (or have different colored points for the different treatments. I don't know if it matters but I used downweight() before applying decorana(). down <-downweight(spp2009bttl, fraction = 5) down.dca <- decorana(down) scores(down.dca) summary(down.dca) Thanks so much! -Akane [[alternative HTML version deleted]]
2016 Aug 11
2
vfs_streams_depot
Hi, I have configured vfs_streams_depot to support some NTFS metadata. The metadata files are being created but permissions are not inherited from their parent objects. Only a user who created the metadata has full access to it. For example, we have one file object "file1" and few users having full access to it. If one user creates metadata information all other users cannot read nor
2016 Aug 12
0
vfs_streams_depot
Eventually, I was able to fix it using masks. create mask = 0774 directory mask = 0775 On Thu, Aug 11, 2016 at 2:15 PM, akan tortz <manas.marat at gmail.com> wrote: > Hi, > > I have configured vfs_streams_depot to support some NTFS metadata. The > metadata files are being created but permissions are not inherited from > their parent objects. Only a user who created the
2017 Jul 06
1
Domain users with expired account passwords cannot set a new one during login
I'm in the process of setting up a Samba 4 PDC on Debian 8. I've set user passwords to expire after a day for testing purposes. When a user tries to log in when his password has already expired, he only gets a short "The user account has expired." message and then gets sent back to the username/password screen, effectively locking them out. Tested with Windows 10 and Windows 7.
2018 Mar 06
1
[CentOS] trying to get amavid to work on centos 7
A new user to linux, Centos 7 and CWP the following is what I get when I try to start my AMaViS (A Mail Virus Scanner) amavisd.service - Amavisd-new is an interface between MTA and content checkers. Loaded: loaded (/usr/lib/systemd/system/amavisd.service; disabled; vendor preset: disabled) Active: failed (Result: start-limit) since Tue 2018-03-06 17:01:19 WAT; 33s ago Docs:
2006 Oct 24
4
Where to put a large constant?
In a registration form I allow the user to select several spoken languages and of course to minimize tomfoolery I am using selects. In the view I have: <%= select(''person'', ''language1'', LANGUAGES, options = {}) %> In my people_helper.rb I have: module PeopleHelper # constant for language selection in ''_form_background.rhtml''