Displaying 20 results from an estimated 6000 matches similar to: "install error from epel ?"
2014 Aug 12
3
Re: issue when building/making package from git
>
> I suspect that you could fix this by running the following command as
> before the build:
>
> sudo pacman -Sy
I always sue -Syu to install packages, and I already
installed/reinstalled some packages today.
Now one thing comes to my mind : lots of pacman stuff are NOT in the usal place.
$ cat /etc/pacman.conf
-----------------------------------
[options]
# The following
2011 Dec 06
1
guestmount - unable to get device geometry
Hi,
i am trying to use libguestfs (libvirt/kvm etc) into archlinux.
But it seems that i am keep getting this error
warning: Unable to get device geometry for /var/tmp/guestfs.NwkQVJ/root
In the attached file, i've written some debug info.
If someone can give me some pointer, i would appreciate it
Evaggelos Balaskas
Unix System Engineer - http://ebalaskas.gr.
-------------- next part
2011 Nov 02
1
Building PXE Bootable images using the libguestfs toolchain
As part of the oVirt Node[1] project, I'm going to P.O.C. a version of
the node using febootstrap 2.x instead of livecd-creator. The main
reasons in doing this is for allowing a r/w root filesystem without
some hacky overlayfs and just to see if it can be done. On IRC,
rwmjones mentioned a few issues he ran into with febootstrap 2.x where
some rpms had %post scripts which aren't really
2005 Apr 13
5
R binaries for UMBUTU Linux?
Has anyone out there compiled R for the Umbutu Linux* (ne? Debian) v.
5.04 distribution for Intel-type platforms (32 and 64 bit) ?
Thank you,
Derek Eder
* Umbutu, a popular new Linux distribution, not a Nigerian scam, I
promise! http://www.ubuntulinux.org/
--
Derek Eder
SDS KLINIKEN
Vasaplatsen 8
SE 411 34 G?teborg (Gothenburg) Sweden
phone: +46 (31)* - 10 77 80
fax: +46 (31)* - 10 77
2010 Mar 30
1
log files appended with NULL when node lost power
A and B are identical machines. Network has lots of redundancy. They
both access same OCFS2 volumes over Fiber Channel on a SAN.
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
2.6.18-128.el5 x86_64
OCFS2 1.2.9
There's a software appending lines to some log files on a SAN volume
shared by both nodes. Either system can write to the log files.
As a redundancy test, I cut off power to
2014 Aug 12
2
Re: issue when building/making package from git
>
> Apparently this:
>
> https://wiki.manjaro.org/index.php?title=Pacman_troubleshooting#.22Unable_to_lock_database.22_Error
>
I didn't mentioned it, but I already ran
# rm /var/lib/pacman/db.lck
I even tried building with make -j1 just in case some other thread was
locking the DB.
In fact, some process during the build is already locking the DB.
2002 Nov 28
3
Running R away from windows (to Linux)
I want to migrate my R workspace databases (e.g., .Rdata) from Windows to Linux. The R help file for "save" says that "[a]ll R platforms use the XDR representation of binary objects in binary save-d files, and these are portable across all R platforms."
Is it is simple as that? Copy the Windows .Rdata file to the Linux .ext3 file system?
Thanks,
Derek
Derek N. Eder
2006 Oct 19
3
Time conversion from Win32 64bit FILETIME?
Windows-32 has a time structure called FILETIME, a 64-bit value
representing the number of 100-nanosecond intervals since January 1,
1601 (UTC). That is not a typo, the year is 1601.
Does anyone have a clue(or algorhithm)for how this is converted to
something a little more POSIX-like ?
Thank you,
Derek
--
Derek N. Eder
Gothenburg University
VINKLA - Vigilance and Neurocognition
2012 Dec 16
1
read-write in LIBGUESTFS 1.20
How can i open a virtual disk in read-write mode ?
# guestmount --rw -d winxp -m /dev/sda1 /media/
# rm -f /media/pagefile.sys
rm: cannot remove ?/media/pagefile.sys?: Operation not permitted
# cd /media && touch file
touch: cannot touch ?file?: Permission denied
# cd && fusermount -u /media
I've tried with guestfish also.
I have compiled libguestfs with this conf:
2012 Mar 28
4
Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem
Hello,
I''m having some trouble. I keep getting the following warnings when
trying to run:
$ puppet master --no-daemonize
/usr/local/build/puppet-bundle/vendor/gems/ruby/1.9.1/gems/
puppet-2.7.12/lib/puppet/external/pson/pure.rb:7:in `<module:PSON>'':
iconv will be deprecated in the future, use String#encode instead.
Could not load confine test
2015 Oct 15
4
master user in dovecot 1.2
Hello list,
i would like to use master user functionality in dovecot v1.2, but i just cant get it to work:
Here?s my configuration:
# dovecot -n
# 1.2.9: /etc/dovecot.conf
# OS: Linux 2.6.18-164.10.1.el5PAE i686 Red Hat Enterprise Linux Server release 5.4 (Tikanga)
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap):
2008 Aug 28
4
Very Slow!
System info:
Red Hat Enterprise Linux Server release 5 (Tikanga)
Kerlen 2.6.18-8.el5 SMP x86_64
Samba version 3.0.23c-2
Eth0 && Eht1 bonded to bond0, 2Gbps.
/etc/samba/smb.conf attached below...
I?m seeing very slow transfers from Samba.... I?m not sure how else to
describe it. If I try and copy a 4GB DVD image from the server to any
Windows box (XP, 2003, 2008,
2014 Aug 11
4
Re: issue when building/making package from git
> You can avoid testing gnulib (not very interesting anyway) by running:
>
> ./configure --disable-gnulib-tests
I personaly do not care, but in case i make a libguestfs-git PKBUILD,
I want everything be OK.
I just realised than I followed the libguestfs PKGBUILD, but NO
virt-p2v and virt-v2v binaries are installed in /usr/bin.
Shame. I am rewriting the git PKGBUILD.
2012 Oct 01
2
Problem with process_limit
Hello,
i have a problem with the process_limit configuration.
Occasionally, it happens that the dovecot.log shows this line:
master: Warning: service(imap): process_limit reached, client connections
are being dropped
So I checked, the process number, with the command:
ps auxwww | grep imap | grep -v login | wc -l
and it shows 1024.
Then, i edited the file /etc/dovecot/conf.d/10-master.conf and
2010 Jan 13
1
AD DNS scavenging and winbind:
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
Samba 3.0.33-3.15.el5_4.1
I have run into an issue where the DNS records added by a net ads join seem to be being scavenged. From what I understand, Windows servers/workstations check in (update their host record) on the AD DNS server on a regular basis. So the question is, how can I have samba/winbind do the same?
I could just setup a cron
2002 Nov 29
2
Regular Expressionsionism
Isn't there a cryptic footnote somewhere in the blue book that describes regular expressions as "a funny little language ..." ? Well, I'm not laughing!
I've googled and Man paged, but the GREP-style solution to the following problem still eludes me:
... Using a regular expression in the "pattern" argument to list.files() to restrict the return to filenames which
2010 Apr 15
1
RFE: reuse of the libguestfs daemon + host API in a externally managed VM
The libvirt-TCK is a integration test suite we are using to validate the
correct operation of libvirt drivers. Currently it is just checking the
basic operation & functionality of drivers from the host side. we just
boot a random Fedora kernel + initrd since we don't actually care that
the guest OS boots into any particular state, we only care that its
running in some form.
We would
2008 Mar 26
4
outlook2007 shows frequent imap disconnect no matter what outlook-idle setting in dovecot.conf
Hello,
I saw the problem quite often in various posts but could not find a real solution .
Problem is that I frequently get annoying popups from outlook 2007 about imap idle timeouts which block working with outlook until the popup is acknowledged.
The popup says:
Your IMAP server closed the connection. This can occur if you leave the connection idle for too long.
Protocol: IMAP
Server:
2014 Aug 12
2
Re: issue when building/making package from git
[This email is either empty or too large to be displayed at this time]
2009 May 26
1
interactive file choosing in Linux?
I am used to using the [R] function choose.files() for interactive file selection in MS-Windows.
What is the comparable function in Linux? I expected the function file.choose() to display similar behavior, i.e., a graphical interface diplaying a file listing, but all I seem to get is a "text input prompt". This does not seem correct.
> file.choose()
Enter file