Displaying 9 results from an estimated 9 matches for "debug_mask".
2019 Jul 10
6
[Bug 1351] New: Segfault in v0.9.1
https://bugzilla.netfilter.org/show_bug.cgi?id=1351
Bug ID: 1351
Summary: Segfault in v0.9.1
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: 4bzilla
2005 Jun 06
2
mISDN + chan_misdn.so + winbond issue
...ddd
When loading chan_misdn.so , Asterisk complains and exits after the
last error line below
" [chan_misdn.so] => (Channel driver for mISDN Support (Bri/Pri))
debug_init: using stdout for debug log
debug_init: using stderr for warning log
debug_init: using stderr for error log
debug_init: debug_mask = 0
No lower Id port:1
init_stack: No such file or directory "
Contents of the /var/log/messages for all above commands:
Jun 5 20:25:20 pbx kernel: Zapata Telephony Interface Registered on major 196
Jun 5 20:25:25 pbx kernel: Registered tone zone 0 (United States /
North America)
Jun 5 20:...
2005 Jul 25
4
Fritz PCI card in ptp mode with chan_misdn
...conf': Found
UnLocking config_mutex
== Registered channel type 'mISDN' (This driver enables the asterisk
to use hardware which is supported by the new )
debug_init: using stdout for debug log
debug_init: using stderr for warning log
debug_init: using stderr for error log
debug_init: debug_mask = 0
Locking Config Mutex
UnLocking Config Mutex
Init. Stack on port:1
unknown port(1) type 0x00000000
No lower Id port:1
init_stack: Success
aster1:/etc/asterisk #
But the above message "init_stack: Success" is not true.
The mISDN stuff is loaded as follows:
modprobe mISDN_core
modprobe...
2005 Feb 18
0
More on W6692pci NT mode under chan_misdn
...n.conf': Found
UnLocking config_mutex
== Registered channel type 'mISDN' (This driver enables the asterisk
to use hardware which is supported by the new )
debug_init: using stdout for debug log
debug_init: using stderr for warning log
debug_init: using stderr for error log
debug_init: debug_mask = 0
Locking Config Mutex
UnLocking Config Mutex
Init. Stack on port:1
TE Stack
No lower Id port:1
init_stack: Success
talkinghead:~ #
syslog: Feb 18 16:58:50 talkinghead kernel: MISDN free_device:
entitylist not empty
in misdn.conf there is
[NT cards]
context=outgoing
ports=1
with ports=1ptp it S...
2005 May 16
0
chan_misdn and passive BRI cards
...tered channel type 'mISDN' (This driver enables the asterisk
to use hardware which is supported by the new )
== Registered application 'misdn_set_opt'
debug_init: using stdout for debug log
debug_init: using stderr for warning log
debug_init: using stderr for error log
debug_init: debug_mask = 0
Init. Stack on port:1
TE Stack
No Upper ID port:1
init_stack: Success
Ouch ... error while writing audio data: : Broken pipe
After all the effort of recompiling my kernel (2.6.11 and 2.6.8) for
misdn I'd really like to get asterisk working with misdn.
2020 Nov 02
0
[PATCH mlx5-next v1 03/11] net/mlx5_core: Clean driver version and name
...li Cohen <eli at mellanox.com>");
> > MODULE_DESCRIPTION("Mellanox 5th generation network adapters
> > (ConnectX series) core driver"); MODULE_LICENSE("Dual BSD/GPL"); -
> > MODULE_VERSION(DRIVER_VERSION);
> >
> > unsigned int mlx5_core_debug_mask;
> > module_param_named(debug_mask, mlx5_core_debug_mask, uint, 0644);
> > @@ -228,7 +227,7 @@ static void mlx5_set_driver_version(struct
> > mlx5_core_dev *dev)
> > strncat(string, ",", remaining_size);
> >
> > remaining_size = max_t(int, 0, drive...
2018 Feb 18
5
[Bug 1228] New: [REGRESSION] nft cannot load big set anymore
...tree.c:386
#3 set_to_segtree (merge=<optimized out>, add=true, tree=0x7fff36409230,
init=0x5600a2fdc590, set=0x5600a2fdbe10,
msgs=0x7fff36409490) at segtree.c:416
#4 set_to_intervals (errs=0x7fff36409490, set=set at entry=0x5600a2fdbe10,
init=0x5600a2fdc590, add=add at entry=true,
debug_mask=<optimized out>, merge=false) at segtree.c:586
#5 0x00005600a1c94fe0 in do_add_set (flags=0, set=0x5600a2fdbe10,
h=0x5600a2fdcaf0, ctx=0x7fff364093e0) at rule.c:1015
#6 do_command_add (ctx=0x7fff364093e0, cmd=0x5600a2fdcab0,
excl=excl at entry=false) at rule.c:1054
#7 0x00005600a1c967a7 in...
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...of yylex_init_extra()
parser: Fix for memleak when commands fail
parser: Fix memleaks for STRING token (and derived ones)
doc: nft: Fix and enhance synopsis section
main: Fix for return of uninitialized variable in nft_run_cmd_from_filename()
monitor: Fix for incorrect debug_mask
rule: Use C99-style initializer in cache_init()
exthdr: Simplify tcp option printing a bit
erec_print: Pass output FILE pointer to netlink_dump_expr()
rule: Refactor chain_print_declaration()
src: get rid of printf
main: Flush output from nft_gmp_print()
ma...
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
From: Leon Romanovsky <leonro at nvidia.com>
Changelog:
v1:
* Renamed _mlx5_rescan_driver to be mlx5_rescan_driver_locked like in
other parts of the mlx5 driver.
* Renamed MLX5_INTERFACE_PROTOCOL_VDPA to tbe MLX5_INTERFACE_PROTOCOL_VNET as
a preparation to coming series from Eli C.
* Some small naming renames in mlx5_vdpa.
* Refactored adev index code to make Parav's SF series