Displaying 20 results from an estimated 2000 matches similar to: "problem with the new htb 3.14 patch (fwd)"
2004 Jan 16
0
iproute2 source compiling problem
Hello !
Have anyone got an iproute2 source with HTB which I can compile with the
includes of kernel 2.4.21 or higher. I had one but I get the following
error msgs:
q_htb.c:338: redefinition of `explain''
q_htb.c:32: `explain'' previously defined here
q_htb.c:357: redefinition of `explain1''
q_htb.c:51: `explain1'' previously defined here
q_htb.c:366: redefinition
2004 Feb 12
1
Solution: iproute2 and kernel 2.6.1
Thanks Toth
----- Toth Szabolcs wrote -----
> I have read on a mail list that you should install the
> db-4.1.25 Berkeley DB 4.1.25) get the
> iproute2-2.4.7-now-ss020116-try.tar.gz and patch which
> you need.
Woohoo! Finally, an answer which just happened to point
me in the right direction. Also, I spent a little more
time scouring through the compile errors.
The solution is in
2005 Dec 02
3
[Bug 1129] sshd hangs for command-only invocations due to fork/child signals
http://bugzilla.mindrot.org/show_bug.cgi?id=1129
Summary: sshd hangs for command-only invocations due to
fork/child signals
Product: Portable OpenSSH
Version: 4.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket
2009 Jan 13
12
OpenSolaris better Than Solaris10u6 with requards to ARECA Raid Card
Under Solaris 10 u6 , No matter how I configured my ARECA 1261ML Raid card
I got errors on all drives that result from SCSI timeout errors.
yoda:~ # tail -f /var/adm/messages
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice]
Requested Block: 239683776 Error Block: 239683776
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice] Vendor:
Seagate
2009 Feb 13
6
Over 400 smbd pid's?
Over the past 2 days, my smbd processes are multiplying worse than
rabbits. At least with rabbits it's easy to tell why you wind up
with so many...
Here's the setup:
Samba version 3.2.8-0.24 installed via rpm on a FC6 box with 2 nics,
both on the same subnet. The samba server acts as a PDC in a mixed
environment but mostly windows pc's running xp. It is used mostly
for file
2018 Dec 21
1
[nbdkit PATCH] connections: Don't use uninit memory on early client EOF
Fuzzing with afl found a bug where a 27 byte client sequence
can cause nbdkit to report a strange error message:
$ printf %s $'000\1IHAVEOPT000\6'$'000\7'$'000\1x00' | tr 0 '\0' |
./nbdkit -s memory size=1m >/dev/null
nbdkit: memory: error: client exceeded maximum number of options (32)
The culprit? The client is hanging up on a message boundary,
so
2009 Apr 09
1
Does R support [:punct:] in regexps?
Hello does R support [:punct:] in regular expressions? I am trying to
strip all regular expressions for a vector of strings.
> x <- c("yoda-yoda","billy!")
> gsub("/[:punct:]/","",x)
[1] "yoda-yoda" "billy!"
Thanks
Dan
--
**************************************************************
Daniel Brewer, Ph.D.
Institute of Cancer
2005 Aug 08
2
[OT] Yoda Communications' VG-400 (4 Port FXO and 2 Port FXO/2 Port FXS)
With the lack of info on Yoda Communications in Taiwan and their
hardware, I thought I'd post my experience.
I got my hands on a few H.323 VG-400's and VG-100TA's.
http://www.yoda.com.tw/model.php?type=VoIP_Solution&pname=VG400
2 of the VG-400's were 2FXO/2FXS models.
A couple were deployed to SE Asia, where we planned to offer our services.
Originally, I ran a GnuGK server
2008 Sep 12
4
Custom build kernel patch fails big time.
I am trying to build a custom kernel for the HIPL code
(infrahip.hip.fi), using the patch for the Linux 2.6.18 kernel. I
followed all the instructions for getting the kernel source and making a
custom kernel provided on the wiki. The rpmbuild fails with the
following messages:
Get an error on this step (figured out my other problem):
Patch #40000
2019 Mar 18
0
[PATCH nbdkit 2/2] server: Split out NBD protocol code from connections code.
The code handling the NBD protocol was located in the same file as the
code handling connections, for not really any reason except historical.
This is quite a large code movement which splits out the protocol code
into four new files:
server/protocol-handshake.c initial handshake
server/protocol-handshake-newstyle.c " " (newstyle)
2011 Apr 02
3
Trouble with 2.0.11 debian package
I wonder if somebody could help me.
If I try clean install of
dovecot-common dovecot-imapd dovecot-pop3d
from
deb http://xi.rename-it.nl/debian stable-auto/dovecot-2.0 main
I got:
Starting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in
configuration file /etc/dovecot/dovecot.conf:
service(managesieve-login): executable is empty
failed!
Setting up dovecot-imapd
2002 Feb 15
2
Advice on: sshd[28182]: PAM pam_set_item: NULL pam handle passed
Hi,
Ive got winbind and samba working great (version 2.2.3) on our RH 7.1 box's.
But as we have about 200 users on our domain, we want to restrict ssh
access on our linux box's.
So I created a group on the NT PDC called: Winbind
In this group, Ive only put our developers and us, the sy admins.
In the /etc/ssh/sshd_config, I entered the line: AllowGroups MMEBS+Winbind.
Thus, allowing
2019 Mar 08
1
[PATCH nbdkit] server: Implement minimal implementation of set/list metadata contexts.
None are supported at present, so this always returns an empty list.
---
docs/nbdkit-protocol.pod | 4 ++
server/protocol.h | 2 +
server/connections.c | 84 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 90 insertions(+)
diff --git a/docs/nbdkit-protocol.pod b/docs/nbdkit-protocol.pod
index 68438fa..4c65e00 100644
--- a/docs/nbdkit-protocol.pod
+++
2018 Nov 29
2
[nbdkit PATCH] connections: Implement NBD_OPT_INFO
qemu is about to add 'qemu-nbd --list', which exercises NBD_OPT_LIST
and NBD_OPT_INFO to give the user as much detail as possible about
an export without actually connecting to it. For that to display
more than the export name when nbdkit is the server, we need to
implement NBD_OPT_INFO. Thankfully, the NBD spec intentionally
made the command very similar to NBD_OPT_GO, to the point that
2003 Oct 22
1
Filesystem panic
Hi,
I'm running RH9, 2.4.20-18.9. Each night, the server mounts
an external FAT32 disk using firewire, and performs backups
to it using rsync.
Twice within the past 3 months, the backup process has resulted
in machine crash (complete hang, hardware reboot needed).
From /var/log/messages:
Oct 22 04:02:20 yoda kernel: Filesystem panic (dev 08:21).
Oct 22 04:02:20 yoda kernel: fat_free:
2010 Jan 04
0
HOW-TO on Samba4 Installation with dnsmasq
Dear all,
I'm currently trying out Samba4.0.0-alpha10. Because I'm unfamiliar with
the Berkeley Internet Name Demon (bind), I've so far been using dnsmasq
on my home network. I just want to inform eveybody who cares that it's
possible to set up Samba4 and dnsmasq so as to allow domain logons from
a Windows 7 workstation.
Generally, I followed the how-to on the samba-wiki
2019 Jan 22
2
samba_dns_question
Try again with these settings.
auth-nxdomain no;
dnssec-validation no;
I suggest review you settings
https://wiki.samba.org/index.php/BIND9_DLZ_AppArmor_and_SELinux_Integration
Stop and start bind and samba (first bind)
Try again.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Hajdu Szabolcs via samba
2018 Aug 06
0
[PATCH nbdkit v2] protocol: Implement NBD_OPT_GO.
---
src/connections.c | 233 +++++++++++++++++++++++++++++++++++++---------
src/protocol.h | 27 ++++--
2 files changed, 209 insertions(+), 51 deletions(-)
diff --git a/src/connections.c b/src/connections.c
index ba6e91d..4e9b191 100644
--- a/src/connections.c
+++ b/src/connections.c
@@ -75,7 +75,9 @@ struct connection {
void **handles;
size_t nr_handles;
+ uint32_t cflags;
2005 Dec 29
1
Getting Yoda unit to register all four ports
I have a sample of the Yoda VG400 and I am having a devil of a time
trying to get all four channels to register to Asterisk. I have an
Asterisk 1.2.1 server.
I have tried adding one at a time and rebooting it, but it stops after
the first.
http://www.yoda.com.tw/model.php?type=Enterprise_VoIP&pname=VG400
Anyone had success with this?
--
Chris Mason
NetConcepts
(264) 497-5670 Fax: (264)
2019 Sep 28
0
[nbdkit PATCH v2 5/7] server: Allow longer NBD_OPT
Fixes the fact that clients could not request the maximum string
length except with NBD_OPT_EXPORT_LEN. Updates the testsuite to
match.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
server/protocol-handshake-newstyle.c | 12 +++++++-----
tests/test-long-name.sh | 10 ++++------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git