search for: goshen

Displaying 20 results from an estimated 29 matches for "goshen".

2013 Jul 11
4
Problem with supermin & zypper
Hi, During compilation of guestfs I get the following error: *supermin -v -o supermin.d --names augeas-libs btrfs-progs cryptsetup cryptsetup-luks e2fsprogs e4fsprogs genisoimage gfs-utils gfs2-utils grub hfsplus-tools hivex iproute iputils kernel libcap libldm MAKEDEV nilfs-utils ntfsprogs ntfs-3g openssh-clients pcre reiserfs-utils libselinux syslinux-extlinux systemd vim-minimal xz yajl
2006 Oct 26
3
New Syntax Error after upgrading to 0.20
...ifications require names in file /etc/puppet/manifests/modules/ssh_keys.pp at line 24 * Failed to start puppetmaster So, looking at the file in question shows the following code (in condensed form): 1 class ssh_keys { 2 # Commemnts : ... [snip] 19 20 sshkey { name => "portman-linux.goshen.edu", 21 alias => [ "portman-linux", "199.8.232.46" ], 22 type => ssh-rsa, 23 ensure => present, 24 key => "AAAAB3NzaC1yc2EAAAABIwAAAQEAszWe7LXOZ59ZMxgXJEl1... " } Now, this was a valid working conf file, and I cannot see anyth...
2010 Jul 01
0
qemu+ssh auth with different identity files
...ct to the hypervisor I've also tried virsh -c "qemu+ext://root at xhost1/system?command=/usr/bin/ssh%20-i%20/path/to/my/identity/file/id_rsa" list but that just seg faults right away. Is there something I'm missing or is there a better way to do this? ~david - -- David King Goshen College ITS davidwk at goshen.edu 574-535-7726 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwsfgcACgkQH+/Vg7DylXZwNACgokhTalESNjigypXA2kAlP8gp etkAn3aEwJN1kJSPCkkIr09wBjwGD14r =lC67 -----END PGP SIGN...
2013 Aug 22
1
Re: Modules in gnulib that are GPL and are used in libguestfs
well, correct me if I'm wrong, but there is at least one module that is used and is GPL: xvasprintf On Thu, Aug 22, 2013 at 11:38 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote: > > after creating a git clone I executed "bootstrap" and then entered > > "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | > > grep -v "build tool" > ~/GPLed" > > The .gnulib subdirectory i...
2013 Aug 22
2
Re: Modules in gnulib that are GPL and are used in libguestfs
after creating a git clone I executed "bootstrap" and then entered "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | grep -v "build tool" > ~/GPLed" On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > How did you construct this list? It appears to list modules which are > not
2013 Jul 17
1
Re: Redirecting libguestfs error messages
Well, I get these error messages during the execution of guestfs_mount_local_run(). What can I do then ? On Wed, Jul 17, 2013 at 5:08 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Wed, Jul 17, 2013 at 04:43:34PM +0300, Or Goshen wrote: > > Hi, > > > > When I register a callback for events with this function call: > > eh = guestfs_set_event_callback(g, message_callback, GUESTFS_EVENT_ALL, > 0, > > dev); > > > > Shouldnt it capture and redirect messages like this to > message_c...
2013 Jul 17
2
Redirecting libguestfs error messages
Hi, When I register a callback for events with this function call: eh = guestfs_set_event_callback(g, message_callback, GUESTFS_EVENT_ALL, 0, dev); Shouldnt it capture and redirect messages like this to message_callback(): "libguestfs: error: lstat: /.Trash: No such file or directory" I still get them in stderr .. Thanks, Or
2007 Feb 15
4
Component/type defaults for 0.22.x
Has the component/type defaults syntax changed for 0.22.x? I have a component: <snip> define remotefile($owner=root, $group=root, $mode, $source, $backup=false, $recurse=false, $groupname="default") { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
1998 Apr 13
0
smb processes dying
...mber. Should I >reconsider that decision? > >Can anyone offer any suggestions? > >Kind regards, >Larry ____________________________________________________________________ Jay Christner Office: UN-019 Technical Services Phone:(219)-535-7640 Residential Computer Technician Goshen College ____________________________________________________________________
1998 Aug 19
1
LDAP with Samba
...as a bunch of stuff on LDAP authentication. I haven't seen anything on the official releases about this yet, and I was wondering when/if it was coming, or if it was already there and just undocumented. Anybody? -- ================================ Jay Christner Information Technology Services Goshen College ================================
2013 Jul 11
0
Re: Problem with supermin & zypper
On Thu, Jul 11, 2013 at 10:50:01AM +0300, Or Goshen wrote: > Now, I installed supermin from git. During configuration it discovered > zypper: > > *checking for zypper... zypper > checking for yum... no > checking for rpm... rpm > checking for yumdownloader... no > checking for aptitude... no > checking for apt-cache... ap...
2013 Jul 17
0
Re: Redirecting libguestfs error messages
On Wed, Jul 17, 2013 at 04:43:34PM +0300, Or Goshen wrote: > Hi, > > When I register a callback for events with this function call: > eh = guestfs_set_event_callback(g, message_callback, GUESTFS_EVENT_ALL, 0, > dev); > > Shouldnt it capture and redirect messages like this to message_callback(): > "libguestfs: error: ls...
2013 Jul 23
1
Libguestfs under win32
Hi, Under windows QEMU write its output to stderr.txt and stdout.txt. The "configure" script expects the out put to be written to the console and fails to detect a working QEMU. Is there a way to handle this ? Thanks, Or
2013 Aug 19
1
Re: 2 patches to make portablexdr useable in mingw
I believe the 2 patches I sent you can be applied to the trunk On Mon, Aug 19, 2013 at 2:06 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > > If you pass on something which can be applied to the portablexdr git > repo, then I'll apply them. But portablexdr is obsolete for a reason > - it's not been worked on for 4 years and needs a maintainer. > > Rich. >
2013 Aug 22
0
Re: Modules in gnulib that are GPL and are used in libguestfs
On Thu, Aug 22, 2013 at 11:18:09AM +0300, Or Goshen wrote: > after creating a git clone I executed "bootstrap" and then entered > "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | > grep -v "build tool" > ~/GPLed" The .gnulib subdirectory is the gnulib submodule,...
2013 Aug 25
1
modules in gnulib that are GPL
gettime hash human memcpy openat-die openat-safer quote quotearg readlinkat save-cwd symlinkat timespec utimens xstrtol xstrtoll xstrtoumax xvasprintf I didnt track where they are uses, some of them arent used directly.
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...0.20 rsync error: some files could not be transferred (code 23) at main.c(1053) [sender=3.0.0pre4] The files seem to be sent just fine, but I can't tell that the xattrs have been transfered at all. The test files as they appear on OS X are available as a xar archive at: http://www.goshen.edu/~portman/OSX/rsync_test.xar Is this a bug, or isn't this supposed to work? Thanks for all your help in advance. - -- Paul Ortman PGP Key: 55602C81 - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHJ7M8fw8KGlVgLIERAsWrAJwPJQ4voHhp1pPBQbXS5p+jRt6UQgCfd1YB jh5...
2014 Feb 13
3
Libguestfs (1.22.6) driver/changes for mingw/win32
Hi, I attached the changes I made to a vanilla libguestfs-1.22.6 in order to make it work in mingw/win32. Added is also the patch required to make QEMU compatible (add a command to QMP that lists the supported devices (the regilat way you do it print it to stderr, which is difficult to redirect in win32)). This is done on behalf of Intel Corp. Thanks, Or (oberon in irc)
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...540,433,361,452,695,570,465,587,51,57,38,0,146 1793,Earlham College,IN,IIB,514,394,338,445,639,483,414,551,44,13,22,0,79 1795,University of Evansville,IN,IIA,500,415,351,414,602,505,415,496,57,43,5= 8,4,170 1798,Franklin College of Indiana,IN,IIB,440,363,325,381,549,453,411,477,24,1= 6,20,0,60 1799,Goshen College,IN,IIB,388,341,291,345,479,410,344,418,37,19,28,0,84 1800,Grace College,IN,IIB,326,264,228,285,439,372,334,395,14,11,6,0,31 1801,Hanover College,IN,IIB,555,437,377,432,682,539,455,524,28,16,35,13,92 1803,Huntington College,IN,IIB,438,367,305,358,544,455,379,444,11,11,13,3,38 1804,University...
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'. tests/parallel (in check-slow) failed, although it does regularly and that seems to be because of libvirt. Rich.