Forums

Skip to content

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

Search found 161 matches

Go to advanced search

Advanced search
Search found 161 matches
  • Page 1 of 7
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
by Sysa
Sat Oct 24, 2015 3:30 pm
Forum: Other Things Gentoo
Topic: Is there another way to improve my laptop performance?
Replies: 19
Views: 12635

Leio wrote:If fast boot time is your concern, convert to systemd :)
I agree with Leio - systemd will allow you to tune boot process.

If you want improve working performance - mount /tmp and /var/tmp as tmpfs.
  • Jump to post
by Sysa
Wed Jul 30, 2014 12:31 pm
Forum: Portage & Programming
Topic: Failed to emerge sys-apps/systemd-215-r3 [solved]
Replies: 7
Views: 4782

Re: Failed to emerge sys-apps/systemd-215-r3

padoor wrote:

Code: Select all

...
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
...
what is error ?
You should read the error messages! :) The answer is in first lines...

Please execute the following command first

Code: Select all

еmerge -1 dev-perl/XML-Parser
and repeat your update.
  • Jump to post
by Sysa
Mon Jul 21, 2014 8:50 pm
Forum: Desktop Environments
Topic: GDM not responding/can't start X
Replies: 2
Views: 2022

Do you have 'xorg.conf'?
  • Jump to post
by Sysa
Mon Jul 21, 2014 8:46 pm
Forum: Multimedia
Topic: gnome-alsamixer compile error
Replies: 2
Views: 2892

Please show
emerge --info
  • Jump to post
by Sysa
Mon Jul 21, 2014 8:35 pm
Forum: Networking & Security
Topic: iptables causes sites to stop working [SOLVED]
Replies: 7
Views: 11434

Re: iptables causes sites to stop working

Do you have modules enabled in your kernel?
  • Jump to post
by Sysa
Thu May 19, 2011 6:02 pm
Forum: Installing Gentoo
Topic: IOStat doesn't work?
Replies: 5
Views: 5867

Syster wrote:So why kB_read/s and kB_write/s is always at the same level?
I don't get it.
It is because system in the same state.
Look at iostat during long I/O, e.g.

Code: Select all

emerge --sync
in one console and

Code: Select all

watch -n1 iostat
in another and you'll see the difference...
  • Jump to post
by Sysa
Thu May 19, 2011 5:27 pm
Forum: Installing Gentoo
Topic: IOStat doesn't work?
Replies: 5
Views: 5867

Before:

Code: Select all

sdb ... 5505604
After:

Code: Select all

sdb ... 5614576 
difference is 100Mb - it means that write operation was finished.

What you want to see?

Try to send more (*Gbs) to see running process...
  • Jump to post
by Sysa
Thu May 19, 2011 5:20 pm
Forum: Kernel & Hardware
Topic: ?HDD on /home keeps spinning up? Help!
Replies: 1
Views: 1543

Look at

Code: Select all

lsof
in both cases...
  • Jump to post
by Sysa
Sun May 15, 2011 9:35 am
Forum: Portage & Programming
Topic: Staying with baselayout-1?
Replies: 20
Views: 7687

Sure thing, though it looks correct to me:

# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $

# Global config file for net.* rc-scripts

config_eth0="1.2.3.4 netmask 255.255.255.0 broadcast 1.2.3.255"
routes_eth0="default via 1 ...
  • Jump to post
by Sysa
Thu May 12, 2011 2:45 pm
Forum: Portage & Programming
Topic: Staying with baselayout-1?
Replies: 20
Views: 7687

z0ny wrote:If you mean the guide at http://www.gentoo.org/doc/en/openrc-migration.xml then that's a clear YES. Anything concrete?
Yes.
e.g. network definitions are changed... runlevels also...
Did you make

Code: Select all

emerge --with-bdeps y -uDN @world
revdep-rebuild
? Did it finish normally?
  • Jump to post
by Sysa
Thu May 12, 2011 7:06 am
Forum: Portage & Programming
Topic: world update problem
Replies: 26
Views: 15811

shazam75 wrote:...unfortunately this broke several packages like avidemux. So I will try:

emerge -uDN --with-bdeps=y @world
...
It's normal, do not worry - as I said all necessary packets will be added by dependencies.
Do not forget to run

Code: Select all

revdep-rebuild
after.
  • Jump to post
by Sysa
Thu May 12, 2011 7:03 am
Forum: Portage & Programming
Topic: Staying with baselayout-1?
Replies: 20
Views: 7687

Updating the vserver was quite a pita. After all the system is running again but some init-scripts have the following output:

# /etc/init.d/postfix restart
* Caching service dependencies ...
: command not found.d/net: line 3:
: command not found.d/net: line 5:
: command not found.d/net: line 3 ...
  • Jump to post
