Is there another way to install Sabayon with KDE? [Solved]

Installer Issues via Installer -- Not for global upgrades or upgrading individual packages -- ONLY ISSUES WITH INSTALLATION OF THE OS -- Can't get Sabayon installed, than post here, otherwise use correct forums

Moderator: Moderators

Is there another way to install Sabayon with KDE? [Solved]

Postby roelof » Sun Sep 25, 2011 13:33

Hello,

I can't install Sabayon with the dvd see bug 2722.

Is there another way to install Sabayon Linux with KDE ?

Roelof
Last edited by roelof on Tue Sep 27, 2011 18:16, edited 2 times in total.
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Re: Is there another way to install

Postby Fitzcarraldo » Sun Sep 25, 2011 23:54

You could download the ISO for the CoreCDX Edition (you'll find it on the mirrors: see the 'Download' link at the top of this page), install that and then go through the usual steps after installation (see Fresh Install - What to do?), and, once that is complete, install KDE as root user in a Terminal window or Virtual Terminal (Ctrl-Alt-F1, or F2 to F6):

Code: Select all
equo install kde-meta
equo conf update
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Is there another way to install

Postby roelof » Mon Sep 26, 2011 7:22

Oke,

I found that one myself just before you gave me a answer.
One question :

When I use equo I see that several packages are from the sabayon-weekly repo.
Can this be a problem later one regarding stability.

Roelof

Edit : I found 2 problems. My networkcard works only after a ifconfig eth0 up and the time is 1 hours before the real time.
The timezone is good : Europe/Amsterdam.
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Re: Is there another way to install

Postby Fitzcarraldo » Mon Sep 26, 2011 13:30

roelof wrote:When I use equo I see that several packages are from the sabayon-weekly repo.
Can this be a problem later one regarding stability.

No idea, so I'll leave someone who uses Entropy regularly to answer that.

roelof wrote:Edit : I found 2 problems. My networkcard works only after a ifconfig eth0 up and the time is 1 hours before the real time. The timezone is good : Europe/Amsterdam.

Don't know why you have to do ifconfig eth0 up, it's not usual. Regarding the time, follow the procedure given in the SL Wiki article HOWTO: Clock, Time, UTC, Dual boot with Windows.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Is there another way to install Sabayon with KDE? [Solve

Postby roelof » Mon Sep 26, 2011 13:39

Oke,

And how do I know which baselayout I use ?

Roelof
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Re: Is there another way to install Sabayon with KDE? [Solve

Postby Fitzcarraldo » Mon Sep 26, 2011 13:56

By reading the article! It tells you clearly in the article in bold letters.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Is there another way to install Sabayon with KDE?

Postby roelof » Mon Sep 26, 2011 14:28

Oke,

Found it and repaired it.

Regarding the network card I found this in /var/log/messages :
Code: Select all
Sep 26 00:32:29 localhost dhcpcd[7837]: received SIGTERM, stopping
Sep 26 00:32:29 localhost dhcpcd[7837]: eth0: removing interface


So it seems that dhcpcd chrashes.

Roelof
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Re: Is there another way to install Sabayon with KDE?

Postby Fitzcarraldo » Mon Sep 26, 2011 16:09

Post the output of the following commands issued as root user in a Konsole/Terminal window:

Code: Select all
lspci
lsmod
rc-status
rc-update show -v
ifconfig
ls -la /etc/init.d/net*
ps aux | grep wpa_supplicant
cat /etc/resolv.conf
cat /etc/conf.d/net

Please use the Code button for each one in turn.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Is there another way to install Sabayon with KDE?

Postby roelof » Mon Sep 26, 2011 16:23

lspci
Code: Select all
0:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
00:11.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)


lsmod
Code: Select all
odule                  Size  Used by
snd_seq_dummy           1096  0
snd_seq_oss            22275  0
snd_seq_midi_event      4159  1 snd_seq_oss
snd_seq                38155  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4173  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            29601  0
snd_mixer_oss          11201  1 snd_pcm_oss
ipt_REJECT              1936  1
ipt_LOG                 6136  1
xt_limit                1464  2
xt_tcpudp               2112  8
xt_state                 992  6
ip6table_filter         1120  1
ip6_tables             14228  1 ip6table_filter
ipv6                  241007  24
nf_nat_irc              1168  0
nf_conntrack_irc        3128  1 nf_nat_irc                                                                           
nf_nat_ftp              1344  0                                                                                       
nf_nat                 12409  2 nf_nat_irc,nf_nat_ftp                                                                 
nf_conntrack_ipv4       8682  8 nf_nat                                                                               
nf_defrag_ipv4          1182  1 nf_conntrack_ipv4
nf_conntrack_ftp        5088  1 nf_nat_ftp
iptable_filter          1168  1
xt_addrtype             2208  4
xt_DSCP                 1808  0
xt_dscp                 1424  0
xt_string               1040  0
xt_set                  2816  0
ip_set                 17257  1 xt_set
nfnetlink               2447  1 ip_set
xt_owner                 976  0
xt_NFQUEUE              1744  0
xt_multiport            1424  0
xt_mark                 1024  0
xt_iprange              1328  0
xt_hashlimit            5592  0
xt_conntrack            2448  0
xt_connmark             1376  0
nf_conntrack           48437  9 xt_state,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp,xt_conntrack,xt_connmark
ip_tables              13157  1 iptable_filter
x_tables               13581  22 ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_state,ip6table_filter,ip6_tables,iptable_filter,xt_addrtype,xt_DSCP,xt_dscp,xt_string,xt_set,xt_owner,xt_NFQUEUE,xt_multiport,xt_mark,xt_iprange,xt_hashlimit,xt_conntrack,xt_connmark,ip_tables
snd_hda_codec_realtek   264840  1
snd_hda_intel          18216  2
edac_core              26440  0
snd_hda_codec          59176  2 snd_hda_codec_realtek,snd_hda_intel
i2c_piix4               7536  0
snd_hwdep               4398  1 snd_hda_codec
snd_pcm                56518  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              14406  2 snd_seq,snd_pcm
i2c_core               14400  1 i2c_piix4
snd                    43413  15 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          5877  2 snd_hda_intel,snd_pcm
joydev                  8224  0
serio_raw               3368  0
pcspkr                  1488  0
firewire_ohci          22840  0
floppy                 47305  0
firewire_core          36868  1 firewire_ohci
8139too                16312  0
8139cp                 14160  0
ppdev                   4696  0
k8temp                  2928  0
parport_pc             27017  0
xts                     2245  0
gf128mul                5546  1 xts
sha512_generic          4433  0
sha256_generic          9837  0
sha1_generic            1791  0
aes_x86_64              7356  0
iscsi_tcp               7607  0
tg3                   109010  0
e1000                  85137  0
fuse                   56554  1
xfs                   426119  0
nfs                   247323  0
nfs_acl                 2015  1 nfs
auth_rpcgss            35725  1 nfs
lockd                  61731  1 nfs
sunrpc                159727  4 nfs,nfs_acl,auth_rpcgss,lockd
jfs                   142542  0
reiserfs              206291  0
ext4                  220865  3
jbd2                   43798  1 ext4
ext3                  107614  0
jbd                    36617  1 ext3
ext2                   54831  0
mbcache                 4754  3 ext4,ext3,ext2
scsi_wait_scan           711  0
sl811_hcd               8879  0
ohci_hcd               17611  0
uhci_hcd               18384  0
ehci_hcd               32208  0
sx8                    11252  0
imm                     8780  0
parport                25351  3 ppdev,parport_pc,imm
pata_pcmcia             9701  0
pcmcia                 29628  1 pata_pcmcia


rc-status
Code: Select all
 * Caching service dependencies ...                                                                             [ ok ]
Runlevel: default
 ufw                                                                                                     [  started  ]
 nfsmount                                                                                                [  started  ]
 netmount                                                                                                [  started  ]
 syslog-ng                                                                                               [  started  ]
 alsasound                                                                                               [  started  ]
 cpufrequtils                                                                                            [  started  ]
 cupsd                                                                                                   [  started  ]
 mdadm                                                                                                   [  started  ]
 swap                                                                                                    [  started  ]
 udev-postmount                                                                                          [  started  ]
 urandom                                                                                                 [  started  ]
 vixie-cron                                                                                              [  started  ]
 local                                                                                                   [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed
 sysfs                                                                                                   [  started  ]
 udev-mount                                                                                              [  started  ]
 xdm-setup                                                                                               [  started  ]
 rpc.statd                                                                                               [  started  ]
Dynamic Runlevel: manual


rc-update show -v
Code: Select all
NetworkManager |                                               
 NetworkManager-setup |                                               
                acpid |                                               
            alsasound |      default                                 
         avahi-daemon |                                               
       avahi-dnsconfd |                                               
            bluetooth |                                               
             bootmisc | boot                                         
              cdeject |                                               
          consolefont | boot                                         
           consolekit | boot                                         
         cpufrequtils |      default                                 
          crypto-loop |                                               
                cupsd |      default                                 
                 dbus | boot                                         
                 dcbd |                                               
                devfs |                                        sysinit
        device-mapper | boot                                         
               dhcpcd |                                               
                dhcpd |                                               
             dhcrelay |                                               
              dmcrypt |                                               
                dmesg |                                        sysinit
             dmeventd |                                               
              dnsmasq |                                               
           fancontrol |                                               
           fbcondecor | boot                                         
                 fcoe |                                               
                 fsck | boot                                         
                 fuse |                                               
                  gpm |                                               
               hdparm |                                               
             hostname | boot                                         
              hotplug | boot                                         
              hwclock | boot                                         
        installer-gui |                                               
       installer-text |                                               
            ip6tables |                                               
             iptables |                                               
               iscsid |                                               
              keymaps | boot                                         
            killprocs |                        shutdown               
           lm_sensors |                                               
                local |      default nonetwork                       
           localmount | boot                                         
                  lvm | boot                                         
       lvm-monitoring |                                               
                mdadm |      default                                 
                 mdev |                                               
               mdraid |                                               
      mit-krb5kadmind |                                               
          mit-krb5kdc |                                               
       mit-krb5kpropd |                                               
              modules | boot                                         
             mount-ro |                        shutdown               
                 mtab | boot                                         
            multipath |                                               
           multipathd |                                               
                mysql |                                               
         mysqlmanager |                                               
              net.aol |                                               
             net.ath0 |                                               
             net.ath1 |                                               
             net.ath2 |                                               
             net.ath3 |                                               
             net.ath4 |                                               
             net.eth0 |                                               
             net.eth1 |                                               
             net.eth2 |                                               
             net.eth3 |                                               
             net.eth4 |                                               
             net.eth5 |                                               
             net.eth6 |                                               
             net.eth7 |                                               
             net.eth8 |                                               
               net.lo | boot                                         
             net.ppp0 |                                               
             net.ppp1 |                                               
             net.ppp2 |                                               
             net.ppp3 |                                               
              net.ra0 |                                               
              net.ra1 |                                               
              net.ra2 |                                               
              net.ra3 |                                               
              net.ra4 |                                               
              net.ra5 |                                               
            net.wlan0 |                                               
            net.wlan1 |                                               
            net.wlan2 |                                               
            net.wlan3 |                                               
             netmount |      default                                 
              network |                                               
                  nfs |                                               
             nfsmount |      default                                 
                 nscd |                                               
              numlock |                                               
              pciparm |                                               
                pcscd |                                               
              postfix |                                               
               procfs | boot                                         
              pwcheck |                                               
            pydoc-2.7 |                                               
  repository_services |                                               
                 root | boot                                         
             rpc.gssd |                                               
           rpc.idmapd |                                               
           rpc.pipefs |                                               
            rpc.statd |                                               
          rpc.svcgssd |                                               
              rpcbind |                                               
               rsyncd |                                               
          sabayonlive |                                               
                samba |                                               
            saslauthd |                                               
            savecache |                        shutdown               
                slapd |                                               
                 slpd |                                               
                 sshd |                                               
          staticroute |                                               
                 swap |      default                                 
              swclock |                                               
               sysctl | boot                                         
                sysfs |                                               
            syslog-ng |      default                                 
         termencoding | boot                                         
               twistd |                                               
                 udev |                                        sysinit
     udev-dev-tarball |                                               
           udev-mount |                                               
       udev-postmount |      default                                 
                  ufw |      default                                 
              urandom |      default                                 
 virtualbox-guest-additions |                                               
           vixie-cron |      default                                 
                wimax |                                               
       wpa_supplicant |                                               
              x-setup | boot                                         
                  xdm | boot                                         
            xdm-setup |                 


ifconfig
Code: Select all
eth0      Link encap:Ethernet  HWaddr 00:13:d3:dd:cc:b5 
          inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::213:d3ff:fedd:ccb5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:136396 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106127 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:151355323 (144.3 MiB)  TX bytes:14286680 (13.6 MiB)
          Interrupt:20 Base address:0xc00

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:640 (640.0 B)  TX bytes:640 (640.0 B)



ls -la /etc/init.d/net*
Code: Select all
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.aol -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth5 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth6 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth7 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth8 -> net.lo
-rwxr-xr-x 1 root root 15459 13 jul 10:32 /etc/init.d/net.lo
-rwxr-xr-x 1 root root  2202 13 jul 10:32 /etc/init.d/netmount
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra5 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan3 -> net.lo
-rwxr-xr-x 1 root root  6803 13 jul 10:32 /etc/init.d/network


ps aux | grep wpa_supplicant
Code: Select all
root       611  0.0  0.0   8356   832 pts/1    D+   19:21   0:00 grep --colour=auto wpa_supplicant


cat /etc/resolv.conf
Code: Select all
# Generated by resolvconf
nameserver 212.54.35.25
nameserver 212.54.40.25
nameserver 192.168.0.1
[code]

cat /etc/conf.d/net
[code]
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dhcp_eth0="nosendhost"
dns_domain_eth0="localdomain"
nis_domain_eth0="localdomain"


Roelof
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Re: Is there another way to install Sabayon with KDE?

Postby roelof » Mon Sep 26, 2011 17:34

Hello,

And here the output after booting into Sabayon.

lspci
Code: Select all
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
00:11.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 81)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 LE] (rev a1)
02:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)


