<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Yast2 on Michael’s Domain</title><link>https://jeltsch.org/en/tags/yast2/</link><description>Recent content in Yast2 on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/yast2/index.xml" rel="self" type="application/rss+xml"/><item><title>Changing the host name with Yast2 (overriding the DCHP server)</title><link>https://jeltsch.org/en/changing_the_host_name_with_yast2_overriding_the_dchp_server/</link><pubDate>Mon, 21 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/changing_the_host_name_with_yast2_overriding_the_dchp_server/</guid><description>&lt;p&gt;I couldn&amp;rsquo;t figure out how to change the host name. The host name is e.g. displayed by default (Suse 9) in the command prompt and used by several applications. If you move your computer between different networks, this name changes as the default (Suse 9) is, that the host name is assigned by the DHCP server. But you can override these setting using Yast2: Control Center -&amp;gt; Yast2 modules -&amp;gt; Networ Devices -&amp;gt; Network Card -&amp;gt; authenticate! -&amp;gt; Edit already configured network cards -&amp;gt; Host name &amp;amp; Name server -&amp;gt; Uncheck the box &amp;ldquo;Change hostname via DHCP&amp;rdquo; and write the desired host name into the box. I presume you have to reboot for the settings to take effect. However, this doesn&amp;rsquo;t change e.g. the name of your computer that is visible on the windows network. To change this, you have to add an entry to /etc/samba/smb.conf like this: netbios name = &amp;ldquo;michael-laptop&amp;rdquo; (Is this correct?: The &amp;quot;&amp;quot; is necessary, otherwise you will only see the first part of the name (that is: michael).) This will change your name as it appears e.g. when you browse the network from a Windows NT computer. However, the samba implementation of MacOS 10.2 will still continue to display some generic name (in my case the name the DHCP server wants to give me: mcblmj-2).&lt;/p&gt;</description></item><item><title>Formating an mounting an external firewire reiserfs disk</title><link>https://jeltsch.org/en/formating_an_mounting_an_external_firewire_reiserfs_disk/</link><pubDate>Mon, 21 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/formating_an_mounting_an_external_firewire_reiserfs_disk/</guid><description>&lt;p&gt;I didn&amp;rsquo;t know how to format an unformatted drive under Linux. I attached a firewire case with an old 12 GB Macintosh-formatted HD to my computer. In order to format it with reiserfs, I used Yast2. I had to go to expert mode and rewrite the partition table. By this action Yast2 puts an entry into the fstab, that I modified to:&lt;code&gt;/dev/sda1 /media/firewire reiserfs noauto,user 0 0&lt;/code&gt;since I don&amp;rsquo;t want to have it connected every time I boot up. Instead I can now mount it as a regular user manually with:&lt;code&gt;mount /media/tmp/&lt;/code&gt;To make the drive writable to normal users (or to whomever you want to grant access) you need to change the ownership and/or permissions of the mountpoint:&lt;code&gt;chmod -R a+rwx /media/firewire&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Using multiple mouses/trackpads simultaneously (Suse Linux 9 Yast2/SaX)</title><link>https://jeltsch.org/en/using_multiple_mouses_trackpads_simultaneously_suse_linux_9_yast2_sax/</link><pubDate>Thu, 05 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/using_multiple_mouses_trackpads_simultaneously_suse_linux_9_yast2_sax/</guid><description>&lt;p&gt;I have a laptop and used Yast2 to configure an external USB mouse. However, the trackpad became inactive. When I now restart without USB mouse I am in trouble. I used for the configuration: &lt;code&gt;Control Center -&amp;gt; Yast2 modules -&amp;gt; Hardware -&amp;gt; Select mouse model&lt;/code&gt; If you want to operate both external mouse and trackpad, you need to dig deeper: &lt;code&gt;Control Center -&amp;gt; Yast2 modules -&amp;gt; Hardware -&amp;gt; Graphics Card and Monitor -&amp;gt; Graphical Desktop Environment -&amp;gt; Change -&amp;gt; Component: Input Devices&lt;/code&gt; Here you have the possibility to add an indefinte amount of mouses. You should probably test whether you new settings work (with the test button) before you restart. The settings become only active after a restart. Meaning if you want to deactivate your trackpad (because it disturbs you) you need again a restart…&lt;/p&gt;</description></item><item><title>Configuring and starting Apache2 via Yast2</title><link>https://jeltsch.org/en/configuring_and_starting_apache2_via_yast2/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/configuring_and_starting_apache2_via_yast2/</guid><description>&lt;p&gt;Yast is of of course as unfriendly when it comes to error messages as any other Linux program. I tried to start up Apache2 using Yast2 and there were only 3 fields in the configuration wizard to fill in: server name, administrator e-mail and listening port. I filled in as server name &amp;ldquo;Suse Linux&amp;rdquo;. When Yast2 wanted to do the configuration, the error message was: Error: cannot adjust apache2 service
Cool. Had I started apache manually (sudo /etc/init.d/apache2 start), I had noticed the following line among the error messages:
Starting httpd2 (prefork) Syntax error on line 11 of /etc/apache2/sysconfig.d/global.conf:
ServerName takes one argument, The hostname and port of the server
Obviously &amp;ldquo;Suse Linux&amp;rdquo; was taken as two arguments. So I went back to the graphical interface and changed the value to &amp;ldquo;Suse_Linux&amp;rdquo; and this time it worked.&lt;/p&gt;</description></item><item><title>Wheel Mouse trouble with Suse Linux 9.2 (SaX2, xorg.conf, explorerps/2, ZAxisMapping)</title><link>https://jeltsch.org/en/wheel_mouse_trouble_with_suse_linux_9_2_sax2_xorg_conf_explorerps_2_zaxismapping/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/wheel_mouse_trouble_with_suse_linux_9_2_sax2_xorg_conf_explorerps_2_zaxismapping/</guid><description>&lt;p&gt;I wanted to activate the wheen of my USB mouse, but everytime I went to Yast2 &amp;gt; Hardware &amp;gt; Mouse the X server crashed and threw me into a text console. Also using SaX2 didn&amp;rsquo;t work (there is a button under Input devices &amp;gt; Properties &amp;gt; Activate mouse wheel). Funnily the wheel usind to work in 9.1. Finally I modified /etc/X11/xorg.conf: &lt;code&gt;diff xorg.conf xorg.old Option &amp;quot;Name&amp;quot; &amp;quot;USB-Mouse;PS/2 on USB&amp;quot; &amp;gt; Option &amp;quot;Protocol&amp;quot; &amp;quot;PS/2&amp;quot;&lt;/code&gt; The important line &lt;code&gt;Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;&lt;/code&gt; was already present. If isn&amp;rsquo;t you need to add it to activate the wheel.&lt;/p&gt;</description></item><item><title>Yast hangs during printer installation (Suse Linux 9.1 and 9.2)</title><link>https://jeltsch.org/en/yast_hangs_during_printer_installation_suse_linux_9_1_and_9_2/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/yast_hangs_during_printer_installation_suse_linux_9_1_and_9_2/</guid><description>&lt;p&gt;Using Suse Linux 9.1 and 9.2, I had for a long time problems with installing additional printers using Yast2. Since I had free installation support for 9.1 I contacted Suse, but to no avail. Printer installation is not covered by the free installation support. The advice they gave me was trivial and did not work (uninstall CUPS and reinstall it again). Additionally most of the installed printers were stopped (a red cross over the printer icons under Start Menu &amp;gt; Utilities &amp;gt; Printing &amp;gt; Printing Manager) and could not be started again. Now I realized that this condition is network-specific. In my home-network everything works fine, but at work Yast2 &amp;gt; Hardware &amp;gt; Printer hangs during &amp;ldquo;load current settings&amp;rdquo;. I only managed to get passed this stage when I restarted with the network unplugged. Then I can install/uninstall printers (but of course I cannot test them during installation), but after another reboot I can print again as usual.&lt;/p&gt;</description></item></channel></rss>