Forums

Skip to content

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

Search found 69 matches

Go to advanced search

Advanced search
Search found 69 matches
  • 1
  • 2
  • 3
  • Next
by wellwhoopdedooo
Thu Sep 11, 2008 11:47 pm
Forum: Portage & Programming
Topic: emerge USE color code
Replies: 7
Views: 3019

Use flags in red, with no - sign before them are being used. Use flags in blue, with - signs before them are not being used.

i.e.
python will be compiled with berkdb, gdbm, ipv6, ncurses, readline, ssl, and threads support. It will not support bootstrap, build, doc, examples, sqlite, tk, ucs2, or ...
  • Jump to post
by wellwhoopdedooo
Thu Sep 11, 2008 11:43 pm
Forum: Portage & Programming
Topic: emerge USE color code
Replies: 7
Views: 3019

Nope, it's either an update, or a new package.

i.e.
python being updated from 2.5.2-r6 to 2.5.2-r7
xtrans is being updated from 1.0.3 to 1.2.1
xf86driproto is a new package
dri2proto is a new package

Each line is an individual package that you've asked portage to install or is a dependency of one ...
  • Jump to post
by wellwhoopdedooo
Thu Sep 11, 2008 11:27 pm
Forum: Portage & Programming
Topic: emerge USE color code
Replies: 7
Views: 3019

Update, New.
  • Jump to post
by wellwhoopdedooo
Tue Aug 26, 2008 12:59 pm
Forum: Portage & Programming
Topic: File line replacements using C
Replies: 5
Views: 1126

There is no OS-level support for inserting into or deleting from a file. You'll need to use a temp file.

Keep it on the same filesystem, and you can just move the file over the old one; don't do the unlink or any checking of your ability to do it, that's a race condition. Just do the move and check ...
  • Jump to post
by wellwhoopdedooo
Sun Aug 10, 2008 11:34 am
Forum: Networking & Security
Topic: [SOLVED] sudo with ldap not finding entries
Replies: 3
Views: 5474

Oh. My. God.

If you had any idea how long I've fought with this...

Thank you thank you thank you.

Strange thing is, the quotes work with no complaint with nss_ldap. Anyway, thanks!
  • Jump to post
by wellwhoopdedooo
Sun Aug 10, 2008 10:47 am
Forum: Networking & Security
Topic: [SOLVED] sudo with ldap not finding entries
Replies: 3
Views: 5474

[SOLVED] sudo with ldap not finding entries

OK, this has driven me crazy forever, through multiple versions of sudo and openldap, and I'm at the end of my rope.

I have a sudo configured to pull entries from LDAP, and it's doing the search, from what I can tell the correct search, but I get nothing. But let's see the results:

/etc/ldap.conf ...
  • Jump to post
by wellwhoopdedooo
Tue Jul 17, 2007 1:18 am
Forum: Other Things Gentoo
Topic: Do you really need SWAP?
Replies: 23
Views: 7337

Hmm, I was always under the impression that it was simply random. I've heard it is, and it sure seems so from the few times I've run into it. Either way though, it gives you a chance to recover your way instead of whatever way the system figures out for you. I know I've started some process and ...
  • Jump to post
by wellwhoopdedooo
Mon Jul 16, 2007 10:04 pm
Forum: Other Things Gentoo
Topic: Do you really need SWAP?
Replies: 23
Views: 7337

Disk is cheap. Use swap.
The problem isn't a lack of disk space, almost ever. It's usually a matter of not wanting the power drain/slowdown on a laptop if anything hits swap. This can be mitigated with the vm.swappiness (not sure if I spelt that correct) sysctl parameter, but it's still a rather ...
  • Jump to post
by wellwhoopdedooo
Sat Jun 16, 2007 11:36 pm
Forum: Networking & Security
Topic: Maybe Wii dont have a problem, but I sure do.
Replies: 8
Views: 2493

It's actually not one IP per MAC, but one IP per DHCP identifier, which just happens to be the MAC most of the time. Most Linux DHCP clients have an option to specify the DHCP ID (I may not be calling it the right thing, this was like 5 years ago but I know it worked) so just do that. If you have to ...
  • Jump to post
by wellwhoopdedooo
Fri Oct 20, 2006 1:58 pm
Forum: Multimedia
Topic: can see sound but not hear sound.[solved]
Replies: 7
Views: 1588

Don't take the brown acid, man. That's for the drummer.
  • Jump to post
by wellwhoopdedooo
Fri Oct 06, 2006 9:55 pm
Forum: Networking & Security
Topic: ProFTPd + SSL Woes
Replies: 20
Views: 3460

I'll lend a hand, and I've set it up a few times, but I'm not promising anything.

First thing you want to do is follow this guide: http://gentoo-wiki.com/HOWTO_WebDav

Actually, if all goes well that's all you need to do for a basic setup. Get it working according to the guide first, customize ...
  • Jump to post
by wellwhoopdedooo
Thu Oct 05, 2006 10:49 pm
Forum: Networking & Security
Topic: ProFTPd + SSL Woes
Replies: 20
Views: 3460

Implicit SSL is where you just wrap the whole FTP conversation in SSL. Your FTP server is, or could potentially be, unaware that SSL is even involved. With explicit SSL, the AUTH TLS command is sent at the beginning, and any part of the conversation after authentication could or could not be ...
  • Jump to post
by wellwhoopdedooo
Thu Oct 05, 2006 4:40 pm
Forum: Networking & Security
Topic: ProFTPd + SSL Woes
Replies: 20
Views: 3460

Yeah, that's your issue. Because the FTP communication is encrypted, the FTP proxy that's (almost certainly) built into your firewall can't interpret the traffic. IPTables uses ftp_conntrack; you can turn that off but then your regular FTP won't work. If you're in active mode, when you open a data ...
  • Jump to post
by wellwhoopdedooo
Wed Oct 04, 2006 10:52 pm
Forum: Networking & Security
Topic: ProFTPd + SSL Woes
Replies: 20
Views: 3460

There's NAT or a firewall between you and the FTP server, correct?
  • Jump to post
by wellwhoopdedooo
Mon Jul 31, 2006 1:49 am
Forum: Gentoo Chat
Topic: why Gentoo sucks, and why it will ultimately die
Replies: 567
Views: 6976880

Everything dies.
  • Jump to post
by wellwhoopdedooo
Sat Jul 22, 2006 7:46 pm
Forum: Desktop Environments
Topic: Logout button broken by Gnome 2.14 [SOLVED]
Replies: 4
Views: 1178

I just noticed, it's also a panel applet, called "Shut Down" instead of "Log Out".
  • Jump to post
by wellwhoopdedooo
Fri Jul 21, 2006 11:30 pm
Forum: Desktop Environments
Topic: Logout button broken by Gnome 2.14 [SOLVED]
Replies: 4
Views: 1178

You don't have it in your menu?

http://www.lepertheory.net/~davec/image ... 20Down.png
  • Jump to post
by wellwhoopdedooo
Tue Jul 11, 2006 4:38 am
Forum: Kernel & Hardware
Topic: Kernel 2.6.16-gentoo-r9 and Dell 650 RAID issues
Replies: 39
Views: 7813

The legacy MegaRAID driver in 2.6.16 up until r12 was messed up. Not sure how, never had the energy to find out why so I stuck with 2.6.15, but it started working for me again with the r12 update.
  • Jump to post
by wellwhoopdedooo
Sun Jun 25, 2006 10:02 pm
Forum: Kernel & Hardware
Topic: dmix doesn't working
Replies: 7
Views: 2281

Try taking out the "-d plug:dmix".
  • Jump to post
by wellwhoopdedooo
Sun Jun 25, 2006 8:09 pm
Forum: Kernel & Hardware
Topic: dmix doesn't working
Replies: 7
Views: 2281

Try a blank asound.conf. dmix should be on by default now, your config file is overriding that.
  • Jump to post
by wellwhoopdedooo
Sun Jun 11, 2006 1:18 am
Forum: Networking & Security
Topic: Bizarre Google message with virus notification. [SOLVED]
Replies: 5
Views: 1885

Check here
  • Jump to post
by wellwhoopdedooo
Fri Jun 09, 2006 4:48 am
Forum: Networking & Security
Topic: Way around key loggers?
Replies: 10
Views: 1989

Ok--how about this?

I type my password in a span of like twenty minutes.

Type a letter, go edit a document, go back, add another...

Is that safe?
No God damn it! It's an incredibly trivial thing to also log which window and even which control on a given window a character is typed into.

Stop ...
  • Jump to post
by wellwhoopdedooo
Thu Jun 08, 2006 11:48 pm
Forum: Networking & Security
Topic: Way around key loggers?
Replies: 10
Views: 1989

Don't even try to get around them. Don't ssh to home at work, don't log into your e-mail, don't pay your bills, nothing. You'll forget and type your password in, or you'll think you're getting around it but you won't be.

Not to mention, it'd be trivially easy to capture any data from a USB drive ...
  • Jump to post
by wellwhoopdedooo
Tue May 23, 2006 4:58 am
Forum: Portage & Programming
Topic: C++ multiple inheritance ambiguity
Replies: 18
Views: 2229

I really think you need to approach this from a different angle. Those templates are some serious spaghetti. I can't even imagine what you're actually trying to do, and I've seen and written some pretty convoluted template code. I think you need to walk up your program's structure until you have ...
  • Jump to post
by wellwhoopdedooo
Tue May 23, 2006 4:33 am
Forum: Portage & Programming
Topic: C++ multiple inheritance ambiguity
Replies: 18
Views: 2229

Part of the point of an implementation is that it doesn't matter which implementation you use, so you shouldn't be in the situation of having to care that your class is_a(PrivateBase). If you find yourself in that situation, unfortunately, you're probably doing something wrong. If you have functions ...
  • Jump to post

Search found 69 matches
  • 1
  • 2
  • 3
  • 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