Debian Installation :: Get Flash Working On Etch?
Apr 29, 2011
I need to get Debian ETCH working with Flash, due to professional issues I cannot update to a newer Debian distribution (Squeeze for instance) now.[URL]Which tells me to use swfdec0.4 or swfdec0.5. but the archive repository for Etch only provides this swfdec0.3 are there any repository able to provide this out of date lib
View 4 Replies
ADVERTISEMENT
Mar 29, 2010
<Big Red Flashing Sign that reads, "NEWBIE with two Linux books and very little brain"> I just installed Sarge from a CD onto an old PC and ended up with Debian Linux 3.1, Kernel 2.4.
PC Specs:
Spacewalker Mainboard (AK31V3.1) SocketA AMD Athlon/Duron Processor based DDR Main Board
2x 256MG DDR DIM Q
350w power supply
NVIDIA GeForce AGP8X 6200 Graphics Card 256 MB RAM
Award Modular Bios v6.00PG 12/05/2003
LG Monitor
USB Mouse, Standard keyboard
I did not configure any servers or do any package selections but did manage to get the internet connection working (actually Debian managed that all by itself). I'd like to "upgrade" to Lenny.
Do I need to upgrade to Etch first or can I go straight to Lenny? At what point do I "upgrade" the kernel (before upgrading to Etch/Lenny? After?)
View 10 Replies
View Related
Apr 2, 2010
I'm trying to upgrade an etch system to lenny, I've updated my sources list to lenny and ran apt-get update. When I try apt-get install apt
apt-get install apt I get the following:
Reading package lists. Done Building dependency tree. Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:
The following packages have unmet dependencies. apt: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch10+b1 is to be installed Depends: libstdc++6 (>= 4.2.1) but it is not going to be installed E: Broken packages
if I try apt-get install apt libc6, it wants to upgrade a whole heap of packages - will this be a safe thing to do ?
View 3 Replies
View Related
Feb 4, 2010
Well being a newbie I have discovered something (or so I think!) regarding abode's flash plugin (flashplugin-nonfree): As per instructions from this same forum I had installed and used successfully in my Lenny 64, ever since it came out, abode's flash by first adding in my /etc/apt/sources.list the following repository: deb [URL]. Lately and for quite some time flash would misbehave and I had to reinstall it continuously and more often until it would work in the end only for some hours.
I reinstalled Lenny believing I could get over it but instead I ended up without any flash working at all! No videos only sound. Next step I deleted etch backports (#) and installed the sid repository: deb [URL] unstable main contrib non-free and went:#apt-get install flashplugin-nonfree which downloaded and installed flash 10 (I had flash 9 through backports) and consequently deleted (#) after that sid's repository to avoid updating Lenny, placing backports again in place although I do not know why ! Now I have videos working.
View 7 Replies
View Related
Mar 6, 2011
I have hp server DL380G7 with 4 G RAM and 2*146HDD. i wana install debian etch kernel 2.6 on it thes Os cannot find a CDROM on server and i have to resaerch about it i go to debian website and download etch-and-half and install it .debian recomands it Instead of using etch (kernel 2.6) Debian
bnx2-09-4.0.5.fw-files during the installation it was necessary.and my guy did and installation success.
But when Os gets the boot.have this error:
And when i confige the network i have problem And Os does not recognize network hardware.
the error is:
View 1 Replies
View Related
Mar 17, 2010
I'm doing a fully automated install of Etch, installing the standard system task. I'm using PXE boot with a preseed file.
I do this a lot, and I've not had problems before. This morning, it's stuck at 5% on "Select and install software" saying "Please wait...". The log on console #4 says:
WARNING: untrusted versions of the following packages will be installed!
[snip]
Do you want to ignore this warning and proceed anyway?
I installed a system yesterday without any problems, so I wonder if there's a recent problem with the mirrors I'm using. My /target/etc/apt/sources.list contains:
deb [url]
deb [url]
So it looks like either the UK mirror or security.debian.org.
View 5 Replies
View Related
Jun 12, 2011
i'm trying to intall an old etch debian release using the netinstall netinstall debian-40r9-i386-netinst.iso. But i've got an issue while configuring the miror. Here where i'm blocked (it seems my archive miror is not right but why ?): in the previous screen, i entered the right path (i think): and as you can see in my screen cap of the broswer, the website of the archive is right, so where am i go wrong ?:
View 2 Replies
View Related
Feb 24, 2010
On my debian web server I curently have ImageMagick 6.3.7 08/07/09 Q16 since this is an old version of imagemagick i wanted to upgrade my system that still runs etch, and afterwards upgrade imagemagick. I can not see what version the current lenny imagemagick package has, but I assume it is newer then 6.3.7, no?
When i ugraded I found out that my apt-sources used stable rather than etch. So I already had a mix of lenny and etch I suppose. I then had > cat /etc/debian_version 4.0 Before I upgraded I changed my apt sources from stable to etch, updated the package-tools and did a dist-upgrade (for details, I followed these instructions). After restarting I have still 4.0 as debian version. Also uname -r is 2.6.17. How can I do a correct update?.
Also my services were not started (ftp,ssh, apache2), so I asked my hoster to start the ssh service. This morning everything was up again, but it seems like nobody there have had a look at this. How do I absolutely ensure that my ssh service is start at boot. It is a remote webserver, so I need at least this service to be running.
View 2 Replies
View Related
Feb 2, 2010
I have an old compaq pressario (with a compaq cd/dvd player + HP cd writer/Reader) with Debian Etch and a gnome desktop, and I would like to extract the mp3 dvd a friend gave me (He made it from bittorrent). On a XP box the cd is played without problem but I would like to extract and play each song on Etch. I have Sound juicer which works allright for usual audio cd but not with this mp3 thing. I have tried to define a new profile with params I have found on the net for mp3 but up to now without success. I even don't know if it's a problem of hardware being too old, or if I could solved this with the appropriate software
View 6 Replies
View Related
Apr 15, 2010
I was able to compile python 2.6.5 on debian 4 etch successfully. The contents of /usr/share/python/python_defaults are now like this:
Typing "python" on terminal now starts the correct version which is 2.6.5.
The next thing I installed wxPython from wxWidgets repository. I followed the instruction explained here:
[url]
When installation was about to finish, I got this error:
I am sure something I have missed something before installing wxPython. It seems it's related to "python_defaults", but I am not sure.
View 3 Replies
View Related
Sep 23, 2010
There is a "Debian" way to get clamav 0.96 in Debian Etch 4.0 ?
I put volatile repository in my sources.list, but after upgrade I've:
Quote:
View 1 Replies
View Related
Apr 21, 2010
Ok I have gone through a week of trying to get flash downloaded. I finally did. I went on the fastest thing I could to make sure it worked which was omegle... the video worked and that meant flash 10 was installed now. But whenever I go onto something that requires flash like a video or game then it doesn't work.
View 1 Replies
View Related
Feb 25, 2011
For archiving purposes, I am looking for the different (Gnome, KDE, Xfce) live CD images of the last revision (9) of Etch. I want a copy of them to compare how the system and the desktop environment have evolved in the last couple of years. Actually, I would also like to have live CD images of older releases, but I don't know if they exist.
View 5 Replies
View Related
Mar 16, 2010
actually my Debian is still in Etch stable version. What is the best way to migrate to stable lenny version
My understanding was :
replacing Etch links in sources.list with Lenny links perform aptitude update & aptitude safe ugrape.
View 1 Replies
View Related
Jun 21, 2010
tried to to run apt-get update (under Debian Etch)but it does not workI get the output (see apt_get_output.txt)I also tried running apt-get upgrade first, but that did not change anything.My sources list looks like (see sources.txt)
View 8 Replies
View Related
May 18, 2011
I try to upgrade Etch to Lenny and get the following problem:
Code:
# apt-get update
# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
[code]....
View 7 Replies
View Related
Jan 28, 2009
I have two ext3 drives recovered from a failed NSLU2 network file server. I need to recover some of the files stored on them, so...I attempted to mount them on my debian ETCH (LV file system), thus:
# mkdir /mnt/usbdrive
# mount -t ext3 /dev/sda1 /mnt/usbdrive
Instead of seeing the drive content I see my harddrive's GRUB & Kernel partition. What am I doing wrong? What do I need to do to see the drive's content?
View 1 Replies
View Related
Feb 17, 2010
I need to install Etch (not Lenny ) over the internet - but all my mirrors won't even entertain me. Is there a way to still install Etch over the 'net - as opposed to Lenny? I need Etch because of some specific software I am running - and I have to PXE boot (I've used the Etch netboot.tar.gz files).
View 6 Replies
View Related
Apr 21, 2011
I've a very old server with Debian Etch, and now I need to upgrade to Squeeze. I think it's correct to upgrade first to Lenny, so I followed this link:
[URL]
[code]....
Score is -2280
Accept this solution? [Y/n/q/?]
View 2 Replies
View Related
Jan 8, 2011
I can't update Debian "etch" Is there any sites for updating?
View 9 Replies
View Related
Mar 2, 2011
I have recently started working on our server. My knowledge about *nix systems is very limited, so I turn to the oh-so-friendly internet community for help.The server is running Debian Etch, postfix, courier and some other stuff. And suddenly out of the blue the emails from the internet are not being received. Emails being sent internally are being received and everyone can browse the internet.Host or domain name not found. Name service error for na$for name=xxx.xxx.xx.xx.list.dsbl.org type=A: Host not found, try again.Does anyone have any experience with something like this? I would love to get this thing fixed.
View 6 Replies
View Related
Jun 18, 2010
I am renting a virtual server which is running Linux Debian Etch. I have access through the root account.
I am very new to virtual servers, and also very new to Debian Etch. I am happy I found this forum when trying to research on the Internet.
The things I need to know are:
- Comes Debian Etch with a GUI (graphical user interface) which I can use on the rented virtual server?
- And if not, I would like to ask the community here if there are any GUIs which I could install to that server, and how?
I want to be able to access the server in a much easier way than to have to type each command. I want to use that server to host domains, as soon as I am more self-confident with Debian Etch.
View 10 Replies
View Related
Aug 23, 2010
I need to install some package on a very old box with Debian Etch.
When I type: apt-get update
I get several error:
Quote:
Where can I find a valid etch repository?
View 2 Replies
View Related
Aug 26, 2010
Now that Etch is on archive.debian.org - how do I get the Debian installer to install it (via. net)?Before everyone shouts "upgrade to Lenny" - I need Etch for a reason.Simply putting archive.debian.org as the install mirror doesn't work either.
View 10 Replies
View Related
Apr 27, 2010
I just got a new pc after my two pc's decided to die. I have had them for many years, maybe around 2001. So, I am new to this 64 bit OS. I'm running squeeze amd64. I am having some troubles with flash in Iceweasel. It just stopped working one day. So, I downloaded Firefox to see if flash would work in it. Here's the interesting thing. Iceweasel will play flash. I will close the browser and reopen to discover it no longer wants to play flash. I'll open Firefox, then close it. I'll then open Iceweasel and Flash will work in Iceweasel again.
This happens often. To get Flash to work, I just close Iceweasel, open Firefox, close Firefox, open Iceweasel and go to a flash site and all is good. Is there something I can do to get Flash to always work without opening Firefox?
View 14 Replies
View Related
Feb 7, 2011
you can see in the screenshot what is happening. I have a big circle with an arrow where the news vidio should be.
View 14 Replies
View Related
Jun 14, 2011
i'm using debian lenny...i've just installed mozilla firefox 4 on my system but the flash plugin is not working.ther browsers Like Opera orthe way i installed firefox Downloaded the package firefox-4.0.1.tar.bz2stored it in /tmp directory,jxvf firefox-4.0.1.tar.bz2launched it from $ /opt/firefox/firefox &
View 5 Replies
View Related
Dec 28, 2014
I installed Debian Wheezy on an external server. For my purpose I need to install a graphical interface with the following command
Code: Select allsudo apt-get install gnome-core xorg iceweaselNext I need to install xrdp to connect to the server via Remote Desktop Connection. Code: Select allsudo apt-get install xrdp
After that I installed Oracle Database 12c. It was a bigger effort to get the whole system going than initially supposed. As far as I can see it is working now. Finally to use Oracle Enterprise Manager in the Iceweasel Browser I also need to install the flash player. After modifying the sources.list I did that with the following command
Code: Select allsudo apt-get install flashplugin-nonfree.It installed successfully. Now I started the browser unfortunately it is not working perfectly. Typing in the URL of the Enterprise Manager I can see the site, but there is no text!!! (see the attached picture)
View 10 Replies
View Related
Jun 25, 2010
The browser has flashplugin installed previously.It has been working without problem before. For unknown reason it stops to work.Now I'm required to install Adobe Flash Player.I have"install_flash_player_10_ linux.deb" download on Adobe website. Whether I run dpkg to install the package?
View 6 Replies
View Related
Jan 1, 2011
So everything was working perfectly on my system. I have Debian SID, with the debian-multimedia repos and liquorix repos for kernels. Flash worked perfectly one boot, then the next boot the video still works perfectly but no audio. I found several "fixes" on the web, including creating .asoundrc in your home directory and another that said to
Quote:edit /etc/firefox/firefoxrc -- change the line FIREFOX_DSP="none" to FIREFOX_DSP="aoss"neither of those have done anything. Have tried using both the flashplugin-nonfree and flashplayer-mozilla, same thing on either. ALL other sound works, smplayer, amarok, system sounds, etc.
View 1 Replies
View Related