Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 128 matches

Go to advanced search

Advanced search
Search found 128 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
by ZeLegolas
Mon Feb 14, 2011 8:42 pm
Forum: Networking & Security
Topic: [Solved] apache 2.2.16 + mod_gnutls 0.5.5 => Seg. fault
Replies: 2
Views: 3203

After some investigations if I recompile the packages like this:

Code: Select all

#CFLAGS="-O1 -pipe" CXXFLAGS="${CFLAGS}" emerge  $(qlist -IC apache gnutls)
I don't know exactly what and where is the issue
  • Jump to post
by ZeLegolas
Mon Feb 14, 2011 4:58 pm
Forum: Networking & Security
Topic: [Solved] apache 2.2.16 + mod_gnutls 0.5.5 => Seg. fault
Replies: 2
Views: 3203

Any help or suggestion will be appreciate...

for information my configuration:

#emerge --info
Portage 2.1.9.39 (default/linux/x86/10.0, gcc-4.5.2, glibc-2.13-r0, 2.6.32-gentoo-r1 i686)
=================================================================
System uname: Linux-2.6.32-gentoo-r1-i686 ...
  • Jump to post
by ZeLegolas
Mon Feb 14, 2011 4:37 am
Forum: Networking & Security
Topic: [Solved] apache 2.2.16 + mod_gnutls 0.5.5 => Seg. fault
Replies: 2
Views: 3203

[Solved] apache 2.2.16 + mod_gnutls 0.5.5 => Seg. fault

Hi

I just updated Apache and now each time I used the port 443 apache generate this:

[Sun Feb 13 23:25:42 2011] [notice] Apache/2.2.16 (Unix) DAV/2 mod_python/3.3.1 Python/2.6.6 SVN/1.6.15 mod_gnutls/0.5.5 configured -- resuming normal operations
[Sun Feb 13 23:26:09 2011] [notice] child pid ...
  • Jump to post
by ZeLegolas
Mon Feb 14, 2011 1:00 am
Forum: Portage & Programming
Topic: Cannot unmerge
Replies: 2
Views: 1850

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

Total: 1 package (1 new) , Size of downloads: 0 kB

so there is nothing to unmerge, right?
I agree. I'm just tired ...
  • Jump to post
by ZeLegolas
Mon Feb 14, 2011 12:45 am
Forum: Portage & Programming
Topic: Cannot unmerge
Replies: 2
Views: 1850

Cannot unmerge

Hi

I would like to unmerge an ebuild

When I check the ebuild it's installed:
#emerge -pv dar

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild N ] app-backup/dar-2.3.9 USE="acl dar64 doc nls ssl -dar32" 0 kB

Total: 1 package (1 new), Size of ...
  • Jump to post
by ZeLegolas
Sat Nov 20, 2010 11:43 am
Forum: Networking & Security
Topic: Found a virus on /usr/portage/distfiles
Replies: 2
Views: 2259

Found a virus on /usr/portage/distfiles

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 ...
  • Jump to post
by ZeLegolas
Tue Aug 24, 2010 12:37 am
Forum: Networking & Security
Topic: [Solved] Apache2 log with "no-revers-dns.set"
Replies: 3
Views: 3192

To have the remote ip address on the log not the remote host name we just have to change:

#file /etc/apache2/modules.d/00_mod_log_config.conf
#replace:
LogFormat "%h %l %u %t \"%r\" %>s %b" common
#by:
LogFormat "%a %l %u %t \"%r\" %>s %b" common

After that we can create 3 scripts:

First ...
  • Jump to post
by ZeLegolas
Thu Aug 19, 2010 2:32 am
Forum: Networking & Security
Topic: [Solved] Apache2 log with "no-revers-dns.set"
Replies: 3
Views: 3192

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 ...
  • Jump to post
by ZeLegolas
Wed Aug 18, 2010 2:46 pm
Forum: Networking & Security
Topic: [Solved] Apache2 log with "no-revers-dns.set"
Replies: 3
Views: 3192

[Solved] Apache2 log with "no-revers-dns.set"

