Displaying 20 results from an estimated 100 matches similar to: "lookup failure after resume"
2006 Oct 24
0
Wifi connections
On Tue, 2006-10-24 at 20:21 +0100, Peter Brooks wrote:
> Hello all,
> I'm just querying if anyone's attempted to stream off icecast over
> wireless onto devices such as photos/mp3 players, As these devices are
> finally coming onto the market with wifi then I'm sure they will play
> an important part in any distribution for University Radio stations
> such as the one
2008 Jun 09
0
RE: RE: VLAN and BRIDGE HELP
You are very welcome.
One thing that I am working on now involves removing the step toward the beginning:
xe pif-reconfigure-ip uuid=<UUID of the bond created above> mode=static gateway=<GATEWAY> IP=<IP ADDRESS> netmask=<NETMASK> DNS=<DNS SERVER ADDRESS>
I do not believe that this step is necessary since we will not use the pif directly. We will use
2011 May 17
2
Graph dump bug
Hello,
i have observed a Bug in Graph Dump (think). tinc build fine Graph
dumps. Inside the dump is a tinc node which no longer tinc used.
Connection not inside of dump for this node. This tinc network is used
for backbone network in Chemnitz, Germany. We use tinc Versions 1.0.14
and 1.0.13 on PC (Linux) and router (OpenWrt).
In the attachment is the graph dump.
On this dump is name of node
2008 Jun 09
1
RE: RE: VLAN and BRIDGE HELP
While I am still in the process of working through this here are the steps I am taking to set up each machine.
1) Since each of my servers have multiple NIC ports I bond them together (see page 34 of the Administrators Guide) first. This is best down from the physical server and not via the remote console. If you do it remotely you will then have to reconfigure the management port before
2014 Jul 02
4
[Bug 2251] New: Wrong error-description on connect via domain
https://bugzilla.mindrot.org/show_bug.cgi?id=2251
Bug ID: 2251
Summary: Wrong error-description on connect via domain
Product: Portable OpenSSH
Version: 6.6p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2010 Sep 20
10
Tinc performance on a Dir-300
Hi,
we are using Tinc in our Freifunk Network in Oldenburg for internode
connections over the internet. So Tinc is running on OpenWrt 10.03 on Dlink
Dir-300 Routers.
We all have enough internet bandwith (1,6 MB/sec and more) but we only get a
maximum speed of ~350KB/sec between two tinc nodes because then tinc uses 99%
of the cpu.
Is it possible to get more Speed with tinc on this machines?
2011 Sep 12
2
interface not responding to arp requests
Okay, so I''m trying to setup my multiple ISP setup that I described earlier.
I have:
# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: em1: <BROADCAST,MULTICAST,UP,LOWER_UP>
2015 Dec 31
2
Is there any some cases we can see ?
Hi,
We just found the tinc, looks like it is really a better VPN solution than
traditional VPN, I am wondering, is there some cases we can refer, like is
there some big cluster running in the production environment ?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 24
10
sorting divs by class
I have a script that pulls in a bunch of data to my page and parses it
out into the following format:
<div id="container">
<div id="myID1" class="new">stuff</div>
<div id="myID2" class="new">stuff</div>
<div id="myID3" class="read">stuff</div>
<div id="myID4"
2006 Oct 24
3
Wifi connections
Hello all,
I'm just querying if anyone's attempted to stream off icecast over wireless
onto devices such as photos/mp3 players, As these devices are finally coming
onto the market with wifi then I'm sure they will play an important part in
any distribution for University Radio stations such as the one I'm part of
running.
-------------- next part --------------
An HTML attachment
2010 Sep 27
0
problem when downloading files with xsendfile
Hii All, i loaded mod_xsendfile.so in apche , i added few line in
httpd.conf files
LoadModule xsendfile_module modules/mod_xsendfile.so
XSendFile on
XSendFileAllowAbove on
<VirtualHost * localhost:80>
ServerName src
DocumentRoot C:/InstantRails-2.0-win/rails_apps/src/public/
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
</VirtualHost >
now in my
2004 Aug 17
0
RE: dialing out
Thanks to Greg Hill for pointing me to the 'sip debug on' cmd that
helped me resolve the sip connection problem!
The other issue I'm trying to resolve is configuring outgoing calls. I
need to configure outgoing calls to use the FXO card in the PBX (zaptel
device) via sip connected ip phones when a user dials 9. I need to
support local and long distance dialing. Below is an excerpt of
2004 Aug 17
0
RE: RE: dialing out
Nevermind. Figured this out. I needed the following in extensions.conf
to enable outbound dial.
exten => _9.,1,Dial(Zap/2/${EXTEN:1},70,Tt)
Thanks
-----Original Message-----
From: Info [mailto:info@psgsite.com]
Sent: Tuesday, August 17, 2004 9:27 AM
To: 'asterisk-users@lists.digium.com'
Subject: RE: dialing out
Thanks to Greg Hill for pointing me to the 'sip debug on'
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
dosutil/mdiskchk.com | Bin 8106 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 dosutil/mdiskchk.com
diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com
deleted file mode 100644
index
2007 Sep 18
1
I''m having an issue with u32 masking
Hello again all,
I''m proud to say that with the help of a good friend and some serious
tinkering, I have finally figured out filtering within tc.
But alas, I am having an issue I know I should not be having.
I am trying to filter all IRC traffic on my network so that it neither
consumes large amounts of band width nor gets to little band width.
I originally wanted to filter just
2006 Sep 15
1
pdf default version
R has had the ability to generate pdfs with transparent colors for a
couple of years now using pdf(..., version="1.4").
By default, Sweave uses just 'pdf' (without version 1.4), so a hack is
needed when using Sweave to create pdfs with transparent colors. See
http://tolstoy.newcastle.edu.au/R/help/04/11/6655.html
I would find my work process simpler if R defaulted to
2019 Nov 06
1
tinc based deployments..
Do we know the size of biggest deployment(site-site and client-site) which
is tinc based VPN?
Or it is just used in toy projects at schools to learn something about VPN?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20191105/0ce00ca7/attachment.html>
2004 Jun 24
0
2 E100P cards on one asterisk
Hello,
Is it possible to have 2 E100P cards on one asterisk?
I'm able to do that now, but I'm not sure about my config.
Here is my zaptel.conf
[root@ConnecteurPRI02 asterisk]# more ../zaptel.conf
span=1,1,0,ccs,hdb3
bchan=1-15,17-31
dchan=16
loadzone=fr
defaultzone=fr
span=1,2,0,ccs,hdb3
bchan=32-46,48-62
dchan=47
loadzone=fr
defaultzone=fr
Here is my zapata.conf
2006 Mar 23
1
Per-user "Seen" flags with shared namespace stored as maildir?
Hi all,
I was wondering if the above was possible. I know that the "seen" flag is stored in the filename, but was wondering if anyone knew of a way to separate it out? I know this would strictly-speaking break maildir compatibility, but it would be extremely useful for shared folders.
I've been given the task of replacing the (extremely heavily used) shared folders functionality
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
=================================================================
"I don't know anything about music.
In my line you don't have to."
Elvis Presley
=================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.4.
Major enhancements in Samba 3.4.1 include: