Forums

Skip to content

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

Search found 133 matches

Go to advanced search

Advanced search
Search found 133 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
by jongeek
Sun Jun 13, 2010 10:58 pm
Forum: Desktop Environments
Topic: [SOLVED] xserver and KDM missing fonts
Replies: 6
Views: 3428

Please post /var/log/Xorg.0.log and /etc/X11/xorg.conf.
  • Jump to post
by jongeek
Sun Jun 13, 2010 10:51 pm
Forum: Portage & Programming
Topic: Is there a tool for updating Gentoo machines w/o compiling?
Replies: 8
Views: 4815

net-proxy/http-replicator can share both binary and source files from one machine to others. I use it at work so I don't have to download/build packages on multiple systems. You may need to set up more than one if your architectures or CFLAGS differ from one system to another. Or use multiple build ...
  • Jump to post
by jongeek
Sun Jun 13, 2010 7:27 pm
Forum: Kernel & Hardware
Topic: Trouble booting ASUS mobo (P4SDX) from CD [SOLVED]
Replies: 4
Views: 4419

The manual says to press <Alt>-<F2> during POST.

Manual here: http://www.fixya.com/support/p362922-as ... nual-11143.
  • Jump to post
by jongeek
Sun Jun 13, 2010 12:18 pm
Forum: Portage & Programming
Topic: Follies with find
Replies: 10
Views: 5004

Ok, so I don't know how to do it with one command, but you can use bash to do it in one line.

Code: Select all

for file in $(find /usr/local/portage/sys-kernel/gentoo-sources); do touch -d "$(date -r ${file})" ${file}; done
I hope that follows the spirit of your request, if not the letter.
  • Jump to post
by jongeek
Wed Sep 30, 2009 1:21 pm
Forum: Installing Gentoo
Topic: Network troubles when installing gentoo. Please Help
Replies: 2
Views: 2982

Try downloading the System Rescue CD and installing gentoo from that. It provides a more full featured environment, and better device auto detection and configuration. The system rescue CD is based on gentoo.
  • Jump to post
by jongeek
Tue Sep 29, 2009 9:45 am
Forum: Other Things Gentoo
Topic: How to backup server + other clients on the network?
Replies: 3
Views: 3352

Amanda has a native Windows client. I have done restores before, on work machines (knock on wood, never had a problem with my home boxes), and its very straightforward. I used the text-based restore interface, select the host (I was backing up multiple clients), the date to restore from, and you can ...
  • Jump to post
by jongeek
Mon Sep 28, 2009 7:04 pm
Forum: Other Things Gentoo
Topic: How to backup server + other clients on the network?
Replies: 3
Views: 3352

I've been using amanda at home and work for years. Works great. My OS install is on its own SATA drive, data is on a RAID-1 array, and backups of both go to an external SATA drive connected via firewire.
  • Jump to post
by jongeek
Tue Sep 22, 2009 7:52 pm
Forum: Desktop Environments
Topic: KDE & home directory like mandriva
Replies: 1
Views: 911

/etc/skel is the template directory for newly created users. Add the directories you would like each user to have to this directory.
  • Jump to post
by jongeek
Fri Sep 04, 2009 12:44 pm
Forum: Unsupported Software
Topic: Official thread: "zen-sources" - Part 7
Replies: 291
Views: 282463

Hi, folks. I'm not yet on zen-sources, but I wanted to check out BFS since I've been having _serious_ latency issues on my desktop/server at home (running gentoo-sources-2.6.30-r5). I found this thread while searching for info on Gentoo w/BFS, and will be looking into zen-sources for my home box ...
  • Jump to post
by jongeek
Wed Sep 02, 2009 4:04 pm
Forum: Kernel & Hardware
Topic: auto mount usb hard drive ntfs-3g
Replies: 5
Views: 3180

My usb drivers are in kernel.
and hal isn't installed, is it useful for my problem?
I'm not sure. I have an external firewire drive that is mounted at boot-time with no problems. I have the drivers built into the kernel, a line in /etc/fstab, and I do use hal. But I think the hal daemon is started ...
  • Jump to post
by jongeek
Wed Sep 02, 2009 1:27 pm
Forum: Portage & Programming
Topic: [SOLVED] how do I get a list of orphaned files ?
Replies: 8
Views: 9050

Depending on where they are, sure. All of the *.ph files on my machine are under /usr/lib/perl5/site_perl, and are filtered by excluding that directory. In contrast, I have *.pyc files under /usr/lib/portage and elsewhere, which is why I have a separate filter for those as well as filtering /usr/lib ...
  • Jump to post
by jongeek
Wed Sep 02, 2009 1:22 pm
Forum: Kernel & Hardware
Topic: auto mount usb hard drive ntfs-3g
Replies: 5
Views: 3180

Are your USB drivers compiled as modules or into the kernel ? If they are modules, they may not be loaded when the boot process tries to mount the filesystems listed in /etc/fstab. Try building them directly into the kernel.
  • Jump to post
by jongeek
Tue Sep 01, 2009 5:46 pm
Forum: Kernel & Hardware
Topic: How do I limit the amount of ram to 1536M?
Replies: 13
Views: 4087

Bizarro. Two other things I thought of.

1) Is menu.lst a symlink pointing to grub.conf (the way it should be), or are they two separate files ? Maybe its not reading the grub.conf you think it is.

ll /boot/grub/menu.lst
lrwxrwxrwx 1 root root 9 2008-11-07 08:49 /boot/grub/menu.lst -> grub.conf ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 5:41 pm
Forum: Portage & Programming
Topic: [SOLVED] how do I get a list of orphaned files ?
Replies: 8
Views: 9050


Please don't pastebin such scripts, as they may get lost over time.

Thanks, I'll post any scripts directly into the thread from now on. Didn't really think about the pastebin expiration when I posted.


By they way, you could use mktemp to avoid overwriting files in /tmp by accident, even if ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 5:09 pm
Forum: Kernel & Hardware
Topic: How do I limit the amount of ram to 1536M?
Replies: 13
Views: 4087

You don't happen to also have LILO installed, do you ? I can't think of any reason why your grub config would not be honored, unless it is not grub that is booting your system.
  • Jump to post
by jongeek
Tue Sep 01, 2009 4:18 pm
Forum: Portage & Programming
Topic: [SOLVED] how do I get a list of orphaned files ?
Replies: 8
Views: 9050

V-Li is spot on, but I check my box periodically for orphans, and wrote a little script to help me out. You can check it out here: http://pastebin.com/m22712455.

The excludes and search variables control what is looked at and what is not. Very handy for running from cron once a month or so.
  • Jump to post
by jongeek
Tue Sep 01, 2009 1:20 pm
Forum: Portage & Programming
Topic: New install hairball of blocks, downgrades, circular deps
Replies: 28
Views: 8507


Can you do an "emerge --sync" and then an "emerge -evp world" to verify you don't have the same problem?
I do emerge syncs fairly often, so I can affirm I do not have this problem.

-> genlop -r
rsync'ed at >>> Tue Aug 11 04:37:51 2009
rsync'ed at >>> Tue Aug 11 16:18:48 2009
rsync'ed at ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 1:09 pm
Forum: Portage & Programming
Topic: New install hairball of blocks, downgrades, circular deps
Replies: 28
Views: 8507

Re: New install hairball of blocks



!!! All ebuilds that could satisfy "sys-apps/util-linux" have been masked.
!!! One of the following masked packages is required to complete your request:

- sys-apps/util-linux-2.14.2 (masked by: )
- app-arch/gzip-1.3.12-r1 (masked by: )
- sys-libs/zlib-1.2.3-r1 (masked by: )
- sys-fs/lvm2-2.02 ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 1:05 pm
Forum: Portage & Programming
Topic: New install hairball of blocks, downgrades, circular deps
Replies: 28
Views: 8507


The majority of your config is identical to mine, with the major difference being that I am not using ccache. Have you tried building the new system without it ? I've never used it, so don't have any experience on what problems it may cause.

Ok, I do have one other major difference, after ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 1:02 pm
Forum: Portage & Programming
Topic: New install hairball of blocks, downgrades, circular deps
Replies: 28
Views: 8507


Can you post your make.conf file? And any package files you have in /etc/portage?


make.conf: http://pastebin.com/d61dfc946
package.keywords: http://pastebin.com/m3d31ff8c

package.mask:

# 2009-02-25 cannot use vmware-modules > 1.0.0.16
>=app-emulation/vmware-modules-1.0.0.16

# 2008-10-27 ...
  • Jump to post
by jongeek
Tue Sep 01, 2009 10:07 am
Forum: Kernel & Hardware
Topic: How do I limit the amount of ram to 1536M?
Replies: 13
Views: 4087

Re: How do I limit the amount of ram to 1536M?

DingbatCA wrote:

Code: Select all

title Gentoo 2.6.30-gentoo-r1
root (hd0,0)
kernel /linux-2.6.30-gentoo-r1 root=/dev/md3 vga=0x318 console=tty0 console=ttyS0,38400 mem=1536M max_cpus=2
What else is in your grub config ? Can you post the whole file ?
  • Jump to post
by jongeek
Mon Aug 31, 2009 9:04 pm
Forum: Kernel & Hardware
Topic: How do I limit the amount of ram to 1536M?
Replies: 13
Views: 4087

Re: How do I limit the amount of ram to 1536M?



title Gentoo 2.6.30-gentoo-r1
root (hd0,0)
kernel /linux-2.6.30-gentoo-r1 root=/dev/md3 vga=0x318 console=tty0 console=ttyS0,38400 mem=1536M max_cpus=2

The kernel line in your grub config should work fine. I've used the "mem=" option on a couple of machines to test low-memory conditions. I ...
  • Jump to post
by jongeek
Mon Aug 31, 2009 8:45 pm
Forum: Portage & Programming
Topic: New install hairball of blocks, downgrades, circular deps
Replies: 28
Views: 8507

Is -e world just broken? Can anybody else run this successfully on amd64 stable branch?

Yes, I have installed two amd64 machines in August, and emerge -evp world produces no errors...just a very long listing of packages to rebuild. FWIW, I had no problems installing on either machine.


So let ...
  • Jump to post
by jongeek
Mon Aug 31, 2009 8:31 pm
Forum: Installing Gentoo
Topic: Xorg server 1.5.3 problem: no screens found
Replies: 8
Views: 4000

Please post your xorg.conf.
  • Jump to post
by jongeek
Fri Aug 21, 2009 7:49 pm
Forum: Portage & Programming
Topic: LINGUAS="en_US" is a problem? What is execvp?
Replies: 10
Views: 2740

Good luck with your re-install. I've done that myself for varying reasons, sometimes just for fun ! Therein lies the beauty of a distinct root partition. I actually created a setup using two disks, with the first partition of each disk set aside for the root partition. Then I could easily install a ...
  • Jump to post

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