Displaying 20 results from an estimated 48 matches for "zgrep".
Did you mean:
grep
2020 Jan 18
3
USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...issue. Please ask for any additional info required.
System information:
Arch Linux, (normal) kernel 5.4.11
libvirt 5.10.0
qemu 4.2.0, using KVM.
Host system is x86_64 on an intel 5820k.
Guest system is probably irrelevant, but is Windows 10 on the same.
Possibly relevant kernel build options:
$ zgrep BPF /proc/config.gz
[22:55:52]: zgrep BPF /proc/config.gz
CONFIG_CGROUP_BPF=y
CONFIG_BPF=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_IPV6_SEG6_BPF=y
CONFIG_NETFILTER_XT_MATCH_BPF=m
# CONFIG_BPFILTER is not set
CONFIG_NET_CLS_BPF=m...
2016 Feb 17
0
[Bug 999] conntrackd fails to start with error message regarding the netlink handler
...illa.netfilter.org/show_bug.cgi?id=999
--- Comment #2 from Wolfram Schlich <wolfram at schlich.org> ---
(In reply to Pablo Neira Ayuso from comment #1)
> Are you sure that your kernel supports CONFIG_NETFILTER_NETLINK and
> CONFIG_NF_CT_NETLINK.
Yes, pretty sure:
--8<--
zephyr ~ # zgrep CONFIG_NETFILTER_NETLINK /proc/config.gz
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NETFILTER_NETLINK_QUEUE_CT=y
zephyr ~ # zgrep CONFIG_NF_CT_NETLINK /proc/config.gz
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_CT_NETLINK...
2009 Feb 27
1
dialing timing problem?
...X100P Board 1" (MASTER)
;;; line="1 WCFXO/0/0 FXSKS (In use)"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 1
callerid=
group=
context=default
I don't really know if these configs are all that matters to this problem.
Kernel clock/timer stuff:
zgrep RTC /proc/config.gz |grep -vP '^#'
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
zgrep TIMER /proc/config.gz |grep -vP '^#'
CONFIG_TIMERFD=y
CONFIG_HPET_TIMER=y
CONFIG_X86_PM_TIMER=y
CONFIG_HANGCHECK_TIMER=y
CONFIG_SND_TIME...
2020 Jan 21
0
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...gt; libvirt 5.10.0
> > > qemu 4.2.0, using KVM.
> > > Host system is x86_64 on an intel 5820k.
> > > Guest system is probably irrelevant, but is Windows 10 on the same.
> > >
> > >
> > > Possibly relevant kernel build options:
> > > $ zgrep BPF /proc/config.gz
> > > [22:55:52]: zgrep BPF /proc/config.gz
> > >
> > > CONFIG_CGROUP_BPF=y
> > > CONFIG_BPF=y
> > > CONFIG_BPF_SYSCALL=y
> > > CONFIG_BPF_JIT_ALWAYS_ON=y
> > >...
2019 Mar 29
0
Fwd: segfault in libdovecot-storage at unknown circumstances
...eady set
ALLOW_COREDUMPS to 1 in /etc/default/dovecot and waiting for the next
fault.
% grep segfa kern.log*
kern.log.1: Mar 17 13:27:09 mail kernel: [118616.482998] imap[31111]:
segfault at 8 ip 00007efbff924cbb sp 00007fff0b333890 error 4 in
libdovecot-storage.so.0.0.0[7efbff858000+145000]
% zgrep segfa kern.log*gz
kern.log.2.gz:Mar 15 01:51:07 mail kernel: [1691560.449110] imap[8329]:
segfault at 8 ip 00007ff38ae2390e sp 00007ffcd3317640 error 4
kern.log.2.gz:Mar 15 01:51:07 mail kernel: [1691560.449117] imap[8380]:
segfault at 8 ip 00007fea0c1c890e sp 00007ffdc7607150 error 4 in
libdove...
2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...ls the external C<grep> program and returns the
+This calls the external L<grep(1)> program and returns the
matching lines.
The optional flags are:
@@ -4190,7 +4190,7 @@ Match case-insensitive. This is the same as using the I<-i> flag.
=item C<compressed>
-Use C<zgrep> instead of C<grep>. This allows the input to be
+Use L<zgrep(1)> instead of L<grep(1)>. This allows the input to be
compress- or gzip-compressed.
=back" };
@@ -4220,7 +4220,7 @@ returned path has no C<.>, C<..> or symbolic link path elements." };...
2020 Jan 21
2
Re: USB-hotplugging fails with "failed to load cgroup BPF prog: Operation not permitted" on cgroups v2
...gt; qemu 4.2.0, using KVM.
> > > > Host system is x86_64 on an intel 5820k.
> > > > Guest system is probably irrelevant, but is Windows 10 on the same.
> > > >
> > > >
> > > > Possibly relevant kernel build options:
> > > > $ zgrep BPF /proc/config.gz
> > > > [22:55:52]: zgrep BPF /proc/config.gz
> > > >
> > > > CONFIG_CGROUP_BPF=y
> > > > CONFIG_BPF=y
> > > > CONFIG_BPF_SYSCALL=y
> > > > CONFIG_BPF_...
2015 Jan 12
0
Lvm snapshot problem
...223159208 (0xd4d23a8) to initialize waiting for incoming
notifications.*
I use centos 7 with this packages:
# rpm -aq | grep kernel
kernel-3.10.0-123.9.3.el7.x86_64
# rpm -aq | grep lvm2
lvm2-libs-2.02.105-14.el7.x86_64
lvm2-2.02.105-14.el7.x86_64
I read that the problem is related to udev :
# zgrep UEV /proc/config.gz
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# grep UEV /boot/config-3.10.0-123.9.3.el7.x86_64
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DM_UEVENT=y
I can not understand the problem.
The server is in a server farm with a lot of VM running I would like to
solve the...
2006 May 04
0
quota 101
...for years now I have to admit that I've never dealt
with filesystem quotas yet. But now I want to use them and I'm rather
puzzled that I just can't get it working. I even consulted howtos...
What I have done so far on this box (debian/i386, 2.6.17-rc3)
- compiled in quota support:
% zgrep -i quota /proc/config.gz
# CONFIG_XFS_QUOTA is not set
CONFIG_QUOTA=y
CONFIG_QUOTACTL=y
- touch /home/aquota.user; chmod 0600 /home/aquota.user
- umount /home; edited fstab; mount /home
% grep quota /proc/mounts
/dev/sda6 /home ext3 rw,nosuid,nodev,noatime,data=ordered,usrquota 0 0
% quotacheck...
2005 May 10
1
CIFS and DFS
...n anybody put some light into this?
TIA -- Peter
# uname -a
Linux Astor 2.6.10astor #1 SMP Mon Mar 14 21:23:28 CET 2005 i686 GNU/Linux
# mount -t cifs //nvgm015.muc/Fz-daten /mnt -o user=qx43144
Password:
# ls /mnt
Administration
[...]
# cd /mnt/*
# ls
ls: reading directory .: Object is remote
# zgrep CIF /proc/config.gz
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_EXPERIMENTAL=y
# mount.cifs -V
mount.cifs version: 1.6
--
Peter.Weiss@consol.de ConSol* Software GmbH
Phone +49 89 45841-100 Consulting &am...
2012 Jan 09
0
Bug#649141: closed by Bastian Blank <waldi@debian.org> (no bug)
...Bastian Blank <waldi at debian.org>
>
> This is no bug, but actually documented. You can't migrate systems to a
> cpu with lower capabilities.
Out of interest, where is this documented?
The debian examples would seem to indicate you can, by limiting the
guest CPU features:
Try zgrep cpuid /usr/share/doc/xen-utils-common/examples/*
It should also be possible to do so by masking features on the host
CPU, via kernel boot options ( see http://zhigang.org/wiki/XenCPUID )
However in 'xm dmesg' I get the following:
(XEN) Cannot set CPU feature mask on CPU#0
(XEN) Cannot se...
2012 Sep 01
0
X taking 100 % cpu on Xen dom0
...55:d0 Attempt to change CR4 flags 00002660 -> 000026e0(XEN) domain.c:655:d0 Attempt to change CR4 flags 00002660 -> 000026e0(XEN) domain.c:655:d0 Attempt to change CR4 flags 00002660 -> 000026e0(XEN) domain.c:655:d0 Attempt to change CR4 flags 00002660 -> 000026e0
# Dom0 Kernel config
# zgrep -i xen /proc/config.gzCONFIG_XEN=yCONFIG_XEN_DOM0=yCONFIG_XEN_PRIVILEGED_GUEST=yCONFIG_XEN_PVHVM=yCONFIG_XEN_MAX_DOMAIN_MEMORY=500CONFIG_XEN_SAVE_RESTORE=y# CONFIG_XEN_DEBUG_FS is not setCONFIG_PCI_XEN=yCONFIG_XEN_PCIDEV_FRONTEND=yCONFIG_XEN_BLKDEV_FRONTEND=yCONFIG_XEN_BLKDEV_BACKEND=yCONFIG_NETXEN...
2017 May 12
2
Message body is too big: 247741 bytes with a limit of 40 KB
A 40KB limitation on messages is probably inappropriate in the year 2017.
On 5/9/2017 3:09 PM, nut-upsuser-owner at lists.alioth.debian.org wrote:
> Your mail to 'Nut-upsuser' with the subject
>
> APC Back-UPS XS 1500G says "No battery"
>
> Is being held until the list moderator can review it for approval.
>
> The reason it is being held:
>
>
2009 Jan 18
5
Error trying to install Lego Mindstorms
When I try to install Leogo Mindstorms NXT directly from cdrom, I get this error (in a pop up window):
-----------------------------------------------------------------------------------------------------
.\ConfigInfo.cpp(2653): IInstallerError 11006
Developer Error. The following errors were found in your ini file:
1. Specified file not found: [MsiEngine] WinNTPath =
2017 May 11
4
APC Back-UPS XS 1500G says "No battery"
I have a new-ish APC Back-UPS XS 1500G connected via USB. It's giving me
a "ups.alarm: No battery installed!" error. I also installed and
configured apcupsd to give that a try and it's giving me the same error.
I suspect this is a driver problem because while NUT claims the battery
isn't plugged in, it's giving me battery runtime/charge info. Both can't
be valid
2013 Aug 26
1
logging location of tftpd-hpa
...18:35:34 cazio tftplogtest: een twee test een twee
Aug 26 18:37:53 cazio in.tftpd[31958]: RRQ from 172.24.0.54 filename pxelinux.0
stappers at cazio:/var/log
$ grep in.tftpd /var/log/syslog
Aug 26 18:37:53 cazio in.tftpd[31958]: RRQ from 172.24.0.54 filename pxelinux.0
stappers at cazio:/var/log
$ zgrep in.tftpd /var/log/syslog.7.gz
Aug 19 20:11:23 cazio in.tftpd[3970]: RRQ from 127.0.0.1 filename pxelinux.0
Aug 19 20:12:24 cazio in.tftpd[3988]: RRQ from 127.0.0.1 filename pxelinux.0
Aug 19 20:12:40 cazio in.tftpd[3990]: RRQ from 127.0.0.1 filename pxelinux.0
Aug 19 20:13:26 cazio in.tftpd[4004]:...
2013 Aug 25
2
logging location of tftpd-hpa
Hello,
On my previous TFTP server I had logging. I did see all requests in logfiles.
On my current TFTP server I have also added the options '-v -v -v',
but nog logging. At least I can't find it them in /var/log/*/*
Where does tftpd-hpa writes it's logging?
Groeten
Geert Stappers
--
Leven en laten leven
2006 Mar 18
1
ext3 - max filesystem size
Hi all,
I am working with a pc cluster, running redhat el 4, on opteron cpus. we
have several bigger RAID systems locally attached to the fileservers;
now I would like to create a big striped filesystem with around 15TB.
ext3 unfortunatelly only supports filesystem size up to 8TB, do you have
an idea if / when this border will be increased ? I already found some
discussions on LKML about it ?
2014 Feb 15
2
lxc and cgroups
...virsh uri
[sudo] password for root:
lxc:///
- gabx@hortensia ➤➤ ~ # virsh -c lxc:/// list --all
Id Name State
----------------------------------------------------
- dahlia shut off
- custom kernel with user space set
gabx@hortensia ➤➤ ~ % zgrep USER_NS /proc/config.gz
CONFIG_USER_NS=y
- /etc/libvirt/lxc/dahlia.xml
$ ls -al
-rw------- 1 root root 1.1K Feb 15 12:11 /etc/libvirt/lxc/dahlia.xml
$ cat
<domain type='lxc'>
<name>dahlia</name>
<uuid>a34b58db-894f-4f4a-81f0-b13d2d5d7732</uuid>
<memo...
2017 May 12
0
APC Back-UPS XS 1500G says "No battery"
...reports is "-DDD" or "-DD", depending on where you look in the documentation. The usbhid-ups driver is fairly verbose, so "-DD" is usually good enough for a first pass.
I usually ask users to compress logs with gzip, and send as an attachment. This lets me do a "zgrep" on previous logs to find similarities. If logs come in as Zip files, or inline, it certainly isn't the end of the world, but it lengthens the search.
</soapbox>
This seems to be the source of the "no battery" alarm:
> 0.571436 hid_lookup_path: 00840004 -> U...