Forums

Skip to content

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

Search found 179 matches

Go to advanced search

Advanced search
Search found 179 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by Shiner_Man
Thu Jul 28, 2005 1:07 am
Forum: Installing Gentoo
Topic: Multiple Partition Mounting
Replies: 2
Views: 1077

Yeah I thought I did it right. It turns out the problem was devfs but thats another story.

Anyway, I can see that my /tmp directory on this server that I've had running for a long time is only up to 38M. I still wonder though what a recommended size is and I've yet to find any "official" stance on ...
  • Jump to post
by Shiner_Man
Wed Jul 27, 2005 8:26 pm
Forum: Installing Gentoo
Topic: Multiple Partition Mounting
Replies: 2
Views: 1077

Multiple Partition Mounting

I've done this a bunch of times but I don't know what went wrong here. I'm setting up a test server at my house and I created multiple partitions as follows:

/dev/hda1 /boot
/dev/hda2 /swap
/dev/hda3 /
/dev/hda5 /tmp
/dev/hda6 /var
/dev/hda7 /opt
/dev/hda8 /home

They all have the approprate ...
  • Jump to post
by Shiner_Man
Fri Jul 22, 2005 3:50 pm
Forum: Networking & Security
Topic: Restart Process After Security Update
Replies: 2
Views: 720

LoDown wrote:I am not sure, but I don't think you will need to restart anything. If something needs zlib, it will call the library. So since you updated the library, it will call the new library. At least that is how I understand it. Of course, I have been wrong before :-D
That makes sense to me.
  • Jump to post
by Shiner_Man
Fri Jul 22, 2005 2:47 pm
Forum: Networking & Security
Topic: Restart Process After Security Update
Replies: 2
Views: 720

Restart Process After Security Update

This is probably a very silly question. Obviously if you update something like apache or mysql for a security update you have to restart the service so that the changes take effect. Today there is a zlib security update which I applied. So, what if anything do you have to restart? I avoid reboot'ing ...
  • Jump to post
by Shiner_Man
Sat Jun 18, 2005 1:43 am
Forum: Portage & Programming
Topic: libgmail broken?
Replies: 8
Views: 2264

I posted a bug on this:

http://bugs.gentoo.org/show_bug.cgi?id=96425

Apparently only the cvs version of libgmail works.
  • Jump to post
by Shiner_Man
Fri Jun 17, 2005 1:24 am
Forum: Portage & Programming
Topic: libgmail broken?
Replies: 8
Views: 2264

libgmail broken?

#!/usr/bin/env python

import libgmail

ga = libgmail.GmailAccount('myname@gmail.com', 'mypassword')
ga.login()
folder = ga.getMessagesByFolder('inbox')


At the final line it borks in the python interpreter spitting out all sorts of text and ending with KeyError: 'v'.

Is libgmail broken? I ...
  • Jump to post
by Shiner_Man
Wed Jun 01, 2005 10:41 am
Forum: Gamers & Players
Topic: Call Of Duty Server; User To Run?
Replies: 4
Views: 3860

The above command does not work because, for some reason, it tries to create /root/.callofduty every time its run. Anybody know why this happens or how to change the path?
  • Jump to post
by Shiner_Man
Tue May 31, 2005 3:43 pm
Forum: Gamers & Players
Topic: Call Of Duty Server; User To Run?
Replies: 4
Views: 3860

Yes I'm aware of the nice command. I'm also aware of the sudo command but, as the nice man pages state, non root users can only lower the priority. I'm thinking if I run this command it will work:

# nice -n -20 sudo -u nobody /opt/call_of_duty/coduo_lndxed

I'll have to try it out when I get home.
  • Jump to post
by Shiner_Man
Tue May 31, 2005 3:32 am
Forum: Gamers & Players
Topic: Call Of Duty Server; User To Run?
Replies: 4
Views: 3860

Call Of Duty Server; User To Run?

I've been messing around just trying to get a Call Of Duty United Offensive server up for my home lan. Suprisingly, it was very simple. I'm wondering though, if I was to ever make this a public server how I would actually run the server as another user besides root. If COD ever got exploited I don't ...
  • Jump to post
by Shiner_Man
Sun May 08, 2005 3:40 am
Forum: Portage & Programming
Topic: mysql emerge!!!
Replies: 5
Views: 1112

Yeah I would try what jgomo3 said. If that doesn't work try:

# emerge procps

Not sure why that would work and rather then mysql's ebuild trying to emerge procps but you never know.
  • Jump to post
by Shiner_Man
Thu May 05, 2005 11:45 am
Forum: Portage & Programming
Topic: Help With Ebuild(webapp)
Replies: 0
Views: 597

Help With Ebuild(webapp)

I'm trying to write an ebuild for jinzora. I used the phpBB ebuild as a guide to create this one. I understand the layout of ebuilds in general but I'm having trouble wrapping my head around the webapp eclass. The only documentation I could find on it was the webapp.eclass file itself which is a ...
  • Jump to post
by Shiner_Man
Thu Apr 28, 2005 10:46 am
Forum: Multimedia
Topic: xmms hard locks with m3u files
Replies: 2
Views: 932

Well, I'm using beep-media-player now since I can't track down the cause of this problem.
  • Jump to post
by Shiner_Man
Wed Apr 27, 2005 5:56 pm
Forum: Multimedia
Topic: xmms hard locks with m3u files
Replies: 2
Views: 932

xmms hard locks with m3u files

Every time I try to stream a file from jinzora xmms hard locks. If I run it in a shell I get no output or errors. Playing mp3's works fine though. It seems to be an issue with .m3u files.

Anybody else experiencing this?
  • Jump to post
by Shiner_Man
Wed Apr 27, 2005 10:33 am
Forum: Portage & Programming
Topic: glsa-check borked
Replies: 3
Views: 963

re-emerging python did the trick. Thanks guys.
  • Jump to post
by Shiner_Man
Wed Apr 27, 2005 12:06 am
Forum: Portage & Programming
Topic: glsa-check borked
Replies: 3
Views: 963

glsa-check borked

glsa-check -l
WARNING: This tool is completely new and not very tested, so it should not be
used on production systems. It's mainly a test tool for the new GLSA release
and distribution system, it's functionality will later be merged into emerge
and equery.
Please read http://www.gentoo.org/proj/en ...
  • Jump to post
by Shiner_Man
Mon Apr 25, 2005 1:51 pm
Forum: Desktop Environments
Topic: torsmo Tips & Tricks
Replies: 222
Views: 242171

could anybody please tell me how to center my torsmo.. i want it to appear bottom center, but right now its bottom left..:?

Sorry, you can only put it in the four corners, AFAIK

And sorry to steal your thunder Shiner_Man, but I stole/modified my own, it has the descriptions for the packages ...
  • Jump to post
by Shiner_Man
Mon Apr 25, 2005 10:53 am
Forum: Portage & Programming
Topic: gnome-vfs emerge error[SOLVED]
Replies: 2
Views: 1182

gnome-vfs emerge error[SOLVED]

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 3200+
Gentoo Base System version 1.4.16
Python: dev-lang/python-2 ...
  • Jump to post
by Shiner_Man
Sun Apr 24, 2005 4:05 am
Forum: Desktop Environments
Topic: ~/.fluxbox/keys galore!
Replies: 11
Views: 4943

Right on man!

Is there a list of what Mod goes to what key? I can't seem to find one.
  • Jump to post
by Shiner_Man
Sat Apr 23, 2005 8:31 pm
Forum: Desktop Environments
Topic: torsmo Tips & Tricks
Replies: 222
Views: 242171

Here is a hacked up python script to display the latest packages added to portage:

#!/usr/bin/env python

import urllib

data = urllib.urlopen('http://packages.gentoo.org/archs/x86/stable/gentoo_simple.rss').read()
datalist = data.splitlines()

final = []
for x in datalist:
#REMOVE WHITESPACES IN ...
  • Jump to post
by Shiner_Man
Fri Apr 22, 2005 9:13 pm
Forum: Portage & Programming
Topic: mysql-python and mod_python bug?
Replies: 1
Views: 745

After some testing, it seems the masked version of mysql-python(1.2.0) does not suffer from this bug but 1.0.0 does and will eventually cause mysql to crash. I'm filing a bug.
  • Jump to post
by Shiner_Man
Fri Apr 22, 2005 3:30 pm
Forum: Portage & Programming
Topic: mysql-python and mod_python bug?
Replies: 1
Views: 745

mysql-python and mod_python bug?

From the mod_python FAQ:

If your mod_python scripts run for a while then you see:

[Wed Mar 09 17:44:22 2005] [error] [client 192.168.1.117] PythonHandler mod_python.publisher: OperationalError: (1040, 'Too many connections'), referer: ...

The problem may be in MySQLdb. A widely distributed ...
  • Jump to post
by Shiner_Man
Tue Apr 19, 2005 11:45 am
Forum: Desktop Environments
Topic: X and NVIDIA issues
Replies: 29
Views: 9913

My friend is running into this issue as well. This is insane. lspci shows this:

NV18 GeForce4 MX-nForce GPU (reva3)

The nvidia module refuses to work. I'm going to try the:

modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0

Maybe that will do the trick.

Well that didn't do the trick just to let ...
  • Jump to post
by Shiner_Man
Tue Apr 19, 2005 12:38 am
Forum: Desktop Environments
Topic: X and NVIDIA issues
Replies: 29
Views: 9913

My friend is running into this issue as well. This is insane. lspci shows this:

NV18 GeForce4 MX-nForce GPU (reva3)

The nvidia module refuses to work. I'm going to try the:

modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0

Maybe that will do the trick.
  • Jump to post
by Shiner_Man
Thu Apr 07, 2005 2:44 pm
Forum: Documentation, Tips & Tricks
Topic: [mini-HowTo] Gentoo Linux LiveCD for Dummies!
Replies: 523
Views: 550255

Wow this guide is totally awesome. I need to create a livecd for my job that will join a windows domain so I can recover files off a busted hard drive and put them up on the network shares. I think this might help.
  • Jump to post
by Shiner_Man
Wed Mar 02, 2005 7:26 pm
Forum: Networking & Security
Topic: Configuring SSH
Replies: 5
Views: 1375

I believe ssh will bind to what ever active network interface you have running.
  • Jump to post

Search found 179 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