Displaying 20 results from an estimated 400 matches similar to: "OT: Testing copytruncate"
2010 Jun 21
2
Querying netgroup information
Hi
I have been searching for commands to "debug" netgroup membership. I
am using netgroups provided by ldap. I can do a ldap query but it
seems a bit unwieldy to do. I have found a package on ubuntu called
ng-utils
https://launchpad.net/ubuntu/jaunty/+source/ng-utils/0.7-1 which does
what I require and compiles very easily. It contains two commands
netgroup and innetgr to query netgroup
2009 Mar 06
1
problems with acl permissions changing ownership
Hi
I am trying to get a non privileged user to update config files for
apache httpd and have attempted the following:
I have set the following permissions:
setfacl -m user:deployer:--x /etc/httpd
setfacl -R -m u:deployer:rwx,o::--- /etc/httpd/conf.d
setfacl -R -m u:deployer:rwx,o::--- /etc/httpd/conf
I then have a script that is run as the deployer user to checkout config
files from svn and
2008 Oct 15
1
Error on man page
Hi
I discovered a similar problem early this week and a colleage on irc was
told it was a copy and paste error.
in man syslogd, the following can be found:
Sucker rod def. -- 3/4, 7/8 or 1in. hardened steel rod,
male threaded on each end. Primary use in the oil industry in Western
North Dakota and other locations to pump 'suck' oil from oil wells.
Sec-
ondary
2012 Oct 02
3
[Btrfs-next] bulid failure at fs/btrfs/ctree.h
Hello Josef,
FYI build failure occured in fs/btrfs/ctree.h.
CC fs/btrfs/super.o
In file included from fs/btrfs/delayed-inode.h:30:0,
from fs/btrfs/super.c:45:
fs/btrfs/ctree.h:3235:1: error: expected identifier or ‘(’ before ‘<<’ token
make[3]: *** [fs/btrfs/super.o] Error 1
make[2]: *** [fs/btrfs] Error 2
make[1]: *** [fs] Error 2
make[1]: Leaving directory `
make:
2018 May 11
2
smb_krb5_open_keytab failed (Key table name malformed)
Hi.
I joined a fileserver system with Samba version 4.5.12-Debian (fileserv) in
an Active Directory domain managed by a Samba 4.6.7-Ubuntu installed on
another system using "realm discover" and sssd.
The Samba fileserver is correctly joined into the domain and I can
correctly browse AD users:
root at fileserv:/# getent passwd my.user
2008 Jul 15
8
SERIOUSLY OT STREAM EDITING IMAGES
Hi All,
I have been Googling my head off but cannot find a method to stream edit
all the images in a directory and to resize them. I have a large number
of images of up to 3GB in size that I want to put in albums on a
website, but before I do this I need to resize them to a more realistic
configuration.
I know how to do this manually with the GIMP but it becomes tedious for
more than a few
2011 Oct 19
2
Silly logrotate question
Ok, I have Googled this and either I am not asking the right way or I just
can't see what's in front of me (sorry)...
We have log files called app.2011-10-119.log (with the date changing every
day). The log is created by the application each day at midnight.
I have logrotate set to rotate files ending in .log at 4am, with
copytruncate on by default.
If I list the files I see all the old
2011 Jul 18
0
SQUID Logrotate
Hi all,
i have problem, after uprade CentOS 5.5 to 5.6, Logrotate don't work
on two proxy servers. I have installed :
squid-2.6.STABLE21-6.el5
logrotate-3.7.4-9.el5_5.2
On first server , squid logs never rotated, config is here
cat /etc/logrotate.d/squid
/var/log/squid/access.log {
weekly
rotate 5
copytruncate
compress
notifempty
missingok
}
/var/log/squid/cache.log
2018 May 14
1
Logrotate
Am 14.05.2018 um 21:08 schrieb Reindl Harald via samba:
> Am 14.05.2018 um 20:56 schrieb Carlos via samba:
>> /opt/samba/var/log.samba
>>
>> {
>> rotate 10
>> daily
>> compress
>> dateext
>> size 100M
>> nomail
>> missingok
>> notifempty
>> create 644 root
2007 Mar 23
4
DISAATER RECOVERY PROBLEM
Hi Guys,
I am trying to set up a quick disaster recovery methodology for a
client. It is supposed to work as follows:-
All Data files , everything in /etc (except for a few hardware specific
files such as fstab), all users .bashrc and .netrc files, all cron
tables etc. is written to a DVD as a zipped tar file. A recovery script
that unpacks this file, creates any directories required by the
2008 Mar 17
1
update_call_counter: Call to peer '2509' rejected due to usage limit of 1?
Hi,
I am using asterisk-1.4.15, My sip configs is like
[2501]
type=friend
username=2501
secret=2501
canreinvite=no
host=dynamic
dtmfmode=rfc2833
context = sip
disallow=all
allow=ulaw
incominglimit=1
nat=1
queue.conf is like
[gen-enq]
joinempty = yes
musiconhold = default
strategy = rrmemory
servicelevel = 60
timeout = 60
retry = 5
wrapuptime=5
announce-frequency = 90
announce-holdtime = yes
2016 Mar 06
2
logrotate script error
Hey guys,
I'm trying to rotate a logstash log that can grow pretty large. 3.4GB last
I saw!
And that's because the logrotate script I came up with didn't work.
The error I get on a syntax check is this:
#logrotate -f logstash
size: '100M': No such file
size: '100M': No such file
size: '100M': No such file
size: '100M': No such file
size:
2018 Dec 13
0
CEBA-2018:3635 CentOS 7 cronie BugFix Update
CentOS Errata and Bugfix Advisory 2018:3635
Upstream details at : https://access.redhat.com/errata/RHBA-2018:3635
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
ee7a129748edd326f1a6d1ab147b84217cacb5cfaaa05b3e96f0442d33da0088 cronie-1.4.11-20.el7_6.x86_64.rpm
2016 Jul 28
2
ElasticSearch Logrotate not working
Hey guys,
I have this log rotation script setup in my /etc/logrotate.d folder
/var/log/elasticsearch/*.log {
daily
rotate 100
size 50M
copytruncate
compress
delaycompress
missingok
notifempty
create 644 elasticsearch elasticsearch
}
And I notice that log files are still being generated that are upwards of 7
or 8 GBs. Can anyone point out to me where the
2008 Sep 30
3
Firefox distorted printing
Hi,
I am running a fully updated CentOS 4 box. Since the last few rounds of
updates - upgrading to the latest Firefox, I find that I can not print
Bank statements etc ( .ps files when saved to disk). The Bank's logo and
any lines on the form print OK but the actual content is distorted
beyond recognition - printing a series of special characters
(!"$%&#'(") instead of
2018 Jun 14
2
After logrotation Dovecot still writes to old log file
Hi there
This is weird. On my latest Ubuntu server Dovecot seems to write to
/var/log/dovecot.log.1 instead of a recently created /var/log/dovecot.log
Here my logrotate config for Dovecot:
/var/log/dovecot.log {
??????? su root syslog
??????? rotate 7
??????? missingok
??????? copytruncate
??????? create 666 root syslog
??????? sharedscripts
??????? postrotate
??????????? doveadm log
2016 Dec 05
2
Join QNAP to a Samba AD
Hello,
I'm currently stuck with a QNAP NAS appliance (don't buy this !)
I have a Sernet Samba 4.5 as an AD controller and my QNAP have a Samba 4.0.25
(latest update)
All i want is to join the QNAP to the AD, the QNAP will act as the file
server.
The join in the official way is okay but the uid / gid mapping is f*cked.
I tried almost everything, change the idmap,
2023 Nov 19
2
[Bug 3635] New: ssh-add -s always asks for PKCS#11 PIN
https://bugzilla.mindrot.org/show_bug.cgi?id=3635
Bug ID: 3635
Summary: ssh-add -s always asks for PKCS#11 PIN
Product: Portable OpenSSH
Version: 9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at
2016 Dec 05
0
Join QNAP to a Samba AD
On Mon, 05 Dec 2016 15:43:09 +0000
contact--- via samba <samba at lists.samba.org> wrote:
> Hello,
>
>
>
> I'm currently stuck with a QNAP NAS appliance (don't buy this !)
>
>
>
> I have a Sernet Samba 4.5 as an AD controller and my QNAP have a
> Samba 4.0.25 (latest update)
>
>
>
> All i want is to join the QNAP to the AD,
2008 Nov 18
2
Where do I find perl XML::Parser module
Hi,
I am trying to install a package that requires the perl XML::Parser module.
So far I have:
Googled
Installed rpmforge and yum priorities
set priorities for all repositories used with rpmforge at 10
tried yum install perl-XML, yum install mod_perl-XML etc. and get
response "Nothing to do"
so what is the correct yum request to get this package installed.
uname -a
Linux xxx.co.za