Ubuntu :: Force Kill Format In Progress?

May 4, 2011

Does anyone knows how to force kill a format in progress?

even when i try to run top kill process id for mkfs.ext3 it says "operation not permitted"

is very annoying to have to reboot the server just to be able to cancel the make fs ext 3 just to change the partition size

View 1 Replies


ADVERTISEMENT

Ubuntu :: Kill Doesn't Kill, Killall Is Powerless?

Oct 21, 2010

Today I run OpenOffice.org extensions update and it freezed fter showing me that everything was successful.When i xkilled it it refused tolaunch without any problem indication.killall soffice.bin didn't report "No process found" after 1,2,3...20 times.So I tried killall soffice.bin -i

Code:
$ sudo killall soffice.bin -i
Kill soffice.bin(3319) ? (y/N) y

[code]...

View 1 Replies View Related

Software :: Unable To Kill Process With Kill -9

Jan 13, 2011

the process is mcelog. When I do as root kill -9 2323 which is pid of mcelog the process is not killed. I tried doing the same from top, press K and enter pid of mcelog. doing ps auwx | grep mcelog I see there are several results. I tried killing all of them like kill -9 2355 2341 3425 2345. But re-running the above commands still shows them as running. How else would I troubleshoot this to avoid restarting of the box.

View 5 Replies View Related

Ubuntu Multimedia :: Converting Any Video Format To 3gp Format?

Jul 21, 2011

converting videos to 3gp format.

i have installed transmaggedon software but it fails to convert because quicktime muxer plugin is not installed.

This plugin is not available in the repositories.

How can i get this video converter to work or what else can i do to be able to convert videos to 3gp format?

View 2 Replies View Related

General :: Simple Script To Convert Datetime Format To UTC Format?

Oct 9, 2009

just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.

View 10 Replies View Related

Fedora :: Create A Pdf File In A3 Format From Two Sheets In A4 Format?

Apr 7, 2010

my school we want to print a magazine but we have problem with the format of the files. We need to create a sheet in A3 format from two sheets in A4 format. I was reading about the pdftk library but it doesn't do what i need.

View 4 Replies View Related

General :: Format A USB Hard Drive To Vfat Format But Can't?

Sep 15, 2010

I need some assistance in trying to format a USB hard drive to vfat format but can't seem to do so. I am currently using RHEL 5.3. I have tried the following commands and they all come back as "command not found"

mke2fs vfat /dev/sc1
fdisk vfat /dev/sdc1
mkfs.vfat /dev/sdc1

What am I doing incorrectly?? Can someone please point me in the right direction??

View 6 Replies View Related

Ubuntu :: Display Progress Bar Using Cp (if Possible Mv Also)

May 16, 2010

A quick google search gave me a possible answer at this post: [URL] However, this isn't my question exactly. It sort of is, but the answer is not correct for me. I'm wondering how to show progress of a cp or mv command. The man page says -v should do it, but it seems it doesn't show any progress at all. Is it possible to show progress info with cp or mv? Or, is there a different command I could use that would show a progress bar. I know for example scp will show a progress bar, but that is for local-->remote or visa versa, but I'm trying to copy locally.

View 4 Replies View Related

Ubuntu :: Firefox 4 Progress Bar ?

May 11, 2011

Where is the progress bar in the new Firefox, or can it be got back if Mozilla removed it? If you have Mobile Broadband or dial-up this is a handy thing if you start looking at your watch waiting for a page to load...

View 1 Replies View Related

Ubuntu :: GParted Progress Bar Stuck?

Aug 19, 2010

I removed my Ubuntu 10.04 partition from my hard disk with GParted because it didn't install properly and there were no solutions available. After I removed it, I set it up to extend my Vista partition into the unallocated space. It's been going for three hours so far (which I expected) but the progress bar is now stuck. The timer's stopped and everything; it's not increasing infinitely like when your internet cuts out when downloading something, it's just stopped. Here's a screenshot:[URL]..

I know to resist the allure of the Cancel button, but I don't really know what to do here. It's been sitting here for about half an hour with no sign of budging.

View 5 Replies View Related

Ubuntu :: Progress Bar In GIMP Is Not Affected

Dec 23, 2010

I've modified the Radiance theme and installed it, and everything looks wonderful except for one thing. Certain programs have ugly windows and progress bars, as if all window effects were disabled for those windows. The progress bar in GIMP is not affected.

View 2 Replies View Related

Ubuntu :: No Progress Meter During Installation

Apr 30, 2011

I am trying to install Ubuntu 11 with Wubi and the progress meter is missing. I cannot see if it's 30% done installed or 60% or whatever. It's annoying.

View 4 Replies View Related

Ubuntu :: No Progress Bar In Unity Launcher

May 22, 2011

When Ubuntu one is syncing there is no progress bar in the Unity launcher as there is supposed to be. What could be wrong?

View 3 Replies View Related

General :: Change One Time Format To Other Format?

Jun 21, 2010

the time format i have used is %m:%d:%Y:%H:%M:%S eg- 06:21:10:13:29:18 and i want to convert it to 2010-06-21 13:29:18..

View 4 Replies View Related

Ubuntu Installation :: Never Ending Progress Bar On 9.10 To 10.04 Upgrade

May 10, 2010

I upgraded from 9.10 to 10.04 and after I select ubuntu in grub, the fancy new loading screen with progress bar(dots actually) comes up and just keeps going.

View 1 Replies View Related

Ubuntu Servers :: Allow Logins When There Is A Shutdown In Progress?

Jun 24, 2010

I've got a server that I just use for backing up and archiving files. Since I don't need access to it often I just keep it powered off. I set up wakeonlan and have port 9 and port 22 forwarded to it.

I travel fairly often, and how its set up now, I can send the magic packet to the connection its on and wakeonlan kicks in and powers up the server. Then I can sftp into and access the files I need and then shut it down again in ssh.

It all works good until there's a power outage. For some reason after a power outage wakeonlan doesn't work.

Here's a workaround for this: I can set the system to automatically power up after a power outage. Problem is, the computer could be on for a week or more, wasting power before I log in and turn it off. So the workaround for that is to put a "deadman's switch" where a script will run at startup that will run "shutdown -q -P +5" which will power off the system after five minutes.

After I run wakeonlan I can ssh in and run "shutdown -c" to cancel that shutdown and still use it. If there's a power outage, once power is restored, the system will start up and then automatically shutdown again and be ready for the next wakeonlan signal I send.

Everything is flawless, except one problem. When "shutdown -q -P +5" executes, it disables all new logins. If I'm fast enough I can ssh in before the shutdown program disables logins, but not always. What I want is a way I can run shutdown without disabling logins.

View 5 Replies View Related

Ubuntu One :: Drop Box - File Sync In Progress

May 13, 2011

I thought I would give Ubuntu One a try, even though I have used DropBox for ages. I think it is all set up ok, yet the box is open and it says along the top:
Using 102.6 MB of 2.0 GB (5%)
File sync in progress......
It has said that for 5 hours now.....is it actually doing anything? I have closed it a couple of times, and opened it, and it goes right back to the same thing. What is more weird is there are no sent / receive lights flashing on my Modem either.

View 1 Replies View Related

General :: TAR Command With Progress Bar

Nov 5, 2009

I have this command in a bash script

Code:
!#/bin/sh
cd /home/n3t
tar -czf /media/disk/BACKUP/home/Pictures/$BACKUPDATE.tar.gz ./Pictures

How can I create a progress bar for this action? I have download the clpbar but I don't know how to use it exactly.

View 1 Replies View Related

General :: How To Put Progress Bar While Copying

Nov 9, 2009

I want to create a script which will show the amount of data that is been copied from one location to another location. For example: Say I have a file called abc.img which is approximately 4 gb of size therefore every time I copy the file from one location to another I want a progress bar to appear like 50% completed 51% completed and so on.

View 2 Replies View Related

General :: Can Cancel Ubuntu Update-Manager In Progress?

Jul 1, 2010

I am using Ubuntu 9.10 and am bothered by the sometimes pretty long update progress. sometimes i wish to abort the update-manager, apt-get or synaptics because i need to go, but i think it might break anything. could you advice me how to do it safely, even if some cleaning up is required afterwards?I was just wondering because certainly there is a way to preserve the pre-update condition, e.g. when installing a new kernel. but my guess is, that the installation is postponed to restart then.

View 1 Replies View Related

Ubuntu Installation :: Blinking Cursor During Boot - Can't Progress?

Feb 10, 2011

I am attempting to install Ubuntu 64Bit Server 10.04 on a new server.

Server Specs:
Xeon E5620
12GB RAM
2X 160GB 7200 RPM in RAID1 (Onboard Software RAID)
Super Micro X8DTI-8

I am doing a typical install with no special functions on a RAID1 onboard Intel array. I know the array works because I tested it by installing Windows Server 2003 which works fine. The RAID also shows as healthy in the BIOS.

This problem is very difficult to remedy because everything seems to install fine with Ubuntu but when you reboot after the install you get a blinking cursor _ and nothing else. It appears that something happened when loading the OS but it's impossible to get past the blinking cursor because you can't type anything or escape out of it. The only thing that it will register is Ctrl+Alt+Del which will restart the server.

The funny thing is it does not display the typical Sigkill and show processes shutting down. The screen goes black and it restarts only to return to the blinking cursor. I am on my 6th attempt at an install with ubuntu and I am seriously considering switching over to windows unless.

I am almost certain this is a RAID issue because I can load the Ubuntu on 1 drive without any issues but I always get the blinking cursor in the RAID.

View 1 Replies View Related

Ubuntu Installation :: Installed 10.10, Dual Boot Now Only Have Progress Bar No Gui?

Mar 20, 2011

I installed 10.10, dual boot. (with xp pro)Did reboot.choose ubuntu from boot options.Now only have progress bar no gui.

View 9 Replies View Related

Ubuntu :: Natty Update Manager GUI: Not Showing Progress

May 18, 2011

When I run the update manager in XUbuntu (natty/11:04) it does not show its progress while installing the upgrades.

After clicking on "install updates" and authenticating, there used to be a popup window with a progress bar and an option to show "details" but these appear to have disappeared in the last few days.

I don't recall switching these features off and there are no settings to restore them, available within the GUI. Is there another way of restoring this functionality?

If not, is a reinstall the way to go? If so what package(s) need re-installing? And in-case it is a configuration script, what files in my home directory need deleting to ensure a clean reinstall.

View 3 Replies View Related

Ubuntu :: Force Quit Force Quit?

Sep 24, 2010

So I have force quit and the little window is stuck. reads "click on a window to force the application to quit. To cancel press <ESC>" How the heck do I get rid of it? I tried xkill, it does not work.

View 3 Replies View Related

Fedora :: Recording Sound Progress

Nov 28, 2009

Well, I've made progress in getting my recording to work.I was running a piece of software called liveice, and this used to work, but now with the current versions of of Fedora I just get noise and other strange problems. I stopped using liveice, and switched to darkice, and now my recordings are working without noise. I hear correct sound and the volume controls are acting sensible.Liveice was broken in a very weird way.The recording meter worked correctly, but the audio it actually recorded was just noise.This program uses OSS, as does darkice.When I record on the SB live, which is dsp2,sometimes I hear sound on it from the other sound card? Is that weird? Why would the input from the sound cards come in mixed like this?I have two sound cards, /dev/dsp and /dev/dsp1. One shows as ICH5/AD1985, and the other is an SB Live 5.1.I currently have Pulseaudio installed and running. I did a yum update just now.This is all with Fedora 12.This system was upgraded from 10 to 11.And then again from 11 to 12.

View 1 Replies View Related

Fedora :: 12 Boot Stops At Progress Bar?

Mar 7, 2010

I recently did a kernel update usingCode:yum -y updateAfter update while booting progress reaches till the end and it stops there, it doesn't progress. If I use earlier kernel for booting I do not have any issues.

View 14 Replies View Related

General :: Terminal FTP Client With Progress Bar?

Mar 21, 2011

I'm SSHing to a headless Ubuntu box and sometimes need to upload files from that box via FTP. The built-in FTP client does not show the progress of my upload (or at least I don't know how to view it). I just see this during the operation (which could take up to an hour):150 Opening BINARY mode dataonnection for MyFileAre there any FTP clients which I could use in terminal and would show the progress (some kind of a progress bar or just the percentage)?

View 2 Replies View Related

Software :: Cp To Have A Progress Bar For Large Files?

Mar 10, 2010

I always wanted cp to have a progress bar for large files. I came across this:[URL]... I just wonder, how could you install it as an Arch package? Is it possible?

View 9 Replies View Related

Programming :: Copy At Terminal With Progress Bar

Mar 9, 2009

After searching I cant find script that can deal with directories. All the found scripts work file to file and not directory to directory. Someone know script that can deal with all this situation?

View 8 Replies View Related

Slackware :: Which Displays An Image And A Progress Bar

May 19, 2010

I do not know if all knew, but the BusyBox version used by Slackware 13.X for initrd, has an "application" called /sbin/fbsplash, which displays an image and a progress bar, of course, in the console framebuffer.

An excerpt from the BusyBox code:
Usage:
- use kernel option 'vga=xxx' or otherwise enable framebuffer device.
- put somewhere fbsplash.cfg file and an image in .ppm format.
- run applet: $ setsid fbsplash [params]

[Code]...

View 14 Replies View Related







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