Displaying 15 results from an estimated 15 matches for "nonet".
Did you mean:
none
2009 Aug 02
0
Disable networking
...king on the advanced wine user information wiki (http://wiki.jswindle.com/index.php/Advanced_Wine_User_Information#Blocking_Network_access_to_Software_running_on_Wine) and I thought I'd try to come up with something a bit easier than running the application as a particular user:
(add the "nonet" group)
Code:
# groupadd nonet
(setup the iptables rule)
Code:
# iptables -I OUTPUT -m owner --gid-owner nonet -j REJECT --reject-with icmp-net-unreachable
(create nonet.c)
Code:
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <grp.h>
#in...
2012 Sep 30
12
shorewall dynamic zones confusion
...: Available
DSCP Target (DSCP_TARGET): Available
Geo IP match: Not available
iptables -S (IPTABLES_S): Available
Basic Filter (BASIC_FILTER): Available
CT Target (CT_TARGET): Available
The zones file has:
fw firewall
net ipv4
loc ipv4
dmz ipv4
okt ipv4
kag ipv4
nonet:loc ipv4
nocom:loc ipv4
(nocom and nonet are the two new dynamic zones I try to introduce)
The corresponding lines from hosts are:
nonet lan-if:dynamic
nocom lan-if:dynamic
And on interfaces the interesting line has:
loc lan-if detect
routeback,bridge,tcpflags,dhcp,nosmurfs,bl...
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
...I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name --nonet --html ../docs/site.xsl 404.html.in >
404.html.tmp
make[4]: *** [404.html.tmp] Error 1
make[4]: Leaving directory `/home/shawn/libvirt-0.10.0/docs'
...
I have tried using "./configure --without-xen" and "./autogen
--without-xen" for the configure step and then I run make...
2020 Oct 01
2
Re: Determining when a guest booted / how long it's been running
...Add a channel with a descriptive name to the guest config:
<channel type="unix">
<target type="virtio" name="startup_signal"/>
</channel>
2. After starting the domain, query the assigned socket path:
virsh dumpxml $domain | xmllint --nonet --xpath \
"string(/domain/devices/channel[@type='unix' and target/@name='startup_signal']/source/@path)" -)
3. Then wait for the signal (and optionally acknowledge it):
socat UNIX-CONNECT:"$socket_path" \
SYSTEM:'read msg id && [ $msg =...
2014 Nov 24
0
building NUT on Mac OS X Yosemite (website/documentation)
...he OS X Buildbot slave sets "ASCIIDOC_VERBOSE=-v" in the environment to print out the exact commands being invoked (although this only seems to work for the HTML documentation, rather than the man pages).
Also, a2x accepts an XSLTPROC_OPTS environment variable that you can set to "--nonet". I suppose we could add that to the makefiles.
> Regarding 'nut-website?, after fresh clone on Yosemite:
>
> >>>>>> ./autogen.sh automatically clone nut and nut-dll in nut-website.
> >>>>>> can I use my own clones here?
Should be possible...
2014 Dec 01
2
building NUT on Mac OS X Yosemite (website/documentation)
...gt; "ASCIIDOC_VERBOSE=-v" in the environment to print out the exact commands
> being invoked (although this only seems to work for the HTML documentation,
> rather than the man pages).
>
> Also, a2x accepts an XSLTPROC_OPTS environment variable that you can set
> to "--nonet". I suppose we could add that to the makefiles.
>
> Regarding 'nut-website?, after fresh clone on Yosemite:
>
> >>>>>> ./autogen.sh automatically clone nut and nut-dll in nut-website.
> >>>>>> can I use my own clones here?
>
>
> S...
2009 Aug 21
1
CentOS 5.3 Anaconda nic device ordering
...e eth bnx2:tg3" syntax
within my kickstart file, as suggested here:
http://fedoraproject.org/wiki/Anaconda/NetworkIssues#Mixed_NIC_Cards_and_Drivers
If I just use the device line in my kickstart, this doesn't appear to
have any effect on the device ordering at all, and using "noprobe nonet"
just stops anything from being detected at all.
Is there any way to get anaconda to load the drivers in a different
order on CentOS 5.3?
Mark.
--
Mark Watts BSc RHCE MBCS
Senior Systems Engineer, Managed Services Manpower
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions
GP...
2007 May 15
0
MultiMarkdown Version 2.0.b1 released
...y to the perl scripts (thanks to Jason
Bandlow for pointing out this problem, as well as for suggesting a fix)
* fix issues with glossary support and document the process
* complete overhaul of the way namespaces are handled
(stripnamespace.pl is no longer needed, XSLT files are rewritten, -
nonet and -novalid should be optional for xsltproc)
* complete overhaul of the Drag and Drop applications to use the
?Common? MMD Installation (**This requires a change in all XSLT
files**)
* update to Markdown 1.0.2b8 codebase
* add optional support for the natbib LaTeX package (\citep and \cite...
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
...o the guest config:
>
> <channel type="unix">
> <target type="virtio" name="startup_signal"/>
> </channel>
>
> 2. After starting the domain, query the assigned socket path:
>
> virsh dumpxml $domain | xmllint --nonet --xpath \
> "string(/domain/devices/channel[@type='unix' and target/@name='startup_signal']/source/@path)" -)
>
> 3. Then wait for the signal (and optionally acknowledge it):
>
> socat UNIX-CONNECT:"$socket_path" \
> SYSTEM:'re...
2009 Feb 08
4
BUilding the docs
Hi all,
I'm banging my head against the docs building problem and now I'm
getting this:
http://docbook.sourceforge.net/release/xsl/current/html/inline.xsl:1:
parser error : Start tag expected, '<' not found
HTTP/1.0 504 Gateway Time-out
^
compilation error: file http://docbook.sourceforge.net/release/xsl/
current/html/docbook.xsl line 50
2014 Dec 01
0
building NUT on Mac OS X Yosemite (website/documentation)
...ildbot slave sets "ASCIIDOC_VERBOSE=-v" in the environment to print out the exact commands being invoked (although this only seems to work for the HTML documentation, rather than the man pages).
>
> Also, a2x accepts an XSLTPROC_OPTS environment variable that you can set to "--nonet". I suppose we could add that to the makefiles.
>
>> Regarding 'nut-website?, after fresh clone on Yosemite:
>>
>> >>>>>> ./autogen.sh automatically clone nut and nut-dll in nut-website.
>> >>>>>> can I use my own clones here...
2020 Oct 01
4
Determining when a guest booted / how long it's been running
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20200930/950e3814/attachment.htm>
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows
2014 Nov 23
6
building NUT on Mac OS X Yosemite (website/documentation)
After a fresh ?nut' (version 2.7.2.5) clone on Yosemite,
Configuration summary:
======================
build serial drivers: yes
build USB drivers: yes
build SNMP drivers: yes
build neon based XML driver: yes
enable Avahi support: no
build Powerman PDU client driver: no
build IPMI driver: no
build Mac OS X meta-driver: yes
build i2c based drivers: no
enable SSL support: yes (OpenSSL)
2008 May 28
2
Sockets stuck in FIN_WAIT_1
I have a rather busy Apache 2.2 server; tons of small & some large
requests. It's a standard Dell 2650 server using the bge (broadcom)
network driver.
I seem to have a rather strange problem where after just a day or so
Apache just stops processing new connections. You can connect to port
80, but trying to get Apache to process any data just hangs. There is
nothing strange in