[yast-devel] [11.0] Change ipv6 setting via commandline?
Hi there, which yast module do I have to use in order to switch off the ipv6 option? And btw. is there a browsable list of all options which can be configured via yast on the commandline? TIA! Cheerz, Lars -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Lars Behrens wrote:
Hi there,
which yast module do I have to use in order to switch off the ipv6 option?
YaST2 network - lan module -> global options -> uncheck Enable IPv6 this action needs reboot (it's not possible to rmmod ipv6.ko) Bye, Michal Zugec
And btw. is there a browsable list of all options which can be configured via yast on the commandline?
TIA!
Cheerz, Lars
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Dňa Thursday 11 September 2008 13:19:12 Lars Behrens ste napísal:
Hi there,
which yast module do I have to use in order to switch off the ipv6 option?
And btw. is there a browsable list of all options which can be configured via yast on the commandline?
What do you mean by browsable? 'yast2 lan help' ? Stano -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Am Donnerstag, 11. September 2008 schrieb Stanislav Visnovsky:
And btw. is there a browsable list of all options which can be configured via yast on the commandline?
What do you mean by browsable? 'yast2 lan help' ?
No, when I search for the possibility to change an option noninterctive, and don't know where, then I have to go through all the modules of 'yast -l' with 'yast module longhelp' to see what's possible with that module. Example: "Can I change the ipv6 settings via script?" > yast -l "Ok, where could it be? network?" > yast lan longhelp "Hmm, can't find nothing, where else could it be?" ...to be continued... Maybe there's webpage with a list of modules and commands/options Lars -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Lars Behrens napsal(a): [...]
"Can I change the ipv6 settings via script?" > yast -l "Ok, where could it be? network?" > yast lan longhelp "Hmm, can't find nothing, where else could it be?" ...to be continued...
Maybe there's webpage with a list of modules and commands/options
There no such complete overview, you have to query each module separately. I tried to make a script (using xargs to query all modules automatically, but it failed because some modules do not support command line and they want to open a dialog... Anyway, the functionality will be very likely implemented in few modules, i.e. you don't have to run 'yast scanner longhelp' if you are searching for ipv6 option, the amount of the attempts should be small. I think more likely the feature won't be implemented at all because of limited support of command line mode in yast modules in general... -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: lslezak@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Am Donnerstag, 11. September 2008 schrieb Ladislav Slezak:
There no such complete overview, you have to query each module separately.
I tried to make a script (using xargs to query all modules automatically, but it failed because some modules do not support command line and they want to open a dialog...
Hehe, that's what happened to me too ;-)
Anyway, the functionality will be very likely implemented in few modules, i.e. you don't have to run 'yast scanner longhelp' if you are searching for ipv6 option, the amount of the attempts should be small.
I think more likely the feature won't be implemented at all because of limited support of command line mode in yast modules in general...
Thx for the info! Lars -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On čt 11. září 2008, Lars Behrens wrote:
Am Donnerstag, 11. September 2008 schrieb Ladislav Slezak:
There no such complete overview, you have to query each module separately.
I tried to make a script (using xargs to query all modules automatically, but it failed because some modules do not support command line and they want to open a dialog...
Hehe, that's what happened to me too ;-)
Do you know the modules which do not support command line interface? Please open a bug report for them... Jiri -- Jiri Suchomel SUSE LINUX, s.r.o. e-mail: jsuchome@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Praha 9, Czech Republic http://www.suse.cz -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (5)
-
Jiří Suchomel
-
Ladislav Slezak
-
Lars Behrens
-
Michal Zugec
-
Stanislav Visnovsky