Advertisement
Guest User

Untitled

a guest
May 10th, 2017
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. some day i decided to switch from fedora 3 to debian.
  2.  
  3. this was a nice switch, because the fedora releases gets too fast incompatible to previous versions.
  4. just installed fc3, then fc4 comes out and you were told to update, ok after a while i updated, to fc4, but fc5 comes out and i should update or better do a reinstall again.....
  5. wtf? reinstall every 2 months? this isnt very productive!!!
  6.  
  7. ok, switching to debian i mentioned that my tv card, my pcmcia controlers, and some other hardware wasnt working, like usb devices, cardreaders , usb camera etc.
  8. but i dont really need that to do my job. i just need mail, a browser and irc/texteditor and ssh to the servers.
  9.  
  10. i have to say here: kernel 2.6 and udev and all that new stuff which is installed by default, like famserver, needless torrent tracker makes me crazy and let me think i use windows, were almost every useless feature is enabled by default.
  11.  
  12. ok, i can live with missing usb camera, i dont need a cardreader (i can copy cards on my other compuuter using win2k, :O, yes! unfortunately i own a win2k system!)
  13. scanner also dont work, i have a scsi dia-scanner..... ok, lets use windows here too, its just a scanner.....
  14.  
  15. but then someday i ran into real trouble. my pc dont let me boot again, i get no picture, maybe cpu or board is broken. i testes almost every hardware, and the proc and board sucks.
  16. so, i had the same computer twice with the same components. i changed hdd and bootet up to debian. then problems begin....
  17.  
  18. the other pc had an isdn card, so my onboard eth0 becomes eth1.
  19. i removed the isdn card, and my linux tells me my ethernatcard is still eth1 and using dhcp. WTF?
  20. UDEV? oh udev sucks, its responsible for most hardware problems like usb cardreader, cameras and my scanner...!!!
  21. especially udev on debian seems broken!
  22. i checked network settings:
  23.  
  24. ~# ifconfig
  25. eth1 Link encap:Ethernet HWaddr 00:13:D4:3F:FA:A6
  26. inet addr:192.168.10.21 Bcast:192.168.10.255 Mask:255.255.255.0
  27. inet6 addr: fe80::213:d4ff:fe3f:faa6/64 Scope:Link
  28. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  29. RX packets:41045 errors:0 dropped:0 overruns:0 frame:0
  30. TX packets:34208 errors:0 dropped:0 overruns:0 carrier:0
  31. collisions:0 txqueuelen:1000
  32. RX bytes:47720311 (45.5 MiB) TX bytes:6547960 (6.2 MiB)
  33. Interrupt:193
  34.  
  35. lo Link encap:Local Loopback
  36. inet addr:127.0.0.1 Mask:255.0.0.0
  37. inet6 addr: ::1/128 Scope:Host
  38. UP LOOPBACK RUNNING MTU:16436 Metric:1
  39. RX packets:62 errors:0 dropped:0 overruns:0 frame:0
  40. TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
  41. collisions:0 txqueuelen:0
  42. RX bytes:5032 (4.9 KiB) TX bytes:5032 (4.9 KiB)
  43.  
  44. blendi:~# cat /etc/network/interfaces
  45. auto lo
  46. iface lo inet loopback
  47.  
  48. # The primary network interface
  49. allow-hotplug eth0
  50. iface eth0 inet static
  51. address 192.168.10.99
  52. netmask 255.255.0.0
  53. network 192.168.0.0
  54. broadcast 192.168.255.255
  55. gateway 192.168.10.1
  56. # dns-* options are implemented by the resolvconf package, if installed
  57. dns-nameservers 192.168.10.1
  58.  
  59.  
  60. wtf? looks ok, anbd all howtos point to /etc/network/interfaces
  61.  
  62.  
  63. blendi:~# /etc/init.d/networking restart
  64. Reconfiguring network interfaces...done.
  65. blendi:~# ifconfig
  66. eth1 Link encap:Ethernet HWaddr 00:13:D4:3F:FA:A6
  67. inet addr:192.168.10.21 Bcast:192.168.10.255 Mask:255.255.255.0
  68. inet6 addr: fe80::213:d4ff:fe3f:faa6/64 Scope:Link
  69. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  70. RX packets:41053 errors:0 dropped:0 overruns:0 frame:0
  71. TX packets:34217 errors:0 dropped:0 overruns:0 carrier:0
  72. collisions:0 txqueuelen:1000
  73. RX bytes:47721709 (45.5 MiB) TX bytes:6549298 (6.2 MiB)
  74. Interrupt:193
  75.  
  76. lo Link encap:Local Loopback
  77. inet addr:127.0.0.1 Mask:255.0.0.0
  78. inet6 addr: ::1/128 Scope:Host
  79. UP LOOPBACK RUNNING MTU:16436 Metric:1
  80. RX packets:62 errors:0 dropped:0 overruns:0 frame:0
  81. TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
  82. collisions:0 txqueuelen:0
  83. RX bytes:5032 (4.9 KiB) TX bytes:5032 (4.9 KiB)
  84.  
  85.  
  86.  
  87. its still eth1!
  88. after reboot: still eth1!!!!
  89. wtf?
  90.  
  91.  
  92. ok, so because there is nNO command to reconfigure netwirk like on install (wtf?) i will do a:
  93.  
  94. ~# dpkg-reconfigure -a
  95. Stopping Advanced Configuration and Power Interface daemon: acpid.
  96. Loading ACPI modules:
  97. battery
  98. ac
  99. processor
  100. button
  101. fan
  102. thermal
  103. Starting Advanced Configuration and Power Interface daemon: acpid.
  104. Stopping anac(h)ronistic cron: anacron.
  105. Starting anac(h)ronistic cron: anacron.
  106. gpg: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" not changed
  107. gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" not changed
  108. gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" not changed
  109. gpg: key BBE55AB3: "Debian-Volatile Archive Automatic Signing Key (4.0/etch)" not changed
  110. gpg: Total number processed: 4
  111. gpg: unchanged: 4
  112. Stopping deferred execution scheduler: atd.
  113. Starting deferred execution scheduler: atd.
  114. Reloading system message bus config...done.
  115. Restarting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
  116. Stopping BitTorrent tracker: bttrack.bittorrent.
  117. Starting BitTorrent tracker: disabled in /etc/default/bittorrent.
  118.  
  119.  
  120. HEY? wtf? bittorrent tracker? argh, are you crazy people? who needs this? who tells you we need a fucking tracker here on this system? wtf?
  121. ok, its disabled, but it uses resources on boot up, and set up and so on, we dont need a tracker by default! no go!
  122.  
  123.  
  124. Updating certificates in /etc/ssl/certs....done.
  125.  
  126. Stopping camserv: camserv.
  127. Starting camserv: camserv.
  128. Stopping camserv-relay: camserv-relay.
  129. Package camserv-relay is not set up yet.
  130. Please edit /etc/camserv-relay.conf
  131. Creating video4linux (/dev/video*) special files...
  132.  
  133. wtf? wtf? hey!!!
  134. camserv? who the hell installed camserv? what is it? what does it? showing the movie from my bureaucamera on the internet? not set up by default, "thank you!"
  135.  
  136.  
  137. udev active, devices will be created in /dev/.static/dev/
  138.  
  139. udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks! udev sucks!
  140.  
  141. Looking for keymap to install:
  142. NONE
  143. Looking for keymap to install:
  144. NONE
  145.  
  146. blabla leaving default just press ok
  147.  
  148. Setting console screen modes and fonts.
  149. Stopping periodic command scheduler: crond.
  150. Starting periodic command scheduler: crond.
  151. Reloading Common Unix Printing System: cupsd.
  152. Stopping Common Unix Printing System: cupsd.
  153. Starting Common Unix Printing System: cupsd.
  154. Writing /usr/share/ppd/gutenprint/5.0/en/stp-bjc-30.5.0.ppd.gz...
  155. Writing /usr/share/ppd/gutenprint/5.0/en/stp-bjc-50.5.0.ppd.gz...
  156. Writing /usr/share/ppd/gutenprint/5.0/en/stp-xerox-dp_p8e.5.0.ppd.gz...
  157. Writing /usr/share/ppd/gutenprint/5.0/en/stp-xerox-dc_400.5.0.ppd.gz...
  158. ...blablabla alot of output
  159. ...needs some minutes
  160.  
  161.  
  162. No Gutenprint PPD files to update.
  163.  
  164. ah, ok, why did it take then so long?
  165.  
  166.  
  167. Reloading Common Unix Printing System: cupsd.
  168. Reloading system message bus config...done.
  169. gpg: key 2D230C5F: "Debian Archive Automatic Signing Key (2006) <ftpmaster@debian.org>" not changed
  170. gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" not changed
  171. gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" not changed
  172. gpg: key BBE55AB3: "Debian-Volatile Archive Automatic Signing Key (4.0/etch)" not changed
  173. gpg: Total number processed: 4
  174. gpg: unchanged: 4
  175.  
  176.  
  177. again? ok
  178.  
  179.  
  180. Reloading system message bus config...done.
  181. Restarting DHCP D-Bus daemon: dhcdbd.
  182. Updating OpenOffice.org's dictionary list... done.
  183. Stopping DirMngr: dirmngr.
  184. Starting DirMngr: dirmngr.
  185.  
  186. waiting.... for at least 5 mins. , no reaction, no output, just the hdd led is flashing
  187. wtf? i just wanted to reconfigure network.... ok lets wait.
  188.  
  189.  
  190.  
  191.  
  192. then, a lot of questions about exim4... aha!
  193. ok, leave almost unchanged, just pres ok or cancel whery cancel is available!
  194.  
  195.  
  196. Stopping MTA for restart: exim4_listener.
  197. Restarting MTA: exim4.
  198. Stopping MTA: exim4_listener.
  199. Starting MTA: exim4.
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. the whole procedure now took 2h or so, but network is still on eth1 after reboot, and i wasnt asked a single question about my network.
  207. great tool, but missing essencials!
  208.  
  209. then configuring fonts, cupsd again etc.
  210. i hope i could leave that unchanged, but it seems it misconfigured my printing system!
  211. yeah, thats what i need!
  212. it took a fucking long time to run and finish its work, and the result is more than useless.
  213.  
  214. i want my old system back
  215. because i am a wheeni! or how you irc junkies call this.i dont care.
  216. i want a clkean system, not using udev and torrent trackers and camserv by default, even if it is a desktop workstation with kde etc.
  217. during install i had to choose from minimum install or desktop/server etc.
  218. i simply choosed desktop, but this seems the wrong choice, i have now almost useless software installed i never used or will use.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement