| bio | website | eppesuigoccas.homedns.org/… |
|---|---|---|
| location | Italy | |
| age | ||
| visits | member for | 5 months |
| seen | 31 mins ago | |
| stats | profile views | 18 |
SysAdmin on large Unix machines (HP-UX, AIX, Linux, and lately solaris). I mainly work on Performance analisys and Tuning for problems related to Infor ERP LN and database (manily oracle). I also design applications and program them, currently in Java. I am absolutely unhappy with Java and I will start my next work probably in Python or Django.
|
Apr 9 |
comment |
Strange behavior in mv command - maybe open sys call issue? @Jmoney38 you may probably simply check /etc/fstab. |
|
Apr 9 |
comment |
Strange behavior in mv command - maybe open sys call issue? Do you have any non standard option for the target file system? I am referring to journaling options specially. |
|
Apr 5 |
answered | Host lookup that respects /etc/hosts |
|
Apr 1 |
revised |
What is the fastest way to extract an ISO? typo |
|
Apr 1 |
answered | What is the fastest way to extract an ISO? |
|
Mar 16 |
comment |
chroot fails with --userspec when chroot is i686 You are right.I did not correctly understood that sentence. Maybe you could also try a workaround like preceding your commands with a su --command 'sg $group -c "$command"' $user or write a wrapper script that runs inside the chroot. |
|
Feb 7 |
comment |
Ksh Script to ftp multiple directories simultaneously Did you try? Did it solve the problem? |
|
Feb 6 |
comment |
Can I create a software RAID 1 with one device I think the order does not matter. |
|
Feb 6 |
answered | Can I create a software RAID 1 with one device |
|
Feb 4 |
revised |
Ksh Script to ftp multiple directories simultaneously added a fix for the second identified problem |
|
Feb 4 |
comment |
Ksh Script to ftp multiple directories simultaneously I believe the problem is due to the fact that print -p is meant to write the a process via pipe. It may be (I am not sure about this) that you running this via different pipes, since you run a different process that gets its input from ls command. |
|
Jan 31 |
revised |
Ksh Script to ftp multiple directories simultaneously typo |
|
Jan 31 |
answered | Ksh Script to ftp multiple directories simultaneously |
|
Jan 30 |
comment |
Local, regular file causes `stat` or `ls -l` to hang Usually, you only have compat or files. If you also have db, than you may investigate further in order to find what is wrong there. |
|
Jan 30 |
comment |
Local, regular file causes `stat` or `ls -l` to hang Right, but he might have long timeouts. So this is still a possibility. |
|
Jan 30 |
answered | Local, regular file causes `stat` or `ls -l` to hang |
|
Jan 24 |
answered | Debian doesn't boot anymore |
|
Jan 24 |
comment |
Does Linux have ways to cache IO with memory Do you need a device for block I/O or a file system? |
|
Jan 19 |
comment |
Gnome and Cinnamon loads in fallback (classic) mode only You found the problem: check your X driver and verify if GLX is supported. What video card do you have? And what driver are you using in /etc/X11/xorg.conf? |
|
Jan 18 |
comment |
Gnome and Cinnamon loads in fallback (classic) mode only What happens when you execute gnome-shell --replace in an xterm? Does it print any useful message? |