Displaying 12 results from an estimated 12 matches for "xtrace".
Did you mean:
ptrace
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill,
just to notify you that your al175 driver is being removed from the
NUT tree, as of 2.4.0-pre1.
if you wish to see it entering the tree again, please contact the
Development mailing list to talk about it.
Merry Christmas and happy New Year.
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader -
2015 Jan 29
2
Indexing Mail faster
...Package maintainer
easier
dnstracer - trace DNS queries to the source
ioapps - IO profiler and IO traces replayer
netsniff-ng - Linux network packet sniffer toolkit
python-ptrace - Python bindings for ptrace
strace - System call tracer
subversion-tools - Assorted tools related to Apache Subversion
xtrace - trace communication between X client and server
You should be able to find the appropriate package to install to get
strace.
-Thom
2011 May 30
5
[Bug 37768] New: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled
https://bugs.freedesktop.org/show_bug.cgi?id=37768
Summary: [NVA8] UT2003: Splash-screen is transparent with
gnome-shell enabled
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
2013 Nov 18
2
[PATCH] al175: updated driver, please restore it
...in most (all?) cases encased in a 'if
> > > > (nut_debug_level > 0)', we have the upsdebug* functions for that. Do
> > > > yourself (and your fellow developers) a favor and use those instead.
> > >
> > > > Another thing related to this is the XTRACE macro. This will only use a
> > > > single (1) debug level to show output. Please use a layered approach,
> > > > where various levels of debugging information are used.
> > >
> > > I've split debug/trace output into several levels:
> > >
>...
2015 Jan 29
0
Indexing Mail faster
...tracer - trace DNS queries to the source
> ioapps - IO profiler and IO traces replayer
> netsniff-ng - Linux network packet sniffer toolkit
> python-ptrace - Python bindings for ptrace
> strace - System call tracer
> subversion-tools - Assorted tools related to Apache Subversion
> xtrace - trace communication between X client and server
>
> You should be able to find the appropriate package to install to get
> strace.
>
> -Thom
>
2002 Mar 04
1
need path information for installation
Hi folks,
Yet one more newbie into the fray. I'm trying to upgrade a Red Hat 7.2 test box from whatever version came with it to 2.2.3a...
Here are the steps I have done so far:
1. backed for the conf, smbusers, and smb file
2. stop the smb service
3. ran the command: rpm -e samba
4. tarred the source files to /usr/local/src/samba-2.2.3/source
5. now I'm trying to run the ./configure
2007 Feb 03
0
Traffic goes not through filters.
...|
# SQF SQF
# FILTER 1: FILTER 1:
#
# 1:10 Always reserved for VOIP even not used
# 1:20 HTTP
# 1:30 All other data (could be split-up in 1:30)
#
# This script requires a parameter
#----------------------------------------------------
#set -o xtrace
# Variablen
DEV="tun3"
MAXBAND="256Kbit"
QDISC_ID="1"
QDISC_DEFAULT_HTB="10"
MAINCLASS_HANDLE="1"
MAINCLASS_ID="${QDISC_ID}:${MAINCLASS_HANDLE}"
# HANDLE 10 is reserved for VOIP
HTTP_HANDLE="20"
HTTP_CLASS_ID="${QDISC_I...
2015 Jan 29
4
Indexing Mail faster
Kevin writes:
> Appreciate if you could help with this. I have been trying to address this
> "slow search" issue for a while with very limited success(I was trying to
> implement FTS also), so I will appreciate if you could support.
When I'm stumped, one of the diagnostic tools I use is process tracing.
Connect via IMAP, in another window/session process trace the IMAP
2015 Apr 22
3
[Bug 90145] New: [NV94] Corruption on very long (vertical) pages in Firefox
https://bugs.freedesktop.org/show_bug.cgi?id=90145
Bug ID: 90145
Summary: [NV94] Corruption on very long (vertical) pages in
Firefox
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2013 Jan 24
2
rsync parameters errors
...error messages.
/home/bigbird/pgm/backup_periodic/ is where the script is stored and is
the current directory when it runs. This script is nested within a
couple of others, the first of which calls the the second using sudo, so
everything runs as root.
I'm running my script with
shopt -s -o xtrace # debug
shopt -s -o verbose # debug
That's what makes this output a little dense, but complete.
What the heck am I doing to get rsync so confused?
(The destination was built using my previous notebook (RIP). That's why
there's so much more in it. I'll move things around before...
2020 Oct 14
0
[Bug 1476] New: xtables-monitor --trace segfaults running inside a container
...Severity: enhancement
Priority: P5
Component: netfilter bugzilla
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: antonio.ojea.garcia at gmail.com
Created attachment 610
--> https://bugzilla.netfilter.org/attachment.cgi?id=610&action=edit
xtrace-monitor coredump
Server: CentOS Linux release 8.2.2004 (Core) iptables v1.8.4 (nf_tables)
docker-ce-19.03.13-3.el7.x86_64
docker-ce-cli-19.03.13-3.el7.x86_64
kind v0.9.0 https://github.com/kubernetes-sigs/kind
I'm running Kubernetes inside containers with KIND, this has several layers of
&quo...
2017 Oct 10
2
Unable to find linux kernel on ext4, filesystem-related root cause assumed
...t? Is the underlying code of ldlinux.sys available? I wasn't able to find it in the syslinux source tree.
Used versions:
extlinux 6.03
QEMU emulator version 2.8.1(Debian 1:2.8+dfsg-6+deb9u2)
Help or advice is much appreciated,
best regards,
Manuel
#######################
#!/bin/bash
set -o xtrace
BASEDIR=/tmp/generate-image
IMAGE=${BASEDIR}/image
MOUNT=${BASEDIR}/mount
PARTITIONOFFSET=$[ 2 ** 20 ]
PARTITIONOFFSET_512B_SECTORS=$[ ${PARTITIONOFFSET} / 512 ]
PARTITIONLAYOUT="start=${PARTITIONOFFSET_512B_SECTORS}, bootable, type=83, name=system-part"
echo "Creating directory...