Re: [gentoo-user] Looking for a minimalist image viewer / organizer

2007-01-15 Thread Ryan Crisman

You can try the Linux version of Google Picasa
http://picasa.google.com/linux/  May not be as minimal as you would like but
it works.  And they are not listing an dependencies.

On 1/15/07, Vlad Dogaru [EMAIL PROTECTED] wrote:


Hello,

Browsing getoo-wiki.com for an image viewer, I only found Gthumb, which
depends on GNOME. I use Fluxbox because I have an older computer and would
like to keep dependencies at a minimum. Any suggestions? I only need a
viewer; organising my pictures is not a plus. No exotic formats, just jpeg,
gif and the usual.

Thanks in advance,
Vlad





--
Ryan Crisman


[gentoo-user] Portage Emerge Net Connect Error

2007-01-12 Thread Ryan Crisman

Everytime I attempt to install a new program using portage i get this error:

Resolving distfiles.gentoo.org... failed: Temporary failure in  name
resolution.

I do have internet access and I am writing this email from the same
machine.  It doesn't matter what package or when i get this error all the
time.  Even on the other mirrors for the package.

--
Ryan Crisman


Re: [gentoo-user] Portage Emerge Net Connect Error

2007-01-12 Thread Ryan Crisman

I do a ping distfiles.gentoo.org
ping: unknown host distfiles.gentoo.org

Than i try and ping its ip and i get
connect: network is unreachable

Pinging www.Google.com:
connect: network is unreachable

contents of resolv.conf
domain localdomain
nameserver 192.168.1.1
nameserver 192.168.1.1

But as i said before I am able to browser the web in Firefox.

On 1/12/07, PaulNM [EMAIL PROTECTED] wrote:


Ryan Crisman wrote:
 Everytime I attempt to install a new program using portage i get this
 error:

 Resolving distfiles.gentoo.org... failed: Temporary failure in  name
 resolution.

 I do have internet access and I am writing this email from the same
 machine.  It doesn't matter what package or when i get this error all
the
 time.  Even on the other mirrors for the package.

Well, for some reason dns lookup for those sites fail.  What happens
when you put distfiles.gentoo.org in a web browser?  You could also try
pinging the repositories first, and if they get though, try emerge
again.  If emerge still fails, I'd try adding them to the host file with
whatever ip you get from pinging as a workaround.

PaulNM

--
gentoo-user@gentoo.org mailing list





--
Ryan Crisman


Re: [gentoo-user] Portage Emerge Net Connect Error

2007-01-12 Thread Ryan Crisman

Okay i got it to work.  It turns out /etc/conf.d/net was not setup to see
the router.

I just looked it up on the Gentoo Linux Doc and routes_eth0 was not set up
so I added
routes_eth0=default gw 192.168.1.1
to the end of the file, restarted eth0 and everything works now.

Thanks for the help.

On 1/12/07, Ryan Crisman [EMAIL PROTECTED] wrote:


I do a ping distfiles.gentoo.org
ping: unknown host distfiles.gentoo.org

Than i try and ping its ip and i get
connect: network is unreachable

Pinging www.Google.com:
connect: network is unreachable

contents of resolv.conf
domain localdomain
nameserver 192.168.1.1
nameserver 192.168.1.1

But as i said before I am able to browser the web in Firefox.

On 1/12/07, PaulNM  [EMAIL PROTECTED] wrote:

 Ryan Crisman wrote:
  Everytime I attempt to install a new program using portage i get this
  error:
 
  Resolving distfiles.gentoo.org... failed: Temporary failure in  name
  resolution.
 
  I do have internet access and I am writing this email from the same
  machine.  It doesn't matter what package or when i get this error all
 the
  time.  Even on the other mirrors for the package.

 Well, for some reason dns lookup for those sites fail.  What happens
 when you put distfiles.gentoo.org in a web browser?  You could also try
 pinging the repositories first, and if they get though, try emerge
 again.  If emerge still fails, I'd try adding them to the host file with
 whatever ip you get from pinging as a workaround.

 PaulNM

 --
 gentoo-user@gentoo.org mailing list




--
Ryan Crisman





--
Ryan Crisman


Re: [gentoo-user] Mysql vs Mysql-community...

2007-01-02 Thread Ryan Crisman

MySQL - Paid (Enterprise Edition), Paid Support
MySQL Community - Free (Personal Edition), Community Support

On 1/2/07, kashani [EMAIL PROTECTED] wrote:


Jerry McBride wrote:
 Can someone tell me the major differences between mysql and
mysql-community?

 Thank you, in advance...

 P.S. before you beat me up too badly, I've googled this one to death and
not
 found anything that satisfies my curiousity.

The answer at the moment appears to be that there is no difference.

http://www.mysqlperformanceblog.com/2006/12/29/where-to-get-recent-mysql-version/

However it looks like in the future the code paths will start to diverge.

Here's a bit more about the upcoming split.
http://www.planetmysql.org/kaj/?p=64

Ramin

--
gentoo-user@gentoo.org mailing list





--
Ryan Crisman


Re: [gentoo-user] Mysql vs Mysql-community...

2007-01-02 Thread Ryan Crisman

I use MySQL alot at my Company and we use the Community version.  I have
found that its just as good as the Paid one which by the MySQL website says
the paid one is more stable but I have yet to see any problems.

On 1/2/07, kashani [EMAIL PROTECTED] wrote:


Ryan Crisman wrote:
 MySQL - Paid (Enterprise Edition), Paid Support
 MySQL Community - Free (Personal Edition), Community Support

While the above is true it fails to answer the question, As
DBA/sysadmin what is the actual difference between the two so I can pick
the right one for my workload. At least that's the question I
interpreted the first post as asking.

Right now the code bases are exactly the same. Going forward it's
not
clear whether I'll be able to compile Mysql Enterprise myself with
support for the Sphinx storage engine which is very fast for full text
searches and a feature I desperately need. Also unclear is if the high
concurrency Innodb thread fixes are going to be implemented in Community
or Enterprise first. Enterprise appears to be the stable branch and will
have changes back ported from Community, but the docs are less than
clear at this point. In any case the issues are a bit more complicated
than where your support comes from at least at the high end. For your
general web-app either would be fine.

kashani
--
gentoo-user@gentoo.org mailing list





--
Ryan Crisman


Re: [gentoo-user] Re: I want my xmms

2006-12-29 Thread Ryan Crisman

He may have meant lightweight as in easy to use.  And compared to mplayer it
is lightweight on the memory side.

On 12/29/06, Grant Edwards [EMAIL PROTECTED] wrote:


On 2006-12-29, Mark M [EMAIL PROTECTED] wrote:

 how about media-sound/audacious ?
 its a nice and lightweight player.

Lightweight??

It's the biggest virtual memory user on my system with a
virtial set size of 58M and resident set size of 14M.  The only
thing with a slightly larger resident size is the X server.

Audacious takes three times as much memory as Apache.

--
Grant Edwards   grante Yow!  Do you have
exactly
  at   what I want in a plaid
   visi.compoindexter bar bat??

--
gentoo-user@gentoo.org mailing list





--
Ryan Crisman


Re: [gentoo-user] Resize /

2006-11-16 Thread Ryan Crisman

you can emerge gparted and use a gui program that well allow you to resize
your partitions, plus add and remove partitions.

On 11/16/06, jakommo [EMAIL PROTECTED] wrote:


Hi Listmembers,

I have a problem the / Partition on my system is to smal, is there a save
way to resize it?
I know mounting other partitions to e.g. /usr will help but the / is only
4,6G so it will help only temporarily.

thanks

jakommo





--
Ryan Crisman


Re: [gentoo-user] documentation for the xorg-server modules?

2006-11-07 Thread Ryan Crisman
http://www.x.org/On 11/7/06, Dorin [EMAIL PROTECTED] wrote:
I can't seem to find any documentation about the xorg modules (dri, vbe,ddc,dbe,...) . I want to know what each one is for so I can enable/disable them
based on what I need. So where should I look for the docs?--The world is a tragedy to those who feel, but a comedy to those whothink.(Horace Walpole)*Dorin Scutarasu,
www.info.UAIC.ro-- Ryan Crisman


Re: [gentoo-user] ETH0 Startup Problem

2006-11-04 Thread Ryan Crisman
The livecd has 8139cp and 8139too loaded but the installed version only has 8139cp loaded, and mii also is loaded with both the network modules out to the side of it on the live cd, and the install only has the one to the side of it.
Thats what it was displaying so I did:echo 8139too  /etc/modules.autoload.d/kernel-2.6and that fixed the problem.  Thanks Neil for the LSMOD command
On 11/4/06, Neil Bothwick [EMAIL PROTECTED] wrote:
On Fri, 3 Nov 2006 22:28:06 -0500, Ryan Crisman wrote: Anyone have any ideas.The eth0 worked on the live CD and when i do LSPCI i can see that it see the device.Did you build the correct module with your kernel? lsmod will show if
it's loaded. If you're not sure which one you need, run lsmod from thelive CD to see what that's using.--Neil BothwickWhat is about L'waxana Troi that makes me melt. * Odo
-- Ryan Crisman


[gentoo-user] ETH0 Startup Problem

2006-11-03 Thread Ryan Crisman
I just did a fresh install on a PC and at startup I get this:*Starting up eth0* Bringing up eth0* dhcp* eth0 does not exist*ERROR: Problem starting needed services.* netmount was not started.
Anyone have any ideas. The eth0 worked on the live CD and when i do LSPCI i can see that it see the device.-- Ryan Crisman