Hi

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 ...
  • Jump to post
by ZeLegolas
Fri Aug 06, 2010 1:47 am
Forum: Portage & Programming
Topic: emerge world with llvm-gcc
Replies: 1
Views: 1600

emerge world with llvm-gcc

hi

Is that possible to use llvm-gcc and build everything with it?

Regards
  • Jump to post
by ZeLegolas
Sun Apr 04, 2010 2:53 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

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
  • Jump to post
by ZeLegolas
Sun Apr 04, 2010 2:49 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

d2_racing wrote:Also your HDD will become /dev/sd* instead of /dev/hd*
No it just missing
  • Jump to post
by ZeLegolas
Sun Apr 04, 2010 2:48 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

VoidMage wrote:If you drop CONFIG_IDE (as you probably should),
you need to select correct drivers under CONFIG_ATA.
It's what I have done
  • Jump to post
by ZeLegolas
Sun Apr 04, 2010 8:03 am
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

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 ...
  • Jump to post
by ZeLegolas
Sun Mar 21, 2010 2:35 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

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...
  • Jump to post
by ZeLegolas
Sun Mar 21, 2010 2:32 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

Re: /dev/hda missing


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 ...
  • Jump to post
by ZeLegolas
Sun Mar 21, 2010 2:30 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

Rexilion wrote:Try placing the kernel in a boot directory on your current root partition, make sure that grub.conf points to it.
Difficult for that I have to have access to the boot partition!
  • Jump to post
by ZeLegolas
Sun Mar 21, 2010 2:28 pm
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

What happen when you run this :


# fdisk -l

I just see my other disk not the hda

# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size ...
  • Jump to post
by ZeLegolas
Sat Mar 20, 2010 6:03 am
Forum: Kernel & Hardware
Topic: /dev/hda missing [SOLVED]
Replies: 17
Views: 23905

/dev/hda missing [SOLVED]

Hi

I have something very strange

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 ...
  • Jump to post
by ZeLegolas
Sun Dec 13, 2009 8:45 am
Forum: Portage & Programming
Topic: qsearch: search: Invalid cache file
Replies: 0
Views: 1202

qsearch: search: Invalid cache file

Hi

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 ...
  • Jump to post
by ZeLegolas
Sat Oct 17, 2009 12:25 pm
Forum: Portage & Programming
Topic: Truecrypt 6.2a error with Process.cpp [SOLVED]
Replies: 5
Views: 2660

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+!
Totally illogical but it's work
Thanks :D
  • Jump to post
by ZeLegolas
Thu Oct 15, 2009 11:52 pm
Forum: Portage & Programming
Topic: Truecrypt 6.2a error with Process.cpp [SOLVED]
Replies: 5
Views: 2660

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 ...
  • Jump to post
by ZeLegolas
Tue Oct 13, 2009 11:48 pm
Forum: Portage & Programming
Topic: Truecrypt 6.2a error with Process.cpp [SOLVED]
Replies: 5
Views: 2660

Truecrypt 6.2a error with Process.cpp [SOLVED]

Hi

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 ...
  • Jump to post
by ZeLegolas
Sun Sep 27, 2009 1:03 am
Forum: Desktop Environments
Topic: kde 4.3 digital clock widget stupidity
Replies: 16
Views: 11977

I found too. The file ~/.kde4/share/config/ktimezonedrc doesn't have the right permission.
  • Jump to post
by ZeLegolas
Sat Sep 12, 2009 1:45 pm
Forum: Networking & Security
Topic: eyeOS 1.8.7.0 and Firefox 3.5.3
Replies: 2
Views: 6401

Re: eyeOS 1.8.7.0 and Firefox 3.5.3

I just did this on ~amd64:

emerge eyeos

http://localhost/eyeos/installer (as per the output of emerge)
I ignored the requirement for chmod 777 and instead changed the ownerships:

chown apache:apache /var/www/localhost/htdocs/eyeos
chown apache:apache -Rv /var/www/localhost/htdocs/eyeos

I am ...
  • Jump to post

Search found 128 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic