| View previous topic :: View next topic |
| Author |
Message |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 10823 Location: Ste-Foy,Canada
|
Posted: Sat Jan 30, 2010 12:48 pm Post subject: |
|
|
Do you have something when you run this :
_________________ Sysadmin of Gentoo-Québec.org
Wiki
Signature
IRC on Freenode : #gentoo-quebec |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Sun Jan 31, 2010 11:53 pm Post subject: |
|
|
hi ,
| d2_racing wrote: | | Hi, can you post your /etc/make.conf plz. |
| Quote: |
CFLAGZ="-02 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j2"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal"
|
| Quote: |
I'm able to ping google.
|
|
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Mon Feb 01, 2010 2:58 pm Post subject: |
|
|
I think d2_racing meant: Please post the output of these commands:
 |
|
| Back to top |
|
 |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 10823 Location: Ste-Foy,Canada
|
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Mon Feb 01, 2010 11:31 pm Post subject: |
|
|
| d2_racing wrote: | Do you have something when you run this :
|
| Quote: | ifconfig -a
Link encap:Ethernet HWaddr 00:0c:29:b6:ec:ec
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RZ packets: 680 errors: 0 dropped: 0 overruns:0 fram: 0
TX packets:680 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueuelen: 0
RX bytes:12440 (11.9kiB) TX bytes:12240 (11.9kIb)
cat /etc/resolv.conf
searchlocaldomain
nameserver 192.168.132.2
ping -c 3 www.google.com
3 packets transmitted, 3 received, 0% package loss, time 2010ms
rtt/min/avg/max/mdev = 0.000/3.507/10.322/4.819ms
|
|
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Tue Feb 02, 2010 2:17 am Post subject: |
|
|
Try a different nameserver in /etc/resolv.conf
eg: 4.2.2.2
or 4.2.2.1
or OpenDNS: 208.67.222.222
or 208.67.220.220 |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Tue Feb 02, 2010 3:16 am Post subject: |
|
|
| Mike Hunt wrote: | Try a different nameserver in /etc/resolv.conf
eg: 4.2.2.2
or 4.2.2.1
or OpenDNS: 208.67.222.222
or 208.67.220.220 |
Thankz, i managed to run
but i can't run
it says :
| Quote: | unable to look up git.overlays.gentoo.org (port9418) ( Temporary failure in name resolution)
* Failed to add overlay "kde"
* Error was: adding overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/kde. Please remove them manually if required. |
Please advice. Thankz |
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Tue Feb 02, 2010 9:48 am Post subject: |
|
|
| Nonsense wrote: | it says :
| Quote: | unable to look up git.overlays.gentoo.org (port9418) ( Temporary failure in name resolution)
* Failed to add overlay "kde"
* Error was: adding overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/kde. Please remove them manually if required. |
|
Have you tried what it says?
Do you have dev-util/git installed?
Also maybe we can find a DNS server closer to home. Please post the output of |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Wed Feb 03, 2010 7:55 pm Post subject: |
|
|
Hi
| Mike Hunt wrote: | | Nonsense wrote: | it says :
| Quote: | unable to look up git.overlays.gentoo.org (port9418) ( Temporary failure in name resolution)
* Failed to add overlay "kde"
* Error was: adding overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/kde. Please remove them manually if required. |
|
Have you tried what it says?
Do you have dev-util/git installed?
Also maybe we can find a DNS server closer to home. Please post the output of |
i think i install in previously but i try install it again but i t prompts me:
| Quote: | | [Errno 2] No such file or director: '/usr/local/portage/layman/make.conf' in /etc/make.conf |
| Quote: |
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.132.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.132.2 0.0.0.0 UG 0 0 0 eth0
|
|
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Thu Feb 04, 2010 1:11 am Post subject: |
|
|
Try this in /etc/resolv.conf | Code: | # cat /etc/resolv.conf
nameserver 192.168.132.2 |
The line searchlocaldomain is an error. |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Thu Feb 04, 2010 2:15 am Post subject: |
|
|
| Mike Hunt wrote: | Try this in /etc/resolv.conf | Code: | # cat /etc/resolv.conf
nameserver 192.168.132.2 |
The line searchlocaldomain is an error. |
What should i change to?
| Quote: | | Search localdomain |
|
|
| Back to top |
|
 |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 10823 Location: Ste-Foy,Canada
|
Posted: Thu Feb 04, 2010 7:59 am Post subject: |
|
|
Try this one : 208.67.222.222 _________________ Sysadmin of Gentoo-Québec.org
Wiki
Signature
IRC on Freenode : #gentoo-quebec |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Mon Feb 08, 2010 3:25 am Post subject: |
|
|
hi d2_racing,
| d2_racing wrote: | | Try this one : 208.67.222.222 |
i tried urs but i can't ping www.google using the addr but i'm able to using Mike_hunt method (192.168.132.2) but i'm still encountering the same problem
please advice. |
|
| Back to top |
|
 |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 10823 Location: Ste-Foy,Canada
