I have been running fls (from the Sleuth Kit) since last night, in verbose mode, hoping it will identify the files and directories I just deleted before running the program.
sudo fls -f ntfs -d -r -v -p /dev/sda3 > ~/Desktop/deleted_files.txt
For the same reason, I don't dare to write data to the partition since.
on my system, when "nouveau" driver is used, the boot verbose mode is showing the messages with a nice small font (about 8), but when "nvidia" driver is activated, the verbose mode has a so huge font size (>16) making each comment line displayed in several lines.
so the questions:
- is that huge font used with the nvidia driver tweakable ?
- do i need to report that issue (and which package to bl
Hi,
I am using Ubuntu 11.10 and my login is taking lots of time, specially to load desktop after login. So i would like to enable verbose mode log in where i can see the processes being started and find a fix for slow login.
Please help
Hi there.
How do I disable startup verbose mode?
ty, C.S.
I'm using Lubuntu 11.10, though a little different with Ubuntu, they may be alike to some extent IMO. now I want to disable the splash screen and output verbose information in text mode when I shutdown the system in GUI. Can anyone give a hand to me? any help appreciated!
I'm using the standard Apache server in my Mac OS X 10.8 (Mountain Lion) installation, and find that when running
sudo apachectl restart
The command simply shows the prompt when finished, whether Apache failed to start or not. There is no feedback, until you refresh your browser to see if localhost still works or not.
Is there a way to configure Apache to be a bit more verbose?
Here you go:set pgp_decode_command="gpg %?p?--passphrase-fd 0?
Try to fire up Wireshark (or tcpdump) and see what's up in there?If you use DSL you probably want to set your devices to use an MTU of 1454.However the MTU shouldn't be an issue for SSH.Could you try running SSHd in debug mode? Maybe even verbose SSH also?Tried the Wiki?
pilotkeller
https://bbs.archlinux.org/profile.php?id=55359
2013-04-21T02:37:35Z
Try running yum with the -d option (debugging level) to make it more verbose. For example:yum -d6 update I believe you can go up to 10. [by toracat]