similar to: Problems with kickstart installation into a Virtualbox

Displaying 20 results from an estimated 5000 matches similar to: "Problems with kickstart installation into a Virtualbox"

2016 Mar 08
2
Strange behaviour of iptables in centos 7
On 03/08/2016 09:43 AM, James Hogarth wrote: > On 8 Mar 2016 07:36, "anax" <anax at ayni.com> wrote: >> >> Hi >> strange behaviour of iptables on a centos 7.0 machine: >> The following rule is in the iptables of said machine: >> >> [root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\. >> 9 9 456 DROP all --
2016 Mar 08
1
Strange behaviour of iptables in centos 7
On 03/08/2016 10:59 AM, James Hogarth wrote: > On 8 March 2016 at 09:22, anax <anax at ayni.com> wrote: > >> >> >> On 03/08/2016 09:43 AM, James Hogarth wrote: >> >>> On 8 Mar 2016 07:36, "anax" <anax at ayni.com> wrote: >>> >>>> >>>> Hi >>>> strange behaviour of iptables on a centos 7.0
2019 Sep 12
3
why windows 10 can't access centos samba
I update centos's samba to 4.8.3-6. My windows 10 is professional, whose version is 1803. I still can't access samba. Do I need update my windows 10 to 1903? andrew At 2019-09-12 17:45:10, "anax" <anax at ayni.com> wrote: > > >On 12/09/2019 11.09, qw wrote: >> Hi, >> >> >> I can access centos's samba via windows 7, but fail
2016 Mar 08
7
Strange behaviour of iptables in centos 7
Hi strange behaviour of iptables on a centos 7.0 machine: The following rule is in the iptables of said machine: [root at myserver ~]# iptables -L -v -n --line-numbers |grep 175\. 9 9 456 DROP all -- * * 175.44.0.0/16 0.0.0.0/0 [root at myserver ~]# The corresponding enty in /etc/sysconfig/iptables looks like: [root at myserver ~]# grep 175 /etc/sysconfig/iptables
2017 Jan 01
1
Adobereader on Centos7 crashes
Hi Rob did you ever try sith master-pdf-editor? http://code-industry.net/free-pdf-editor.php The functionality you require in AR may be available from master-pdf-editor as well... suomi On 01/01/2017 07:11 AM, Rob Kampen wrote: > On 01/01/17 04:35, johan.vermeulen7 at telenet.be wrote: >> Hello All, >> >> I can't get Adobe Reader to run stable on Centos7, when trying
2015 Jul 10
2
HP Elitebook 8460p
Hi, all. I'm intending to install CentOS 7 on a HP Elitebook 8460p. Does anybody have any experience of this? Many thanks for any help. Cheers, Phil...
2018 Jun 21
2
NetworkManager updating resolv.cfg
Hi, I am facing issue stoping NetworkManager to update resolv.cfg, I am using below configuration for eth0 interface: TYPE=Ethernet BOOTPROTO=dhcp DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME=eth0 UUID=93b90a46-dab5-4a67-8fd0-fefe8874a8b9 DEVICE=eth0 ONBOOT=no PEERDNS=no PEERROUTES=yes
2019 Sep 12
8
why windows 10 can't access centos samba
Hi, I can access centos's samba via windows 7, but fail via windows 10. Why? Thanks! Regards Andrew
2012 Jun 29
2
compile glusterfs for debian squeeze
Hello, I'm compiling glusterfs for a debian squeeze. When I do a make command, I see These parameter: GlusterFS configure summary =========================== FUSE client: yes Infiniband verbs: yes epoll IO multiplex: yes argp-standalone: no fusermount: no readline: no georeplication: yes I would like to create a package that can be used both as a client and a server. I'm not interested
2015 Nov 23
2
guestunmount issues
Hello everyone! I'm playing with guestunmount and got the following issues: 1) guestunmount never returns 3 (not mounted) - i guess it's a bug at guestunmount.c:223 2) I don't know whether it's a bug in guestunmount or fusermount, but on my machine while executing > guestmount > guestunmount > guestunmount on second "guestunmount" I get
2013 Mar 05
1
[PATCH v2] fuse: Add guestunmount program to handle unmounting (RHBZ#916780)
Since the first patch: - The program is now called 'guestunmount'. - I tested the --fd option and it appears to work. - You can now control retries / quiet. - Revised man pages. - Includes tests. I'm just running through the automated tests now. Rich.
2015 Nov 24
2
Re: guestunmount issues
On 11/23/2015 07:59 PM, Pino Toscano wrote: > Hi, > > On Monday 23 November 2015 18:29:50 Maxim Perevedentsev wrote: >> 1) guestunmount never returns 3 (not mounted) - i guess it's a bug at >> guestunmount.c:223 > Indeed, thanks for the notice -- just send a patch for it. > >> 2) I don't know whether it's a bug in guestunmount or fusermount, but on
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1 64bit DomU with the default xen installed and the kickstart hangs at random points during the install process. Sometimes retrieving the image, sometimes formatting the filesystem, sometimes installing the packages,etc. I tried upgrading to xen 3.2 and encounter the same problem before rebuilding back to stock Centos 5.1
2013 Mar 04
1
[PATCH] fuse: Add guestmount-cleanup program to handle unmounting (RHBZ#916780).
* PATCH FOR DISCUSSION ONLY - NOT TO BE APPLIED * Colin suggested something which seems eminently sensible: https://bugzilla.redhat.com/show_bug.cgi?id=916780 I've been through a couple of rounds of trying to implement this. I started with adding the option as suggested to the guestmount program, but it tended to make the guestmount program more complex. More importantly, adding the option
2015 Feb 05
4
Patchable build problems on OS X 10.10
Hello, I'm attempting to create a Homebrew formula to get libguestfs to compile on Mac OS X. I've managed to achieve success with several monkey patches, but since Homebrew's policy is to contact maintainers about proper fixes in upstream, I would like to ask if there are any plans to fix these issues. I'm afraid I don't know C well enough to propose decent solutions myself.
2015 Feb 09
11
[PATCH 1/5] macosx: Add required third parameter for xdrproc_t callbacks
>From Apple's xdr.h: "If your code invokes an xdrproc_t callback, it must be modified to pass a third parameter, which may simply be zero." --- src/proto.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/proto.c b/src/proto.c index 92ae84d..57f4882 100644 --- a/src/proto.c +++ b/src/proto.c @@ -252,7 +252,12 @@ guestfs___send (guestfs_h *g, int proc_nr, *
2015 Feb 09
5
Re: Patchable build problems on OS X 10.10
On Friday 06 February 2015 10:03:37 Richard W.M. Jones wrote: > On Thu, Feb 05, 2015 at 10:53:06PM +0000, Margaret Lewicka wrote: > > Hello, > > > > I'm attempting to create a Homebrew formula to get libguestfs to > > compile on Mac OS X. I've managed to achieve success with several > > monkey patches, but since Homebrew's policy is to contact
2012 Jul 09
4
[PATCH 0/4] Provide guestmount --pid-file and document possible race when unmounting FUSE filesystems.
The full description of this bug is here: https://bugzilla.redhat.com/show_bug.cgi?id=838592 and the effect it has on OpenStack is described here: https://bugzilla.redhat.com/show_bug.cgi?id=835466#c9 Rich.
2008 Mar 17
4
MeetMe option b
I am running asterisk 1.4.18 trying to use MeetMe and option b. I am getting permissions denied failed to execute conf-background.agi on the CLI lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi -> /home/silentm/bin/conf-background.agi my conf background is a symbolic link - then my permissions are : [root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi
2001 Oct 23
3
smbclient works, smbmount does not
Hi there, after browsing the mailing list archives for several hour I still couldn't find an answer to my problem, although it for sure sounds as if many people posted the same problem. Yet, none of the threads dealing with problems like these matched my problem, so I have to start a new thread on my own. This is my system environment: Linux machine: - Mandrake Linux 8.1 - samba-2.2.1a