Re: [gentoo-user] portage conflict

2008-04-14 Thread Mateusz A. Mierzwin'ski

Sergey Kobzar pisze:

After portage tree update I have


# emerge -upvDN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE=-acl -ipv6 -static 
-xinetd 793 kB
[ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE=nls -acl (-selinux) -static 
-vanilla% -xattr 3,670 kB
[blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
[blocks B ] =sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)

Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB


and can't update world.

I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
update world, but it may corrupt my system.

Any ideas?

Thanks.


  
Unmerge MKTEMP. This is part of coreutils now. After that You can update 
world/system.

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



Re: [gentoo-user] firefox crash when playing flash

2008-04-09 Thread Mateusz A. Mierzwin'ski

Roman Zilka pisze:

Hello,

I don't have any specific idea, but try recompiling Firefox without any
CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
might solve the problem too (or introduce new problems:). Also try
cleaning up your Firefox profile (in terms of add-ons, most
importantly).

-rz


  
[ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist -debug -filepicker -gnome -iceweasel -java 
-mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af -ar -be -bg -ca -cs -da -de 
-el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb 
-nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_TW 0 kB 


uname -a
Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone must be set--see zic i686 Intel(R) Core(TM)2 
CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux



Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36 
physical and 48 virtual addressing) You will have problem with flash. 
Flash by adobe was only release 32-bit. NSWrapper emulates (converts) 
address spaces but ABI have running issues between 32 and 64bit version. 
Also Adobe is far enough to release 64-bit version, so You must try to 
live with it. If you have enough flash problem install 32-bit Gentoo Linux.


Greet's
Mateusz M.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gentoo AMD64, games freeze!

2008-04-09 Thread Mateusz A. Mierzwin'ski

Mark Knecht pisze:

On Wed, Apr 9, 2008 at 10:42 AM, Marzan, Richard non Unisys
[EMAIL PROTECTED] wrote:
  

-Original Message-
  

  From: Mark Knecht [mailto:[EMAIL PROTECTED]



  

  Those of us on the Gentoo-amd64 list welcome you to come join us.
 
  - Mark
  --



gentoo-user@lists.gentoo.org mailing list
  

 Doesn't it seems strange that most users posts on the gentoo-user ml,
 regardless of what other ml are available for their topic? I must say
 that I am guilty of that too. Doesn't anyone post to gentoo
 subcategorized ml anymore?




Well, I certainly post on the gentoo-amd64 list when my questions are
specific to my 64-bit machines. things like how to make Flash, java,
plugins, etc., work better on that platform are, to me, very
appropriate to that list.

I post here for more general conversations.

- Mark
  
I think that this types of info should be mailed to gentoo-user. But 
when we post about incompatibility (something don't work as this should) 
then better to post to gentoo-amd64 list.

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



Re: [gentoo-user] what isn't required to boot a system/what can be trimmed from a backup

2008-03-13 Thread Mateusz A. Mierzwin'ski

forgottenwizard pisze:

On 23:29 Tue 11 Mar , Logan McKenna wrote:
  

I just use mkstage4.sh which can be found on the forums. Works great for me

On Tue, Mar 11, 2008 at 11:10 PM, forgottenwizard 
[EMAIL PROTECTED] wrote:



I'm messing around with doing backups via rsync to an external hard
drive, and I'm wanting to be able to strip out unneeded files from the
backup (these will be archived by, probably, dar or tar later on), and
was wondering if someone knew what I could strip out.

Thanks.

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


  


I looked at mkstage4, but that isn't what I'm wanting. I never liked
that script too much (its a good tool, mind you, just not what I'm
wanting to use), and I'm wanting to do this via rsync instead of the
script.

  
You should stop using rsync. Why? I've think like You couple days ago. 
Rsync is good but, when i record DVD with backup files of OS and try to 
restore by rsync then I started to waiting for files counting... and 
waiting... and waiting. So I use tar -cjvpf arch dir --exclude=/dev 
--exclude=/proc --exclude=/root --exclude=/usr/portage/distfiles and 
backup work's perfect. You can use ISOMASTER to edit ISO of minimal 
livecd of gentoo and add archive to that file, rebuild iso and write it 
on DVD - it works fine. Now restoring to full functional Gentoo needs 3 
minutes of data decompresion to disk (tar -xjvpf) faster is without 
verbose mode. Next step is chroot mount dir /usr/sbin/lilo (after 
mounting proc) and reboot ;). This is faster :D

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