Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
quickswitch regaiert nicht auf lilo Flag
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
simp
n00b
n00b


Joined: 23 Jun 2004
Posts: 31

PostPosted: Mon Aug 16, 2004 4:44 pm    Post subject: quickswitch regaiert nicht auf lilo Flag Reply with quote

Hallo Zusammen

Ich habe heute mal quickswitch getestet, bis auf ein paar kleine Problem, läuft es ganz gut. Jedoch das Hauptproblem ist, dass quickswitch das lilo Flag nicht berücksichtigt.

?

Meine lilo.conf
Code:

boot = /dev/hda
vga = 791
default=it
image = /boot/kernel-2.6.7-gentoo-r14
        root = /dev/ram0
        vga=0x317
        label = it
        read-only
        password=xxxxx
        initrd=/boot/initrd-2.6.7-gentoo-r14
        append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=it"

image = /boot/kernel-2.6.7-gentoo-r14
        root = /dev/ram0
        vga=0x317
        label = wlan
        read-only
        password=xxxxx
        initrd=/boot/initrd-2.6.7-gentoo-r14
        append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=wlan"



Code:
# The global configuration section.
# ---------------------------------

[config]
# Default device to setup. Usually eth0. Can be
# overridden in the profile.
device=eth0

# Path to save last good known configuration...
servicefilename=/etc/quickswitch/switchto.last

# Path and arguments to switchto. This is for the switcher GUI
switchtopath=/usr/bin/switchto -b

# Paths to executables (defaults shown)
# Uncomment theses and change them if needed.
# ------------------------------------------
ifconfig=/sbin/ifconfig
iwconfig=/usr/sbin/iwconfig
netstat=/bin/netstat
route=/sbin/route
hostnamecmd=/bin/hostname
date=/bin/date
mv=/bin/mv
cp=/bin/cp
ln=/bin/ln
rm=/bin/rm


# Paths to standard files
# -----------------------
hostsfile=/etc/hosts
dnsfile=/etc/resolv.conf


[it]
device=eth0
description=IT
hostname=tweety
FQHostname=tweety
address=dhcp
execpre=  /sbin/ifconfig eth1 down
execpre=  cp /etc/nsswitch.ldap /etc/nsswitch.conf
execpost= /etc/init.d/sshd restart


[wlan]
device=eth1
description=wlan
hostname=tweety
FQHostname=tweety
essid=YYYYY
key=xxx xxx open
address=dhcp
execpre=  /sbin/ifconfig eth0 down
execpre=  cp /etc/nsswitch.file /etc/nsswitch.conf
execpost= /etc/init.d/sshd restart


Muss ich den kernel patchen ? Oder warum nimmt quickswtich die Options nicht an ?
Back to top
View user's profile Send private message
Kermit_the_frog
n00b
n00b


Joined: 19 May 2003
Posts: 18

PostPosted: Mon Aug 16, 2004 6:43 pm    Post subject: Re: quickswitch regaiert nicht auf lilo Flag Reply with quote

Hallo simp!

simp wrote:

Code:

append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent switchto=it"



Versuch es mal mit

Code:

append="init=/linuxrc real_root=/dev/hda1 quiet hdc=ide-scsi splash=silent SWITCHTO=it"


Ich habe es auf jeden Fall groß geschrieben und bei mir klappt es wunderbar.

Viele Grüße
Kermit
Back to top
View user's profile Send private message
simp
n00b
n00b


Joined: 23 Jun 2004
Posts: 31

PostPosted: Mon Aug 16, 2004 6:59 pm    Post subject: Reply with quote

danke dir.

Leider war es das auch nicht. Hast du irgendwo switchto -s eingetragen ?

Irgendwie will das nicht
Back to top
View user's profile Send private message
Kermit_the_frog
n00b
n00b


Joined: 19 May 2003
Posts: 18

PostPosted: Sat Aug 21, 2004 7:20 am    Post subject: Reply with quote

Hallo Simp!
Entschuldige bitte die späte Antwort.
simp wrote:
Leider war es das auch nicht. Hast du irgendwo switchto -s eingetragen ?

Jein, ich nutze
Code:
/etc/init.d/net.eth0-quickswitch
statt
Code:
/etc/init.d/net.eth0
.

Gruß
Kermit

P.S.: Ich habe im Init-Skript übrigens den Pfad zur Config-Datei geändert.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum