Displaying 20 results from an estimated 8000 matches similar to: "need help: about remove space"
2007 Feb 07
2
ncluding backgroundrb issue
I have the next including files structure :
- controller fileaA.rb including line (#8): require "fileB"...
- /lib/fileB.rb with main header: load ''backgroundrb/worker.rb''
load ''backgroundrb/
worker_rails.rb''
class FileB <
2010 Jan 21
2
Help with correct text file syntax EXCLUDE/INCLUDE + OPTION
Hi,
Linux-Ubuntu here. English is not my first language. The man rsync is
difficult to understand. I want to backup some folders recursively and
some files, see [1] in my /home dir to an external USB HD (Ext4). I want
to use a text file for the purpose.
[1]
/home/user/Documents
/home/user/Software
/home/user/.evolution/addressbook/local/system/addressbook.db
2012 Nov 09
4
Usage of puppet to deploy and configuration manage software patches
I have some questions in terms of how to use puppet of configuration
management for software patches. My previous approach was it to create a
puppet module for each patch ... Like Patch1 includes (FileA, FileB,
FileC), Patch2 includes (FileD, FileE)... So far so good and that works but
now i have to create a Patch3 with lets say FileF and FileA included. As
you can see there will be a puppet
2010 Sep 03
1
How to Retain Ownership on webdir
Hi,
I have this webroot /webdir/ with 2775 permission so that any created
file/directory by apache inside of /webdir/ will be 'users:webusers'.
However, I noticed when the apache created a new files (fileB) / directories
(dirB), the ownership becomes 'apache:apache' and the sgid has gone for
/webdir/ (drwxrwxr-x). I'm currently using Wordpress.
[before]
drwxrwsr-x users
2003 Sep 18
2
bad hardlinks with rsync
Hi List
I've experienced some problems with rsync. I'm backuping a complete
machine's rootdirectory. After completion I see in the log of the
output, that rsync links some files which are surely *not* the same
on the source System. Or well, it says, that it makes links, using
the filename1 => filename2 notation. On the source System this files
are not the same and some files are
2002 May 06
6
SCP file corruptions
Hi,
I apparently was asleep at the wheel using scp, and accidentally copied a
file onto itself. Scp generated an Input/Output error and did not perform
the copy. However, now the file is corrupt. Is this a but? Is there anyway
to fix the file I messed up?
Thanks,
Don Gathman
208.396.6675
2013 Jun 10
4
Combining CSV data
Hello R community,
I am trying to combine two CSV files that look like this:
File A
Row_ID_CR, Data1, Data2, Data3
1, aa, bb, cc
2, dd, ee, ff
File B
Row_ID_N, Src_Row_ID, DataN1
1a, 1, This is comment 1
2a, 1, This is comment 2
3a,
2007 Aug 14
8
sh DTrace provider available
As noted on my blog and at
http://www.opensolaris.org/os/community/dtrace/shells/ I''ve made
available a DTrace provider for the Bourne shell. Before anyone starts
yelling at me for not starting with another shell, read the blog I made
explaining why we started with shell (link on the community page
referenced above).
For /bin/sh, I''ve put up something akin to a chapter in
2005 Jul 31
0
[Bug 2933] New: regression with hardlinked devices
https://bugzilla.samba.org/show_bug.cgi?id=2933
Summary: regression with hardlinked devices
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2002 Jun 21
0
File date stamp on overwrite
This is a re-post of a note I sent yesterday. Somehow I
neglected the subject line and haven't seen my note in
the digests.
Hello,
I'm new to the list, but searched archives and didn't
find an answer to my question so...
I have two Solaris servers, one with Samba 1.9.18p10
and the other with 2.2.4. My problem is that I'm having
timestamps modified unexpectedly on one
2005 Jul 31
5
Shared versus static linked executables - and strip
I'm still pondering with kbuild and klibc.
Next in line was to get ipconfig support in the kernel (build wise).
A little challenge that is bigger than anticipated was to create
a shared executable. This required a far bigger rewrite of Kbuild.klibc
than originally planned. The good part is that I now managed to treat
linking of objects with single and multiple .o files almost the same.
2007 Sep 08
3
DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?
https://bugzilla.samba.org/show_bug.cgi?id=4961
Summary: rsync ignores --compare-dest flag?
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: jae@platinumpsi.com
2005 Jul 06
2
OpenSSH and non-blocking mode
Dear OpenSSH developers,
OpenSSH setting non-blocking mode on its standard files creates serious
problems.
Setting non-blocking mode violates many of the semantics of how files
are supposed to behave and most programs (and most, if not all, stdio
libraries) are not prepared to deal with it. That wouldn't be a problem
except that non-blocking mode is not a property of the file descriptor
but
1999 Dec 13
1
file-permition samba vrs novell !
hi there !
I want to change a novell-netware server to a samba server, and
there i have a big problem with the file-permitions !
we use a big database-system. the clients searches for the
programs and for the data's on the same drive, so i must have one
share with different rights (rwx ... for data and rx for programs)
the directory structure is the following:
vol1\
\flex31d
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END.
because the file size maybe update on another node.
if it not . after call llseek in SEEK_END. the position is old.
this bug can be reproduce the following scenario:
at first ,we dd a test fileA,the file size is 10k.
on NodeA:
---------
1) open the test fileA, lseek the end of file. and print the position.
2) close the test
2010 Dec 06
4
http request, which command is good for testing
Hi all
I just know there are curl / lwp-request, lynx and elinks
Which command is good for http testing?
Thank you
2014 May 25
2
Samba 4 / Kerberos / ssh
I try to get Samba 4 with ssh running.
I found in the Script from Matthieu Patou tot he sysvol sync the follwing intresting line.
---
kinit -k -t /etc/krb5.keytab `hostname -s | tr "[:lower:]" "[:upper:]"`\$
rsync -X -u -a $dc_account_name\$@${dc}.${domain}:$SYSVOL $STAGING
---
when i understand correct he uses the domain controller service principle to connect to the
2020 Jan 30
3
SSH certificates - restricting to host groups
On Thu, Jan 30, 2020 at 7:11 AM Christian, Mark
<mark.christian at intel.com> wrote:
>
> On Thu, 2020-01-30 at 12:27 +0000, Brian Candler wrote:
> > As a concrete example: I want Alice to be able to login as "alice"
> > and
> > "www" to machines in group "webserver" (only). Also, I want Bob to
> > be
> > able to login as
2002 Sep 24
1
LDAP Group Mapping Problem w/ Samba 2.2.5
Hi there.
I have set up a Samba 2.2.5 Server with LDAP support. I don't wont local
system users, so i also set up PAM authentication against ldap. This
works fine, Machine Trusts and Users are not needed to be local (in
/etc/passwd or /etc/group). The same with Groups. Now here is my Problem.
Example:
Assume two users, alice and bob, and two groups, alice-group and
bob-group which are
2018 Mar 28
2
random wrong login shell in domain member
Hello, everybody. I have encountered some strange situations that are driving me crazy. I have 2 DCs which using sernet samba, version 4.7.6. and I use a samba version 4.6.2 as a domain member for file sharing in CentOS7.4. The domain member works well as a file server, but When I login to that domain member using AD authtication. Sometimes, It works OK too, but sometime , I can't login that