search for: linuxcaps

Displaying 13 results from an estimated 13 matches for "linuxcaps".

Did you mean: linuxapps
2012 Dec 12
1
Building NTP RPM Fails on CentOS 6.3
...that begin with %patch. I have also made the following changes, as directed in the how-to. I assume the error is coming from the line addition "%{_mandir}/man8/ntpdtime.8*", however I'm not sure of the fix. It seems like that should be included in the source RPM? < --enable-linuxcaps --- > --enable-linuxcaps --enable-ntp-signd 330a331 > %{_sbindir}/sntp 348,349c349,350 < %{_mandir}/man8/ntptime.8* < %{_mandir}/man8/tickadj.8* --- > %{_mandir}/man8/ntpdtime.8* > #%{_mandir}/man8/tickadj.8* 355c356 < %{_mandir}/man8/ntp-wait.8* --- > #%{_mandir}/man8...
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
Could you direct me to a newbie-friendly instructions for installing the latest versions of R and RStudio on Linux Mint 21.2? I followed instructions I could find, but no luck with managing to get RStudio (tho I did install R). System: Kernel: 6.2.0-39-generic x86_64 bits: 64 compiler: N/A Desktop: MATE 1.26.0 Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy I was able to install
2015 Dec 14
0
Re: unknown/unavailable method for expanding the ntfs filesystem
...yes > blkdiscard yes > blkdiscardzeroes yes > btrfs yes > extlinux yes > fstrim yes > gdisk yes > grub no > hivex yes > inotify yes > journal yes > ldm no > linuxcaps yes > linuxfsuuid yes > linuxmodules yes > linuxxattrs yes > luks yes > lvm2 yes > mdadm yes > mknod yes > ntfs3g no > ntfsprogs no [...] > It seems guestfish can not find ntfs3g and ntfspro...
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
...returns: acl yes augeas yes blkdiscard yes blkdiscardzeroes yes btrfs no extlinux no fstrim yes gdisk yes grub no hivex yes inotify yes journal yes ldm no linuxcaps yes linuxfsuuid yes linuxmodules yes linuxxattrs yes luks no lvm2 yes mdadm no mknod yes ntfs3g yes ntfsprogs yes realpath yes rsync yes scrub no selinux yes sys...
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
...ake I downloaded the ntp-4.2.4p8 SRPM from CentOS and ntp-4.2.6p5 tarball from ntp.org, installed the SRPM and put the new tarball under SOURCES. The only edits I made to the ntp.spec file were: - Update version/release numbers - Comment out all patch lines - Add --enable-ntp-signd after --enable-linuxcaps - Add %{_sbindir}/sntp after %{_ntptime} The HowTo had some other edits related to man8 but I ignored those because they didn't seem right to me. Run the build (not as root!): $ rpmbuild -ba ntp.spec This initially produced some errors, as expected, for required dependencies. I installed thos...
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.
...ched to directory C<dir>." }; { defaults with name = "cap_get_file"; added = (1, 19, 63); - style = RString "cap", [Pathname "path"], []; + style = RString "cap", [String (Pathname, "path")], []; optional = Some "linuxcaps"; shortdesc = "get the Linux capabilities attached to a file"; longdesc = "\ @@ -8269,7 +8269,7 @@ If no capabilities are attached to a file, an empty string is returned." }; { defaults with name = "cap_set_file"; added = (1, 19, 63); - styl...
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.