Debian :: Apt-get Generates Odd Errors ?

May 27, 2011

I am running Debian Lenny and if I try to install something with apt-get it behaves normally until near the end when I get this sort of thing:

Code:

And more of the same. The file w3m contains this:

Code:

So what please is the syntax error and how do I correct it? What is the function of /usr/share/menu?

View 8 Replies


ADVERTISEMENT

Debian Multimedia :: Miro Won't Start - Generates Python Error

Jul 6, 2015

Miro worked well with Wheezy. When I upgraded to Jessie Miro started generating a python error as such:

Code: Select all~$ miro
using /usr/bin/miro.real
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 183, in <module>
    from miro import startfrontend
  File "/usr/lib/pymodules/python2.7/miro/startfrontend.py", line 53, in <module>

[Code] ....

I have been searching for a few weeks trying to find an answer to no avail. I tried three different kernels, renaming ~/.miro, checked all dependencies. I reported it as a bug which sat there for a few days and disappeared.

View 14 Replies View Related

Fedora :: Ffmpeg Generates Very Big Files?

Sep 27, 2010

I use this command line to transcode media file

Code:
ffmpeg -i in.ts -y -threads 2 -vcodec libxvid -b 300000 -bufsize 8192 -g 300 -s 320x240 -aspect 4:3 -f mp4 -pass 1 out.mp4

[code]....

View 1 Replies View Related

CentOS 5 :: 5.3 Always Generates Bad Checksum TCP/UDP Packets?

Apr 9, 2009

I use wireshark (ethereal) to moniter the traffic passing through the NIC. I find that system always sends "bad checksum" TCP/UDP packets. In CentOS 5.2 this is seldom. Does your system (5.3) send "bad checksum" TCP/UDP packet ?

View 2 Replies View Related

Ubuntu :: VNC Connection Generates Mouse Clicks?

May 5, 2010

I just installed Ubuntu 10.04 on my Acer AS1410 netbook. I'm having a huge problem setting up a VNC server for it. I've got it all configured so I can connect to it, it loads up the gnome desktop just fine, I can move the mouse around and everything. The problem is that the mouse seems to click away constantly whenever I am remotely connected. If I hold the left mouse button down on the client end it stops this action, but as soon as I let go of the button it starts clicking away again.

View 2 Replies View Related

Networking :: How To Know Which Program Generates Network Traffic

Dec 8, 2008

Via a network traffic monitoring tool I see that my laptop is generating lots of outgoing (EDIT : incoming !!) network traffic. Although no download program is running or any other program of which I know that could be generating this much traffic. Something strange is going on and I need to know how I can find out which program( s ) are generating network traffic.

View 7 Replies View Related

General :: Sort Generates Unexpected Results

Jun 7, 2010

I sorted a large mailing list and the result is in almost sorted order, but not quite.The sort was invoked in the default manner, just "sort".See (below) a segment of the output file.(Note: the actual files have a street address following each name.I have omitted the addresses to avoid complaints about disclosing personal information on-line.) I expect all people named KATZ to be grouped together, but they aren't. This phenomenon occurs elsewhere in the output file, so it has nothing to do with surnames beginning with the character string KATZ.

View 5 Replies View Related

Security :: Find Process Which Generates TCP Packets?

Dec 17, 2010

My machine is trying to communicate with another computer. I�ve blocked the traffic with this machine with iptables (input and output traffic), but I want to find the origin of this traffic. There�re 90% of probabilities it�s a trojan, and I want to find it.I have logged the packets with iptables (and then dropped), but with this I don�t know the proccess source.I�ve tried with netstat -o, but I don�t get nothing.How can I see the Process source (i.e. the PID) of this traffic?The traffic are TCP packets, with SYN flagged active (my machine is trying to establish a connection with that IP).

View 9 Replies View Related

Ubuntu Installation :: TAR Command Works But Generates Warning

May 20, 2011

