General :: Debian 5.0 Ffmpeg Unmet Dependencies - Webmin?

Mar 24, 2011

I am running a video script on my server and I am very new to running a dedicated server and commands. Most of our site was setup but other and someone has broke something and no one seems to know how to fix.

Here is the issue. We run a script that uses these requirements

[Mod edit]Adult content Link removed

requirements

Now our server guy ran a update inside webmin for debian and now our videos still convert but wont make thumbs. Here is what he did.

Now updating libsmbclient ..

Now the AVS script wont make thumbs and webmin still wants to do 3 more updates that get unmet dependencies errors. Here they are when we try to run another update.

Building complete list of updates ..

Now what we need to do is either undo the update he already did or maybe get the one its asking for now to work but not sure which one will fix our thumb generating problem? Here is the error in the log file of the AVS script.

Seems stream 0 codec frame rate differs from container frame rate:

View 3 Replies


ADVERTISEMENT

Debian Installation :: Unmet Dependencies When Installing New Kernel

Mar 25, 2011

I am trying to upgrade a server I was put in charge of and keep running into a loop of errors.

uname -r
2.6.11.12

When I do apt-get -f install I get the error: WARNING: this version of the GNU libc requires kernel version 2.6.18 or later. upgrade your kernel before installing glibc.

Then when I try installing the kernel I get the error: You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies

[code]....

View 12 Replies View Related

Debian :: Installing NeBEM Unmet Dependencies On Jessie (GSL)

Feb 2, 2016

I am trying to install this software: [URL] .... on jessie.

I have copied lib/libIsles64.a into lib/libIsles.a and done

Code: Select all sudo make cleanall

from the main folder. When I write

Code: Select allsudo make

I receive the error

In file included from src/Interface/neBEMinterface.c:20:0: include/Isles.h:14:29: fatal error: gsl/gsl_complex.h: No such file or directory compilation terminated.

View 2 Replies View Related

Debian :: Installing / Removing - Packages Have Unmet Dependencies

Jun 1, 2011

I have an issue with packages. When I try to install any package then I receive error like this one below.
e.g. install Lynx:

