Displaying 20 results from an estimated 40000 matches similar to: "Login Script Log"
2019 Dec 13
2
Login Script Log
On 13.12.19 11:19, Rowland penny via samba wrote:
> On 13/12/2019 09:50, basti via samba wrote:
>> Hello,
>>
>> i have a bit more complex login script. This script add common-shares,
>> user shares, set some settings on firefox profile and so on.
>>
>> Sometimes it is working well, sometimes some shares are missing. is
>> there a simple way to log all
2018 Jan 23
1
Samba AD Debug Login Script / Sometimes Network drive not connected
Hello,
I have migrate my samba NT4 Domain to AD. There are 2 DC for failover.
Sysvol is synced with rsync.
Sometimes the network drive is not connected on userlogin. A manual
start of login script or relogin do solve that problem.
Did someone know whats wrong there?
How can I debug the login process?
There is no command window like on windows nt4 domain login process.
Clients are Windows 7.
2014 Nov 04
1
[PATCH] customize: firstboot: fix Linux log output
Pass -a to each tee invocation, otherwise just the last one (so only for
the last script executed) will appear in the log file.
---
customize/firstboot.ml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/customize/firstboot.ml b/customize/firstboot.ml
index 89821f3..0b95708 100644
--- a/customize/firstboot.ml
+++ b/customize/firstboot.ml
@@ -50,8 +50,8 @@ d=%s/scripts
2010 Jan 12
1
[PATCH] Adds the qemu log to the autotest output.
When an autotest finishes running, then the output for the qemu logfile
in /var/log/libvirt/qemu/ is added to the output.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index 7503be0..5ccdbbb 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -41,8 +41,9 @@
2018 Nov 08
1
[nbdkit PATCH] log: Allow user option of appending to log
Always truncating a log can wipe out useful history. Add an
option to change this.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
Hmm - logappend=false enables appending. Maybe we need a common
utility function for parsing bool values (parse 0 and case-insensitive
"off" or "false" as off, all others as true, or even report values
that can't be parsed reasonably)
2018 Feb 15
3
using cat to log to file with sapply
Hi List,
I am trying to write unsuccessfully to a logfile with cat. Here my example code:
letters[1:5]->x
logf<-"test.txt"
cat('%%%%%%%%%%%%%%%%%%%%%%%%%%\n',file=logf)
catf<-function(x,...,logfile='log.txt', append=TRUE){ cat(x,'\n', file=logfile, append=append)}
testit<-function(x,...){
paste0('this is x: ',x)->y
return(y)
2019 Jan 15
2
getcifsacl does not work with CIFS mount versions 2 or 3
Hi
When I mount CIFS share (mount -t cids) with vers=1.0 I can perform
getcifsacl sucessfully. But when I mount with vers=2.0, or 2.1, or 3.0,
ACL reading fails.
getxattr error: 95
REVISION:0x0
CONTROL:0x0
Why getcifsacl depends on SMB protocol version? Can I read ACL via newer
SMB protocol?
A asked on Serverfault but without reply:
2015 Apr 14
2
state of IPSec VPN on CentOS 7: Openswan, strongSwan, RPM packages
On 2015-04-14 11:25, Gordon Messmer wrote:
> On 04/14/2015 11:07 AM, Florin Andrei wrote:
>> I looked in the yum repositories for CentOS 7 and I noticed that there
>> are no packages for any of the major open source IPSec VPN apps -
>> Openswan, strongSwan, etc. I'm pretty sure CentOS 6 had Openswan
>> packages.
>
> libreswan replaced openswan, and is
2004 Nov 29
2
Log file with application running in wineconsole
Hello,
I still didn't find a solution to prevent a large logfile when using
wineconsole :-(
I'm running a windows console (CUI) application using wineconsole and I
noticed all screen output gets logged in /tmp/wine.log.*
I turned of all debug channels with debugmesg -all, but it still logs the
normal screen output of the application (minus the debugmessages). The
problems is that my
2006 Oct 03
2
Change log path problem
Hello,
I changed the log path in shorewall.conf, LOGFILE=/var/log/messages to LOGFILE=/var/log/shorewall, and then I touched the shorewall file in /var/log, permission root:root 600, after shorewall restart, no logging messages appear in /var/log/shorewall. so how can I fix this problem ?
Thanks !!
_______________________________________
YM - 離線訊息
2018 Jan 19
2
Strange thing on log rotation front
Hi all!
I've decided to rotate the dovecot logs automatically on my freebsd
10.4 server using the system's newsyslog feature. I started with
logfile.info putting the line
/var/log/dovecot/logfile.info 600 31 * @T16 ZCU /var/run/dovecot/master.pid 30
which should send a SIGUSER to the master process, which it seems to
do for I see in the log file:
master:
2017 Nov 26
1
Execute a user script whenever a user is added in the domain
My DC handle the authentification and some other Samba server provide
shares (they're pure file servers with winbind). Users get their personal
directory as a share with appropriate permissions.
Up until now I used a Samba 3 server to both handle the authentification
and act as a file server. I had a script to create a Samba user, create the
personal directories and set some ZFS quota on it.
2019 Jan 23
1
getcifsacl does not work with CIFS mount versions 2 or 3
On Wed, 23 Jan 2019 09:47:11 +0100
Miloslav Hůla via samba <samba at lists.samba.org> wrote:
> Dne 2019-01-15 v 13:22 Miloslav Hůla via samba napsal(a):
> > When I mount CIFS share (mount -t cids) with vers=1.0 I can perform
> > getcifsacl sucessfully. But when I mount with vers=2.0, or 2.1, or
> > 3.0, ACL reading fails.
> >
> > getxattr error: 95
>
2019 Nov 15
1
Cron - log when job ends?
Hello,
In trying to resolve a problem with a cron job, we can see when the job starts
by looking in the /var/log/cron log file. However, I was asked if when the job
ends could also be logged. (It seems to be something that crops up every so
often over the years.)
I found on the 'net this article
https://serverfault.com/questions/248915/crontab-is-there-any-log-with-begin-and-end-time
which
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2015 Apr 19
2
Custom named logwatch script
Hello,
I am using multiple files for logging activities for named daemon. The
files are in /var/named/chroot/var/log/named/, for example
/var/named/chroot/var/log/named/general.log.
I am trying to make logwatch look into them. I have created
/usr/share/logwatch/default.conf/logfiles/named.conf like this:
LogFile = /var/named/chroot/var/log/named/general.log
*ExpandRepeats
*OnlyHost
2016 Dec 12
3
CentOS 7 AD member having issues with AD groups
Hi guys,
I've joined CentOS 7 successfully to AD as member server, and set couple
of shares.
But, limiting access by listing groups, or forcing group write isn't
working.
Samba is clearly having issues with groups.
This is example share not working at all (constantly asking for
authentication):
[tools]
path = /data/tools/
comment = Web development
2010 May 06
2
Pre-sign "offline" servers?
How can I pre-sign a server which doesn''t yet have a domain pointing
to it?
I''m trying to get an EC2 "base image" together which is pre-signed
with our master, so I can spin-up as many instances as required. These
instances which will all share the same characteristics and files
(they''re basically dupes), and will all sit behind a load-balancer, so
2019 Oct 16
4
cant login to fileserver
hello,
i migrate a NT4 to ad.
User can login with AD username and can connect to share on DC.
When i try to connect to the fileserver via windows i get access denied.
connect from dc1 to fileserver via smbclient does work.
on the fileserver:
- wbinfo -u show user
- wbinfo -P succeeded
- wbinfo -g show groups
- wbinfo -a Administrator succeeded
- pam-auth-update -> kbr, unix, winbind
nsswitch
2009 Jan 05
3
Log File Reviewing
I need to review a logfile with Sed and cut out all the lines that start with a certain word, problem
is this word begins after some amount of whitespace and unless I search for whitespace at the
beginning followed by "word" I may encounter "word" somewhere legitimately hence why
I don't just search for "word" only...
Anyone know how to make sed accomplish this?