Forums

Skip to content

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

Search found 789 matches

Go to advanced search

Advanced search
Search found 789 matches
  • Page 1 of 32
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 32
  • Next
by FcukThisGame
Tue Oct 11, 2011 2:44 pm
Forum: Networking & Security
Topic: System hangs as fail2ban fail to stop
Replies: 2
Views: 8918

Pardon me for reviving this thread from the grave, but I was in this precise situation and found a solution.

Chances are you don't have sendmail configured. I commented out all sendmail[] statements in /etc/fail2ban/jail.conf and I can now start and stop fail2ban as I please!
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 6:40 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

DERP. Missing menuconfig->device drivers: [] Fusion MPT Device Support. Compiling now. hopefully this should be my last kernel compile for a while.
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 6:12 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

Newest kernel boot, same KP. This time it says #7.
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 6:09 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

According to the IRC guys that's normal. x86_64 and i386 were merged into x86.


(chroot) livecd linux # file /boot/kernel-2.6.39-hardened-r8.2
/boot/kernel-2.6.39-hardened-r8.2: Linux kernel x86 boot executable bzImage, version 2.6.39-hardened-r8 (root@livecd) #5 SMP Fri Oct 7 11:48:11 EST , RO ...
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 5:02 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

I recompiled, verified that /boot was mounted, copied the kernel over, updated grub.conf, and rebooted, same error.

Okay, I just checked the output... for some reason it built an x86 kernel. This would explain why it's not updating as it should as i've been copying the 64-bit kernel. I'm chrooting ...
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 4:37 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

Whoops.

Code: Select all

(chroot) livecd linux # grep BLK_DEV_SD .config
CONFIG_BLK_DEV_SD=y
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 4:11 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

SCSI: (chroot) livecd linux # cat .config | grep SCSI
# SCSI device support
CONFIG_SCSI_MOD=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
# SCSI support type (disk, tape, CD-ROM)
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI ...
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 3:34 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

the disks for the kernel will appears as sda and /dev/mapper will remain empty as it's not for hardward raid but software volume Derp. You most definitely did tell me that. My apologies for failure to read.

Kernel Panic error

FWIW, /dev/sda1 is my boot partition, /dev/sda2 is root.

EDIT: also ...
  • Jump to post
by FcukThisGame
Fri Oct 07, 2011 2:49 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

Thanks for the reply.

No this isn't my personal desktop, it's a Dell PowerEdge SC440 server. According to Dell the part number for the RAID controller is UN939, which is listed as "PERC 5/ir SAS PCI-e"

lspci -k tells me:
02:08.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068 PCI-X ...
  • Jump to post
by FcukThisGame
Thu Oct 06, 2011 10:46 pm
Forum: Kernel & Hardware
Topic: Hardware RAID... kernel panic
Replies: 14
Views: 10847

Hardware RAID... kernel panic

I'm new to installing Gentoo on hardware RAID... I'm using the newest version to date, amd64, on a hardened profile, with hardened-sources. /dev/sda* recognizes all of the partitions on the device. I applied new filesystems to them and started building, assuming the hardware RAID was invisible to ...
  • Jump to post
by FcukThisGame
Wed Aug 24, 2011 8:50 pm
Forum: Portage & Programming
Topic: Installing VMware-server, vmware-modules fails
Replies: 3
Views: 3614

vmware overlay it is then!

Man, that was a headache.

I'll report back if I have issues...
  • Jump to post
by FcukThisGame
Tue Aug 23, 2011 7:41 pm
Forum: Portage & Programming
Topic: Installing VMware-server, vmware-modules fails
Replies: 3
Views: 3614

Installing VMware-server, vmware-modules fails

I'm working to set up a gentoo box for some dev work on VMware VMs. (take a snapshot from ESX, fire up in VMware Server, test stuff without production risk)

I've been having some roadblocks that I've gotten around, but this one I can't fix. vmware-modules fails every time I've tried to emerge it ...
  • Jump to post
by FcukThisGame
Sat Feb 26, 2011 10:59 pm
Forum: Networking & Security
Topic: samba being screwy
Replies: 4
Views: 2672

Okay, I'm an idiot. It should have been eth2 instead of net.eth2 on the interfaces line of my smb.conf. Apparently it was never listening on eth2 because of it!

Still can't connect though. Now it asks for a user and password (it shouldn't need to?!?). I try WORKGROUP\chris with the password I set ...
  • Jump to post
by FcukThisGame
Sat Feb 26, 2011 10:54 pm
Forum: Networking & Security
Topic: samba being screwy
Replies: 4
Views: 2672

Still unable to connect from Win7.

gentoo ~ # smbclient -L localhost
Enter root's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.4.9]

Sharename Type Comment
--------- ---- -------
public Disk File share
IPC$ IPC IPC Service (Samba Server)

[global]
client lanman auth = yes ...
  • Jump to post
by FcukThisGame
Wed Feb 23, 2011 4:22 pm
Forum: Networking & Security
Topic: samba being screwy
Replies: 4
Views: 2672

samba being screwy

I've configured samba according to this guide. It seems that it's rejecting any connection attempts:

gentoo mydomain # /etc/init.d/samba restart
* Service samba stopping
* Service samba stopped
* Service samba starting
* Service samba started
gentoo mydomain # smbclient -L localhost
Enter root ...
  • Jump to post
by FcukThisGame
Mon Feb 07, 2011 8:04 pm
Forum: Portage & Programming
Topic: [perl] trying to remove text from string using =~ s/
Replies: 1
Views: 1250

[perl] trying to remove text from string using =~ s/

Trying to strip a block of HTML code from an email body string (before it goes into a database)

It starts with a <font face='monospace'> tag and ends at the end of the string.

I'm trying to formulate the code I need to accomplish this

should be something like $text =~ s/<font face='monospace ...
  • Jump to post
by FcukThisGame
Tue Jan 25, 2011 4:35 pm
Forum: Portage & Programming
Topic: Java LDAP authentication succeds with blank password
Replies: 1
Views: 1793

Java LDAP authentication succeds with blank password

I'm a little confused. I'm testing a program that starts with a simple window asking for login and password. If I type a password incorrectly, the authentication fails. If I type it correctly, it succeeds. But if I give no password (String of value "") it still succeeds. Can somebody tell me why ...
  • Jump to post
by FcukThisGame
Thu Jan 13, 2011 3:32 pm
Forum: Portage & Programming
Topic: [JAVA] Need to refresh table in GUI...how?
Replies: 9
Views: 4694

[JAVA] Need to refresh table in GUI...how?

I'm working on a ticket tracker application in java that connects to a mysql database. (code below).

One main issue with my code currently:


1) The table doesn't properly refresh. Main.refreshTickets() clears the tickets arraylist, repopulates it from the DB, updates rowData which is read ...
  • Jump to post
by FcukThisGame
Wed Jan 12, 2011 5:45 am
Forum: Networking & Security
Topic: [solved]Nagios on Apache2 opening, not running, CGI files
Replies: 7
Views: 10703

Solved. cgi.cfg needed to be configured.
  • Jump to post
by FcukThisGame
Tue Jan 11, 2011 9:01 pm
Forum: Networking & Security
Topic: [solved]Nagios on Apache2 opening, not running, CGI files
Replies: 7
Views: 10703

<VirtualHost *:80>
ServerName status.<myname>.org
ServerAlias status.<myname>.org
ServerAdmin <myemail>
DocumentRoot "/var/www/<myname>.org/nagios"
<Directory "/var/www/<myname>.org/nagios">
Options Indexes FollowSymLinks
AllowOverride All
Options +ExecCGI
Order allow,deny
Allow from all ...
  • Jump to post
by FcukThisGame
Tue Jan 11, 2011 8:58 pm
Forum: Networking & Security
Topic: [resolved] Apache issues with Nagios
Replies: 2
Views: 2133

Yes. I'll see you at the other thread :)
  • Jump to post
by FcukThisGame
Tue Jan 11, 2011 2:47 pm
Forum: Networking & Security
Topic: [resolved] Apache issues with Nagios
Replies: 2
Views: 2133

[resolved] Apache issues with Nagios

When loading the CGI files, I get the following error message:

It appears as though you do not have permission to view information for any of the hosts you requested...

If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the ...
  • Jump to post
by FcukThisGame
Mon Jan 10, 2011 4:57 pm
Forum: Networking & Security
Topic: [solved]Nagios on Apache2 opening, not running, CGI files
Replies: 7
Views: 10703

Bump with info:


gentoo ~ # confcat /etc/conf.d/apache2
APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D PHP5 -D SUEXEC"
gentoo ~ # confcat /etc/apache2/httpd.conf
ServerRoot "/usr/lib/apache2"
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule autoindex_module ...
  • Jump to post
by FcukThisGame
Sun Jan 09, 2011 4:39 pm
Forum: Networking & Security
Topic: [solved]Nagios on Apache2 opening, not running, CGI files
Replies: 7
Views: 10703

[solved]Nagios on Apache2 opening, not running, CGI files

I've been following the Gentoo nagios guide, but I'm having an issue with cgi files. When I click links in Nagios it tries to open the respective .cgi file, rather than running its code.

What do I need to do to make it run the code?
  • Jump to post
by FcukThisGame
Mon Jan 03, 2011 7:39 pm
Forum: Networking & Security
Topic: Can't load my website from inside the network
Replies: 3
Views: 2716

<host.domain.tld>
I don't have it set up as www.domain.tld. Does apache set up the www subdomain by default?

EDIT: it seems like it does.

I'll have to check it when I get home from work. My laptop with remote access must have shut down :(
  • Jump to post

Search found 789 matches
  • Page 1 of 32
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 32
  • 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