Re: [gentoo-user] skype

2007-06-18 Thread Ilya Hegai

2007/6/17, Matthew R. Lee [EMAIL PROTECTED]:

Well skype upgraded this morning to version 1.4.0.74 and it aint working.
When I tried running it from the command line I get the following:
/opt/skype/skype: error while loading shared libraries: libQtDBus.so.4: cannot
open shared object file: No such file or directory
revdep-rebuild doesn't pick any thing up
Do I have to rebuild Qt? or another package?  which one provides that library.
I've tried down-grading to the previous version but that's now been
package.masked
This is a real pain in the buttocks.  How can I phone home now? I can't afford
the rip-off international phone charges at the moment!
Any suggestions would be greatly appreciated
Matt


just took a look at the ebuild
you can use qt-static USE flag to tell portage to download and install
skype statically built with qt
(similar to opera browser, if you use it)
so you don't need to install qt4 separately

--
regards, Hegai Ilya
--
[EMAIL PROTECTED] mailing list



[gentoo-user] init script from user

2007-01-23 Thread Ilya Hegai

Hello, list.
Is it possible to run init script during boot from normal user, but not root?

Thank you.

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] init script from user

2007-01-23 Thread Ilya Hegai

2007/1/23, Thomas Buntrock [EMAIL PROTECTED]:

With a little trick...

im my conf.d/local.start

snip
sudo -u bunti -H fetchmail
/snip


Thanks.
One more question. Does conf.d/local.start start before net services?

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xmms alternative

2006-10-23 Thread Ilya Hegai

2006/10/23, Dave V [EMAIL PROTECTED]:

Hello,

I just read on the gentoo-dev list that xmms is about to be removed, but it's 
probably the only sound player that I've used. Could someone recommend a good 
alternative.


audacious is a bmpx fork which is a xmms fork
you can try both


I'm rather surprised that no one wanted to maintain the packages.


what's the reason to maintain package for unmaintained software

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sodipodi

2006-10-18 Thread Ilya Hegai

use inkscape, it's sodipodi fork

http://wiki.inkscape.org/wiki/index.php/SodiPodi

2006/10/18, Stéphane ANCELOT [EMAIL PROTECTED]:

Hi,

I can not find sodipodi in emerge 
where is it ?
Bye
--
gentoo-user@gentoo.org mailing list





--
regards, Hegai Ilya

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?

2006-09-19 Thread Ilya Hegai

2006/9/19, Wolfgang Liebich [EMAIL PROTECTED]:

Hi,
I have an older gentoo systen which accumulated some cruft over the time
- I have to clean it up :-)
I want to list all installed SLOTTED packages where more than one
version is installed. The old (deprecated) qpkg had the option --dups.
What is the new! shiny! way of doing that?:-)


try equery from app-portage/gentoolkit:
$ equery l -d

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Explore2fs and Gentoo

2006-06-15 Thread Ilya Hegai

2006/6/15, Leandro Melo de Sales [EMAIL PROTECTED]:

Hi,

   in my laptop I use linux and windows. Sometimes when I'm using
windows I need to access data from my linux ext3 partition. So I tried
to use Explore2fs application. It detects my two ext3 (hda3 and hda4)
partitions, but when I click to explore the hda3 partition (root
partition) I got the following message:

Error: Access violation at address 0009A8C9 in module
'explore2fs.exe'. Read of address 00E09084

But if I explore the hda4 partition, I can see the files. Does someone
can help me?


Total Commander [1] has Ext2+Reiser plugin [2] which provides
read-only access to linux partitions

[1] http://www.ghisler.com/
[2] http://www.ghisler.com/plugins.htm

--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] which forum app to use?

2006-06-05 Thread Ilya Hegai

05.06.06, Andrew Gaydenko[EMAIL PROTECTED] написал(а):

The question is: which forum app to use??


I would recommend FUDforum by Ilia Alshanetsky (php core developer)
--
regards, Hegai Ilya

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] newly emerged mysql problems

2006-06-02 Thread Ilya Hegai
2006/6/2, Chad Leigh -- Shire.Net LLC [EMAIL PROTECTED]:
I set up a box to run asterisk and try various asterisk front endson.This was back in January.I got gentoo installed and emergedapache2, php5, and mysql.In trying to set up mysql I do the following/usr/bin/mysql_install_db
# ./mysql_install_dbInstalling all prepared tablesERROR: 1Can't create/write to file '/var/lib/mysql/mysql/db.MYI' (Errcode: 13)ERROR: 1146Table 'mysql.db' doesn't existERROR: 1146Table '
mysql.db' doesn't existERROR: 1Can't create/write to file '/var/lib/mysql/mysql/host.MYI' (Errcode: 13)ERROR: 1Can't create/write to file '/var/lib/mysql/mysql/user.MYI' (Errcode: 13)ERROR: 1146Table '
mysql.user' doesn't existERROR: 1146Table 'mysql.user' doesn't existERROR: 1146Table 'mysql.user' doesn't existERROR: 1146Table 'mysql.user' doesn't existblahblahblahThe directory /var/lib/mysql and all its children are owned by
mysql:mysql and I even changed the permissions to 777 on /var/lib/mysql and /var/lib/mysql/mysql .I don't have a clue what is goingon.I have run mysql a bunch on FreeBSD but this is the first timeon gentoo.
try $emerge --config =dev-db/mysql-your_version-- regards, Hegai Ilya 


Re: [gentoo-user] wine + msi

2006-05-30 Thread Ilya Hegai
2006/5/30, Stefán István [EMAIL PROTECTED]:
Hello List!Does somebody know how to start a windows msi install file with wine?If I just simply try to start it I get the following error message:$ wine /mnt/cdrom/Installation/HydroGeo_Analyst.msiwine: could not load LZ:\\mnt\\cdrom\\Installation\\HydroGeo_Analyst.msi:
Bad EXE format fordid you google ? ;)http://www.google.com/search?q=wine+msithe very first link it what you need-- 
regards, Hegai Ilya 


Re: [gentoo-user] Problems with gnome-menus

2006-05-22 Thread Ilya Hegai
2006/5/22, JC Denton [EMAIL PROTECTED]:
Hi!  I am trying to reemerge gnome-menus but I got a error:  Digest verification Failed: /usr/portage/distfiles/gnome-menus-2.10.0.tar.bz2 Reason: Failed on MD5 verification The same happens with PyXML. 
 What does this mean? Got this kind of error the first time. Already did emerge --sync updated the portage tree. What is wrong with my machine?whendidyoudo`emerge --sync`lasttime?
=gnome-base/gnome-menus-2.10.0 was marked as attic and removed from portage10 months, 1 week ago acording to 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/gnome-base/gnome-menus/Attic/gnome-menus-2.10.0.ebuild


Re: [gentoo-user] How to disabe X stuff in mc ?

2006-05-22 Thread Ilya Hegai
2006/5/22, Enrico Weigelt [EMAIL PROTECTED]:
Hi folks,where can I disable the X11 stuff in mc ?I don't like to have the whole x11 installed, just for somesmall console application.did you read in gentoo handbookaboutUSEflags
 `USE=-X emerge mc`or (preferred way)`echo app-misc/mc -X  /etc/portage/package.use  emerge mc`or (to disable OPTIONAL support globally)add in USE section in /etc/make.conf '-X'



Re: [gentoo-user] emerge --sync

2006-05-20 Thread Ilya Hegai
2006/5/21, Leandro Melo de Sales [EMAIL PROTECTED]:
Hi folks, Due to firewall configuration I can't make a emerge --sync usingrsync, is it possible to do it using ftp or http?emerge-webrsync


Re: [gentoo-user] Gnome does not want to start

2006-05-11 Thread Ilya Hegai

2006/5/11, Roberto Zandonati [EMAIL PROTECTED]:

Hi at all, after emerge xorg gnome does not want to start.
I do the login end nothig appears.

any hint?


check your /var/log/Xorg.0.log

--
gentoo-user@gentoo.org mailing list