Displaying 20 results from an estimated 700 matches similar to: "exit status 12 with large files"
2006 Mar 28
2
6.1-BETA4-i386-disc2.iso - only usr/share/doc, no usr/src?
Does the 6.1-BETA4-i386-disc2.iso contain only usr/share/doc, or for
some reason i am unable to see anything else? I was looking for
usr/src (and for a odd chance to have usr/ports); i suppose those
two trees would be available somewhere on some disc for RELENG_6_1.
I mounted the image as ...
mdconfig -a -t vnode -f /path/to/6.1-BETA4-i386-disc2.iso -u 0
mount -t cd9660 /dev/md0 /mnt
...
2011 Mar 31
1
How to disconnect the ISO image using virsh
Hello,
I can attach disc ISO image to cd-rom from virsh.
And I can replace the ISO image from disc1 to disc2 using the 2nd example.
(example)
attach-disk guest01 /root/disc1.iso hdc --driver file --type cdrom
--mode readonly
attach-disk guest01 /root/disc2.iso hdc --driver file --type cdrom
--mode readonly
My question is, how can I disconnect the image from the cdrom drive using virsh.
Because,
2007 Mar 28
2
Destination Permissions on Windows XP
Hello all,
This is my first post to the group, so please go easy on me.
I've setup a cwRsync server on a Windows 2003 Server and an XP client.
I have setup rsync to copy a directory from the server to the client,
and the files transfer perfectly. The only problem is that the
permissions on the destination are wrong. I want the permissions on the
destination to end up being the
2006 Aug 11
2
World of Warcraft Installation
I'm trying to install World of Warcraft on Ubuntu 6.06. I have
followed the instructions on AppDB to build the patched version of
Wine 0.9.18, and am now trying to install it. I am trying to install
from iso files on my hard drive, not CDs. I have created a directory
/media/fakecd, and I do "sudo mount -o loop disc1.iso /media/fakecd".
I also used winecfg to add e: to the device
2007 Oct 10
3
Rsync on 3 places
Hi all,
I'm newbie with rsync so I would like to ask more
experienced users for help. I have following task:
I have 3 places (A,B and C). Place A is "main" place.
I want to use rsync to synchronize all data from place
A to places B and C (only one-way from A to B and C).
I tried to write simple command but it looks bad. Just
for imagination place A have over 50 GB of data. I
know
2014 Sep 17
1
centos 5.10 has 2 DVDs?
Does the install of Centos5.10 prompt to insert disc2? What's on the
second disc?
Tom
2010 Sep 16
2
FTP Download
Hi,
I have problems downloading complete folders via ftp with R. Single files
work fine.
I tried Rcurl, but it does not work.
This is my code:
url =
"ftp://disc2.nascom.nasa.gov/data/TRMM/Gridded/Derived_Products/3B42_V6/Daily/2009/"
filenames = getURL(url, ftp.use.epsv = FALSE, ftplistonly = TRUE, crlf =
TRUE)
filenames = paste(url, strsplit(filenames, "\r*\n")[[1]], sep =
2004 Dec 24
4
Connection reset by peer
Hi,
We continuously see these errors in our logs. I've done some searches on
this but nothing seems to point to anything specific.
Any ideas?
-John
Dec 23 20:14:41 valhalla smbd[3574]: [2004/12/23 20:14:41, 0]
lib/util_sock.c:get_peer_addr(1000)
Dec 23 20:14:41 valhalla smbd[3574]: getpeername failed. Error was
Transport endpoint is not connected
Dec 23 20:14:41 valhalla
2008 Sep 13
0
FreeBSD 7.1-BETA/6.4-BETA Available...
The FreeBSD 7.1-BETA and 6.4-BETA builds are now available on the
FreeBSD FTP mirror sites. This is the first step in the release process
for FreeBSD-7.1 and FreeBSD-6.4. This set of builds do not include
pre-built packages. The ISOs are available from:
ftp://ftp.freebsd.org/pub/FreeBSD/releases/${arch}/ISO-IMAGES/7.1/
ftp://ftp.freebsd.org/pub/FreeBSD/releases/${arch}/ISO-IMAGES/6.4/
2002 Jul 06
2
.iso file corrupted
Hello,
On doing "$ rsync --progress --archive --partial
-vvv
rsync://carroll.cac.psu.edu/redhat-ftp/redhat/linux/7.3/en/iso/i386/valhalla
-i386-disc1.iso ", I got the following output
<---------------------------------------------------------------------------
------>
local_version=24 remote_version=26
receiving file list ...
recv_file_name(valhalla-i386-disc1.iso)
received 1
2004 Dec 03
8
smbd hung processes - Samba 3.0.7
We've seen Samba crash and burn twice in the last 48 hours - it just
started happening, and we have no idea what might be causing it. I'm
hoping that someone will recognize this problem.
Platform: we are running RedHat Enterprise Server, with Samba 3.0.7.
We're using security=domain in an old-style NT4 domain environment.
The symptom that we're seeing is that the number of
2005 Apr 12
1
Question on using smbmount
I'm trying to mount a samba share located on one Linux server to another
samba server for backup purposes. The problem im running into is that i
get an error stating:
couldn't find service <share I am specifying>
Here is what im attempting:
One server #1 sambaserver, Where I want the share to be mounted for
backup purposes
smbmount //valhalla/backupdir /backuparea/valhalla
If
2004 Oct 07
1
Menu examples?
Hi all,
I'm looking for some menu examples for Murali's menu system.
Specifically, a headstart on creating a Kickstart menu which covers the
most common options with the intention of creating this:
label ks.menu
kernel vmlinuz.ks.$DIST
append ksdevice=eth0
ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST
initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192
Hmm...looking
2010 Mar 23
0
FreeBSD 7.3-RELEASE Available
The FreeBSD Release Engineering Team is pleased to announce the availability
of FreeBSD 7.3-RELEASE. This is the fourth release from the 7-STABLE branch
which improves on the functionality of FreeBSD 7.2 and introduces a few
new features. There will be one more release from this branch to allow
future improvements to be made available in the 7-STABLE branch but at this
point most developers are
2008 Sep 17
1
UPSLog rotating
Hi,
Trying to rotate the ups.log on a FreeBSD 7.0 system
and its not being nice about it.
I tried the "quick and dirty" way by doing :
mv /var/log/ups.log ${DATEDDIRECTORY}/ups.log
kill -1 `cat /var/db/nut/upslog.pid`
I get :
Sep 17 10:57:20 valhalla upslog[81972]: could not reopen logfile /var/log/ups.log: Permission denied
So I stop upslog, remove the file, and start it
2003 Nov 24
2
Samba 3.0.0, LDAP and multiples domains
Hi all,
Can samba have multiples domains in a single OU on ldap ?
Cause I have 2 separate samba domains, many users in the same OU depending
on one or the other domain (not 2 at the same time, the SID is refering to
only one domain), and every user can log into the 2 domains without
interdomain trust...
Is it a normal feature ?
(Yes it's a configuration a little twisted, I know ;))
Mathieu
2008 Feb 22
1
FreeBSD 7.0-RC3 (for amd64/i386 only) Available
We're doing a "mini-RC3" to encourage testing of the Highpoint driver
(hptrr) backout. Testing of 7.0-RC2 showed there were problems with the
driver update done between RC1 and RC2.
Because it's a "mini-RC" targetted at testing of one particular thing we
have not bothered with setting up FreeBSD Update. You can use the
normal cvsup-and-build method of doing an update
2002 Jun 09
2
Clean install of RedHat 7.3, including samba - unable to connect to port 139
I did a clean install of Redhat 7.3 on a system. The install
included samba, samba-client, samba-common. I moved the saved
versions of smb.conf, smbusers and swbpasswd to /etc/samba. Then I
started up smb by issuing "/etc/init.d/smb start" I have set smb to
start upon reboot of the system. I have rebooted the system
several times. smbd and nmbd start up, but clients cannot
2013 Apr 22
0
FreeBSD 8.4-RC2 Now Available
The second RC build of the 8.4-RELEASE release cycle is now available
on the FTP servers for the amd64, i386, and pc98 architectures. The
SHA256/MD5 sums are tacked on to the bottom of this message. The ISO
images and, for architectures that support it, the memory stick images
are available here:
ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/
(or any of the FreeBSD mirror sites).
2011 Jul 25
0
pxe booting questions
hello,
I have a situation where I am using PXE and kickstart to
install my machines.
My set up is as follows:
i have a cobbler server which is also an mrepo mirror doing the
booting.
my mrepo tree has both disc1 and disc2 loop mounted, and RPMS.os
symlinks both the discs contens to generate the unified os tree. This all
works fine.
My issue is with the kickstart, if i use the disc1 as the url