similar to: Patch follow-up

Displaying 20 results from an estimated 10000 matches similar to: "Patch follow-up"

2001 Dec 07
2
Authentication 'failure' success
We are using OpenSSH (portable) version 3.0.1p1 on Linux 2.2.14-10 with RedHat's distribution of PAM 0.72-20.6.x for rsync'ing RRDTool data between two machines (among other things). When running 'rsync -essh -avz', everything works fine but the system log on the sshd side shows: PAM_pwdb[8021]: authentication failure; (uid=0) -> rrd for sshd service sshd[8021]: Accepted
2002 Feb 05
3
COPY_SIZE #define
I noticed the "XXX: what should this be?" w.r.t. COPY_SIZE in sftp-client.c. I made up the following quick patch to allow a new command-line argument, "-B" (for 'buffer' size) to specify this value. I haven't done any strict benchmarking yet, but -B65535 is faster than -B8192 which is much faster than -B16. PS again, I am not on this list, so please CC me any
2002 Feb 01
4
OpenSSH Key Storage
I have had a brief discussion with Damien Miller (below) about storing host port values in the known_hosts file so as to track multiple ssh sessions (with independant keys) that run on a single host but accept connections on different ports. If it were possible to state that a given key for a remote host belonged to that host's ssh session on port 23 and that another key belonged to that
2001 Dec 06
3
Anti-CBQ Statements in Howto
I find the negative attitude toward CBQ to be distracting and non-professional in the HOWTO. I''ve re-read it for the first time in about a month and comments like "This can be configured in a variety of ways, which I do not understand. Use HTB" do not encourage me about the writer. This is not a personal critique, as I can imagine this being said on a personal website,
2002 Sep 25
0
PROBLEM:
Ext3 Journal oops & RAID-1 set losing sync. (Sent to both EXT3 and Linux-RAID since both are in use and seem possibly relevant) I have had a number of problems maintaining a software RAID-1 set on an IDE box I maintain; it seems that doing raidhotadd on the drive marked as invalid works each time though. However, I've had both errors about trying to read past the end of the
2001 Jul 12
1
Prioritizing streams
I have two servers on a network that need to intercommunicate a lot (file sharing and authentication information). I''d like to prioritise that traffic on them from their other network traffic, but I don''t want to think in terms of necessarily fixing bandwidths; I just want the inter-server communication to go out first if there''s a backlog. I could decide, I guess,
2002 Jan 06
28
Gre Tunneling Problem
Hello everyone, I have a problem regarding gre tunneling, I have two linux box both of them has a private network and the linux A is connected to the internet via wireless radio and the other linux B is connected to the internet via lease line. Here is the setup of my two linux box Linux A eth0 = 203.189.x.1 (internet) eth1 = 192.168.1.1 (going to hub private network) Linux B eth0 = 205.198.x.1
2001 Dec 13
14
tc: u32 match in nexthdr not working?
Hello, it seems, that filtering on nexthdr (TCP/UDP) content, especially src or dst port, is not working. The following has no effect on 2.4.16 or older (even 2.2) kernels: # tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match tcp dst 3128 0xffff police rate 40kbit burst 10k drop flowid :1 Even if # tc filter ls dev eth0 parent ffff: filter protocol ip pref 50 u32 filter protocol
2002 Apr 26
13
New HTB docs
Hi, for interested in participation on finishing new HTB developement I created simple docs regarding it. It is some insight into CBQ and HTB workings and problems. See luxik.cdi.cz/~devik/qos/htb/v3/
2008 Oct 22
0
a question about linux/asterisk/commands
hi; I'm curious, is there a way, after i set up an admin ivr one needs a password to enter, to make for say option 7 for say give me current bandwith usage information? Let me tell you what i do now and you could give me your ideas. First of all i have a user, mbabcock that i ssh with, I'm using the latest of freepbx and right now how i get the status for me is typing vnstat and
2001 Dec 24
11
Traffic balancing by IP.
Hello all! As far as I know that the traffic that will pass thru the router is balanced so that all connections have the same privilegies. Is it possible to configure the linux based router so that all computers will have the same privilegies? I mean that if in default case full traffic is splitted by connections, so I need to split it by users to prevent one user occupy all traffic by starting
2002 Oct 24
1
Fair Bandwidth sharing with HTB and EFSQ
I downloaded the HTB and ESFQ packages and installled the patched kernel and tools. Now can someone give me an example how to configure my system so that the 512Kbit are fairly divided for each computer ? Assume that eth0 is the interface on the WAN side and eth1 on the LAN side. Thanks _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2005 Jun 02
2
iproute + xml
Hello there, i am continuing with the development of the iproute GUI. I was wondering if there is a xml parser for the set up of the queues. I have been searching but i cant find any... anyone?
2008 Dec 12
2
get first month of trixbox free
hi; threw the end of the year we are running a promo, when ordering any package on http://gwhosting.net including our vps servers and trixbox servers, you can get your first month off. Yes, that's right, enter "30free" with out the quote signs into the coupon code field during checkout to get your first month free. Give us a try, you won't be sorry. Your security is our
2001 Dec 07
3
more on cbq parameters
While I''m thinking about that review of howto changes, here are a few other responses about things I don''t believe. I''ll be interested in more info if anyone has any. ==== [from new doc] Besides being classful, CBQ is also a shaper and it is in that aspect that it really doesn''t work very well. It should work like this. I''ve not noticed that it
2001 Dec 18
1
File being modified---win2k and solaris8
I have been working with Samba 2.2.0 on Solaris 8 and have hit a major problem when users accessing files from the server. A 'FILE RESERVATION' warning pops---in Windows 2000--up with an error saying that the "File.xyz is being modified by USER---where user is the last person to have opened the file---usually the same person opening it. I have tried turning of oplocks and kernel
2002 Jul 05
3
Diferences between HTB and CBQ
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, what''s the diferences between HTB and CBQ? Bye - -- ======================================== Netsite S/A - Security Officer Profissional Certificado Conectiva Linux www.kidmumu.com.br - UIN 4553082 ======================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see
2001 Nov 26
8
RTNETLINK answers: File exists
Can someone tell me what concept I''m missing here. The setup is simple. I have two default routes after ifup operations. I use "ip route del" to remove one, but then decide to add it back. The attempt is refused. Why? # ip route ls 66.95.83.208/28 dev eth1 proto kernel scope link src 66.95.83.210 65.84.205.96/27 dev eth2 proto kernel scope link src 65.84.205.104
2015 Feb 07
0
lost at 'repository' entry installing centos7
On 02/07/2015 03:01 PM, Jonathan Billings wrote: > On Sat, Feb 07, 2015 at 01:05:58PM -0600, g wrote: >> so much for all that. >> >> i just thought it was working. :-( >> >> only way i can get system clock to show correct CST is to set bios >> clock to CST. > > I suggest reading the man page for 'hwclock'. Namely, the --utc > option. If you
2008 Nov 05
0
a callerid question
hi; i have a customer who uses freepbx. He likes the ability to request a caller's name and then pass that threw to the extension, call screening, however one thing he wants to get is the ability to just pass the callerid to the extension, verbally red out to him. Can this be done? He's using latest build of freepbx, and i am as well. I'll do testing on it before deploying to