<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://spaceonearth.org/index.php?action=history&amp;feed=atom&amp;title=Ufe-m_pc_install</id>
	<title>Ufe-m pc install - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://spaceonearth.org/index.php?action=history&amp;feed=atom&amp;title=Ufe-m_pc_install"/>
	<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Ufe-m_pc_install&amp;action=history"/>
	<updated>2026-05-02T18:29:26Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in SpaceOnEarth</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://spaceonearth.org/index.php?title=Ufe-m_pc_install&amp;diff=433&amp;oldid=prev</id>
		<title>Axel: 1 Version importiert</title>
		<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Ufe-m_pc_install&amp;diff=433&amp;oldid=prev"/>
		<updated>2022-04-04T14:35:19Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 4. April 2022, 16:35 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://spaceonearth.org/index.php?title=Ufe-m_pc_install&amp;diff=432&amp;oldid=prev</id>
		<title>h_&gt;Axel: Textersetzung - „  * “ durch „* “</title>
		<link rel="alternate" type="text/html" href="https://spaceonearth.org/index.php?title=Ufe-m_pc_install&amp;diff=432&amp;oldid=prev"/>
		<updated>2019-12-31T11:08:34Z</updated>

		<summary type="html">&lt;p&gt;Textersetzung - „  * “ durch „* “&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====== I_UfE_M_pc_install ======&lt;br /&gt;
&lt;br /&gt;
======abgewöhnen die swap partition zu suchen======&lt;br /&gt;
eintragen in /boot/grub/menu.lst&lt;br /&gt;
&amp;lt;code&amp;gt;0@@&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======externe festplatte hat ntfs und ist daher read only======&lt;br /&gt;
formatiere sie mit &lt;br /&gt;
 mkfs.vfat /dev/sdx &lt;br /&gt;
neu&lt;br /&gt;
&lt;br /&gt;
======shutdown über button abschalten======&lt;br /&gt;
*in /etc/acpi/ liegen die skripte die bei systemereignissen aufgerufen werden.&lt;br /&gt;
*welche scripte bei welchem ereignis aufgerufen werden, werden über die dateien in dem &amp;quot;events&amp;quot; unterordnern festgelegt&lt;br /&gt;
*in den dateien /etc/acpi/events/powerbtn  /etc/acpi/events/powerbtn-acpi-support setzen wir action=&lt;br /&gt;
&lt;br /&gt;
======die netzwerkkarte wird nach dem kopieren des System als eth1 erkannt!======&lt;br /&gt;
Man muß die Datei /etc/udev/rules.d/70-persistent-net.rules korrigieren.&lt;br /&gt;
Alle anderen Prozesse erwarten eth0 als unsere netzwerkkarte.&lt;br /&gt;
&lt;br /&gt;
======running u_client_daemon.sh at startup======&lt;br /&gt;
install rungetty package&lt;br /&gt;
  #apt-get install rungetty&lt;br /&gt;
modify /etc/inittab:&lt;br /&gt;
&amp;lt;code&amp;gt;1@@&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
======change hostname======&lt;br /&gt;
 #echo mpc003 &amp;gt; /etc/hostname&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
======prepair usb stick======&lt;br /&gt;
*http://wiki.debian.org/DebianEeePC/HowTo/Install:&lt;br /&gt;
 #dd if=debian-eeepc.img of=/dev/&amp;lt;YOUR-USB-DEVICE&amp;gt;&lt;br /&gt;
 #sync&lt;br /&gt;
 install basic system without swap&lt;br /&gt;
 # apt-get install subversion mc openvpn openssh-server apache2&lt;br /&gt;
 # apt-get install mysql-server-5.0 ftpd rungetty&lt;br /&gt;
 # apt-get install dosfstools (fsck.vfat -a)&lt;br /&gt;
 # apt-get install librsvg2-bin&lt;br /&gt;
&lt;br /&gt;
*make FAT16 (6) partion with #fdisk /dev/sde&lt;br /&gt;
*FAT partion table erzeugen #mkdosfs /dev/sde1 (paket mtools)&lt;br /&gt;
*bootsector preparieren #syslinux /dev/sde1 (paket syslinux)&lt;br /&gt;
======x======&lt;br /&gt;
prepair usb stick&lt;br /&gt;
 get: http://ftp.nl.debian.org/debian/dists/etch/main/installer-i386/current/images/hd-media/boot.img.gz&lt;br /&gt;
 zcat it to usb - see: http://www.debian.org/releases/stable/i386/ch04s04.html.de#usb-add-iso&lt;br /&gt;
 get:  http://gensho.acc.umu.se/debian-cd/4.0_r5/i386/iso-cd/debian-40r5-i386-netinst.iso&lt;br /&gt;
 copy it to usb stick.&lt;br /&gt;
reboot m_pc with this stick with following option:&lt;br /&gt;
 boot: install fb=false&lt;br /&gt;
coise laptop/basic_system&lt;br /&gt;
 filesystem: http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html &lt;br /&gt;
 [[ag_readonly_filesystem|readonly_filesystem]]&lt;br /&gt;
&lt;br /&gt;
 # apt-get install subversion&lt;br /&gt;
 comment cdrom in /etc/apt/sources.list&lt;br /&gt;
 # apt-get update&lt;br /&gt;
 # apt-get install mc&lt;br /&gt;
 # apt-get install openvpn&lt;br /&gt;
 # apt-get install openssh-server&lt;br /&gt;
 # apt-get install apache-common&lt;br /&gt;
 # apt-get install mysql-server-5.0&lt;br /&gt;
 # apt-get install ftpd&lt;br /&gt;
 # apt-get install rungetty&lt;br /&gt;
 # apt-get install dosfstools (fsck.vfat -a)&lt;br /&gt;
 # apt-get install librsvg2-bin&lt;br /&gt;
&lt;br /&gt;
======mpc017 mid sid======&lt;br /&gt;
*http://www.a110wiki.de/wiki/Debian_Installation&lt;br /&gt;
*http://ftp.nl.debian.org/debian/dists/sid/main/installer-i386/current/images/netboot/&lt;br /&gt;
*mod:/etc/inittab to defaultrunlevel 5&lt;br /&gt;
*aptget install openvpn&lt;br /&gt;
*scp keys&lt;br /&gt;
&lt;br /&gt;
======copy m_pc system from one to another======&lt;br /&gt;
Change Boot sequence in pc bios to:&lt;br /&gt;
 USB HDD&lt;br /&gt;
&lt;br /&gt;
Start a Linux live from a USB-Stick in order to make a copy of the Operating System&lt;br /&gt;
&lt;br /&gt;
Use a second USB-Stick as storage for the OS&lt;br /&gt;
&lt;br /&gt;
Get the overview of the devices on the PC:&lt;br /&gt;
 ls -l /dev/sd*   #to find all devices&lt;br /&gt;
 df -H            #how is mounted at which place / see capacities&lt;br /&gt;
 mount            #show how they are mounted (options and type)&lt;br /&gt;
&lt;br /&gt;
Then make a full copy of the SSD (OS image) into the USB-Stick making use of the command:&lt;br /&gt;
 sudo dd if=/dev/sda of=/media/disk/oneimg&lt;br /&gt;
before you unplug the usb-storage please force system to empty the cache&lt;br /&gt;
 sync&lt;br /&gt;
&lt;br /&gt;
Now in the other pc make the following:&lt;br /&gt;
&lt;br /&gt;
Change Boot sequence&lt;br /&gt;
Start a Linux live&lt;br /&gt;
&lt;br /&gt;
Copy the OS image from the USB-Stick into the SSD&lt;br /&gt;
 sudo dd if=/media/disk/oneimg of=/dev/sda&lt;br /&gt;
&lt;br /&gt;
Restart the pc&lt;br /&gt;
&lt;br /&gt;
======Cloning a ONE-A-110 pc======&lt;br /&gt;
*First a copy of the whole HardDisk must be done. The &amp;quot;Cloning stick&amp;quot; has the HD images&lt;br /&gt;
 dd if=/dev/hdc of=/mnt/sda1/one_a_110.iso&lt;br /&gt;
 dd if=/mnt/sda1/one_a_110.iso of=/dev/hdc&lt;br /&gt;
*Then make the CLON recognize Eth0 (see instructions in this page)&lt;br /&gt;
*Them give the CLON a new name (see instruction in this page)&lt;br /&gt;
*Finally copy the key that belong to the new name to allow the CLON join the VPN (see instructions here: http://i.ufegmbh.de/Vpn_notes.html)&lt;br /&gt;
&lt;br /&gt;
Some things must be done to let VSYNC partner have access to the (wiki)webserver.&lt;br /&gt;
&lt;br /&gt;
==== giving public access ====&lt;br /&gt;
 For every MPC public access must be given at&lt;br /&gt;
 /home/ufe/ufe/var/disk/m_pc_data/gm/mpc0xx/&lt;br /&gt;
 a mpc0xx.txt file must be modified or created. It should have the word&lt;br /&gt;
 public&lt;br /&gt;
&lt;br /&gt;
==== giving right for vsync user ====&lt;br /&gt;
 For every MPC a vsync user with rights to gm_data must be creted&lt;br /&gt;
&lt;br /&gt;
 *First create a user (vsync) with password (ufe)&lt;br /&gt;
 *Then login as system operator&lt;br /&gt;
 *Change rights for this user (Special pages -&amp;gt; User rights management)&lt;br /&gt;
&lt;br /&gt;
======install debian lenny======&lt;br /&gt;
*install debian lenny with http-server&lt;br /&gt;
*apt-get install openvpn mysql-server php5 php5-mysql php5-mcrypt rungetty dosfstools librsvg2-bin ftpd-ssl&lt;br /&gt;
=====Install MPC011=====&lt;br /&gt;
*copy www from mpc007 to mpc011&lt;br /&gt;
*export mysqldatabase with mpc007/my/index.php&lt;br /&gt;
*apt-get install openvpn mysql-server apache2.2common php5 php5-mysql php5-mcrypt &lt;br /&gt;
*apt-get install rungetty dosfstools librsvg2-bin&lt;br /&gt;
*mpc007/etc/apache2/sites-available/u_apache_default to mpc007/etc/apache2/sites-enabled&lt;br /&gt;
*enable rewrite module&lt;br /&gt;
* reload apache&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:m_pc_setup]] [[Category:e_mpc_i]]&lt;br /&gt;
======install sid-testing======&lt;br /&gt;
=====mpc017=====\n[[category:DWImport]]\n&lt;/div&gt;</summary>
		<author><name>h_&gt;Axel</name></author>
	</entry>
</feed>