by Sysa
Wed May 11, 2011 5:44 am
Forum: Installing Gentoo
Topic: Installing Gentoo in VMware
Replies: 5
Views: 4663

Welcome to the Gentoo!

FYI: Gentoo does not have versions :).

Just install it in accordance with the handbook.

Is it possible to install it on the 4GB pendrive? Yes, it is possible but it is better to install to HDD first, update, fine tune it and install your customized system to a pendrive ...
  • Jump to post
by Sysa
Wed May 11, 2011 5:33 am
Forum: Portage & Programming
Topic: error adding routes to /etc/conf.d/net
Replies: 5
Views: 2863

Re: error adding routes to /etc/conf.d/net

My /etc/conf.d/net file contains something like this:

...
routes_eth3=(
"-host 10.215.147.62 gw 192.168.210.1"
)


When I boot the system I get several errors and some routes are not added.

The failing entries are:


...
routes_eth3=(
"-host 10.215.147.62 gw 192.168.210.1"
)

... I think ...
  • Jump to post
by Sysa
Wed May 11, 2011 5:19 am
Forum: Portage & Programming
Topic: world update problem
Replies: 26
Views: 15811

Hi All:

I'm running on AMD64 with XFCE4 desktop but I keep the qt4 libraries for some odd apps I need form time to time.
EVERYTIME they are upgraded I have the same problem described in the first post.

I do this:
emerge -uDp system and get all the blockers the first post states. The only ...
  • Jump to post
by Sysa
Mon May 09, 2011 4:54 pm
Forum: Portage & Programming
Topic: HELP: new baselayout breaks reboot - SOLVED
Replies: 13
Views: 4640

Did you read OpenRC migration Guide?

It mentions not about dispatch-conf only but some changes in rc-update levels, networking etc.

Please read it again, maybe you'll find an answer yourself.
  • Jump to post
by Sysa
Mon May 09, 2011 11:58 am
Forum: Portage & Programming
Topic: error adding routes to /etc/conf.d/net
Replies: 5
Views: 2863

What is your "baselayout"?
  • Jump to post
by Sysa
Mon May 09, 2011 11:54 am
Forum: Installing Gentoo
Topic: Installing Gentoo in VMware
Replies: 5
Views: 4663

Welcome to the Gentoo!

FYI: Gentoo does not have versions :).

Just install it in accordance with the handbook.
  • Jump to post
by Sysa
Mon May 09, 2011 11:47 am
Forum: Networking & Security
Topic: Replication/Backup Gentoo
Replies: 9
Views: 3997

In order to protect production LAN from saturation/overloading I'm using another NIC(s) to create alternative backup LAN.
Please keep in mind that it does not protect your system from possible CPU or I/O overloading...
  • Jump to post
by Sysa
Mon May 09, 2011 10:03 am
Forum: Networking & Security
Topic: ip changes
Replies: 7
Views: 3924

What is your baselayout?
  • Jump to post
by Sysa
Mon May 09, 2011 9:58 am
Forum: Portage & Programming
Topic: baselayout2 and modprobe
Replies: 5
Views: 3066

Just do your migration and do not worry about.
  • Jump to post
by Sysa
Mon May 09, 2011 9:56 am
Forum: Portage & Programming
Topic: world update problem
Replies: 26
Views: 15811

Just do

Code: Select all

emerge -C dev-libs/libxml2 
and continue updating.
It should be installed by dependency.
  • Jump to post
by Sysa
Mon May 09, 2011 9:50 am
Forum: Portage & Programming
Topic: Staying with baselayout-1?
Replies: 20
Views: 7687

Of course, you can!

Any way, You'll better do it later when you'll be ready to visit your server in emergency but I do not think that your presence will be necessary - I migrated my 20+ hosts (both, physical and virtual) without any problem yet.

FYI: It is mandatory that You have to read ...
  • Jump to post
by Sysa
Mon May 09, 2011 9:42 am
Forum: Kernel & Hardware
Topic: What to rebuild after a kernel upgrade?
Replies: 14
Views: 10020

Usually I do

Code: Select all

emerge -1 $(qlist -IC udev driver)
only but recently (after migration to 2.6.37 and KMS) I had to make

Code: Select all

emerge -1 $(qlist -IC xorg x11 drm)
also to solve a "black screen" problem.
  • Jump to post
by Sysa
Wed Apr 13, 2011 6:36 am
Forum: Networking & Security
Topic: Wireless broken after emerge world
Replies: 24
Views: 11081

Try

Code: Select all

emerge  -1 $(qlist -IC wireless wicd udev)
revdep-rebuild
  • Jump to post

Search found 161 matches
  • Page 1 of 7
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • 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