May I know what is wrong in the following TAR command? It works, but generate a warning...
> tar -cpzvf /etc/a000/backup.tar.gz /etc/r000
tar: Removing leading `/' from member names

View 2 Replies View Related

Ubuntu Security :: Create 760 But Even If Change The Mask It Still Generates The Same Permissions?

Jan 23, 2010

I have a setup samba and want to get the correct security permissions when my wife creates / copies files from her camera onto the shared/mapped drive on her new laptop (windows 7) I want the permissions set to 770 or maybe 760. See my config below.

Now I can get it to create 760 but even if I change the mask it still generates the same permissions. After every change I restart the samba service. the umask is still 0022, do not know if that makes a difference? The directory permission's are correct with this mask. Do I need to look at groups?

[Code]...

View 1 Replies View Related

Red Hat :: Finding A Command That Generates A Report Or Allows To Check If Certain Updates Has Been Patched

Dec 1, 2010

I currently have Red Hat 5.4 installed and subscribed to red hat network for alert updates.The updates will be done by our administrator but I will like to check if the admin has done so on a weekly basis. Is there a command that generates a report or allows me to check if certain updates has been patched? I understand running a yum update will list all applicable patches. Should we just simply update all or only certain applications applicable to our organization environment?

View 2 Replies View Related

Ubuntu Multimedia :: On-site Code Generator Download That Generates Color-customizable FLV / SWF Shockwave Flash Players?

Apr 6, 2011

So, if i want to embed a video stream on my site and use the one that the company provides, it has ugly colors that clash with my website.And, if i do Internet searches for a customizable one that allows color changes, the results i get are to download windows programs.Can you direct me to on on-site code generator or a linux download that generates color-customizable FLV/SWF shockwave flash Players? So that i may use my own Embed GUI with the proper color that matches my website. I cannot seem to find one on my own.

View 3 Replies View Related

Debian :: Errors During Install Some App

Jul 16, 2015

I use debian 8 and sometime when I install some packages I see these errors

Code: Select allProcessing triggers for shared-mime-info (1.3-1) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for man-db (2.7.0.2-5)

but app or packages installed

View 1 Replies View Related

Debian :: Errors When Trying To Install Via Apt-get

Jul 29, 2011

So I recently purchased a Linux Virtual server and I've got everything configured pretty much except for PHP5 for Apache. I keep getting this error when trying apt-get install php5 and apt-get update:

[Code]...

I checked my sources.list file and it's setup correctly, and I even added ftp.us.debian.org but it's still not working.I'm pretty familiar with Linux and can't figure this one out. The server is connected to the internet as I can access my websites from the internet and SSH into the server, and the firewall is configured to allow SSH, HTTP, and FTP. I believe apt uses HTTP and FTP so it shouldn't be blocking anything.

View 1 Replies View Related

Debian :: Apt-get Upgrade Errors

Jul 29, 2010

During my upgrade I had errors. 3 times the same list of errors.

Once they followed:

Once they followed:

Once they followed:

The errors are:

Should I try to do something about it? My computer seems to be functioning normally.

View 5 Replies View Related

Debian Configuration :: Apt-get Errors ?

Feb 14, 2011

compName:/home/usrName# apt-get update

I don't have this problem when I take this laptop to work and connect to the network there, so I thought it must be a problem with the way my modem/router is configured. But when I turn off the firewall, the problem persists. Actually, I'm not very knowledgeable about networking issues, so I'm not sure I'm turning off the firewall correctly, but in the config web page for my router, I go to firewall settings, pick the computer by name, and choose an option that says "Allow all applications (DMZplus mode)". I've also rebooted the laptop since changing this option and tried again with the same results.

View 2 Replies View Related

Debian :: Fixing Apt-get Errors ?

Oct 9, 2010

Been living with apt-get not working for a while now, don't know how it broke but i'm running a 2.6.26.8 kernel for vmware and maybe thats it?

Code:

The following extra packages will be installed:

The following packages will be upgraded:

View 10 Replies View Related

Debian :: Getting GPG Errors On Debian Testing

Feb 21, 2011

I'm suddenly getting GPG errors on Debian testing:

BADSIG AED4B06F473041FA Debian Archive Automatic Signing Key. I tried reinstalling the keyring but no change.

View 8 Replies View Related

Ubuntu :: Errors - 18 Packets Transmitted, 0 Received, +12 Errors 100% Packet Loss Time 17038ms

Feb 22, 2010

I',m executing ping, but it didn't work, in order to find the mistake in my network I would like to know how to see the errors:

Code:
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17038ms, pipe 4 I want to see this +12 errors. Could I do that?

View 2 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

Debian :: Errors After Upgrade To Squeeze

Dec 28, 2010

I just upgraded to Debian Squeeze (from Lenny) and there are several errors occuring.

The first one is that whenever I want to use mplayer it gives me the following output:

Maybe that has to do with faulty drivers, I'm not sure yet.

What's bugging me a little bit more is whenever I start a shell like konsole or xterm it displays the following:

It roughly translates to:

A third problem is when I try to use something like mplayer or java and then try the tab completion I get yet another error.

Which would be:

So I get "bash: _get_comp_words_by_ref: command not found", however it's not like that with all of my applications. Tab completion after the command "vlc" for example works just fine.

View 14 Replies View Related

Debian :: Errors Listed Upon Boot?

Sep 30, 2015

Since installing debian 8.2 I have had a list of errors appear during the boot, I get the usual Loading, please wait message then a series of random errors.I think I am stuck in initramfs, then typing exit resumes boot. Should I be concerned and can I jump straight into the login screen without typing exit each time?

Here's a photo [URL]

View 7 Replies View Related

Debian :: Wheezy Errors After Upgrades

Nov 11, 2015

I have upgraded the packages on wheezy and I see lots of errors

Code: Select allaptitude update aptitude upgrade.

I see Code: Select allErrors were encountered while processing:
 
mysql-server-5.5
 ntp
 rsyslog
 apache2.2-common
 apache2-mpm-prefork
 apache2
 bind9
 corosync
 
[code]...

Still I am not able to install the dependencies.

View 13 Replies View Related

Debian :: Fresh Installation With Many Errors

Jan 15, 2011

I've been using Linux ( Ubuntu from like 4 months ) the first time of my life and I just love Linux, but I just feel that I need to switch to Debian like its the best and the powerful distro. I've installed Debian pretty well, then when rebooting it. I cant find my Ubuntu distro on the grub loader, then when I enter to my Debian distro. I just have that black screen with the note (out of range), so I've went to Google but as u know I am still a rookie, so I could avoid this problem by using.

alt + ctrl + ( - ), so I went to connecting the internet maybe I could download that nvidia drivers so it may fix the problem, but the most shock is that the internet isn't working with me. I am pretty sure that I've entered the IPs correctly but I really don't know whats the main problem is, with Ubuntu its much easier and it really worked quickly but as I said I just feel something for Debian , something that attract me to it.

View 3 Replies View Related

Debian :: Nfs-common And Dpkg Errors?

Jun 28, 2011

I have Debian 6.0.2 / 64 bits installed on a VPS.I cannot install any package because of this error:

Setting up nfs-common (1:1.2.2-4) ...
insserv: Service portmap has to be enabled to start service nfs-common
insserv: exiting now!

[code]....

View 1 Replies View Related

Debian Configuration :: Apt-get Update Errors

Aug 25, 2010

I did an upgrade a while back to lenny, but still get these errors..

Here's what I get when O do apt-get update:

View 14 Replies View Related

Debian :: Python Script Errors ?

Jun 5, 2009

I'm trying to get a python script to run on my Netgear ReadyNas NV+, but keeping running into an indentation error. The script should be using feedparser to monitor an RSS feed (like a yahoo pipe) and automatically download the .torrent files. I've checked the script, and I do not believe I am mixing spaces and tabs anywhere, but I'm still not sure why it will not run.

I've already installed python and the python feedparser (required for this script). Or, at least I believe I have the feedparser installed--I'm not sure how to verify it was installed successfully without running this script.

I'd love to know if there is something glaringly obvious that I'm missing here. Script and error message below:

Script:

Code:

View 3 Replies View Related

Debian :: In Which Files Boot Errors Are Stored?

Jan 12, 2016

Debian 8 faild to boot normally, thowing several screens of error messages. Then it suggested to enter root pw and do some maintenance, and upon accepting my root pw it booted me into command line.I guess, those screens of errors are saved to some log files - if this is the case, in which files shall find it?I tried:

/var/log/syslog - an endless file, yet the records end at 28/12/2015
/var/log/dmesg - same
/var/log/boot.log - not there

View 8 Replies View Related

Debian :: Get A Lot Of Errors And Warnings When Install Uzbl / Fix It?

Aug 31, 2010

I'm trying to install uzbl and was following the step by step guide on this page http://xanderboy.esdebian.org/36949/uzb ... orts-flash
When i run make i get a lot of errors and warnings. Can anybody point out what I'm doing wrong?

here's what I get code...

View 14 Replies View Related

Debian :: Squeeze: Errors Running Upgrade

Nov 20, 2010

I've just tried running an upgrade and I'm getting lots of errors. Anyone having the same problem or know a fix/workaround

View 3 Replies View Related







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