Forums

Skip to content

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

Search found 195 matches

Go to advanced search

Advanced search
Search found 195 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by jtaylor72
Thu Jun 26, 2008 5:37 am
Forum: Networking & Security
Topic: bridging and tunneling not working ..[SOLVED]
Replies: 5
Views: 1858

It is from this line:

Code: Select all

routes_br0=( "default via 192.168.0.1" ) 
I was actually getting a similar error and not noticing it:

Code: Select all

SIOCADDRT: File exists
I removed the routes line and restarted the network and they all still worked just fine.
  • Jump to post
by jtaylor72
Wed Jun 25, 2008 2:21 am
Forum: Networking & Security
Topic: bridging and tunneling not working ..[SOLVED]
Replies: 5
Views: 1858

I have mine working. Here is my /etc/conf.d/net

config_eth0=( "null" )
config_vbox0=( "null" )
tuntap_vbox0="tap"
dhcp_eth0="nodns"
dhcp_br0="nodns"
dhcp_vbox0="nodns"
bridge_br0="eth0 vbox0"
config_br0=( "dhcp" )
routes_br0=( "default via 192.168.0.1" )
depend_br0() {
need net.eth0
need net ...
  • Jump to post
by jtaylor72
Thu Jun 19, 2008 5:43 pm
Forum: Networking & Security
Topic: Qmail smtp auth
Replies: 3
Views: 2043

I'll have to defer this to someone who knows more than I on the subject.
  • Jump to post
by jtaylor72
Wed Jun 18, 2008 5:57 pm
Forum: Networking & Security
Topic: Qmail smtp auth
Replies: 3
Views: 2043

It's been a long time since I got mine working, but here is what I have:

QMAIL_TCPSERVER_PRE="${QMAIL_TCPSERVER_PRE} envdir /etc/relay-ctrl relay-ctrl-chdir"
QMAIL_SMTP_PRE="${QMAIL_SMTP_PRE} relay-ctrl-check"

QMAIL_SMTP_CHECKPASSWORD="/var/vpopmail/bin/vchkpw"
QMAIL_SMTP_POST="${QMAIL_SMTP ...
  • Jump to post
by jtaylor72
Wed Jun 18, 2008 5:21 am
Forum: Networking & Security
Topic: Website setup (networking related) [solved]
Replies: 10
Views: 2602

It looks like everything is resolving, at least from opendns. I cannot get to your server though....but maybe it's down right now or something. Also, if you intend on having people go to www.togethermakesone.com, you'll need to add another CNAME:

CNAME www.togethermakesone.com togethermakesone.com
  • Jump to post
by jtaylor72
Tue Jun 17, 2008 8:52 pm
Forum: Networking & Security
Topic: Website setup (networking related) [solved]
Replies: 10
Views: 2602

when I do a whois on your domain, it says the nameservers for it are:

Domain servers in listed order:
NS1.VRDNS.COM
NS2.VRDNS.NET


Also, you have some CNAME records pointing to IPs.

I would delete the two CNAME records you have. You could make

CNAME zeus.togethermakesone.com togethermakesone ...
  • Jump to post
by jtaylor72
Tue Jun 17, 2008 8:30 pm
Forum: Networking & Security
Topic: Website setup (networking related) [solved]
Replies: 10
Views: 2602

Here's where to start. The results from a DNS Report at dnsstuff.com produced the following errors:

------------------------
ERROR: You have one or more lame nameservers. These are nameservers that do NOT answer authoritatively for your domain. This is bad; for example, these nameservers may never ...
  • Jump to post
by jtaylor72
Sat Mar 08, 2008 12:46 am
Forum: Kernel & Hardware
Topic: [SOLVED] Mount micro SD card in Sandisk Sansa Express
Replies: 3
Views: 4773

Thanks GUYS! I love gentoo. I have a question about this and search for sansa express and it comes right up, with the right answer! Gentoo ROCKS! Especially it's community! Though you should tag the title as SOLVED.
  • Jump to post
by jtaylor72
Tue Nov 27, 2007 12:30 am
Forum: Kernel & Hardware
Topic: Program to max out CPU [SOLVED]
Replies: 5
Views: 2189

Thanks for the help guys. I will use the boot CD method.
  • Jump to post
by jtaylor72
Mon Nov 26, 2007 9:58 pm
Forum: Kernel & Hardware
Topic: Program to max out CPU [SOLVED]
Replies: 5
Views: 2189

Program to max out CPU [SOLVED]

I am getting a blade system in to our datacenter and I need to put all of the blades under load to test the power consumption. Is there an app out there that I can run off a livecd that will allow me to do this? Thanks in advance!
  • Jump to post
by jtaylor72
Sat Mar 03, 2007 2:58 am
Forum: Other Things Gentoo
Topic: Using dd to clone partition problem
Replies: 2
Views: 870

Do you have to run grub-install for the second drive and set it up for booting? I am not sure myself, so I am just throwing it out there that the MBR needs to be setup.
  • Jump to post
by jtaylor72
Mon Feb 26, 2007 6:02 am
Forum: Other Things Gentoo
Topic: Strange su behaviour I've never figured out [Solved]
Replies: 2
Views: 2796

instead of su'ing back to the regular user, you can exit the su to root by typing exit. That's what I usually do. I tried your example, su to root, then su to user, and I got the same behavior as you do, with and without the '-' option (though different error messages slightly).
  • Jump to post
by jtaylor72
Sun Feb 25, 2007 7:51 pm
Forum: Installing Gentoo
Topic: Switching drives after installing Gentoo problem [SOLVED]
Replies: 2
Views: 1151

You need to plug the drive you want to be hda in the mainboard as the primary master. The primary slave will be hdb, the secondary master hdc and the secondary slave hdd. Hope that helps.
  • Jump to post
by jtaylor72
Sun Feb 25, 2007 3:34 am
Forum: Other Things Gentoo
Topic: Grub config to boot from a cdrom ?
Replies: 2
Views: 1056

Here is the wiki entry for it:

http://gentoo-wiki.com/TIP_Chainloading ... _from_GRUB

Hope that is what you were looking for.
  • Jump to post
by jtaylor72
Tue Feb 20, 2007 8:44 am
Forum: Networking & Security
Topic: iptables: No chain/target/match by that name ...
Replies: 4
Views: 4422

I'm glad I was able to point you in the right direction. It was too long ago for me to remember what the kernel options were, but I had the same experience, finding the right options in the 2.6 when the wiki was for the 2.4.
  • Jump to post
by jtaylor72
Mon Feb 19, 2007 2:40 am
Forum: Networking & Security
Topic: iptables: No chain/target/match by that name ...
Replies: 4
Views: 4422

I had this problem when getting this going as well. Check back and make sure you have all the options enabled in the kernel that the guide mentions. I was missing one when I did it.
  • Jump to post
by jtaylor72
Fri Feb 16, 2007 8:19 am
Forum: Portage & Programming
Topic: resolv.conf reset at boot
Replies: 3
Views: 1280

I am guessing you are getting your IP via DHCP. If so, add the following line to your /etc/conf.d/net file.

Code: Select all

dhcp_eth0="nodns"
  • Jump to post
by jtaylor72
Wed Feb 14, 2007 10:51 am
Forum: Kernel & Hardware
Topic: software raid + LVM layout/design question
Replies: 5
Views: 1921

Thanks RaceTM. Looking again at the link he posted, it is from 2004, so this may have been true back then. I was referring to the paragraph right after the one he quoted. I guess we both could have read a little better.

If a RAID device could be partitioned, the administrator could simply have ...
  • Jump to post
by jtaylor72
Wed Feb 14, 2007 12:25 am
Forum: Kernel & Hardware
Topic: software raid + LVM layout/design question
Replies: 5
Views: 1921

I think they're just pointing out that while this would be a simple task to do in non-raid, it would be a horror to implement in a raid setting. You can't just setup one raid device and then break it into smaller partitions, you have to set your partitions each as a RAID device.
  • Jump to post
by jtaylor72
Sat Feb 10, 2007 7:47 am
Forum: Gentoo Chat
Topic: Compaq Prolieant
Replies: 3
Views: 1910

I had no major gotchas when I did it on either system. I think it took 4.5 weeks to run that. :)
  • Jump to post
by jtaylor72
Fri Feb 09, 2007 10:11 pm
Forum: Portage & Programming
Topic: etc-update gone?
Replies: 5
Views: 952

Code: Select all

localhost ~ # equery belongs etc-update
[ Searching for file(s) etc-update in *... ]
sys-apps/portage-2.1.1-r2 (/usr/sbin/etc-update -> ../lib/portage/bin/etc-update)
sys-apps/portage-2.1.1-r2 (/usr/lib/portage/bin/etc-update)
  • Jump to post
by jtaylor72
Fri Feb 09, 2007 10:08 pm
Forum: Other Things Gentoo
Topic: anyone tried coccinella?
Replies: 4
Views: 2925

not too hard to install:

Code: Select all

localhost ~ # emerge coccinella
I just installed it. The whiteboard looks kinda cool. Now to find someone else on my list to try it so I can whiteboard them.
  • Jump to post
by jtaylor72
Fri Feb 09, 2007 9:07 pm
Forum: Gentoo Chat
Topic: Compaq Prolieant
Replies: 3
Views: 1910

I don't remember the exact model, but it was a dual PII 400 or something model that I installed Gentoo on, also did it on an old Quad PIII XEON Compaq. They were both proliant's, and they both worked. Have fun!
  • Jump to post
by jtaylor72
Tue Feb 06, 2007 8:04 pm
Forum: Networking & Security
Topic: Squirrelmail, vpopmail and account administrator
Replies: 1
Views: 1201

I've got the same setup and send them to qmailadmin. I've never gotten any complaints about it. I just typed up little howto's for the things they would need to do.
  • Jump to post
by jtaylor72
Tue Feb 06, 2007 8:02 pm
Forum: Networking & Security
Topic: [new question]moving 400gb data to a win box?
Replies: 6
Views: 1513

I've read in other threads about people experiencing the same thing. I'm not sure if I ever read about a solution for it.
  • Jump to post

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