Avvio e configurazione del server X, KDE, GNOME e tutti gli altri WM

Messaggio7 settembre 2011, 11:02 - [RISOLTO]schermo #104051

[alex@myhost ~]$ lspci | grep VGA
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
[alex@myhost ~]$
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 11:06 - [RISOLTO]schermo #104052

I driver direi che sono quelli giusti, anche se la scheda è indubbiamente vecchiotta.
Come Desktop Environment hai installato gnome3?
In ogni caso, anche se con scarse prestazioni, io stesso sono riuscito a provare gnome 3 con tanto di shell e ho una nvidia GeForce 6200 che è simile alla tua.
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 11:18 - [RISOLTO]schermo #104053

si uso gnome shell e devo dire che mi trovo benissimo
secondo mè il problema è in gdm perchè quando faccio partire kdm funziona anche se con qualche limitazione
che faccio reinstallo ?
si può reinstallare arch tenendo la cartella home intatta ? e se sì come
tanks
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 11:21 - [RISOLTO]schermo #104054

Hai già provato a reinstallare gdm?
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 11:28 - [RISOLTO]schermo #104055

si un paio di volte

quando facio partire kdm all'inizio mi dà questo errore
Codice: Seleziona tutto
warning comand open console kit session : unable to open sesion : failed to execute program /usr/lib/dbus-1.0/ dbus-daemon-launch-helper : success


potrebbe essere lì il problema
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 11:29 - [RISOLTO]schermo #104056

Come li fai partire gdm e kdm?
Ultima modifica di ambro il 7 settembre 2011, 11:30, modificato 1 volta in totale.
PC: Amd FX-6100-Nvidia GT630-SSD- 64bit - kernel 3.8-ck - KDE 4.10
Mediacenter: Asus AT310NT-I - Atom N330 - Nvidia ION - i686 - kernel 3.7-ARCH - openbox - XBMC-Frodo
Netbook: Asus eeepc1001 - i686 - kernel-netbook 3.7 - lxde
Avatar utente
ambro
Robin Hood
 
Messaggi: 1868
Iscritto il: 27 agosto 2009, 21:37
Località: Verona
Top

Messaggio7 settembre 2011, 11:31 - [RISOLTO]schermo #104057

prova a dare:
Codice: Seleziona tutto
pacman -Qs consolekit

e
Codice: Seleziona tutto
pacman -Qs dbus


e poi posta il tuo /etc/rc.conf
Ultima modifica di cippaciong il 7 settembre 2011, 11:32, modificato 1 volta in totale.
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 11:35 - [RISOLTO]schermo #104058

kdm con kdm start
mentre gdm con inittab

Codice: Seleziona tutto
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="it_it.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.

MODULES=(loop)
MODULES=(fuse)
MODULES=(... vboxdrv)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"


# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=eth0
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock dbus syslog-ng @network netfs crond)
DAEMONS=(syslog-ng dbus networkmanager crond
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 11:40 - [RISOLTO]schermo #104059

Le righe MODULES e DAEMONS devono essere singole:
Codice: Seleziona tutto
MODULES=(loop fuse vboxdrv)
DAEMONS=(hwclock dbus syslog-ng @network netfs crond)

Rispondi a cippaciong e posta anche /etc/inittab
Ultima modifica di ambro il 7 settembre 2011, 11:41, modificato 1 volta in totale.
PC: Amd FX-6100-Nvidia GT630-SSD- 64bit - kernel 3.8-ck - KDE 4.10
Mediacenter: Asus AT310NT-I - Atom N330 - Nvidia ION - i686 - kernel 3.7-ARCH - openbox - XBMC-Frodo
Netbook: Asus eeepc1001 - i686 - kernel-netbook 3.7 - lxde
Avatar utente
ambro
Robin Hood
 
Messaggi: 1868
Iscritto il: 27 agosto 2009, 21:37
Località: Verona
Top

Messaggio7 settembre 2011, 11:48 - [RISOLTO]schermo #104060

ecco
Codice: Seleziona tutto
 pacman -Qs dbus
local/dbus 1.4.14-1
    Freedesktop.org message bus system
local/dbus-core 1.4.14-1
    Freedesktop.org message bus system
local/dbus-glib 0.94-2
    GLib bindings for DBUS
local/dbus-python 0.84.0-1
    Python bindings for DBUS
local/libdbusmenu-qt 0.9.0-1
    A library that provides a Qt implementation of the DBusMenu spec
local/ndesk-dbus 0.6.0-2
    C# implementation of D-Bus
local/ndesk-dbus-glib 0.4.1-2
    C# GLib implementation of D-Bus
[root@myhost alex]#

Codice: Seleziona tutto
#
# /etc/inittab
#

#  Runlevels:
#    0    Halt
#    1(S)    Single-user
#    2    Not used
#    3    Multi-user
#    4    Not used
#    5    X11
#    6    Reboot

## Only one of the following two lines can be uncommented!
# Boot to console
id:5:initdefault:
# Boot to X11
#id:3:initdefault:

rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p

# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 -s 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 -s 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 -s 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 -s 38400 tty6 linux

# Serial Virtual Console for KVM and others VMs
#s0:2345:respawn:/sbin/agetty -8 -s 9600 ttyS0 linux

# Hypervisor Virtual Console for Xen and KVM
#h0:2345:respawn:/sbin/agetty -8 -s 38400 hvc0 linux

ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >/dev/null 2>&1

# End of file
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 11:53 - [RISOLTO]schermo #104061

Manca
Codice: Seleziona tutto
pacman -Qs consolekit

che era quello che mi interessava di più.

Inoltre anche inittab è compilato male, nella prima parte gli hai detto di non effettuare il login da console ma graficamente decommentando la riga
Codice: Seleziona tutto
id:5:initdefault:


Però poi alla fine devi dirgli con cosa effettuare il login decommentando la riga:
Codice: Seleziona tutto
x:5:respawn:/usr/sbin/gdm -nodaemon


Correggi comunque rc.conf e riprova
Ultima modifica di cippaciong il 7 settembre 2011, 11:56, modificato 1 volta in totale.
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 11:55 - [RISOLTO]schermo #104062

sorry

Codice: Seleziona tutto
[root@myhost alex]# pacman -Qs consolekit
local/consolekit 0.4.5-1
    A framework for defining and tracking users, login sessions, and seats
[root@myhost alex]#


ora riprovo
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 12:03 - [RISOLTO]schermo #104064

niente da fare arriva alla schermata del login ma non escono gli spazi per mettere user e password:(:(:(
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 12:42 - [RISOLTO]schermo #104067

posta per favore il tuo file /etc/fstab
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 12:52 - [RISOLTO]schermo #104069

Codice: Seleziona tutto
#
# /etc/fstab: static file system information
#
# <file system>    <dir>    <type>    <options>    <dump>    <pass>
tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
UUID=29c4148b-b746-463d-b9c1-2f88063e6fdc /boot ext2 defaults 0 1
UUID=331baea0-44a2-4497-854a-b458373b452b /home ext4 defaults 0 1
UUID=3b3b4705-634c-4c15-98ca-551f1c6832e1 / ext4 defaults 0 1
UUID=d9dcab0e-195c-446d-9efd-c81a82741a6e swap swap defaults 0 0


il file inittab l'avevo fatto apposta per avviare da terminale anche gdm
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 13:27 - [RISOLTO]schermo #104071

Ho letto in un forum di freebsd che forse il problema potrebbe essere risolto aggiungendo a /etc/fstab la riga:
Codice: Seleziona tutto
proc /proc procfs rw 0 0

aggiungila sotto a tmpfs.
In realtà però non credo sia questo il problema.
Direi di provare ad aggiungere il tuo utente al gruppo gdm
Codice: Seleziona tutto
sudo gpasswd -a alex gdm


Se nemmeno questo dovesse funzionare proverei a cambiare driver dato che ho trovato ancora segnalazione riguardanti problemi di xorg

Dai nell'ordine:
Codice: Seleziona tutto
sudo pacman -Rsndd nvidia nvidia-utils

Codice: Seleziona tutto
sudo pacman -S xf86-video-nouveau nouveau-dri

Codice: Seleziona tutto
sudo rm /etc/X11/xorg.conf

e riavvia
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 13:51 - [RISOLTO]schermo #104074

niente da fare sig!!
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 13:53 - [RISOLTO]schermo #104075

axxxx ha scritto:il file inittab l'avevo fatto apposta per avviare da terminale anche gdm

Come ha detto cippaciong secondo me, se segui il metodo inittab per avviare X, devi decommentare la riga di gdm.
Codice: Seleziona tutto
x:5:respawn:/usr/sbin/gdm -nodaemon

Viceversa, se non intendi usare inittab, devi decommentare la riga
Codice: Seleziona tutto
## Only one of the following two lines can be uncommented!
# Boot to console
#id:5:initdefault:
# Boot to X11
id:3:initdefault:

E lasci commentate tutte le voci in basso
Codice: Seleziona tutto
# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >/dev/null 2>&1
PC: Amd FX-6100-Nvidia GT630-SSD- 64bit - kernel 3.8-ck - KDE 4.10
Mediacenter: Asus AT310NT-I - Atom N330 - Nvidia ION - i686 - kernel 3.7-ARCH - openbox - XBMC-Frodo
Netbook: Asus eeepc1001 - i686 - kernel-netbook 3.7 - lxde
Avatar utente
ambro
Robin Hood
 
Messaggi: 1868
Iscritto il: 27 agosto 2009, 21:37
Località: Verona
Top

Messaggio7 settembre 2011, 14:06 - [RISOLTO]schermo #104078

gia fatto ma niente
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 14:10 - [RISOLTO]schermo #104080

Hai anche provato a cambiare i driver??
Questa cosa sta diventando un mistero
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 14:56 - [RISOLTO]schermo #104081

Posta di nuovo il tuo rc.conf, queste cose solitamente succedono quando dbus non parte (per un motivo o per un altro)
--- Arch Linux user since april 2009
Avatar utente
Luco
Little John
 
Messaggi: 952
Iscritto il: 19 giugno 2009, 11:23
Località: [MI]
Top

Messaggio7 settembre 2011, 15:50 - [RISOLTO]schermo #104083

Codice: Seleziona tutto
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="it_it.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.

MODULES=(loop fuse ... vboxdrv)
#MODULES=(fuse)
#MODULES=(... vboxdrv)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"


# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=eth0
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock dbus syslog-ng @network netfs crond)
#DAEMONS=(syslog-ng dbus networkmanager crond) 


si ho provato anche a cambiare i driver
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 15:56 - [RISOLTO]schermo #104085

Dunque, i puntini che trovi prima di vboxdrv nel wiki servono solo ad indicare che il modulo deve essere inserito tra gli altri e non vanno riportati nell'elenco.
All'avvio non ricevi nessun FAIL??
Inoltre le righe in più dei moduli e dei demoni potevi eliminarle direttamente

Il tuo rc.conf dovrebbe essere così

Codice: Seleziona tutto
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
#   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
#   to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
#   Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="it_it.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
#   Replace every !module by an entry as on the following line in a file in
#   /etc/modprobe.d:
#     blacklist module
#   See "man modprobe.conf" for details.

MODULES=(loop fuse vboxdrv)

# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30

# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"

# Scan for BTRFS volumes at startup
USEBTRFS="no"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"


# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
#   - interface: name of device (required)
#   - address: IP address (leave blank for DHCP)
#   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
#   - broadcast: broadcast address (ignored for DHCP) (optional)
#   - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# broadcast=192.168.0.255
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=

interface=eth0
address=
netmask=
broadcast=
gateway=

# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(!hwclock syslog-ng dbus !network networkmanager netfs crond)


EDIT:Prova anche a postare l'output di:
Codice: Seleziona tutto
ls -la /usr/lib/dbus-1.0/dbus-daemon-launch-helper
Ultima modifica di cippaciong il 7 settembre 2011, 16:04, modificato 1 volta in totale.
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

Messaggio7 settembre 2011, 16:00 - [RISOLTO]schermo #104086

come mai mi hai messo il ! davanti a network ?
axxxx
Novello Arciere
 
Messaggi: 91
Iscritto il: 6 luglio 2011, 12:58
Top

Messaggio7 settembre 2011, 16:02 - [RISOLTO]schermo #104087

Per disabilitarla.
Se usi networkmanager allora devi disabilitatre il demone network (con @ lo metti in background ma si avvia comunque)
Viceversa se usi network (con impostazioni da rc.conf) allora non installi networkmanager e lo togli dai demoni.

Controlla anche l'aggiornamento che ho fatto al post precedente e posta l'output dell'ultimo comando.
Il mio wallpaper su arch-stuff.org: I Saw an Arch
Avatar utente
cippaciong
Arciere Provetto
 
Messaggi: 506
Iscritto il: 21 giugno 2010, 10:55
Località: Pavia
Top

PrecedenteProssimo

Torna a Desktop

Chi c’è in linea

Visitano il forum: Nessuno e 0 ospiti

Moderatori: 4javier, aleph, veleno77, adriano, Hilinus