search for: cd

Displaying 20 results from an estimated 18113 matches for "cd".

Did you mean: dc
2015 Nov 05
6
[PATCH 0/4] Provide better fake virtio-* test data for virt-v2v.
Patch 1 moves the v2v/fake-virtio-win and v2v/fake-virt-tools directories to the recently created test-data/ hierarchy. This is just refactoring with no functional change at all. Patches 2-4 then extend the available (fake) virtio-win drivers: - Patch 2 adds all of the drivers from the virtio-win RPM. - Patch 3 adds all of the drivers from the virtio-win ISO (which are different from the
2007 Apr 18
2
CD cannot be auto mounted by Nautilus on Linux guest OS
Hello All, Sorry to resend this email since I really want to know the answer. Did anybody know how I could make Linux Guest OS mount CD automatically with Nautilus? When I exposed a Music CD to my FC5 guest os on Xen 3.0.3, I found the CD wasn''t recognized as a Music CD, it was recognized as a blank CD. In Nautilus, when I clicked the icon of CD, a empty folder was opened. On general linux, when user insert a Music CD, it...
2003 Dec 27
1
Faked samba packages / rootkit?
...e kind of rootkit (you can see this in the history below. the server this history is from is taken offline for security reasons, and nobody is there till 7th Jan I can't give you more details) > 144 w > 145 cat /etc/issue > 146 uname -a > 147 cat /etc/shadow > 148 cd /usr/lib > 149 wget http://ftp.cvut.cz/samba/samba-latest.tar.gz > 150 5tar zxvf samba-latest.tar.gz > 151 tar zxvf samba-latest.tar.gz > 152 rm -rf samba-latest.tar.gz > 153 cd samba-3.0.0/ > 154 cd source/ > 155 ./configure > 156 ./make > 157...
2001 Apr 14
4
Seeing a cd-rom drive under Wine on Corel Linux
Help!! I have tried just about every combination but cannot get my cd-rom to be seen to a Windows app. The app requires its CD to be present but gives message "There is no CD-ROM in the CD-ROM drive. Please insert the CD-ROM and click Retry or Cancel" when I try to start it. The CD is there and I installed the app from it successfully. I have tried mounting...
2005 Mar 02
3
Samba as PDC and BDC on the same network.
I have recently configured two servers to be controlers of my domain. The first one is the PDC and is configured like : domain master = yes prefered master = yes local master = yes domain logons = yes security = user os level = 99 And the second, the BDC like : domain master = no prefered master = no local master = no domain logons = yes security = user
2009 Aug 28
2
HMRC Employer's CD won't launch
Hi I've just bought a new laptop and installed Kubuntu 8.04. The HMRC is the UK equivalent of the IRS and issue a CD to help with taxes. In the past this has worked pretty well under Wine and on another laptop of mine was no trouble (with the same version of both Linux and the CD) It appeared to install OK but now won't launch. In the terminal I initially got this Code: err:module:import_dll Library MSVCP...
2007 Dec 27
2
Running R from a CD on Windows?
Greetings, R-ians: Yes it's easy to run R from a CD: I copied my windows installation folder to the CD, then copied my R working directory to the CD. To run from the CD, I copy the working directory from the CD to the desktop, and then create an R desktop icon that points to Rgui.exe on the CD, and starts in the working directory folder I just copi...
2002 Feb 14
0
[Patch] Changes to openbsd.html
...12 03:32:02 2002 +++ openbsd.html.mod Thu Feb 14 13:43:45 2002 @@ -26,7 +26,7 @@ <p> The following versions of OpenSSH are available for putting on your -OpenBSD machines: +OpenBSD machines(download to /usr/src/): <p> <ul> @@ -39,7 +39,7 @@ modifications: <pre> # cd /usr/src/usr.bin -# tar xvfz .../openssh-3.0.2.tgz +# tar xvfz ../openssh-3.0.2.tgz # cd ssh # make obj # make cleandir @@ -56,9 +56,9 @@ To extract and install it on your OpenBSD 2.9 system:<br> <pre> # cd /usr/src/usr.bin -# tar xvfz .../openssh-3.0.2.tgz +# tar xvfz ../openssh-...
2013 May 17
2
zigzag confidence interval in a plot
Dear All, When I plot the values and linear regression line for one data set, it is fine. But for another one I see zigzags, when I plot the confidence interval >cd Depth CHAOsep12RNA 9,94 804 25,06 1476,833333 40,04 1540,561404 50,11 1575,166667 52,46 349,222222 54,92 1941,5 57,29 1053,507042 60,11 1535,1 70,04 2244,963303 79,97 1954,507042 100,31 2679,140625 > plot(cd$CHAOsep12RNA,cd$Depth, ylim = rev(range(0:100)), xlab="CHAO", ylab="Dep...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...ams/TEST.typesafe.Makefile does not exist config.status: executing test/Programs/TEST.dsgraph.gnuplot commands install: ../test/Programs/TEST.dsgraph.gnuplot does not exist config.status: executing test/Programs/TEST.vtl.Makefile commands install: ../test/Programs/TEST.vtl.Makefile does not exist cd: can't cd to ../../../../test/Programs/External config.status: executing test/Programs/External/Makefile commands install: ../test/Programs/External/Makefile does not exist cd: can't cd to ../../../../../test/Programs/External/SPEC config.status: executing test/Programs/External/SPEC/Makef...
2009 Jan 12
10
Creating an iso image of a audio CD with K3B
Can you do this? I have not found the options to get this to happen. So far I have seen how to read the Audio CD and make a directory of WAV files with a control file for later burning to CD, but I want an iso image that I can archive and burn audio CDs to use as they get used up.
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
If for some reason (directory missing or permissions bad), it is not possible to cd into either the scards or openbsd-compat direcotries, the make will enter an infinite loop. Correct this by changing the make idiom (cd directory; $(MAKE)) to the idiom (cd directory && $(MAKE)) so that a failure to cd into directory will generate an error for make. The following pat...
2005 Oct 30
1
attaching the debugger to functional test.
...test: # # bikle_test.rb # require File.dirname(__FILE__) + ''/../test_helper'' class BikleTest < Test::Unit::TestCase def setup @string10 = "hello" end def test10 assert_equal @string10, "hello" end end When I run it, I see this: zmac11:/cd/railsdemos/rtest/test/functional oracle$ zmac11:/cd/railsdemos/rtest/test/functional oracle$ zmac11:/cd/railsdemos/rtest/test/functional oracle$ zmac11:/cd/railsdemos/rtest/test/functional oracle$ zmac11:/cd/railsdemos/rtest/test/functional oracle$ ls ./ ../ bikle_test.rb zmac11:/cd/railsdemos/rt...
2006 Oct 23
1
Booting kernel for installation CD
Hello, I want to install CentOS 4.4 on a Compaq Proliant DL 360. The installation fails just after booting on the first CD. Linux tries to autodetect hardware and fails with the CDROM. Here is the error message: ########################## hdc: CD-224E, ATAPI CD/DVD-ROM drive Using cfq io scheduler ide1 at 0x170-0x177,0x376 on irq 15 ide-cd: cmd 0x5a timed out hdc: lost interrupt ide-cd: cmd 0x5a timed out hdc: lost int...
2007 Jul 10
2
CentOS 5 i386 Live CD
The CentOS Development team is pleased to announce the availability of the CentOS 5 i386 Live CD. This CD is based on our CentOS-5.0 i386 distribution. It can be used as a Workstation, with the following software: OpenOffice.org 2.0.4 Firefox 1.5.0.10 Thunderbird 1.5.0.10 Gaim-2.0.0 Scribus-1.3.3 xchat-2.6.6 k3b-0.12.17 Gimp-2.2.13 It can also be used as a rescue CD with the following tool...
2007 Jul 10
2
CentOS 5 i386 Live CD
The CentOS Development team is pleased to announce the availability of the CentOS 5 i386 Live CD. This CD is based on our CentOS-5.0 i386 distribution. It can be used as a Workstation, with the following software: OpenOffice.org 2.0.4 Firefox 1.5.0.10 Thunderbird 1.5.0.10 Gaim-2.0.0 Scribus-1.3.3 xchat-2.6.6 k3b-0.12.17 Gimp-2.2.13 It can also be used as a rescue CD with the following tool...
2002 Apr 27
3
CD-ROM not recognized
Howdy Folks, I'm trying to run Cryo's Arthur's Knights under wine. I've managed to install using setup.exe, but when I go to play the game, I get an error message telling me to insert CD #1, even though CD #1 is in the CD-ROM tray and mounted. Any clues as to why I would be getting this message, how to convince the game that the CD is actually in the CD-ROM drive, or how to research any of these issues myself? Thanx, Ian -- "How am I supposed to blend? I'm two feet...
2004 Sep 05
5
[LLVMdev] POST MORTEM: llvm-test changes
After the removal of llvm/test/Programs and insertion of llvm-test cvs module, the nightly tester showed the following: x86 Linux debug: * hard to say. I think it failed because the check in occurred just as it was starting up. Could someone verify for me? No results were produced. x86 Linux optimized: * everything ran okay * loc graph now shows 550k lines (up 350k!) - not sure
2006 Dec 08
3
Cross Network Based CD/DVD Burning Software
Hey friends, I am using FC3 and Centos 4.0 at my home. I have one CD/DVD burner on Centos4.0 and no CD/DVD burner on FC3 machine. I am looking for a free client & server or cross network CD/DVD burning software something like NeroNet available on Windows. Means on the one workstation(FC3) the client software for CD/DVD burning will be installed, through this cli...
2007 Oct 30
1
Assorted oddities with --relative
I have discovered a few oddities with --relative in the latest development rsync (from git, yay!): #1. Junk in the middle of a source argument leads to duplicate entries in the file list: $ mkdir src src/D $ rsync-dev -ni -rR ././src/.//.//.//.//.//.//.//./D/ dest/ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ src/ cd+++++++++ src/./ cd+++++++++ sr...