search for: varlib

Displaying 17 results from an estimated 17 matches for "varlib".

Did you mean: jarlib
2016 Feb 04
3
A question about Samba logging
Hi May I ask for help with this again please? I’m trying to ensure that Samba writes its wins.dat file to tmpfs. I have added these mount commands to /etc/init.d/samba: case $1 in start) mount -t tmpfs tmpfs /var/run/samba mount -t tmpfs tmpfs /var/cache/samba /etc/init.d/nmbd start /etc/init.d/smbd start
2013 Oct 10
3
Detect dhclient leases file in centos
...way() { # $1 = interface local interface interface=$1 local GATEWAYS GATEWAYS= local gateway gateway=$(run_findgw_exit $1); if [ -z "$gateway" ]; then gateway=$( find_peer $($IP addr list $interface ) ) fi if [ -z "$gateway" -a -f ${VARLIB}/dhcpcd/dhcpcd-${1}.info ]; then eval $(grep ^GATEWAYS= ${VARLIB}/dhcpcd/dhcpcd-${1}.info 2> /dev/null) [ -n "$GATEWAYS" ] && GATEWAYS=${GATEWAYS%,*} && gateway=$GATEWAYS fi if [ -z "$gateway" -a -f ${VARLIB}/dhcp/dhclient-${0}.lease...
2016 Feb 05
0
A question about Samba logging
...s that needs to be corrected please tell us. To remember! Files in /etc/tmpfiles.d override files with the same name in /usr/lib/tmpfiles.d so knowing this .. cp /usr/lib/tmpfiles.d/samba.conf /etc/tmpfiles.d/samba.conf and add to this file d /run/samba/varcache 0755 root root - d /run/samba/varlib 0755 root root - This solves the problem of the needed tmpfs folders Now you problely also want to backup the content of these when stopping samba and put it back when you start samba. This might be bit faultly, and may need corrections. Create the samba2ram.service folder to add this servic...
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...directory: /etc/asterisk Module directory: /usr/lib/asterisk/modules Spool directory: /var/spool/asterisk Log directory: /var/log/asterisk Run/Sockets directory: /var/run/asterisk PID file: /var/run/asterisk/asterisk.pid VarLib directory: /var/lib/asterisk Data directory: /var/lib/asterisk ASTDB: /var/lib/asterisk/astdb IAX2 Keys directory: /var/lib/asterisk/keys 1. Am I correct to expect a coredump file to be produced anytime asterisk segfaults ? 2. Does Ast...
2012 Sep 03
10
Shorewall 4.5.8 Beta 1
...shorewallrc file with the default value ''/var/lib''. This was at odds with the usage of VARDIR in /etc/$product/vardir, where the variable VARDIR holds the state directory for a particular product (e.g., /var/lib/shorewall). To eliminate this issue going forward, a VARLIB variable has been added to shorewallrc to assume the role previously filled by VARDIR while VARDIR now defaults to ''${VARDIR}/${PRODUCT}''. When a pre-4.5.8 shorewallrc file is present, VARLIB is set to ${VARDIR} and VARDIR is set to ${VARLIB}/${PRODUCT}. If VARLIB...
2012 Sep 03
10
Shorewall 4.5.8 Beta 1
...shorewallrc file with the default value ''/var/lib''. This was at odds with the usage of VARDIR in /etc/$product/vardir, where the variable VARDIR holds the state directory for a particular product (e.g., /var/lib/shorewall). To eliminate this issue going forward, a VARLIB variable has been added to shorewallrc to assume the role previously filled by VARDIR while VARDIR now defaults to ''${VARDIR}/${PRODUCT}''. When a pre-4.5.8 shorewallrc file is present, VARLIB is set to ${VARDIR} and VARDIR is set to ${VARLIB}/${PRODUCT}. If VARLIB...
2013 Feb 11
1
Starting S4 in production
Hello, I would try to migrate S3 to S4 in production but these messages (in bold) blocks me to do this. I can authenticate users et computers yet !, So what does they mean ? Regards root at vspdc:~# /usr/local/samba/bin/samba-tool domain classicupgrade --dbdir=/root/smb3/varlib --dns-backend=BIND9_DLZ --use-xattrs=yes --realm=sc.isc84.org /root/smb3/etc/smb.conf Reading smb.conf Provisioning Exporting account policy Exporting groups *Severe DB error, sambaSamAccount can't miss the samba SIDattribute* Ignoring group 'Domain Users' S-1-5-21-1031258178-388409...
2016 Nov 30
2
Asterisk 14.2 CLI don't show debug/verbose data
...directory: /etc/asterisk Module directory: /usr/lib/asterisk/modules Spool directory: /var/spool/asterisk Log directory: /var/log/asterisk Run/Sockets directory: /var/run/asterisk PID file: /var/run/asterisk/asterisk.pid VarLib directory: /var/lib/asterisk Data directory: /var/lib/asterisk ASTDB: /var/lib/asterisk/astdb IAX2 Keys directory: /var/lib/asterisk/keys AGI Scripts directory: /var/lib/asterisk/agi-bin Any hint ? Michele -- Michele Pinassi Re...
2017 Feb 14
2
Advices when Asterisk segfaults and nothing useful in logs
...ory: /usr/lib/asterisk/modules >> Spool directory: /var/spool/asterisk >> Log directory: /var/log/asterisk >> Run/Sockets directory: /var/run/asterisk >> PID file: /var/run/asterisk/asterisk.pid >> VarLib directory: /var/lib/asterisk >> Data directory: /var/lib/asterisk >> ASTDB: /var/lib/asterisk/astdb >> IAX2 Keys directory: /var/lib/asterisk/keys >> >> >> >> 1. Am I correct to expect a coredump f...
2013 Feb 01
3
[PATCH 0/2] A few Arch Linux specific changes
I''m attaching a few changes that are specific to Arch Linux and are motivated by our recent switch to systemd. System V init scripts are no longer used/supported on Arch Linux and, therefore, the Arch Linux init scripts can be removed from Shorewall. The two patches that follow are based against master; if it''s possible to apply them to the upcoming Shorewall 4.5.13 as well,
2018 Jan 22
0
[Patches] AD Database corruption after upgrade from <= 4.6 to 4.7 (bug #13228)
...;CN=Grafing,CN=Sites,CN=Configuration,DC=samba-list,DC=loc Not removing dangling forward link Please use --fix to fix these errors I updated to 4.7.3 and back then edited the ldb file and deleted the links to old expunged sites whom did no longer exist with the given GUID. #~ldbedit -e nano -H /varLib/samba/private/sam.ldb.d/CN=CONFIGURATION,DC=SAMBA-LIST,DC=LOC.ldb #~samba-tool dbcheck --reindexdb An month later on 26.12.2017 at about 5 am a few groups suddenly had an messed up member list, some users showed up twice some where missing. I fixed it by deleting and recreating the affected group...
2016 Nov 11
6
Asterisk 11.24.1 garbled audio
>Information on timing sources can be found here: >https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces >As noted on that page, ConfBridge can use any timing interface Asterisk >provides, and is not limited to the DAHDI timing interface. Generally, >timerfd is a good timing interface. >That aside, I would try to rule out external issues with the garbled audio
2013 Mar 16
23
Shorewall 4.5.15 Beta 1
Beta 1 is now availablew for testing. Problems Corrected: 1) Previously, the Shorewall and Shorewall6 install.sh scripts did two things wrong with respect to the /etc/shorewall[6]/routes file: - The existing file was unconditionally removed. - A skeleton file was not installed when SPARSE was not set in the shorewallrc file. Additionally, the installer would remove
2013 Mar 16
23
Shorewall 4.5.15 Beta 1
Beta 1 is now availablew for testing. Problems Corrected: 1) Previously, the Shorewall and Shorewall6 install.sh scripts did two things wrong with respect to the /etc/shorewall[6]/routes file: - The existing file was unconditionally removed. - A skeleton file was not installed when SPARSE was not set in the shorewallrc file. Additionally, the installer would remove
2017 Feb 17
2
Advices when Asterisk segfaults and nothing useful in logs
...s >>>> Spool directory: /var/spool/asterisk >>>> Log directory: /var/log/asterisk >>>> Run/Sockets directory: /var/run/asterisk >>>> PID file: /var/run/asterisk/asterisk.pid >>>> VarLib directory: /var/lib/asterisk >>>> Data directory: /var/lib/asterisk >>>> ASTDB: /var/lib/asterisk/astdb >>>> IAX2 Keys directory: /var/lib/asterisk/keys >>>> >>>> >>>>...
2017 Nov 25
1
Problem with not fixable dangling forward links
Am 25.11.2017 um 16:55 schrieb Achim Gottinger via samba: > > > Am 25.11.2017 um 04:39 schrieb Andrew Bartlett: >> On Fri, 2017-11-24 at 11:55 +1300, Andrew Bartlett via samba wrote: >>> On Tue, 2017-11-21 at 11:21 +0100, Achim Gottinger via samba wrote: >>>> Hello List, >>>> >>>> In preparation to update my samba ad-dc's running
2018 Jan 22
2
[Patches] AD Database corruption after upgrade from <= 4.6 to 4.7 (bug #13228)
On Mon, Jan 22, 2018 at 05:24:44PM +0100, Achim Gottinger via samba wrote: > Am 22.01.2018 um 10:49 schrieb Stefan Metzmacher via samba: > > Also DO NOT repair the following errors with samba-tool dbcheck! > > "Remove duplicate links in attribute" > > and > > "ERROR: orphaned backlink" > > as this removes the ability to repair the database >