Code:
# apt-get -f install lynx
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libperl5.10: Depends: perl-base (= 5.10.0-19lenny3) but 5.10.0-19lenny2 is to be installed
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
lynx: Depends: lynx-cur (>= 2.8.7dev9-2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So I decided to remove libperl5.10 which apparently mess. But its not that easy, just take a look:

Code:
# apt-get --purge remove libperl5.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
Depends: libperl5.10 (>= 5.10.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
...and now I don't know what to do ?

View 13 Replies View Related

Debian :: Proftpd Install - Unmet Dependencies And Broken Packages

Oct 23, 2015

I am attempting to setup an ftp server as a first project to get me going in the world of Linux however when I run the command apt-get install proftpd-basic ....

View 14 Replies View Related

Ubuntu :: 10.04 Java - Packages Have Unmet Dependencies

Nov 3, 2010

I have the following error in 10.04. I've tried several times to uninstall, resolve, install these dependencies and am at my wits end now. This morning I gave up on OpenJDK and installed Sun JDK, hence the sun versions below. But this error is stopping me from installing anything else.

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:

The following packages have unmet dependencies:
default-jre-headless: Depends: openjdk-6-jre-headless (>= 6b14) but it is not going to be installed
icedtea-6-jre-cacao: Depends: openjdk-6-jre-headless (= 6b18-1.8.2-4ubuntu2) but it is not going to be installed
latexdraw: Depends: libjiu-java but it is not going to be installed
Depends: libjlibeps-java but it is not going to be installed
openjdk-6-jre: Depends: openjdk-6-jre-headless (>= 6b18-1.8.2-4ubuntu2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

me@andromeda:~/private$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Server VM (build 17.1-b03, mixed mode)
me@andromeda:~/private$ javac -version
javac 1.6.0_22

View 5 Replies View Related

General :: Pidgin Installation Via Terminal - Packages Have Unmet Dependencies: Pidgin: Depends: Libpurple0

May 1, 2010

I am using Ubuntu 9.04. After doing sudo apt-get update When I try to insatll pidgin via terminal it shows: XXX@XXX-desktop:~$ sudo apt-get install pidgin Reading package lists... Done Building dependency tree Reading state information... 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.

The following information may help to resolve the situation: The following packages have unmet dependencies: pidgin: Depends: libpurple0 (>= 1:2.6.0) but it is not going to be installed Depends: perl (>= 5.10.0-19ubuntu1.1) but 5.10.0-19ubuntu1 is to be installed E: Broken packages

View 5 Replies View Related

Ubuntu :: Gnome Won't Install - Following Packages Have Unmet Dependencies

Jun 2, 2010

So recently I've been exploring my options in terms of a desktop environment. trying out different options (Blackbox, Enlightenment ect..) and somehow in the process i managed to uninstall Gnome.

Normally I would just re-install it but whenever I try I get this:

Quote:

The following packages have unmet dependencies:

So I go through synaptic and it tells me, to install 'swfdec-mozilla' i need to uninstall 'epiphany-extensions' so I do that. and then the terminal gives me the same error as before.. only it say that 'epiphany-extensions' is not going to be installed.

I'm running 10.04.

View 4 Replies View Related

Ubuntu :: Git Packages Install Error - Unmet Dependencies

Apr 15, 2011

I try to install git packages, when I type ./configure it gives me the error:
Code:
C compiler cannot create executable
Search around, and I find a solution, install the g++ packages, simply type:

Code:
apt-get install g++
But it gives me another error

Code:
The following packages have unmet dependencies:
G++ : Depends: g++-4.4 (>= 4.4.3-1) but it is not going to be installed
E: Broken packages
I also tried

Code:
apt-get install build-essential
But I get another error

Code:
The following packages have unmet dependencies:
build-essential : Depends: libc6-dev but it is not going to be installed or
libc-dev : Depends: g++ (>= 4:4.3.1) but it is not going to be installed
E: Broken packages

View 9 Replies View Related

Ubuntu Installation :: 11.04 Upgrade - Packages Have Unmet Dependencies

Apr 29, 2011

I am trying to upgrade to ubuntu 11.04 from my current 10.10 system. If I try to upgrade with Upgrade Manager it stops at calculating upgrade step and I can see red circle at top left corner, hovering over this gives message -
An unresolvable problem occurred while calculating the upgrade.
Please report this bug against the 'update-manager' package and include the following error message:
'E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.'

If I run
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Failed

The following packages have unmet dependencies:
libappindicator1 : Depends: libdbusmenu-gtk3 but it is not going to be installed
Recommends: indicator-application (>= 0.2.93) but it is not going to be installed
overlay-scrollbar : Depends: liboverlay-scrollbar-0.1-0 but it is not going to be installed
python-aptdaemon-gtk : Depends: python-aptdaemon.gtk3widgets (= 0.41+bzr646-0ubuntu2) but it is not going to be installed
python-couchdb : Breaks: desktopcouch (< 1.0) but 0.6.9b-0ubuntu1 is to be installed
python-desktopcouch-records : Conflicts: desktopcouch (< 1.0.7-0ubuntu2) but 0.6.9b-0ubuntu1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

View 5 Replies View Related

Ubuntu :: Can't Install Chromium - Error - Following Packages Have Unmet Dependencies

Jun 19, 2011

Everytime I try to install Chromium via the software centre or the terminal I get this error:

The following packages have unmet dependencies:

View 1 Replies View Related

Ubuntu Installation :: "unmet Dependencies" While Trying To Install VBOX?

Nov 21, 2010

I have just newly installed Ubuntu10.10 on my laptop and am attempting to install VirtualBox 3.2.10. Everything has been going fine until I run the apt-get install command. The results are as follows:

Code:
bn0@n0v0n:~$ sudo apt-get install virtualbox-3.2
Reading package lists... Done

[code]...

View 2 Replies View Related

Ubuntu :: "unmet Dependencies" While Installing A Package

Aug 26, 2010

I want to install a package but get this error:

Code:

mahmood@localhost:~$ sudo apt-get install kdevplatform-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code].....

View 14 Replies View Related

General :: Fail Webmin Install - E - Package Webmin Has No Installation Candidate

Apr 6, 2010

I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.

Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."

The first thing i did after installing webmin was edit the sources.list

Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it

I also uncommented

deb cdrom:

I then typed this sudo wget [url]

After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Then i tryed to install it and got that error.

I also tryed install it using this tutorial [url]

When i got to the part when i need to type

sudo apt-get install update this is what happened

View 10 Replies View Related

Ubuntu :: Gammu-smsd Will Not Work - Error "packages Have Unmet Dependencies: Gammu-smsd: Depends: Libgsmsd7"

Apr 7, 2010

I have tried installing gammu-smsd on both hardy and jaunty... this is the error I'm getting... Quote: The following packages have unmet dependencies: gammu-smsd: Depends: libgsmsd7 but it is not going to be installed Depends: libpq5 (>= 8.4~0cvs2009032 but 8.3.9-0ubuntu9.04 is to be installed E: Broken packages radio@SMSgateway:~$

I have tried looking for both of these packages individually but to my suprise no luck!! And when I google such error messages, nothing comes up.. I'm almost into tears..I just wish I knew what to do to begin troubleshooting and or my options at this point for making this work... some of my referenced articles: [URL]

View 2 Replies View Related

Debian Installation :: Apt-get -d Won't Work 'cos Of Unmet Dependency?

Apr 23, 2011

I'm trying to install the driver for my printer, from a repo at Kyoto University. Did it before on other distros (Etch, Lenny,...). One of the three packages has an unmet dependency, libcupsys2-gntls..... (or something- doesn't matter, it's long gone). I expected to be able to use the -d option in apt-get to download it, and unpack it by hand, and place the vital parts in the right positions manually. Done that before, somehow, not necessarily this way. But apt-get won't let me download it, because of the unmet dependency.

Is apt-get really that stupid? If I only want to download it, why does it matter if there is an unmet (and, these days, unmeetable) dependency? Could I download it some other way? I've looked at Aptitude, and can't make head nor tail of it. Synaptic? Have I got the command right? #apt-get -d install package. EDIT: Tried #apt-get install -d package. Also apt-get --download-only --force-yes package. Or I could be really subversive, and copy the two essential files across from my Puppy system. Puppy didn't notice that this lib was missing, just got on with it. Funny old world, isn't it?

View 14 Replies View Related

Ubuntu Servers :: Webmin Dependency - Install Webmin On Edition 10.04 ?

Apr 3, 2010

I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.

When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:

I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]

Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.

View 1 Replies View Related

General :: Download And Install A Debian Package With All Dependencies?

Mar 5, 2011

what do I need to add to /etc/apt/sources.list? can't really understand the howtos and tutorials

View 7 Replies View Related

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

Jul 20, 2010

Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?

View 2 Replies View Related

Debian :: Can't Reinstall And Find Webmin In Debian 5 Using Apt-get

Jul 18, 2009

I'm new here and very new to Debian. I have a server with Debian 4 installed by anoter person and webmin was installed and running. I run a dist-upgrade to switch to Debian 5.

Upgrade completed successfully, as far as I know, except than Webmin stopped to work. Once logged in I got many error for modules/program not found. So I uninstalled webmin using "apt-get remove".

Now if I try to install it again apt-get tells me that (try to translate from Italian):

Quote:

Package webmin has not any version available, but is referred by another package. This means that package is missing, became obsolete or is available only from within another source. E: package webmin has no installation candidates

I tried also with "apt-get install webmin-core" but get the same message with only this additional info:

Quote:

Anyway, these packages substitute it: webmin

Tried to run "apt-get update" and then "apt-cache search webmin" but it doesn't find anything.

View 5 Replies View Related

Software :: Installating Webmin 1.5.30 In Debian 6.0.0 Not Successfully

Feb 23, 2011

Download the Debian 6.0 distrbution from ftp://ftp.twaren.net/Linux/Debian/de...md64-DVD-1.iso

And

Download webmin from http://prdownloads.sourceforge.net/w..._1.530_all.deb Also update to webmin version 1.531

After installating Debian & webmin, webmin works fine at first time.

But when i reboot the server , and browser the page [url] It won't work again.

View 1 Replies View Related

Software :: Cant Install Webmin 1.550 On Debian Squeeze - Installation Hangs

Jun 17, 2011

I am trying to install webmin on my Debian virtual machine and it is not working.

Here is what i am following [url]

I ad the 2 lines to /etc/apt/sources.list I ad the key ok But when i do apt-get install webmin it goes through everything ok as far as i can see, except when it gets to " **initializing cache. This may take a while **Setting up webmin (1.550) ... " It is like it just stops doing anything, it just hangs there.

If i reboot and try "dpkg --configure -a" it starts at the same place "Setting up webmin" but nothing is happening.

View 2 Replies View Related

Debian :: Run Ffmpeg As Background Job

Mar 26, 2016

I'm currently running ffmpeg from a windows machine and realized it's rather redundant as I could be running it from the Debian (headless server) machine instead. What I'm trying to achieve is to get ffmpeg running as a background job...

Effectively, as far as I've gathered, this should be enough:

Code: Select allffmpeg -re -hide_banner -i "LIVE_INPUT_1" -f "LIVE_OUTPUT_1" &

But it's not working - when I run the command from terminal to check it, it works fine... but when I try to run it as a background job it creates the job but no output is generated. According to posts around the web, other people have been successful at running background jobs like this for transcoding static files.Should it be done differently or is this an issue with ffmpeg itself?

View 1 Replies View Related

Software :: Etch To Lenny Upgrade - Webmin Fails To Recognize Debian 5

Sep 8, 2010

I have just upgraded my Debian 4.0 box to Debian 5.0. The upgrade is ok and the version of debian is 5.0.6.

Webmin, despite all my efforts, is still displaying 4.0 and when I force it to 5.0 manually, it states: "Warning - Your system is actually running Debian Linux version 4.0."

View 2 Replies View Related

Debian :: Ffmpeg - Convert OVG To AVI File?

Nov 20, 2015

How do I convert an ovg to avi file?

Why was ffmpeg removed in Jessie?

I read through more of this thread than I wanted to. [URL] ....

Does libav provide command line utilities to do something like converting ovg to avi, or determining the length of an mp3 file? Why is there absolutely no explanation as to why libav was preferred over ffmeg?

View 6 Replies View Related

Debian :: Compile Ffmpeg By Hand Want X264?

Mar 1, 2011

As I understand (and remember) debian does not package x264 with its ffmpeg. [I say remember because I have a debian-multimedia line in my sources.list that I believe I added when I wanted a x264 enabled ffmpeg]

Is this status still the same? Do we still need to compile ffmpeg by hand if we want x264?

View 6 Replies View Related

Debian :: Can't Install Gstreamer0.10-ffmpeg / Get It To Work?

Aug 9, 2011

First when trying to play some video Totem (as was set as default application) asked about missing decoder then offered installing of gstreamer-version-xx, but it couldn't as described below. I removed Totem and installed MPlayer and Gnome-MPlayer interface and everything is perfect in regard of playing video files

Now I wanted to install other package and it again needs this gstreamer0.10-ffmpeg package:
Depends: gstreamer0.10-ffmpeg but it is not going to be installed

View 14 Replies View Related

Debian :: X Dependencies In Sid ?

Aug 30, 2011

This is with my amd64 Sid box with a nvidia graphics card. X is broken and can not load after a dist-upgrade.

When I try to load one of the packages which were removed, I receive a dependency problem.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

So I install xserver-org-core, but it's already there

I guess I wait until xorg-xserver-abi is added to xserver-xorg-core? Yeah, I should have waited on the dist-upgrade....

View 8 Replies View Related

Debian :: FFMPEG And Webcam With GRBG Pixel Format

Jun 10, 2015

I am trying to stream from a webcam to mp4 file with avconv/ffmpeg with the GRBG pixel format. I can find a lot of ffmpeg commands and other stuff on google about a webcam stream to file with ffmpeg, but none of them use GRBG pixel format and are working for me ...

I have never tried something like this before

Output of v4l2-ctl --list-formats-ext:
Code: Select allioctl: VIDIOC_ENUM_FMT
        Index       : 0
        Type        : Video Capture
        Pixel Format: 'GRBG'
        Name        : GRBG
                Size: Discrete 162x120
                Size: Discrete 324x240

How to get this working?

View 5 Replies View Related

Debian Multimedia :: Ffmpeg X264 Only 2 Presets In Wheezy?

Jan 12, 2015

I use ffmpeg to covert video files for the net.

Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4

which works good. I was wondering if I could use larger resolution presets, but

find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset

with only 2 presets for libx264.

I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved