similar to: What is wrong here?

Displaying 20 results from an estimated 700 matches similar to: "What is wrong here?"

2007 Jun 01
2
tc offset & subheader matching clarification / question
Hello TC''s syntax, particulary u32 filter, is far more rich than what man, howto or command''s help provides. I''ve been looking for information about the uses of ''offset'' parameter, or more detailed explanation of a few other/relevan options, but what I''ve found is very brief to say the least. So I checked the sources of cls_u32.c and
2012 Jan 05
2
Serial port driver on CentOS 6
I installed CentOS 6 on a Dell Optiplex 790 with a StarTech.com dual serial port card, and the serial ports aren't being recognized. According to dmesg, only the built-in serial port is being recognized: # dmesg | fgrep ttyS serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A And lspci -v doesn't show that any drivers are loaded for it:
2008 Apr 23
1
winbindd_privileged problem with 3.0.28a
Hi, all. Has anyone else experienced issues with using ntlm_auth in 3.0.28a? We have had squid set up to use ntlm_auth for quite some time & the latest update seems to break. I'm getting (in /var/log/messages) Apr 23 10:13:51 cyclops (ntlm_auth): Login for user [NSTARBANK]\[drandolph]@ [NSB_DAVELAPTOP] failed due to [winbind client not authorized to use winbindd_pam_auth_crap.
2003 Jan 06
1
compiling cls_u32 sch_htb and bridge into the kernel
Hi fellows: Im wondering about compiling cls_u32 sch_htb and bridge into the kernel Are there any advantages or disadvantages doing this in terms of stability or crash problems? Thanks in advance for the replys Victor __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
2001 Dec 24
2
Two u32 problems: module count and fw
Hi All, I found 2 unusual behavior with u32 classifier in Kernel 2.4.12. I’ve u32 compiled as module. 1> u32 filter seems not working if there is already some fw filter used for some other class. In order to get u32 working I’ve to delete root class, which in terms delete all fw filters too, and then same command for u32 works. fw is also compiled as module. 2> If I add u32 filter to my
2014 Apr 03
1
process asterisk stop
Who can help? I have Asterisk 1.8.3 server on Ubuntu 10.04. Asterisk periodically falls here with this error: [1227952.625701] asterisk [30237]: segfault at 18 ip 00007ff3504579bc sp 00007ff34ddc3ff0 error 4 in libc-2.11.1.so [7ff3503e0000 +17 a000] -- Pavel Chashkov www www.ngs.ru <http://ngs.ru> e-mail p.chashkov at office.ngs.ru <mailto:p.chashkov at office.ngs.ru> ???????
2007 May 07
2
IMQ KERNEL PANIC 2.6.17.14 AND 2.6.21.1 No chain/target/match by that name
After starting to shape local traffic now i am getting a lot of kernel panics in tcp_retransmit, so i decided to update my kernel from 2.6.17.14 to 2.6.21.1 , the problem is that after that i get: # iptables -t mangle -A POSTROUTING -o eth0 -j IMQ --todev 0 iptables: No chain/target/match by that name so i can not redirect ttraffic to IMQ device. and modules are loaded. - # lsmod Module
2014 May 19
0
Samba How to kill the locked files from a useraccount by multiple smbd pids
Hello, I would like to how to do to kill the locked files from a useraccount by multiple smbd pids automatically when the session is closed? #### Details Samba server: Release: 5.10 Kernel architecture: sun4u Application architecture: sparc Hardware provider: Sun_Microsystems Kernel version: SunOS 5.10 Generic_142909-17 Samba version: Samba version 3.5.6 Smb.conf file section Global: #
2014 Mar 24
7
[Bug 2217] New: allow using _ssh._tcp SRV records
https://bugzilla.mindrot.org/show_bug.cgi?id=2217 Bug ID: 2217 Summary: allow using _ssh._tcp SRV records Product: Portable OpenSSH Version: 6.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
Hi, in the kernel I have these lines: [...] device miibus # MII bus support device rl device ed options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=0 #limit verbosity options IPDIVERT #divert sockets options DUMMYNET
2014 Jun 27
1
BUG: segfault in auth when user listed multiple times in LDAP
Hi, I think I found a bug in the auth module. It can be triggered when the userdb is in LDAP and an user is found multiple times in LDAP. Dovecot version 2.2.10 (from ATrpms Testing) running on CentOS 6.5 x64. Jun 27 10:34:34 server dovecot: auth: Debug: ldap(USER): user search: base=dc=linguamatics,dc=com scope=subtree filter=( & (uid=user) (|
2007 Feb 09
4
need help with tc filters
Hi, I am attempting to set up some simple outbound shaping following the LARTC HOWTO. The HTB qdisc seems to work as the documentation says, but my filters don''t seem to be working. All of the packets go to the default queue regardless of what filters I set, it seems. (according to tc -s qdisc show) I am trying to get this working on my openwrt box (whiterussian rc6), but when
2007 Dec 28
5
Problem with RTL-8110SC/8169SC Gigabit Ethernet
Hi guys; I'm having a problem with a new pc that has an Realtec ethernet device. Don't know why the driver is not loading and is not detected during installation process. I tried to load r8169.ko unsuccessfully. It load but no device is detected. No dmesg or /var/log/message. ?Any help on how I can configure correctly this ethernet device? This are the data that I have: # lspci
2006 Sep 10
1
HTB and tc filter
Help me  ... I try use the tc filter, but seems he doesn''t work, I already reconfigured my kernel ( 2.4.32 ) with all options related a QOS enabled ( like modules ) and nothing happens. I get the tc tool from HTB source package, well  this is my set : eth0 is my internal NIC. tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate
2006 Sep 10
1
help with HTB and tc
Help me  ... I try use the tc filter, but seems he doesn''t work, I already reconfigured my kernel ( 2.4.32 ) with all options related a QOS enabled ( like modules ) and nothing happens. I get the tc tool from HTB source package, well  this is my set : eth0 is my internal NIC. tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate
2004 Dec 09
6
Horrible MeetMe performance
Hey folks, Using FreeBSD 5.2.1 and I've got the current zaptel driver installed from ports (0.8_1) and current ports asterisk (1.0.1). I've set options HZ=1000 in my kernel config, recompiled and rebooted and as far as I can tell, I've done everything right but when I try to use the conference, the audio is very delayed, choppy and segmented -- totally unusable. At the
2013 Jun 05
8
btrfs raid1 on 16TB goes read-only after "btrfs: block rsv returned -28"
Dear Devs, I have x4 4TB HDDs formatted with: mkfs.btrfs -L bu-16TB_0 -d raid1 -m raid1 /dev/sd[cdef] /etc/fstab mounts with the options: noatime,noauto,space_cache,inode_cache All on kernel 3.8.13. Upon using rsync to copy some heavily hardlinked backups from ReiserFS, I''ve seen: The following "block rsv returned -28" is repeated 7 times until there is a call trace
2015 Oct 01
1
doveadm + ldap userdb
Hi! OS: CentOS Linux release 7.1.1503 (Core) Dovecot: 2.2.18 Run user listing - doveadm user '*', single user - work. auth[20540]: segfault at 8 ip 00007fd554340c6b sp 00007ffc17c886e0 error 4 in libauthdb_ldap.so[7fd55433b000+a000] dovecot: auth: Fatal: master: service(auth): child 20540 killed with signal 11 (core dumped) dovecot: auth: Error: net_connect_unix(auth-worker) failed:
2004 Sep 29
4
Scalability
Hello everyone, I want an opinion from people who tryed different matching modules to match diferent types of traffic, especially p2p ones. I would like to hear which scales better as CPU usage and latency : ipp2p, iptables-p2p or l7-filter with the p2p patterns. I want to use one of them to block most of p2p (except maybe dc++ and emule which i want to shape). I would use the matching rules in
2014 Jan 27
1
AsteriskNOW with AX1600P card
Hi all! I'm new with telephony cards and DAHDI drivers. I have installed Asterisk NOW 3.0.0 and update to Asterisk 11.7.0, modules are update too. I'm following the installation guide of Atcom [1] for AX1600P analogic card, modules are loaded [root at pbx ~]# lsmod | grep -E "hisax|netjet|dahdi" netjet 14618 0 isdnhdlc 4523 1 netjet mISDNipac