it looks like its NOT installed. portage marks it as a new package: Calculating dependencies... done! [ebuild N ] app-backup/dar-2.3.9 USE="acl dar64 doc nls ssl -dar32" 0 kB
When I scan my computer with clamscan he found this file: /usr/portage/distfiles/wd97vwr32.exe: Trojan.Startpage-1111 FOUND
Normally /usr/portage/distfles it's the place where portage put the files it's donwloaded for packages. Does that mean a Gentoo repository is corrupted??? Portage is ...
what do you consider a valid ip? If I check the apache's log some time i have an ip address, some time a host name. But now i received some "no-revers-dns.set" and I don't know who tried to access to the server. If we can force Apache to put the ip address for people who they tried to access to ...
On a server I see on the access.log file some traces beginning with "no-revers-dns.set" What does that mean? How I can set Apache to detect and refused this type of access?
I'm also interested to know if it's possible to ask Apache to check automatically the remote who it try access to the ...
Ok it's fine now. I build ATA section (just module that I need) in static mode not like a module.
I just don't understand why the module are not working
Thanks for your support
First good news with the command of aderesh I was abled to access to my boot partition (and my other partition too) The bad new it's If I remove CONFIG_IDE like it's asked udev at the boot time I have this message: Block device /dev/sda1 is not valid root device Could not find the root block device ...
Thanks for your advice.
For the moment I can not do anything on the server
When it will be possible I will try to create the node manually like aderesch told me and build the kernel without CONFIG_IDE.
I will let you know the result...
Sounds like you are only missing the device nodes. mknod /dev/hda b 3 0; for i in 1 2 3;do mknod /dev/hda${i} b 3 ${i};done should take care of that (if your shell is bash). Then mount and build a kernel using the libata drivers -- before booting that, you should replace references to hd? by sd ...
When my computer boot at the boot time it's detect everything, but when I check: # ls -l /dev/h* ls: cannot access /dev/h*: No such file or directory I'm not able to mount my boot partition: # mount /boot mount: special device /dev/hda1 does not exist I have a ...
When I tried to used qsearch (package portage-utils) I have this message: # qsearch python | head search: Invalid cache file 'dev-php/PEAR-Cache_Lite-1.7.2' search: qsearch_main(): (cache update pending) dev-php/PEAR-Cache_Lite-1.7.2 search: Invalid cache file 'dev-php/PEAR-Crypt_CHAP-1.0.1 ...
fenris_der_wolf wrote:I had the same problem on my EeePc.
The solution to your problem is simple and illogical:
Just ACTIVATE the X-Useflag and reemerge truecrypt, et viola it works without an installed X-Server an without gtk+!
I run: emerge -upv world Now it's ok I can build truecrypt but when I tried to run it on the console it's always generate this error: #truecrypt --version Error: Unable to initialize gtk, is DISPLAY set properly? The config of truecrypt is: # emerge -pv truecrypt These are the packages that ...
I tried to compil truecrypt 6.2a and I have this error: Unix/Process.cpp: In static member function 'static std::string TrueCrypt::Process::Execute(const std::string&, const std::list<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char ...