Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

    Nobody is reading this thread right now.
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Wheezy?
Ist es auch notwendig Updates zu machen wenn man das ganze nur im hs betreibt?
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Wheezy = Debian 7.X
Code:
cat /etc/debian_version
Ich denke ein aktuelles System ist nie verkehrt. Schließlich ist der Server mit dem Internet auch nach "außen" verbunden. Ein Neustart ist nicht erforderlich. Ist kein Windoof.

MfG
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Du hast Ubuntu 12 auf dem Server. kannst ein
Code:
sudo apt-get update && sudo apt-get upgrade
machen.
Ich weis leider nicht ob die noch unterstützt wird.
In Dem Fall würde ich auf die nächste Stable updaten ist glaub ich (14).
Mal so in die sources.list eintragen.
Code:
[COLOR=#3E3E3E]#deb cdrom:[Ubuntu 12.04.3 LTS _Precise Pangolin_ - Release i386 (20130820.1)]/ precise main restricted[/COLOR]

[COLOR=#3E3E3E]# See [/COLOR][URL]http://help.ubuntu.com/community/UpgradeNotes[/URL][COLOR=#3E3E3E] for how to upgrade to[/COLOR]
[COLOR=#3E3E3E]# newer versions of the distribution.[/COLOR]
[COLOR=#3E3E3E]deb [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#ff0000]stable[/COLOR][COLOR=#3E3E3E] main restricted[/COLOR]
[COLOR=#3E3E3E]deb-src [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#ff0000]stable[/COLOR][COLOR=#3E3E3E] main restricted[/COLOR]

[COLOR=#3E3E3E]## Major bug fix updates produced after the final release of the[/COLOR]
[COLOR=#3E3E3E]## distribution.[/COLOR]
[COLOR=#3E3E3E]deb [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise-updates main restricted[/COLOR]
[COLOR=#3E3E3E]deb-src [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise-updates main restricted[/COLOR]

[COLOR=#3E3E3E]## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu[/COLOR]
[COLOR=#3E3E3E]## team. Also, please note that software in universe WILL NOT receive any[/COLOR]
[COLOR=#3E3E3E]## review or updates from the Ubuntu security team.[/COLOR]
[COLOR=#3E3E3E]deb [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise universe[/COLOR]
[COLOR=#3E3E3E]deb-src [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise universe[/COLOR]
[COLOR=#3E3E3E]deb [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise-updates universe[/COLOR]
[COLOR=#3E3E3E]deb-src [/COLOR][URL]http://de.archive.ubuntu.com/ubuntu/[/URL][COLOR=#3E3E3E] precise-updates universe[/COLOR]
Kannst aber auch noch eine andere Meinung abwarten. Das Update wird dann mehrere Stunden dauern. Ein Neustart ist nicht erforderlich. Der Server läuft weiter.

MfG
hi,

nachdem ich an den gezeigten Stellen "stable" eingetragen habe muss ich was machen ?
Einen sudo-Befehl eingeben ? Wenn ja, welchen ?

Gruß

EDIT:
Diesen Befehl ?
Code:
sudo apt-get update && sudo apt-get upgrade
 
Zuletzt bearbeitet:
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hallo, wenn du stable eingetragen hast in den source.list wird auf die Pakete von Jessie upgegraded.
Code:
deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free

Du hast ja Debian drauf und nicht Ubuntu.
Dann ein apt-get update && dist-upgrade -y
Nachdem Jessie drauf ist, muss du den root Zugang freischalten da dieser aus Sicherheitsgründen deaktiviert wurde wenn du über einen anderen Computer drauf willst.
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Root-Zugang freischalten?

Wie ging das auch noch ?

Gruß
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hallo, wenn du stable eingetragen hast in den source.list wird auf die Pakete von Jessie upgegraded.
Code:
deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free

Du hast ja Debian drauf und nicht Ubuntu.
Dann ein apt-get update && dist-upgrade -y
Nachdem Jessie drauf ist, muss du den root Zugang freischalten da dieser aus Sicherheitsgründen deaktiviert wurde wenn du über einen anderen Computer drauf willst.

Hi,

in meiner Source-list steht doch aber überall Ubuntu ?

Hier nochmal meine geänderte source.list (mit den 2x Stable-Einträgen)
#deb cdrom:[Ubuntu 12.04.3 LTS _Precise Pangolin_ - Release i386 (20130820.1)]/ precise main restricted

# See for how to upgrade to
# newer versions of the distribution.
deb stable main restricted
deb-src stable main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb precise-updates main restricted
deb-src precise-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb precise universe
deb-src precise universe
deb precise-updates universe
deb-src precise-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb precise multiverse
deb-src precise multiverse
deb precise-updates multiverse
deb-src precise-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb precise-backports main restricted universe multiverse
deb-src precise-backports main restricted universe multiverse

deb precise-security main restricted
deb-src precise-security main restricted
deb precise-security universe
deb-src precise-security universe
deb precise-security multiverse
deb-src precise-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb precise partner
# deb-src precise partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb precise main
deb-src precise main
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Dann ersetzt mal in der sources.list überall precise durch trusty.
Code:
sudo sed -i s/precise/trusty/g /etc/apt/sources.list
danach
Code:
sudo apt-get update && sudo apt-get dist-upgrade -y

Dann wird das Update von Ubuntu 12.04 auf Ubuntu 14.04 ausgeführt.
Vorher ging es ja um Debian 7 bzw. 8, konnte Osprey ja nicht ahnen, dass du plötzlich von Ubuntu sprichst.
Zumal auf einem Igel 564 LX Premium Ubuntu nicht wirklich läuft, zumindest mit GUI
 
Zuletzt bearbeitet:
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hi,

danke.

Hast du in der ersten Eingabe einen Fehler ?
Code:
sed -i s/[COLOR=#ff0000]prexise[/COLOR]/trusty/g /etc/apt/sources.list

prexise = precise

Oder stimmt das so?

Gruß
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Nachdem Update ist nichts weiter zu beachten, richtig ?
Das Update läuft auch ab ohne das der Server ausgeschaltet/beendet/pausiert wird, richtig ?
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Hi,

lief ziemlich schnell durch. Hat es denn funktioniert ?

Ign stable Release.gpg
Hole:1 trusty Release.gpg [72 B]
Hole:2 trusty-security Release.gpg [933 B]
Hole:3 trusty-updates Release.gpg [933 B]
Hole:4 trusty Release [11,9 kB]
Hole:5 trusty Release.gpg [933 B]
Hole:6 trusty-security Release [64,9 kB]
Hole:7 trusty-backports Release.gpg [933 B]
Ign stable Release
Hole:8 trusty-updates Release [64,9 kB]
Hole:9 trusty/main Sources [14 B]
Hole:10 trusty Release [58,5 kB]
Hole:11 trusty/main i386 Packages [14 B]
Ign trusty/main TranslationIndex
Hole:12 trusty-backports Release [64,9 kB]
Ign stable/main TranslationIndex
Ign stable/restricted TranslationIndex
Hole:13 trusty-updates/main Sources [262 kB]
Hole:14 trusty-security/main Sources [106 kB]
Hole:15 trusty-updates/restricted Sources [5.352 B]
Hole:16 trusty-updates/universe Sources [151 kB]
Hole:17 trusty-updates/multiverse Sources [5.946 B]
Hole:18 trusty-updates/main i386 Packages [692 kB]
Hole:19 trusty-security/restricted Sources [4.035 B]
Hole:20 trusty-security/universe Sources [34,0 kB]
Ign trusty/main Translation-de_DE
Ign trusty/main Translation-de
Hole:21 trusty-security/multiverse Sources [2.750 B]
Hole:22 trusty-security/main i386 Packages [411 kB]
Ign trusty/main Translation-en
Hole:23 trusty-updates/restricted i386 Packages [15,6 kB]
Hole:24 trusty-updates/universe i386 Packages [340 kB]
Hole:25 trusty-security/restricted i386 Packages [12,7 kB]
Hole:26 trusty-security/universe i386 Packages [125 kB]
Hole:27 trusty-security/multiverse i386 Packages [5.175 B]
Hole:28 trusty-security/main TranslationIndex [208 B]
Hole:29 trusty-security/multiverse TranslationIndex [199 B]
Hole:30 trusty-security/restricted TranslationIndex [202 B]
Hole:31 trusty-security/universe TranslationIndex [205 B]
Hole:32 trusty-updates/multiverse i386 Packages [13,6 kB]
Hole:33 trusty-security/main Translation-en [239 kB]
Hole:34 trusty-updates/main TranslationIndex [208 B]
Hole:35 trusty-updates/multiverse TranslationIndex [202 B]
Hole:36 trusty-updates/restricted TranslationIndex [202 B]
Hole:37 trusty-updates/universe TranslationIndex [205 B]
Hole:38 trusty/universe Sources [6.399 kB]
Hole:39 trusty-security/multiverse Translation-en [2.570 B]
Hole:40 trusty-security/restricted Translation-en [3.206 B]
Hole:41 trusty-security/universe Translation-en [73,8 kB]
Hole:42 trusty/multiverse Sources [174 kB]
Hole:43 trusty/universe i386 Packages [5.866 kB]
Hole:44 trusty/multiverse i386 Packages [134 kB]
Hole:45 trusty/multiverse TranslationIndex [2.537 B]
Hole:46 trusty/universe TranslationIndex [3.129 B]
Hole:47 trusty-backports/main Sources [8.661 B]
Hole:48 trusty-backports/restricted Sources [28 B]
Hole:49 trusty-backports/universe Sources [34,0 kB]
Hole:50 trusty-backports/multiverse Sources [1.898 B]
Hole:51 trusty-backports/main i386 Packages [9.814 B]
Hole:52 trusty-backports/restricted i386 Packages [28 B]
Hole:53 trusty-backports/universe i386 Packages [41,0 kB]
Hole:54 trusty-backports/multiverse i386 Packages [1.552 B]
Hole:55 trusty-backports/main TranslationIndex [202 B]
Hole:56 trusty-backports/multiverse TranslationIndex [199 B]
Hole:57 trusty-backports/restricted TranslationIndex [193 B]
Hole:58 trusty-backports/universe TranslationIndex [205 B]
Hole:59 trusty-updates/main Translation-en [361 kB]
Hole:60 trusty-updates/multiverse Translation-en [7.227 B]
Hole:61 trusty-updates/restricted Translation-en [3.699 B]
Hole:62 trusty-updates/universe Translation-en [182 kB]
Hole:63 trusty/multiverse Translation-de [107 kB]
Hole:64 trusty/multiverse Translation-en [102 kB]
Hole:65 trusty/universe Translation-de [2.219 kB]
Hole:66 trusty/universe Translation-en [4.089 kB]
Hole:67 trusty-backports/main Translation-en [5.843 B]
Hole:68 trusty-backports/multiverse Translation-en [1.215 B]
Hole:69 trusty-backports/restricted Translation-en [28 B]
Hole:70 trusty-backports/universe Translation-en [35,5 kB]
Fehl stable/main Sources
404 Not Found [IP: 141.76.1.204 80]
Fehl stable/restricted Sources
404 Not Found [IP: 141.76.1.204 80]
Fehl stable/main i386 Packages
404 Not Found [IP: 141.76.1.204 80]
Fehl stable/restricted i386 Packages
404 Not Found [IP: 141.76.1.204 80]
Ign stable/main Translation-de_DE
Ign stable/main Translation-de
Ign stable/main Translation-en
Ign stable/restricted Translation-de_DE
Ign stable/restricted Translation-de
Ign stable/restricted Translation-en
Es wurden 22,6 MB in 37 s geholt (602 kB/s)
W: Fehlschlag beim Holen von 404 Not Found [IP: 141.76.1.204 80]

W: Fehlschlag beim Holen von 404 Not Found [IP: 141.76.1.204 80]

W: Fehlschlag beim Holen von 404 Not Found [IP: 141.76.1.204 80]

W: Fehlschlag beim Holen von 404 Not Found [IP: 141.76.1.204 80]

E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.

Im IPC steht immer noch:
Code:
Distributionsname: Ubuntu 12.04.4 LTS

Hat also wohl nicht funktioniert :(
 
AW: Diskussionsthread: Igel Thin Client 564 LX Premium als Oscam Server mit Debian

Nein da ist was "faul"...

Poste mal Deine aktuelle /etc/apt/sources.list


Gruss

Edit:

Alles da rauslöschen, das hier rein:

Code:
deb http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
#deb-src http://de.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main

Dann:

Code:
apt-get update && apt-get upgrade && apt-get dist-upgrade -y
 
Zurück
Oben