Displaying 20 results from an estimated 10000 matches similar to: "Proper --exclude= syntax?"
2005 Dec 22
2
tcpdump-smb won't work
I've read everything I've found on tcpdump-smb, and still can't get it
to work right.
I downloaded the binary from samba.org, and executed the command like so:
(The command belowis directly from the README.smb that comes with
tcpdump-3.4a5.tar.gz)
./tcpdump -i eth0 port 139 host 192.168.0.1
tcpdump: parse error
How do I use it to get the decoded smb output?
BTW: I also
2019 Apr 28
2
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced:
Host# cat guest-agent.xml
<channel type="unix">
<source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/>
<target type="virtio" name="org.qemu.guest_agent.0" state="connected"/>
</channel>
Host# virsh attach-device instance guest-agent.xml
Host# virsh detach-device
2019 Apr 28
2
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced:
Host# cat guest-agent.xml
<channel type="unix">
<source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/>
<target type="virtio" name="org.qemu.guest_agent.0" state="connected"/>
</channel>
Host# virsh attach-device instance guest-agent.xml
Host# virsh detach-device
2011 Jun 29
10
xen 4.1.1 + 3.0.0-rc5 dom0 + blktap2
Hi,
I''m currently trying xen 4.1.1 with the 3.0.0-rc5 (heard that it now
contains the xen code to run as front or back xen domain).
Everything seems to run fine, except that I am trying since a few hours
to mount a .vhd file in the dom0.
What I tried so far:
to create a blank vhd file (this is working):
host# vhd-util create -n /storage/test.vhd -s 20G
Then i try to mount the file
2011 Sep 20
1
Getting guest to detect new drive without reboot
I've got a CentOS 5.6 guest running on 6.0 host.
Using virsh attach-disk, I attached a new raw file as vdc
However, the guest does not detect this new disk.
In the past, I've used the following
echo "0 0 0" > /sys/class/scsi_host/host#/scan
command to make a CentOS system scan for new drives.
However in the guest, there is no host in scsi_host so this isn't an option.
2019 May 05
0
[PATCH] virtio_console: remove vq buf while unpluging port
A bug can be easily reproduced:
Host# cat guest-agent.xml
<channel type="unix">
<source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/>
<target type="virtio" name="org.qemu.guest_agent.0" state="connected"/>
</channel>
Host# virsh attach-device instance guest-agent.xml
Host# virsh detach-device
2019 May 24
0
[PATCH] virtio_console: remove vq buf while unpluging port
On Sun, Apr 28, 2019 at 09:50:04AM +0800, zhenwei pi wrote:
> A bug can be easily reproduced:
> Host# cat guest-agent.xml
> <channel type="unix">
> <source mode="bind" path="/var/lib/libvirt/qemu/stretch.agent"/>
> <target type="virtio" name="org.qemu.guest_agent.0" state="connected"/>
>
2014 Feb 03
3
Memory leak - how to investigate
My web & name server runs out of memory from time to time, to the point
where it's completely unresponsive to anything. At that point reset is
the only alternative. (Or, as this is a virtual guest, I just say "virsh
destroy").
But why this happens - I would like to know.
The host in question is a KVM guest, and runs CentOS 6.4.
From "top" (situation now):
Mem:
2011 Mar 15
5
apache service start problem
hello list!!
I have developed a custom apache module for my company that setups up
our own particular config of httpd and php in order to run our sites..
However, there is one wrinkle. It take two puppet runs to start the
httpd service with this module and we''d like to get that down to one
run!
The reason seems to be that we have our own custom ssl vhost conf
that we use called
2008 Jul 15
2
Problem with mod_proxy_ajp.so
Hi,
After updating httpd package it outputs an error when restarting
apache. Problem was "workarounded" commenting out line 2 of
/etc/httpd/modules/mod_proxy_ajp.so
Starting httpd: httpd: Syntax error on line 210 of
/etc/httpd/conf/httpd.conf: Syntax error on line 3 of
/etc/httpd/conf.d/proxy_ajp.conf: Cannot load
/etc/httpd/modules/mod_proxy_ajp.so into server:
2003 Apr 09
5
httpd exited on signal 11
Hello Folks,
I have used FreeBSD-4.8-RC and apache 1.3.2x. In some days,my dmesg
has shown as the lines;
pid 9229 (httpd), uid 80: exited on signal 11
pid 10106 (httpd), uid 80: exited on signal 11
pid 9842 (httpd), uid 80: exited on signal 11
pid 35708 (httpd), uid 80: exited on signal 11
pid 9371 (httpd), uid 80: exited on signal 11
pid 10337 (httpd), uid 80: exited on
2012 Jul 18
4
cert issues, puppet agent applying configs, problems oh my!
So I''m new to puppet and I''m having a bear of a time just getting a test
server going.
I installed puppet and the puppet client via yum on CentOS on AWS, so that
saved me some time.
I followed a few various blog posts about getting everything set up and
applying a file, etc.
Now I am trying to install a module (puppetlabs/apache) and it''s failing
miserably for me.
I
2015 Aug 11
6
Odd problem with updates to the recent CR
Richard wrote:
>> From: m.roth at 5-cent.us
<snip>
>> Anyway, starting late last week, we found issues - as in, its
>> process, which runs under, and is started by, apache, was suddenly
>> pegging a CPU or so. Trying to stop httpd, that worked... but this
>> idiot process never did (and it's ugly to clean up after).
>>
>> What we just this
2011 Oct 07
1
how to use optional parameters
New to puppet and I just don''t understand how to do this. Apologies in
advance if it''s a dumb question.
Let''s say I have a module called httpd and inside that is a class
called httpd::service, which accepts a couple of parameters:
class httpd::service (
$running = ''running'',
$enabled = ''true'',
) {
service {
2011 Mar 16
3
only one puppet client fails with yum
hello list..
I am sharing a yum configuration in a class (centos.pp) between two
nodes. But the yum configuration doesn''t apply at all to one node
even tho it does to another identically configured node.
## packages are failing to install via yum on one ec2 aws instance and
another identical ec2 instance works fine
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
2013 Oct 13
2
LAMP stack with strange dependencies
Hello everyone.
I''ve been toying around with puppet and something happened that seems
strange to me.
In site.pp I have the following:
> node default {
>
> # This is where you can declare classes for all nodes.
>
> # Example:
>
> # class { ''my_class'': }
>
> # class { ''lamp'': }
>
> package
2020 Jan 10
2
Building and packaging httpd
Hi,
Am rebuilding httpd from scratch to enable http2 and minimize extra
modules on Cent Os 8. Am having trouble understanding the spec file [0]
and systemd initialization [1][2][3] (these are very similar to those
extracted from [4]). Why are 3 scripts needed to start the service and
why is a pid setting not needed as used in the httpd.service file at [5]?
Benson
[0]
2009 Oct 28
6
Rsync and full path of filenames
Hi,
I have a bit of a tricky question about rsync.
Let's say I want to backup a bunch of configuration files with rsync, in
a script.
What I don't want to do : a full snapshot of /etc.
What I want to do : backup only those files I need, in an otherwise
empty directory tree.
In my script, I'd begin with a list of the files I effectively want to
backup. Something like :
2015 Nov 16
2
FCGIWrapper
Hi,
I am setting up my development environment. I am new to linux.
I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and
tried to restart Apache.
I got the below error'
AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf
Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied
The line no 393 in /etc/httpd/conf/httpd.conf is
FCGIWrapper
2020 Jun 16
5
Apache (httpd) fails to start at boot - Centos 8.1
If I do 'systemctl start httpd', apache will start right up. But during boot, it doesn't and I
get the resulting errors below.
Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested address: AH00072: make_sock: could
not bind to address 10.20.30.11:80
Jun 15 21:17:28 dream httpd[1534]: no listening sockets available, shutting down
Jun 15 21:17:28 dream httpd[1534]: AH00015: