search for: rfv

Displaying 15 results from an estimated 15 matches for "rfv".

Did you mean: rfc
2003 Aug 07
2
Recover data from ext3 filesystem
...imaginable) - e2salvage - Tried to copy the partition to another via dd if=/dev/hdb2 of=/dev/hda2 bs=512 conv=noerror,sync,notrunc - Tried to copy partition with dd_rescue, and the verbose output shows that when it reaches certain positions it gets an "Input/output error" I ran dd_rescue -rfv /dev/hdb2 out then it stopped at position 37879900 so I "continued" from the next partition dd_rescue -rfv -s 37879899 /dev/hdb2 out2 - sleuthkit - I was able to see some of my lost data with the dls command....I just don't know how to get to it - recover - doesn't find anything c...
2016 Feb 03
4
How bad is "rm -rf /" ?
...(pre-UEFI) hardware I kick-start installed Development workstation (whith a bunch of scientific software I install for people in our department). I did this install twice, once of each of drives. Then I booted freshly installed system, went to virtual console, logged in as root, and did: cd / rm -rfv / (yes, I decided to add verbose flag to see things flying away). Guess what? My clever CentOS 7 box told me that I am trying to remove everything from root filesystem, and failed (I know, rm is aliased to "rm -i", that still was not why this happened. Clever!). So, being determined to s...
2009 Mar 23
4
how to override hostname
I am trying to test stand alone puppet manifests invoking /usr/bin/ puppet. Is there a way to override current hostname with some other value? I have tried with no success: FACTER_hostname=foo /usr/bin/puppet manifest.pp Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2010 Dec 24
0
[LLVMdev] LLVM on Cygwin: why tests don't run
...rino laptop. (The same > machine running Linux completed "make check-all" in 2min 30 sec!) me2. I don't know why too slow. It seems executable files would not hit in disk cache. FYI, try ;) (to warm cache) $ (cd Release+Asserts; mkdir xxx; mv -v *.exe *.dll xxx; cp -v xxx/* .; rm -rfv xxx) ...Takumi -------------- next part --------------
2000 Jan 06
0
Strange recursive delete problem.
...' and 'b'. We have found that, even though all of the files and directories below and including 'source' have write permission set for members of 'ihgtech', 'rm -rf source/' fails with permission denied errors for the sub-directories. If we do a verbose rm, `rm -rfv' we see that rm believes it has deleted files that are still there after the command has finished. Because these files are left behind rm receives a permission denied error when attempting to remove the directory containing the files. We find the bug behaves in the same way each time, although...
2007 Mar 31
3
World Of Warcraft on FreeBSD 6.2
Has anyone been able to get World of Warcraft Burning crusade running on FreeBSD 6.2 stable with wine 0.9.34 and a nvidia video driver? I had it working on a earlier version of wine 9.22(I think it was) if someone would mind posting some instructions on how to get this working it would be great Thank you Wine Devlopers for continued FreeBSD Support Sam Fourman Jr.
2011 Oct 24
2
Unable to acquire lock
Hello, I am trying to execute virsh commands on a host but it is giving errors due to failure in acquiring lock. root at kvm01:~# virsh suspend blindone error: Failed to suspend domain blindone error: Timed out during operation: cannot acquire state change lock Any suggestions how can we figure out possible reasons. -- Jatin -------------- next part -------------- An HTML attachment was
2010 Dec 23
3
[LLVMdev] LLVM on Cygwin: why tests don't run
Hi all, LLVM+clang builds fine under Cygwin 1.7, but "make check-all" fails to run because lit doesn't find the freshly built clang. The reason is as follows: in llvm/utils/lit/lit/Util.py, in the "which" method, there's 66: # Get suffixes to search. 67: pathext = os.environ.get('PATHEXT', '').split(os.pathsep) The problem is, PATHEXT is imported
2000 Jan 14
1
Recursive delete problem (Reposted:)
...' and 'b'. We have found that, even though all of the files and directories below and including 'source' have write permission set for members of 'ihgtech', 'rm -rf source/' fails with permission denied errors for the sub-directories. If we do a verbose rm, `rm -rfv' we see that rm believes it has deleted files that are still there after the command has finished. Because these files are left behind rm receives a permission denied error when attempting to remove the directory containing the files. We find the bug behaves in the same way each time, although...
2009 Apr 10
4
installing updates in post kickstart
I can do a yum update in my post kickstart (which is what I am doing now actually). However, I want to save network time at installations. If I copy down the files from centos/5.3/updates/x86_64/RPMS and place them in a directory local on my network, can I just "rpm -U /mnt/directory/updates/x86_64/RPMS*" in my post section? Assuming I have nfs mounted the directory of course...
2016 Feb 02
12
Latest version of kate editor
On 02/02/2016 03:50 PM, Lamar Owen wrote: > On 02/02/2016 09:28 AM, Jonathan Billings wrote: >> CentOS is not a bleeding-edge distribution that constantly keeps >> packages up to date with the upstream projects. If you want that, try >> another distribution like Fedora. > <rant> > GNOME can get a rebase to a newer version, but KDE can't..... this > from a
2019 Sep 19
0
[nbdkit PATCH 1/4] server: Fix regression for NBD_OPT_INFO before NBD_OPT_GO
...return -EINVAL; This works just fine in 1.14.0, where we call .open only once (so the INFO and GO repeat calls into the same plugin handle), but in 1.14.1 it regressed into causing an assertion failure: we are now calling .open a second time on a connection that is already opened. $ nbdkit -rfv null & $ hacked-qemu-io -f raw -r nbd://localhost -c quit ... nbdkit: null[1]: debug: null: open readonly=1 nbdkit: backend.c:179: backend_open: Assertion `h->handle == NULL' failed. Worse, on the mainline development, we have recently made it possible for plugins to actively report dif...
2019 Sep 19
7
[nbdkit PATCH 0/4] Spec compliance patches
The first one is the nastiest - it is an assertion failure caused by a spec-compliant client and introduced by our security fix that was released in 1.14.1. Eric Blake (4): server: Fix regression for NBD_OPT_INFO before NBD_OPT_GO server: Fix back-to-back SET_META_CONTEXT server: Forbid NUL in export and context names server: Fix OPT_GO on different export than SET_META_CONTEXT
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
...Update System RPMS ## ############################################################################### EOF wget -P /tmp -np -q -r http://kickstart.sea2.jobster.us/updates/centos5/kickstart-postinstall/i386/ rpm -Uvh /tmp/ kickstart.sea2.jobster.us/updates/centos5/kickstart-postinstall/i386/*rpm rm -rfv /tmp/kickstart.sea2.jobster.us cat <<EOF; # Done EOF ) -- --dn http://www.cordump.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-virt/attachments/20080422/ce57de3e/attachment-0001.htm
2009 Jul 23
6
SSH attacks from china
...es 1qaz2wsx/password: 15 times adam/password: 15 times alex/password: 15 times mnbvcxz/password: 15 times !@#$!@#$/password: 14 times !@#QWE/password: 14 times !@#qwerty/password: 14 times !QAZ at WSX#EDC/password: 14 times 1qaz2wsx3edc4rfv/password: 14 times PASSWD/password: 14 times PASSWORD/password: 14 times ]'/password: 14 times library/password: 14 times maggie/password: 14 times pgsql/password: 14 times rpcuser/password: 14 times test!@#/password: 14 times usern...