|
Posted: Mon Feb 08, 2010 7:54 am Post subject: |
|
|
Hi, use this line :
| Code: |
nameserver 192.168.132.2
|
Also, do you use a static ip adress or a dhcp adress ?
Can you confirm that when you use the 192.168.132.2 nameserver you can ping google.com ? _________________ Sysadmin of Gentoo-Québec.org
Wiki
Signature
IRC on Freenode : #gentoo-quebec |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Tue Feb 09, 2010 12:50 am Post subject: |
|
|
Hi d2_racing,
| d2_racing wrote: | Hi, use this line :
| Code: |
nameserver 192.168.132.2
|
Also, do you use a static ip adress or a dhcp adress ?
Can you confirm that when you use the 192.168.132.2 nameserver you can ping google.com ? |
I managed to sucessfully complete : | Code: | emerge layman
layman -f -a kde |
but | Code: | | emerge -av kde-meta:4. | has no eduilds. |
|
| Back to top |
|
 |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 10823 Location: Ste-Foy,Canada
|
Posted: Tue Feb 09, 2010 3:32 pm Post subject: |
|
|
hi, what happen when you try this :
| Code: |
# emerge -av kde-meta
|
_________________ Sysadmin of Gentoo-Québec.org
Wiki
Signature
IRC on Freenode : #gentoo-quebec |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Tue Feb 09, 2010 8:03 pm Post subject: |
|
|
| d2_racing wrote: | hi, what happen when you try this :
| Code: |
# emerge -av kde-meta
|
|
It says required +qt4.
what is the ideal USE for installing a KDE with QT?
please advice |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Tue Feb 09, 2010 10:16 pm Post subject: |
|
|
| d2_racing wrote: | hi, what happen when you try this :
| Code: |
# emerge -av kde-meta
|
|
what i have to do next? continue with the handout? |
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Tue Feb 09, 2010 10:26 pm Post subject: |
|
|
Setting a desktop profile is the most efficient way to enable most/all the USE flags you will need for KDE4.
If it asks for any more just add them to the USE variable in /etc/make.conf
BTW, why do you need the kde overlay? |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Tue Feb 09, 2010 10:40 pm Post subject: |
|
|
| Mike Hunt wrote: | Setting a desktop profile is the most efficient way to enable most/all the USE flags you will need for KDE4.
If it asks for any more just add them to the USE variable in /etc/make.conf
BTW, why do you need the kde overlay? |
I am trying to install a desktop that supports Qt |
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Tue Feb 09, 2010 11:12 pm Post subject: |
|
|
You don't need the kde overlay for that. Just set the desktop profile, build the new USE flags into your system and emerge (xorg-server if you haven't already) and emerge kde-meta: | Code: | eselect profile set 2
emerge -uDN world
emerge xorg-server <--- if it isn't already---
emerge kde-meta |
That will pull in all the qt and kde4 stuff.
Make sure that you don't have the qt3 USE flag enabled.
The qt3support and qt4 USE flags are all that are required.
If you wish to have a second opinion, post your emerge --info after changing the profile. |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Wed Feb 10, 2010 12:08 am Post subject: |
|
|
| Mike Hunt wrote: | You don't need the kde overlay for that. Just set the desktop profile, build the new USE flags into your system and emerge (xorg-server if you haven't already) and emerge kde-meta: | Code: | eselect profile set 2
emerge -uDN world
emerge xorg-server <--- if it isn't already---
emerge kde-meta |
That will pull in all the qt and kde4 stuff.
Make sure that you don't have the qt3 USE flag enabled.
The qt3support and qt4 USE flags are all that are required.
If you wish to have a second opinion, post your emerge --info after changing the profile. |
eh Mike, i'm currently running ( might take some time) but the first few steps i have not run it. |
|
| Back to top |
|
 |
Mike Hunt Advocate


Joined: 19 Jul 2009 Posts: 4664
|
Posted: Wed Feb 10, 2010 12:20 am Post subject: |
|
|
Yes it does take a while to emerge kde-meta - even on super fast computers.
There was a time when it took almost a full week of 24/7 compiling to emerge Gentoo with Gnome and KDE.
Glad those days are long gone.
If you run into any more issues, just post them and we will assist.
Happy compiling.  |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Wed Feb 10, 2010 3:04 am Post subject: |
|
|
eh Mike Hunt,
will my gentoo has a GUI after the steps or more to be done? |
|
| Back to top |
|
 |
Nonsense n00b

Joined: 03 Dec 2009 Posts: 74
|
Posted: Thu Feb 11, 2010 3:22 am Post subject: |
|
|
| Mike Hunt wrote: | You don't need the kde overlay for that. Just set the desktop profile, build the new USE flags into your system and emerge (xorg-server if you haven't already) and emerge kde-meta: | Code: | eselect profile set 2
emerge -uDN world
emerge xorg-server <--- if it isn't already---
emerge kde-meta |
That will pull in all the qt and kde4 stuff.
Make sure that you don't have the qt3 USE flag enabled.
The qt3support and qt4 USE flags are all that are required.
If you wish to have a second opinion, post your emerge --info after changing the profile. |
i have finished emerding kde-meta but how do i continue?
i have pasted my emerge --info @ http://dpaste.com/1573411/ |
|
| Back to top |
|
 |
|