Ubuntu Installation :: Cannot Purge Blockcontrol - Messing Up Automatic Updating - Cannot Rid It
Nov 24, 2010
I have searched around a bit and am having difficulty purging blockcontrol off my system. I am running Ubuntu 10.04 LTS i686 version. I have been able to remove some of the programs attached to blockcontrol but cannot remove blockcontrol. The synaptics package manager and console root access will not rip out blockcontrol. I want the entire Moblock/Blockcontrol set off the system.
I've just upgraded from ubuntu 9.10 to 10.04 64 bit, and everything went well except for the fglrx driver installation, which failed. I've checked the troubleshooting guide and tried to purge the drivers, with only partial success.
I've setup two printers through a system running Ubuntu server that are shared with 30-40 users on our school network.
If the printers run out of ink or paper, they stop printing. The lazier members of staff don't proceed to recharge the ink or paper so when somebody does, hours later, the old jobs start printing again which the teachers no longer need or want.
I'd like to automatically have my system purge print jobs older than 1 hour. I'm running CUPS and sharing the printers through SAMBA. How do I do this?
I just came back from a meeting with someone wo wants this functionality:When he saves a file on *his* machine, it will automatically get copied onto a server (this is on an office LAN). This is so if there's a virus attack on his machine, he will have an uninfected backup copy. To make matters worse, the client machines will be WINDOZE. Apparently he's seen this kind of functionality at an office somewhere (he was saying something about "Microsoft" , but my brain has erased that part of the conversation ), and now wants it for himself.
I was thinking about Samba obviously, but the tricky part is doing the copying when the user *saves* a file. This will require hooks into the OS to see when a file is being saved.*If* I manage to persuade him to switch his client machines to Linux (which would be the ideal choice and make life far easier), how would it be done? I'd have to use the File Alteration MOnitor in the kernel, right?Would it be possible to write the copying code in a shell script?
I played a bit with partitions. I'm not an experienced Ubuntu user, neither I have solid understanding of partitioning. And I hardly remember exact actions that led to this problem. I remember that I saw a warning in GParted that said that the partition was out of bounds or something.. But I followed some solution that I found on ubuntuforums and used fdisk to fix that. So, after installation of Ubuntu I couldn't boot into WindowsXP (after choosing Windows entry in grub2 menu I see only blinking cursor on black screen). But what's more important that I can easily mount Windows partition from Ubuntu. Also I tried to boot from Windows repair console and used FIXBOOT command, and copied[url].... and [url].... files to no avail..Here is the summary of what I got now:
I'm running 10.10 32 bit and would like to reformat to 10.10 64 bit. However, I am dual booting with windows 7 under grub. I've had some crap experience (my fault) with grub before and would like to make sure I have a plan. I've downloaded the 10.10 64 bit. Can I simply boot and install 10.10 64 bit without concern of messing up grub? Horror story: Installed ubuntu once before with dual boot and somehow grub couldn't find windows
I've dual booted Ubuntu and Windows for years now and I've installed OSx86 on a separate drive which Grub2 picked up automagically and everything has been working great -- except I'm out of space. So I bought a 1.5 TB drive and installed win7 into sda1 (100MB NTFS bootloader for windows) and sda2 (50 GB NTFS windows drive). I now want to install two or three flavors of Linux. I'm thinking Ubuntu 10.04, Debian 5.05, and (if I'm bold enough) gentoo. each in 50GB partitions. I've already partitioned the drive a bit putting a 1.2 TB shared NTFS partition at the end (sda10), and a 2 GB swap parition just before that(sda9) My questions are:
(1) can all my linux distro's share that 2GB swap, or does each need it's own dedicated swap partition (installers generally assume you do)?
(2) can I re-partition space in the middle of the drive without messing with windows(sda1&2) and the shared part. (sda10)?
I currently have a clean installation of Windows on the Primary drive (13gbs) and I want to install Fedora 11 on the other (7gbs). Should I install grub on the Windows hard drive or will Windows hate on me for that? Earlier I tried installing grub on the slave with the Fedora system, but I had trouble configuring Grub in a way that it would understand and I ended up messing up the MBRs of both hard drives.
I need to reinstall my windows 7 partition, but I don't want to lose my ubuntu partition. Currently I just have both installed and grub is dealing with my booting options.Is there any way I can reinstall windows without messing up grub or my ubuntu partition?
I went to remove FreeNX from my Ubuntu Lucid machine so I opened the terminal and typed: "sudo aptitude purge freenx" The command worked but when I used the command "locate nx" I got a list of FreeNX associated files (as well as nxserver files). Is it possible to completely remove a program from my system? I thought "sudo aptitude purge" would do it but apparently not. My only concern is that in the future if I decide to install something related to this program it will interfere and cause problems.
When upgrading to Maverick I accidentally (yes, I know, my bad) installed Grub to my Ubuntu partition instead of to the MBR. It was already installed to the MBR prior to this. So, when I rebooted all I got was the Grub rescue console. I loaded the Linux image with a different boot loader on floppy instead, and proceeded to uninstall and reinstall Grub2 to MBR with
However, on restart I now get the regular Grub console, but not the selection screen to select what to boot. This even though all Linux kernel images and the Windows 7 partition I have was found during the reinstall. So, seems I need to do a complete purge of Grub from both MBR and sda3 (which is the Ubuntu partition i accidentally chose on upgrade), and start over clean. Question is then, how do I do it, line by line from the terminal?
I'm running evolution 2.30.3 in ubuntu 10.10, with unity desktop, and I can't find the "purge" option for the tasks. As it disappeared or is it just me not finding it ? Also, while I'm here, I understand that unity is still in development. Where can I report the issues I notice while running it ?
I am so close to the answer i think. My goal is to fully automate an entire Ubuntu installation off a usb flashdrive from start to finish. So, i did as this guide said and i made a kickstart ks.cfg file that is used to automate an installation, as i'm sure many of u know.The next step has infinitely confused me. To make the ks.cfg file boot automatically and startup an installation to my specifications.from this linkttp://old-releases.ubuntu.com/ubunt...en/apcs01.htmlI have found that editing the syslinux.cfg file in the syslinux directory on the usb can be used to load preseed file, which to my understanding serves the same purpose as a kickstart file.
Did a fresh install of 10.04 Desktop 86_64 this weekend. One of the first issues I noticed right away was that apt was not function properly. Say for example you install the packages tor and vidalia (assume I'm running everything from root). #apt-get install tor vidalia This command will check and install necessary dependencies, for example 'privoxy'. Now if you decide that you don't want to use privoxy and instead use polipo, you would probably feel inclined to remove privoxy. Well I found that apt-get autoremove, apt-get remove, apt-get purge WILL NOT remove all the files/directories associated with the package. You'll find that after running each of these commands, there will still be directories, scripts, etc. in /etc/init, /etc, and /etc/rc*.d. The only solution I've found to completely removing a package is aptitude purge [package].
Yeah, I use dselect. What can I say, I've grown used to it and prefer it to the more modern dpkg front-ends.Recently did a fresh install of Lucid Server 10.4.1 AMD64. There are some Standard packages that I don't need and I used dselect to purge them:
Code: Select all dpkg: error processing package mongodb-org-server (--configure): subprocess installed post-installation script returned error exit status 102 Errors were encountered while processing: mongodb-org-server E: Sub-process /usr/bin/dpkg returned an error code (1)
I first started KMail and entered the wrong stuff. Now it's all messed up and I don't know how to fix it. Is there a way to completely purge KMail and make it act as if it was first opened?
I faced on these days a very nasty problem, during the upgrading of my system... something bad happened and I can not remove, purge, install, reinstall the package flashplugin-nonfree no matter what tries I did till now.
root@intra-micro:/home/mikek# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done
Are there some effective tools to purge the system of unused libs/pkg and other files?Till now I found localepurge (i do not remember where i found it) which does some trick, but I am sure there is a lot of other things laying around in Slack with no real reason to be there in some minimal installation.I found also unsuedpkg in google.code, but it does nothing on a fresh system.Such question won't rise if Slack team wouldn't be forgetting about Slack's significance in server segment and putting big efforts in "deskopisation" of it. I'd be happy seeing directories like xlibs/ and mm_stuff/ where all x related libs and multimedia related ehhh... files could go (I hope developers will see this message).
I've been using Lubuntu for the last 4-5 months as a virtual web server, for developing Joomla sites. I have been extremely happy with it so far. (Runs with ~300MB memory just fine)A few days ago I installed some updates and the next time I rebooted the login screen was different and I couldn't log in to the graphical environment any more.I hit Ctrl+Alt+F2 I can log in to the console bu
I have a 3dsp pci wifi card, and the last kernel it supports is Ubuntu 10.04 2.6.32-(21-24) I want to update but dont want to accidentally update the kernal.
When I remove an application from YaST does it remove its config files too? If it does not, is there any command by which I can remove the config files for all the uninstalled applications?
I have a webserver WWW1 and a front-facing proxy PRX. I use SSH ProxyCommand to connect to WWW1's internal IP (private IP) via PRX (private+public IP). For some connections (not all) I see a network connection left open after I'm finished. These add up!
~/.ssh/config Host * ServerAliveInterval 5 ControlMaster auto
[code]....
On PRX, lsof | grep WWW1:ssh shows 124 open connections at the moment. On WWW1, the same command shows 243 open connections. There are similar open connections for WWW2, WWW3 etc.
WWW1 and PRX are Debian. Client connections are coming from a mix of Debian, Ubuntu and OSX10.6. I use Emacs Tramp but this has no special configuration (AFAIK) outside of my ~/.ssh/config. I'm concerned about running out of internal ports, and ideally I want these connections to clean themselves up without intervention. Ideally by configuring them to kill themselves off; failing that a command I can kill old processes with is fine!
The Update Manager has tried to upgrade me to version 11 three times now, and fails each time.
First I get a warning, that probably isn't important: "Third party sources disabled
Some third party entries in your sources.list were disabled. You can re-enable them after the upgrade with the 'software-properties' tool or your package manager."
After the upgrade I get this:
"Could not install the upgrades The upgrade has aborted. Your system could be in an unusable state. A recovery will run now (dpkg --configure -a).
Upgrade complete The upgrade has completed but there were errors during the upgrade process."
The console has about six messages similar to this, all complaining about the vnc-e package:
"warning, in file '/var/lib/dpkg/available' near line 10992 package 'vnc-e': error in Version string '4.4.3_r16583': invalid character in version number"
On one computer the live cd installation automatically made GPT partitions, but on the other it makes mbr, how come it decides to do this, does that mean i shouldnt try to use gpt on my laptop, they're both bios boards
I faced on these days a very nasty problem, during the upgrading of my system... something bad happened and I can not remove, purge, install, reinstall the package flashplugin-nonfree no matter what tries I did till now. To see my tries please read bellow.Do any of you have any advanced advice how can solve this BIG problem that occurs to me?
writing a script that would keep the last three versions of tcpdump files.Due to the version of tcpdump I must use -C and cannot use -G. Using -C generates a new file after X MB's have been written and adds a .x after each new one. The problem is that these files are filling up the disk too quickly. The main part of the script will kill tcpdump when a certain condition is met but in the meantime I need to purge and only keep say the three last iterations of the dump file. So for example, there is dump.pcap.1, dump.pcap.2, dump.pcap.3, dump.pcap.4 and dump.pcap.5. I'd like the script to look at the datestamps and delete dump.pcap.1 and dump.pcap2 since the other three are the three newest files. comparing files based on dump.pcap.*, check the dates and only keep the three 'youngest' files?
I am trying to mount cifs through fstab but it is not working. I have an Ubuntu samba server and a Kubuntu client. The share from the server is one dir with subdirs having different permissions and owners/groups. When I do AS ROOT:
Code: smbmount //192.168.0.254/share /media/maps/share -o username=toshko%pass the output of the "mount" command is as follows: Code: //192.168.0.254/share on /media/maps/share type cifs (rw,mand) The result is messed up owners with different uids and groups:
I was told that the TurboTax DRM overwrites a boot sector on the first hard drive, possibly causing problems to the "non-windows" OS. Up to now I had used TT on a W2K only machine. Now that I have converted the whole office to Ubuntu or dual boot, I don't have the option anymore.