Displaying 13 results from an estimated 13 matches for "linuxcapable".
2012 Dec 12
1
Building NTP RPM Fails on CentOS 6.3
Hello,
I am trying to build an NTP v4.2.6p5 RPM using the instructions in the S4
how-to, however rpmbuild fails with the following error:
error: File not found by glob:
/home/thomas/rpmbuild/BUILDROOT/ntp-4.2.6p5-2.el6.x86_64/usr/share/man/man8/ntpdtime.8*
RPM build errors:
File not found by glob:
/home/thomas/rpmbuild/BUILDROOT/ntp-4.2.6p5-2.el6.x86_64/usr/share/man/man8/ntpdtime.8*
I
2015 Dec 13
3
unknown/unavailable method for expanding the ntfs filesystem
Hello,everyone
I ran virt-resize(v1.30.4) on my CentOS 7.1 to resize win2008r2 and got the warning message (virt-resize: warning: unknown/unavailable method for expanding the ntfs
filesystem on /dev/sda2):
>/usr/local/libguestfs-1.30.4/run virt-resize --expand /dev/sda2 /images/win2008_src.raw /dev/vg0/win2008_resize_dst
[ 0.0] Examining
2024 Jan 02
1
help installing R on Linux Mint 21.2
...ictoria base: Ubuntu 22.04 jammy
I was able to install what I assume is the latest R:
R version 4.3.2 (2023-10-31) -- "Eye Holes"?
through the terminal following instructions for Ubuntu (on which Linux
Mint is based) from https://linuxtldr.com/installing-r-and-
rstudio/?and?https://www.linuxcapable.com/how-to-install-r-lang-on-
linux-mint/
but I can't get RStudio to install. The error I get is:
sudo dpkg -i rstudio-*.deb
Selecting previously unselected package rstudio.
(Reading database ... 621683 files and directories currently
installed.)
Preparing to unpack rstudio-1.4.1717...
2015 Dec 14
0
Re: unknown/unavailable method for expanding the ntfs filesystem
[Please keep replies on the list!]
On Mon, Dec 14, 2015 at 10:46:00AM +0800, Jeffrey wrote:
>
>
> libguestfs-winsupport-7.1-4.el7.x86_64 doesn't work for me either. :(
>
>
> >./run guestfish -a /dev/null run : supported
> acl yes
> augeas yes
> blkdiscard yes
> blkdiscardzeroes yes
> btrfs yes
>
2016 Feb 27
2
Re: [PATCH] added ntfscat_i api
On 27/02/16 01:05, Richard W.M. Jones wrote:
> On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote:
>> On 26/02/16 10:12, Richard W.M. Jones wrote:
>>> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>>>> According to autogen.sh output Perl bindings and virt tools seem to
>>>> be missing, could it be related to this? Are the tests relying to
2016 Feb 27
3
Re: [PATCH] added ntfscat_i api
On 27/02/16 11:23, Richard W.M. Jones wrote:
> [...]
>>>> md_create: feature 'mdadm' is not available in this
>>>> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
>>>> how to check for the availability of features. at /home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl
>>>> line
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
I have setup a Samba4 server and would like to report my experiences in
the hope that it may be helpful to others.
I basically followed the official Samba4 HowTo, which is very good.
Based on what I have seen, this is the only document I would recommend
people to follow. I will try not to repeat things that are covered in
the HowTo, but rather focus on what I did differently or additionally,
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in:
https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html
Rich.
2017 May 04
4
[PATCH 0/3] generator: Allow returned strings to be annotated as devices.
If we want to permit more than 255 drives to be added, then we will
have to add the disks to the same virtio-scsi target using different
unit (LUN) numbers.
Unfortunately SCSI LUN enumeration in the Linux is not deterministic
(eg. two disks with target=0, lun=[0,1] can be enumerated as /dev/sda
or /dev/sdb randomly). Dealing with that will require some very
complex device name translation on the
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
Previously we had lots of types like String, Device, StringList,
DeviceList, etc. where Device was just a String with magical
properties (but only inside the daemon), and DeviceList was just a
list of Device strings.
Replace these with some simple top-level types:
String
StringList
and move the magic into a subtype.
The change is mechanical, for example:
old
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.