similar to: SV: Ext3 destroying ownerships and permissions

Displaying 20 results from an estimated 2000 matches similar to: "SV: Ext3 destroying ownerships and permissions"

2001 May 09
4
Ext3 destroying ownerships and permissions
Hi! A few weeks ago we upgraded 9 large webservers from ext2 to ext3. Since then we've seen very strange behavior on several of the machines. Permissions of files are repeatedly changed at random occasions. Several times, ownership of files have been totally mangled. Several users have logged in to discover that all their files suddenly are owned by another user! At two of these occasions
2012 Aug 13
2
Variables and scope with inherits
I want to have a parametrized class with lookup from params.pp but I keep getting into problems. init.pp: class foo ( $bar = $foo::params::bar, $foofoo = $foo::params::foofoo ) inherits foo::params { file {''/tmp/foobar'': content => template("foo/foobar.erb"), } } params: class foo::params { $bar = true if $foo::bar { $foobar =
2006 Feb 25
9
trace("") prints hex dump table
I''m running SunOS unknown 5.11 snv_33 i86pc i386 i86pc and to print a blank line in the output of my script I tried adding: trace(""); which printed 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2011 Jan 03
1
samba 3.5.6 and AIO on Linux
Hi list, I have been trying to enable AIO on ARMv5 Samba built with kernel headers 2.6.31.8, the configure indicated that AIO is supported via kernel headers and all went smooth (regarding the build process). Once I added the smb.conf 'aio write size=1' and tried to perform a file copy to the Samba share I noticed that 32K of the file (of the 1GB file) have been copied to the share but
2003 Sep 24
1
same system syncs of filesystems, yet changing ownerships;
Folks, I'm setting up to sync files from a staging env to a prodution env, such that the filesystems for both are served via nfs to their respective systems. Thus, I can do the rsync on the nfs server as a 'advanced cp'. rsnyc $parms filessystem filesystem2 Due to ownerships and permissions, I have to run this as root, but, I'd like the files to belong to another user and
2006 Sep 06
1
Howto ? :: multi notes for same product in rails
Hi, I want to create multi notes for one item. How can I do so in Rails. Steps I want. 1- create a new item 2- write in the edit screen name,desc,.... 3- Add some notes to this item ( from 1 to 20 notes) 4- Save the new item. Any good link or nice document ? Thanks Henrik E --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2005 Feb 08
0
Huge fonts in font selector - no characters when printing
I'm experimenting with a Swedish accounting program (SPCS Administration 2000) in Wine. The program seems to work fine except for printing. Only a few formatting horizontal lines are printed, no characters at all. It's the same result in the print preview, printing to a PDF or to a real printer (through CUPS). In the printing dialog there is an option to select fonts. In the font
2002 Oct 16
0
rsync hangs/stalls on long filenames
Hi! I'm using (the excellent) rsync utility to do backup on several large www-servers. The backup machine runs in daemon mode. However, once in a while the backup hangs/stalls eternally. Using lsof I've been able to determine that this happens only when rsync has reached some file with an unusually long path. Details: ### General ### - Both machines involved run linux, kernel 2.4.19 -
2001 Nov 13
4
EXT3 with 2.2.20 - Is it stable enough for a production server th at is used 24X7?
Hello All, I have a production server that is running 2.2.20. This server *has* to be up 24X7 - what I'm wondering is: 1) Is ext3 on 2.2.20 rock stable? Or, would you recommend that I just stay with ext2? 2) I have looked far and wide for a the ext3 patch for 2.2.20 - where can I find it? 3) Were are the e2fsprogs that are appropriate to run with the 2.2.X kernel series? Thanks,
2015 Mar 11
0
UPN authentication for windows 2003 server
Hi, When samba is joined to a 2k3 domain, UPN authentication does not work. It works using smbclient, but not from a workstation that is not part of the domain. I can reproduce this easily and provide logs and tcpdump's if necessary. The same problem does not occur when samba is joined to 2k8 or 2k12 domains. Is this by design? Am I missing something? - John -------------- next part
2014 Jan 07
1
Ownerships of VMs and Image files
Hello, I installed libvirt and qemu/kvm on a machine. I testet a little with those and found out that all users having an account on that machine can start every VM of every other user on the machine, in some conditions even directly access the image file on the real host. What I would like to have is that every user can only access the VMs and image files he or she created himself/herself, as
2010 Feb 02
0
Problem with file ownerships on domain member server
Hi I'm possibly missing something obvious, but I'm struggling with ownership permissions on a Samba server. I have a Solaris 10 server running Samba 3.0.33. The server has been joined to the Active Directory domain (CSS). Every user has both a Unix login (served by NIS) and a Windows Domain login account. I can connect to the Samba share and create files without any problems. The Samba
2005 Apr 30
3
as.numeric method for objects of class "difftime"
I have just become painfully aware that objects of class "difftime", generated by the difference of two POSIXct objects, carry a "units" attribute, which flashes by when the object is printed, for example. The pain was occasioned when I tried to turn these objects into numberic objects for use elsewhere as a covariate. as.numeric(difftime object) simply turns off the units
2013 May 15
1
Using rsync to just -resync permissions and ownership?
G'day, I'm in the process of fixing a long broken rsync backup on a couple of servers. The old system rsync'd a Linux (CentOS 5) server onto a Opensolaris/OpenIndiana server but didn't worry about ownership or permissions, across an expensive WAN link. All the ownerships and permissions are different to the original box on the OI box. I now have a virtual CentOS 5 box that I
2012 Aug 01
1
R_nls_iter error: REAL() can only be applied to a 'numeric', not a 'logical'
Hi I am using the nls function in R however it is causing the following error: REAL() can only be applied to a 'numeric', not a 'logical' Using traceback shows this occurs after the .Call(R_nls_iter, m, ctrl, trace) call. However I do not know how to debug this further to find out what is causing the error. The data I give the nls call definitely starts as numeric. The
2004 Apr 24
1
smbldap: odd ownership of un-tarred files
I've just been setting up a new server with RHEL 3, samba 3 with LDAP authentication and using the smbldap-tools ver. 0.8.4. I've finally got things working, but just noticed something odd. I have so far only created myself as a user, with uid=1000 and gid=513. As root, I obtained the latest gzip file for squirrelmail and untar'd it. The odd thing is that the directory created
2008 Feb 03
0
Problem with file ownership/permissions on WinXP client
Sorry if this is a faq, known issue, or otherwise easy to solve problem - have searched lists, docs, web etc, and don't find answer. I have a Samba server (3.0.14) running on a remote (Debian) fileserver. Most workstations are OSX or Solaris and the shares on the fileserver are NFS mounted on those machines. I now need to mount the fileserver on a Windows XP laptop. I can successfully
2008 Feb 11
1
File ownership problems
Sorry if this is a faq, known issue, or otherwise easy to solve problem - have searched lists, docs, web etc, and don't find answer. I have a Samba server (3.0.14) running on a remote (Debian) fileserver. I now need to mount the fileserver on a Windows XP laptop. I can successfully "map network drive" and mount the filserver on the Windows computer. The problem is that all files on
2005 Mar 01
1
Client-initiated backup and file ownership
This is less a question about rsync and more about how rsync can be used as a backup solution in a particular case. If one of the tools built over rsync for this purpose solves this, I'm eager to hear how. Otherwise, suggestions are welcome. Server-initiated backups are easy. The rsync process can run as root on the backup server, and so it can set the stored files' ownerships as
2006 Mar 07
0
Destroying a SIP extension doesn't destroy voicemail box?is this a bug?
Hi all, I'm using Asterisk@home 2.5, and i've done: 1-Create a SIP extension. 2-Leave there a Voicemail message 3-Remove SIP extension Then I've create another SIP extension but with the same number of the above one. I found imediately a voicemail message in my voicemail box. Is this a bug? Am I doing something wrong? Best regards, Marco Mouta