lsmod
Code: Select all
snd_seq_dummy           1096  0
snd_seq_oss            22275  0
snd_seq_midi_event      4159  1 snd_seq_oss
snd_seq                38155  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4173  3 snd_seq_dummy,snd_seq_oss,snd_seq                                                     
snd_pcm_oss            29601  0                                                                                       
snd_mixer_oss          11201  1 snd_pcm_oss                                                                           
ipt_REJECT              1936  1                                                                                       
ipt_LOG                 6136  1
xt_limit                1464  2
xt_tcpudp               2112  8
xt_state                 992  6
ip6table_filter         1120  1
ip6_tables             14228  1 ip6table_filter
ipv6                  241007  24
nf_nat_irc              1168  0
nf_conntrack_irc        3128  1 nf_nat_irc
nf_nat_ftp              1344  0
nf_nat                 12409  2 nf_nat_irc,nf_nat_ftp
nf_conntrack_ipv4       8682  8 nf_nat
nf_defrag_ipv4          1182  1 nf_conntrack_ipv4
nf_conntrack_ftp        5088  1 nf_nat_ftp
iptable_filter          1168  1
xt_addrtype             2208  4
xt_DSCP                 1808  0
xt_dscp                 1424  0
xt_string               1040  0
xt_set                  2816  0
ip_set                 17257  1 xt_set
nfnetlink               2447  1 ip_set
xt_owner                 976  0
xt_NFQUEUE              1744  0
xt_multiport            1424  0
xt_mark                 1024  0
xt_iprange              1328  0
xt_hashlimit            5592  0
xt_conntrack            2448  0
xt_connmark             1376  0
nf_conntrack           48437  9 xt_state,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp,xt_conntrack,xt_connmark
ip_tables              13157  1 iptable_filter
x_tables               13581  22 ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_state,ip6table_filter,ip6_tables,iptable_filter,xt_addrtype,xt_DSCP,xt_dscp,xt_string,xt_set,xt_owner,xt_NFQUEUE,xt_multiport,xt_mark,xt_iprange,xt_hashlimit,xt_conntrack,xt_connmark,ip_tables
ppdev                   4696  0
i2c_piix4               7536  0
snd_hda_codec_realtek   264840  1
snd_hda_intel          18216  2
snd_hda_codec          59176  2 snd_hda_codec_realtek,snd_hda_intel
serio_raw               3368  0
snd_hwdep               4398  1 snd_hda_codec
edac_core              26440  0
firewire_ohci          22840  0
8139too                16312  0
floppy                 47305  0
snd_pcm                56518  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              14406  2 snd_seq,snd_pcm
pcspkr                  1488  0
firewire_core          36868  1 firewire_ohci
parport_pc             27017  0
i2c_core               14400  1 i2c_piix4
8139cp                 14160  0
joydev                  8224  0
k8temp                  2928  0
snd                    43413  15 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          5877  2 snd_hda_intel,snd_pcm
xts                     2245  0
gf128mul                5546  1 xts
sha512_generic          4433  0
sha256_generic          9837  0
sha1_generic            1791  0
aes_x86_64              7356  0
iscsi_tcp               7607  0
tg3                   109010  0
e1000                  85137  0
fuse                   56554  1
xfs                   426119  0
nfs                   247323  0
nfs_acl                 2015  1 nfs
auth_rpcgss            35725  1 nfs
lockd                  61731  1 nfs
sunrpc                159727  4 nfs,nfs_acl,auth_rpcgss,lockd
jfs                   142542  0
reiserfs              206291  0
ext4                  220865  3
jbd2                   43798  1 ext4
ext3                  107614  0
jbd                    36617  1 ext3
ext2                   54831  0
mbcache                 4754  3 ext4,ext3,ext2
scsi_wait_scan           711  0
sl811_hcd               8879  0
ohci_hcd               17611  0
uhci_hcd               18384  0
ehci_hcd               32208  0
sx8                    11252  0
imm                     8780  0
parport                25351  3 ppdev,parport_pc,imm
pata_pcmcia             9701  0
pcmcia                 29628  1 pata_pcmcia


