New answers tagged 10.04
0
Try this, works for me most of the time
$ sudo apt-get remove git-core
$ sudo apt-get autoremove
$ cd /var/cache/apt/archives
and remove the git file that gives problem with adminstrator privileges.
$ rm git_1%3a1.7.4.1-3_amd64.deb
or the corresponding file.
then run
$ sudo apt-get update
and
$ sudo apt-get install git-core
If still problem ...
1
/etc/ethers
This file must contain:
mac ip-address
0
Turned out to be dead simple.
$update-grub
found the newer kernels and set the latest one as the default.
Now all I have to do is remove the old ones.
Plenty on documentation on that subject.
Thanks for all the pointer.
0
Does How to reinstall a apt-get dist-upgrade? help?
Also, deleting the newest kernel package (as mentioned in the link) and performing a sudo apt-get dist-upgrade again may help, once you've cleared space.
0
I'm all knew to Ubuntu and so far I'm not a happy camper. When one uses windows since the ''begining of time'' its challenging to say the least to change OS. I did this relectuntly because my Xp Crash on me, I reformated but what a headache to get the drivers with Dell since the warranty is out...but I got them good people, thing is you have to start in the ...
0
This solution will work for EC-156 devices (tested on MTS and Tata Photon).
Please ensure that you have installed the following packages
usb-modeswitch-data
usb-modeswitch
Connect the device and see whether it is detected automatically in the network manager
if not do the following things.
.Open the terminal
.Type
Code:
sudo nautilus
A new ...
0
You can try installing Ubuntu 12.04/12.10/13.04 directly onto the partition of your corrupt installation with a LiveDVD. Ubiquity now can handle upgrades from an old release to a new one while effectively preserving your data and, on the maximum attempt, your packages and system settings.
Remember to make a backup of your VM!
0
Three issues here:
10.04 desktop reached EOL, upgrades to 12.04 will then only work for the server edition.
EOL Notice: Hardy, Oneiric, Lucid (desktop) are now End of Life
How to install software or upgrade from old unsupported release?
You may have to upgrade Virtual Box to a more recent version to fully support newer kernel and Xorg.
How do I ...
0
Devices > Install Guest Additions, let it run then log out.
Worked to me!
0
I've hit a similar problem with sound recording during and after a Skype call in Ubuntu Lucid:
after a reboot, sound recording works (tested through arecord, record, audacity). When making a Skype call, for several first seconds sound is recorded ore or less fine (that's why when doing the Skype echo test it might seem that it works), but then most or all ...
1
Personally I think the best method is to write all zeros to the drive using dd.
Boot the live CD and
dd if=/dev/zero of=/dev/sda bs=1M
Change /dev/sda to your hard drive.
The advantage of dd is that it overwrites your data as well as the MBR.
Your other option would be scrub
scrub -p dod /dev/sda
http://linux.die.net/man/1/scrub
scrub is faster ...
1
You can always delete/format/shred your partition or whole partition table using Ubuntu bootable usb/disk.
You can do so easily by using gparted which is installed by default in live ubuntu.
2
I'm sure there are several ways to completely wipe a hard disk. But, what you can do is download the GParted Live CD/USB from here. Burn it to a disc or make a bootable USB, then boot it up. In GParted, simply right click and delete all the partitions in the hard disk, and apply. If you can't right click and delete, first try to right click and unmount, and ...
0
it is pretty much easy to get wifi switched off accidentally - "Radio Frequency Kill Switch" is rather hidden below the front edge of the keyboard, it stops Wireless, Bluetooth and/or GSM/UMTS.
0
It's completely related to your bonding strategy..
that speed only shows the maximum connection speed between network adapters in local network.and most of the time it's not true!
Based on bond-mode you selected within /etc/network/interfaces and description of balance-rr in ubuntu documents ,this mode is for Transmit packets in sequential order from the ...
0
.ts is actually .mpg. To me (Ubuntu 12.04), totem can play .ts video file after I've renamed the file from .ts to .mpg...
0
Alt+MiddleButton is the right way to resize windows; it's right are your hands, and you don't have to move the pointer to the window edges first.
However, I still find that the scroll overlay often gets in my hair. So I went for a different approach and disabled the overlays all together! Scroll still works, of course, and the nice orange scroll indicator ...
0
No, support for Ubuntu 10.04 ends today (or ended yesterday), so if you install it you will not have any updates and may have to modify something to be able to install new software.
I would advise you to use 12.04, because it is an LTS release (so it should be more stable and longer supported than the oters), and because it has Unity 2D which does not ...
1
Dual Boot - Grub2 not detecting Ubuntu Server (10.4, 64 bit) after installing Ubuntu Desktop (12.04)
Try to use Boot-Repair Tool.
Many cases of problems relating to the boot are a mal-function or bad-installation of Grub or something related to the MBR and partition table, noticing that Boot Reapir Tool was created aiming to give an easy way to fix this common problem, recommended by Ubuntu team.
Obs.: If you don't get access to the internet during use of ...
2
From a recent post on the ubuntu-announce mailing list
Ubuntu announced its 10.04 (Lucid Lynx) release almost 3 years ago,
on April 29, 2010. As with the earlier LTS releases, Ubuntu committed
to ongoing security and critical fixes for a period of 3 years on the
desktop. The support period is now nearing its end and Ubuntu 10.04
Desktop will reach end of ...
0
You could also consider changing to Lubuntu, which, although will require some adaptation on your part (it runs LXDE and not GNOME as desktop environment), you can customize with your preferred applications and keep up to date.
For example, in my old laptop I work without much problems with LibreOffice, Octave, Gimp, LaTeX, gvSIG, etc.
As @Web-E correctly ...
0
WebCam A4 Tech 16.0Megapixel PK-810 G -> works out of the box with Kubuntu 13.04, including audio.
0
First, you can check that your job is actually known to upstart:
sudo initctl list | grep your_job_name
If it's not found, you can try reloading the configuration and then re-checking:
sudo initctl reload-configuration
# re-check
sudo initctl list | grep your_job_name
Then try again to start your job:
sudo start your_job_name
If you weren't getting ...
0
USB mount only works with small drives, MY LG 500 GB didn't automount and not even with the ubuntu bug storage report... This happened with me twice... the first time I was a linux newbie and I had to format my entire disk again... and now that this happened... nothing actually works EXCEPT.. DISK UTILITY... JUST download it and go to terminal and sudo ...
0
To kill a zombie (process) you have to kill its parent process (just like real zombies!), but the question was how to find it.
Find the zombie (The question answered this part):
a@SERVER:~$ ps aux | grep 'Z'
What you get is as above:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
usera 13572 0.0 0.0 7628 992 pts/2 ...
1
Dual Boot - Grub2 not detecting Ubuntu Server (10.4, 64 bit) after installing Ubuntu Desktop (12.04)
One solution could be to setup one of your;
/etc/grub.d/40_custom
so that you have one manual configuration added into your grub menu.
Not an Ideal solution but should solve the problem
Grub2/CustomMenus
0
This should solve your problem
http://dfourtheye.blogspot.in/2013/04/ubuntu-screen-custom-resolution.html
0
What is installed on the VPS besides PostFix? What systems and/or users are allowed to send mail through your VPS?
You can check the log of Postfix to see what and/or who is sending mail through PostFix.
cat /var/log/mail.log
What I experienced a lot in these situations is that a customer has a virus that abuses his Outlook which uses our mailserver to ...
1
This has to do with 10.04 LTS becoming an EOL release on May 9th, since the recent release of 13.04. Since the packages and everything were moved (/will be? I'm not exactly sure when this happens) to an archive, away from the normal server your terminal is trying to contact, the normal methods of updating/installing don't work.
So the only real suggestion ...
0
There might not be explicit support for hp laserjet 1102 printers. Usb or network really doesnt matter much. You can try installing the printer as a generic post-script printer.
or
try isntalling the printer as a simlar model numberd printer. By example:
try using the driver for an HP laserjet 1100 which does have support in lucid.
you can also try the ...
0
http://www.ghostscript.com/download/gsdnld.html
Download and install from source.
0
If you don't use KDE you can remove the package with
sudo apt-get remove update-manager-kde
and run the update-manager again.
0
You don't need a cd or any external device to do an upgrading.
Just go to
System - Preferences - Update Manager
Make sure you have upgrading to a newer version on.
You can chage it in the
upgrade manger options menu.
You should see this(more or less):
0
10.04 hits end of life on the may 9th 2013
i do not suggest upgrading to a newer ubuntu on a Pentium 4 with integrated graphics (you will have a bad time)
I would suggest 32bit xubuntu or lubuntu as a clean install for a system that old
As for using a crossover cable (if you have no networking knowledge use a flash drive/cd/dvd)
What I would do is install ...
0
The package is available for only for Ubuntu 11.10+ users (latest 3 releases: Quantal, Precise and Oneiric)
0
https://help.ubuntu.com/community/PreciseUpgrades
No. Always have a backup of course, but it should upgrade without problems.
Support means you get security and other updates for your system. LTS (Long Term Supported) is supported for a longer period.
Recently Canonical reduced the support period for non-LTS to 9 months. But don't be afraid, it's ...
0
This can happen when GRUB finds no usable config file. Try restoring GRUB using the Live CD.
7
"Bounce" emails are sometimes part of a spam attack, though I doubt this is the case in your instance.
550-XX.XX.XX.XX blocked by ldap:ou=rblmx,dc=att,dc=net 550 Error - Blocked for abuse.
This leads me to believe that your server IP has made a blacklist - particularly one with att.net. I would check your domain on mxtoolbox.com and check that you're not ...
0
Use a LiveCD like PartedMagic (http://www.partedmagic.com) with GParted available and use GParted to:
Remove the Partition with 12.10 on it.
Move the Partition called Softwares to the left (Don't know if this will change the drive Letter assigned to it in windows, so be sure you know how to assign drive letters to drives on windows if you have any ...
0
I fixed it. Anyway, if someone needs the answer, the problem was in my sources.list. I just changed it then
sudo apt-get update
and the package was downloaded and installed successfully.
Top 50 recent answers are included








