as the other guy already said you should use some custom firmware as tomatoe or what they are called these days... my open router was the page afaik ... http://myopenrouter.com/ http://www.polarcloud.com/tomato you need to check waht you have and check out which firmware can be used ... the links ...
No doubt everyone here already has their problems solved, but as I ran into this thread looking for answers, I figured I'd document what happened to me when I updated portage and re-emerged the system 2 days ago.
The new ebuild works. I just ran one of my pet image conversion scripts and created a number of thumbnail images. If you want to give it a test, create a directory, put some files in it, and do the following:
#!/usr/bin/perl use File::Basename; use File::Find; use File::Slurp; use Image::Magick ...
I have a dual-Xeon 2GHz that had CHOST=i386. I updated to i686, with gcc updates from 3.x to 4.1.1.
When I got to the emerge -e world step in the guide, emerge died on gmp. When I looked at the log, it said it couldn't find a c++ compiler. The config log showed that it had the right g++, and g ...
Eh...my extensive list of sources was mostly google search, on the topics linked above. Other than that, I don't have a list, so this topic is probably sufficient.
Oh, I'm just using the pseudo-transparency of Eterms. Nothing fancy like true transparency (which I like but don't have the inclination to fool with). I've had X running on a single head since my previous post where I mentioned Synergy.
Well...maybe you can avoid the mistakes I made. Friend of mine found a post on this forum page (post by slopop27). He suggests adding MGASDRAM and XINERAMA to the xorg.conf. Take a look at his xorg.conf.
My X installation is broken right now because I did.
I followed the Gentoo Modular X howto exactly and discovered that my X environment went from merged display to cloned display. X -configure did not produce a usable config file (well, unless by usuable you include ...
Right now I'm in the midst of updating to modular Xorg along with the rest of the regularly scheduled portage updates, so it may be a day or two depending on how successful I am
Will post back here when I have Xorg running. Suggestions on how to procede at that point?
I guess I can't see anything wrong with your logic, and a friend of mine tells me it works out of the box (as it were) for him on Debian. Hope you find a solution
I guess the way I look at it is....technically, / exists for mounting everything; not necessarily for containing everythng. So, a minimal / on a regular partition serves as a bare mount point for the stuff you need to have expandable (lvm) and for virtual filesystems (dev, shm ...
However, googling for .xinitrc xdm found me the following interesting url: http://www.tuxfiles.org/linuxhelp/changeman.html . Quoting from it on the relevant information:
< xdm and .xsession >
If you have a graphical login and have xdm as your display manager ...
Have you tried autostarting the programs from .xinitrc? My .xinitrc autoloads things like an Eterm, gkrellm2, and Xscreensaver:
#!/bin/sh # Execute enlightenment. ALWAYS make sure this is at the end of this # startup file - and ALWAYS run things before it with an & at the end. # For example ...
I'm curious...is there a particularly compelling reason to have / on lvm? The recommendations I saw on the gentoo lvm setup guide basically said to allocate a small amount of space for a non-lvm / partition (in my case I did 512 Mb) and then place other partitions you want on the lvs (for example ...