rc-status
Code: Select all
unlevel: default
 ufw                                                                                                     [  started  ]
 nfsmount                                                                                                [  started  ]
 netmount                                                                                                [  started  ]
 syslog-ng                                                                                               [  started  ]
 alsasound                                                                                               [  started  ]
 cpufrequtils                                                                                            [  started  ]
 cupsd                                                                                                   [  started  ]
 mdadm                                                                                                   [  started  ]
 swap                                                                                                    [  started  ]
 udev-postmount                                                                                          [  started  ]
 urandom                                                                                                 [  started  ]
 vixie-cron                                                                                              [  started  ]
 local                                                                                                   [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed
 sysfs                                                                                                   [  started  ]
 udev-mount                                                                                              [  started  ]
 xdm-setup                                                                                               [  started  ]
 rpc.statd                                                                                               [  started  ]
Dynamic Runlevel: manual


rc-update show -v
Code: Select all
 NetworkManager |                                               
 NetworkManager-setup |                                               
                acpid |                                               
            alsasound |      default                                 
         avahi-daemon |                                               
       avahi-dnsconfd |                                               
            bluetooth |                                               
             bootmisc | boot                                         
              cdeject |                                               
          consolefont | boot                                         
           consolekit | boot                                         
         cpufrequtils |      default                                 
          crypto-loop |                                               
                cupsd |      default                                 
                 dbus | boot                                         
                 dcbd |                                               
                devfs |                                        sysinit
        device-mapper | boot                                         
               dhcpcd |                                               
                dhcpd |                                               
             dhcrelay |                                               
              dmcrypt |                                               
                dmesg |                                        sysinit
             dmeventd |                                               
              dnsmasq |                                               
           fancontrol |                                               
           fbcondecor | boot                                         
                 fcoe |                                               
                 fsck | boot                                         
                 fuse |                                               
                  gpm |                                               
               hdparm |                                               
             hostname | boot                                         
              hotplug | boot                                         
              hwclock | boot                                         
        installer-gui |                                               
       installer-text |                                               
            ip6tables |                                               
             iptables |                                               
               iscsid |                                               
              keymaps | boot                                         
            killprocs |                        shutdown               
           lm_sensors |                                               
                local |      default nonetwork                       
           localmount | boot                                         
                  lvm | boot                                         
       lvm-monitoring |                                               
                mdadm |      default                                 
                 mdev |                                               
               mdraid |                                               
      mit-krb5kadmind |                                               
          mit-krb5kdc |                                               
       mit-krb5kpropd |                                               
              modules | boot                                         
             mount-ro |                        shutdown               
                 mtab | boot                                         
            multipath |                                               
           multipathd |                                               
                mysql |                                               
         mysqlmanager |                                               
              net.aol |                                               
             net.ath0 |                                               
             net.ath1 |                                               
             net.ath2 |                                               
             net.ath3 |                                               
             net.ath4 |                                               
             net.eth0 |                                               
             net.eth1 |                                               
             net.eth2 |                                               
             net.eth3 |                                               
             net.eth4 |                                               
             net.eth5 |                                               
             net.eth6 |                                               
             net.eth7 |                                               
             net.eth8 |                                               
               net.lo | boot                                         
             net.ppp0 |                                               
             net.ppp1 |                                               
             net.ppp2 |                                               
             net.ppp3 |                                               
              net.ra0 |                                               
              net.ra1 |                                               
              net.ra2 |                                               
              net.ra3 |                                               
              net.ra4 |                                               
              net.ra5 |                                               
            net.wlan0 |                                               
            net.wlan1 |                                               
            net.wlan2 |                                               
            net.wlan3 |                                               
             netmount |      default                                 
              network |                                               
                  nfs |                                               
             nfsmount |      default                                 
                 nscd |                                               
              numlock |                                               
              pciparm |                                               
                pcscd |                                               
              postfix |                                               
               procfs | boot                                         
              pwcheck |                                               
            pydoc-2.7 |                                               
  repository_services |                                               
                 root | boot                                         
             rpc.gssd |                                               
           rpc.idmapd |                                               
           rpc.pipefs |                                               
            rpc.statd |                                               
          rpc.svcgssd |                                               
              rpcbind |                                               
               rsyncd |                                               
          sabayonlive |                                               
                samba |                                               
            saslauthd |                                               
            savecache |                        shutdown               
                slapd |                                               
                 slpd |                                               
                 sshd |                                               
          staticroute |                                               
                 swap |      default                                 
              swclock |                                               
               sysctl | boot                                         
                sysfs |                                               
            syslog-ng |      default                                 
         termencoding | boot                                         
               twistd |                                               
                 udev |                                        sysinit
     udev-dev-tarball |                                               
           udev-mount |                                               
       udev-postmount |      default                                 
                  ufw |      default                                 
              urandom |      default                                 
 virtualbox-guest-additions |                                               
           vixie-cron |      default                                 
                wimax |                                               
       wpa_supplicant |                                               
              x-setup | boot                                         
                  xdm | boot                                         
            xdm-setup |         


ifconfig
Code: Select all
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:640 (640.0 B)  TX bytes:640 (640.0 B)


ls -la /etc/init.d/net*
Code: Select all
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.aol -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ath4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth5 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth6 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth7 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.eth8 -> net.lo
-rwxr-xr-x 1 root root 15459 13 jul 10:32 /etc/init.d/net.lo
-rwxr-xr-x 1 root root  2202 13 jul 10:32 /etc/init.d/netmount
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ppp3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra3 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra4 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.ra5 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan0 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan1 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan2 -> net.lo
lrwxrwxrwx 1 root root     6 25 sep 20:59 /etc/init.d/net.wlan3 -> net.lo
-rwxr-xr-x 1 root root  6803 13 jul 10:32 /etc/init.d/network


ps aux | grep wpa-supplicant
Code: Select all
oot      8586  0.0  0.0   8356   836 pts/1    S+   20:23   0:00 grep --colour=auto wpa-supplicant


cat /etc/resolv.conf
Code: Select all
cat: /etc/resolv.conf: Bestand of map bestaat niet


cat /etc/conf.d/net
Code: Select all
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /usr/share/doc/openrc/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
dhcp_eth0="nosendhost"
dns_domain_eth0="localdomain"
nis_domain_eth0="localdomain"


Roelof
roelof
Young Hen
 
Posts: 32
Joined: Thu Sep 17, 2009 20:17

Next

Return to Installer Issues - Anaconda **Not for Package Manager Stuff**

Who is online

Users browsing this forum: No registered users and 2 guests