1,167 reputation
9
bio website
location Stockholm, Sweden
age 41
visits member for 10 months
seen May 23 at 6:50
stats profile views 100

I'm a unix sysadmin, currently working with security issues in internet banking and web services. I've previously worked with mail servers at a largish ISP, including handling abuse and spam issues.


Mar
27
comment nscd uses 100% cpu
The last time I saw anything like that was on a server that had more than a million users in /etc/passwd; it would do that when you added more users to it. If that's not the case here, I'll join the choir singing "restart nscd".
Mar
27
answered doing an rsync across multiple machines
Mar
26
comment Where is the setting for sending email to a system user with ssmtp?
What does "doesn't work" mean? What do the logs say?
Mar
26
answered Where is the setting for sending email to a system user with ssmtp?
Mar
25
comment rsync timed out
OK, I've added some possible ways to handle it.
Mar
25
revised rsync timed out
added several options that may work
Mar
22
comment rsync timed out
If you don't use the -c option it won't use checksums at all, so that'd be one way.
Mar
22
answered rsync timed out
Mar
19
reviewed Reviewed possible to load kernel module that “disagrees about version of symbol”
Mar
19
comment possible to load kernel module that “disagrees about version of symbol”
The question was how to do this without having to hunt down the source code for the module, so an answer that requires having the source code may not be very helpful.
Mar
19
answered How do I get a list of all the available keyboard layouts in X.org?
Mar
18
reviewed No Action Needed Compiling multiple source file with arm-ulinucxeabi-gcc including -o -c option
Mar
18
answered Replacing pattern after nth match is found on each line?
Mar
18
revised Replacing pattern after nth match is found on each line?
Fixed grammar and spelling
Mar
18
suggested suggested edit on Replacing pattern after nth match is found on each line?
Mar
18
reviewed No Action Needed how to know IPs available on a server?
Mar
15
comment Mount cifs Network Drive: write permissions and chown
Is the file system listed in /etc/fstab? If so, what options does the entry have?
Mar
15
reviewed No Action Needed Daemontools multilog loses log line time information. How to fix it?
Mar
15
answered Can't open syntax.vim error when using vimrc
Mar
15
comment Can't open syntax.vim error when using vimrc
Does the file /usr/share/vim/vim70/syntax/syntax.vim exist? If so, is it readable?