Displaying 20 results from an estimated 5000 matches similar to: "Keep Alive packets"
2002 Apr 03
2
Raw EXT3 block format
Hello Guys,
I am looking to extend/create a file system that span networks/device of any
kind, shape and manner :) Check out http://www.insync.za.net/openufs/ (also
on http://openufs.sourceforge.net - but Iam not here to adv. the site !)
I would like to know, where can I find what EXT3 will write to the disk, how
it works etc.
Surely EXT3 will write something like this :
Block 0 - (1024 bytes)
2012 Dec 17
4
Samba3 joining W2k3 as member server
Hi list,
I have tried with all my might to get a samba3 server (Ubuntu 12.04.1 LTS) to join a Windows 2003 domain as a member server, without any luck. I have used,from memory, the official way of doing this (aka, from the samba.org website). No matter what settings I use in smb.conf, the server always joins as a domain controller. This doesn't seem to break the domain how ever. All I am
2004 Sep 08
2
--keep-dirlinks in combination with --one-file-system
I've been using the --keep-dirlinks feature of 2.6.3pre1. I also
use -x (--one-file-system) and --delete-after.
The symlinked directories on the receiver are symlinked to a
partition other than the one where the target of the rsync resides
(that's the whole point of this nifty --keep-dirlinks feature).
I discovered that the symlinked directories are not being processed
for deletions.
2005 Feb 12
1
[Bug 1889] Keep Alive packets
https://bugzilla.samba.org/show_bug.cgi?id=1889
------- Additional Comments From wayned@samba.org 2005-02-12 15:05 -------
Note that in the new version, this too-long receiver-side scan can be avoided by
using --delete-during (--del). However, I'm still considering adding a "keep
alive" message.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
-------
2006 Sep 15
8
file: target generates error
file { "/var/log/syslog":
target => "/var/log/messages"
}
generates the following error:
err: //henson/stanford/syslog/file=/var/log/syslog: Failed to retrieve
current state: undefined method `should'' for false:FalseClass
2003 Dec 01
3
rsync'd destination much larger than source
Hello.
Recently, I started using rsync to backup files in my root partition on an
Ensim
box over to a remote machine. The remote machine 'pulls' from the Ensim box
using the following:
rsync -arvzx --exclude=/proc --exclude=/tmp --exclude=/mnt --delete
--delete-excluded -e ssh 192.168.0.1:/ /bkup/rootpart/
The problem is, if I 'df' the Ensim box, it reports that the entire
2006 May 22
2
Recommended SIP phones?
I am dying here with linphone (not sure if it is crap software or just me
being an idiot) but out of the box debian installations of two linphones fail
with a "Got SIP response 415 "Unsupported Media Type" back from 192.168.1.3"
Can anybody recommend a particular SIP soft phone that broadly satisfies the
following criteria?
1. Run on linux.
2. Simple to use and setup.
3. Is
2006 Oct 16
3
lda
I'm trying to do a linear discriminant analysis on a dataset of three
classes ("Affinities"), using the MASS library:
> data.frame2 <- na.omit(data.frame1)
>
> data.ld = lda(AFFINITY ~ ., data.frame2, prior = c(1,1,1)/3)
Error in var(x - group.means[g, ]) : missing observations in cov/cor
What does this error message mean and how can I get rid of it?
Thanks!
Pieter
2006 May 16
6
Netherlands zaptel.conf
Hello,
I have configured my TDM01B Card (1 FXO Port ) as follows (below) but it will
not pick up an incoming call.
Any suggestions/tools to see what the problem is? I have looked at zttool
where this line changes but I don't understand what it means (The last digit
changed from 0 to 1)
Total/Conf/Act: 4/ 1/ 1
/etc/zaptel.conf
fxsks=4
loadzone=nl
defaultzone=nl
2008 Jun 24
2
Invalid argument while mounting
I get the following error when trying to mount: Nothing changed (in any
case not that I know of). I get the same error from both nodes. Please
assist.
# mount /u02
mount.ocfs2: Invalid argument while mounting /dev/sdd1 on /u02. Check
'dmesg' for more information on this error.
/etc/fstab:
/dev/sdd1 /u02 ocfs2
_netdev,datavolume,nointr 0 0
2006 Aug 15
4
escaping html?
Hi
I have a wysiwyg html ditor in my app. How do I escape html written to the
database and encoding when I display the content>
Ty
Pieter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/d8c50941/attachment.html
2006 Aug 11
6
css - location of files.
Hi all.
I have the following scenario.
http://myapp/site1 is using <%= stylesheet_link_tag ''myapp_standard'' %>
to define the stylesheet for layout, I have myapp_standard.css in
/public/stylesheets and it works fine.
However, in the stylesheet I define a image to use for my site
background. eg:
html, body{
background-image: url(mysite_background.jpg);
padding-top:
2019 Oct 03
2
Home Directory Creation
> Tried your config here and it works. My debug log looks as follows for
> the first brief IMAP session:
>
> Oct? 3 22:28:56 drieka dovecot: imap-login: Login:
> user=<diederik-jan>, method=PLAIN, rip=::1, lip=::1, mpid=21949,
> secured, session=<OtQjbweUvpIAAAAAAAAAAAAAAAAAAAAB>
> Oct? 3 22:28:56 drieka dovecot: imap(diederik-jan): Debug: Added
> userdb
2015 Oct 15
3
How can I set the advertised value of MTU for virbr0 interface?
Hi all,
I want to set the advertised value of MTU
for virbr0 interface on a Fedora 21 host to 1454
to accommodate the installation of new VMs for testing purposes.
The aforementioned host is an OpenStack VM actually,
which explains the need for a lower than 1500 MTU.
I noticed Pieter Hollants' patch to set
dhcp-option=<number>,"<value>" for an interface,
but
2009 Sep 15
4
Protecting against kernel NULL-pointer derefs
All,
Given the amount of NULL-pointer dereference vulnerabilities in the
FreeBSD kernel that have been discovered of late, I've started looking
at a way to generically protect against the code execution possibilities
of such bugs.
By disallowing userland to map pages at address 0x0 (and a bit beyond),
it is possible to make such NULL-pointer deref bugs mere DoS'es instead
of code
2005 Jan 21
5
Potential new option: --delete-during
There is a new patch named "delete-during.diff" in the CVS "patches"
dir. This patch adds the ability for rsync to incrementally delete
files in each directory during the normal course of the transfer rather
than doing a separate delete scan either before or after the transfer.
The patch renames the current --delete option into --delete-before and
makes --delete behave in the
2010 Apr 14
3
tincd without root privileges
hey,
is there a way to run tinc on a (linux) box, with a public ip,
but on which i don't have root privileges ?
the server just connects nodes (behind natted firewall) & relays
their traffic, so no need for tap/tun interface on the box itself.
ptr_
--
http://www.L45.be/voidpointer
0493 52 5009
2005 Feb 26
4
Managing lot''s of VPN''s
Dear Shorewall list,
I need to connect a firewall to various remote sites (VPN''s) at the same
time, but i do not have control of any of the remote subnets and/or the
given IP address: The firewall is just a client in all of the VPN''s.
So, as i see it, the remote subnets (mostly rfc1918) are doomed to get
into conflict when they happen to be connected at the same time. For
2010 Jun 28
4
Error 400 : could not find template
Hello,
I did make a stupid fault: not commiting changes to version control :-(
After the installation of puppet-dashboard, I added a recipe to add
report = true to puppet config files on clients.
Now all Puppet clients don''t update because of an error...
What can be the various reasons for an ''400'' error??
I guess it has something to do with rights.
Jun 28 09:52:36 pm
2008 Jul 27
3
license server platform authentication
I am trying to get a program running under wine that needs to connect to
a flexlm license server. Unfortunately I get denied when authentication
because the license is a 'windows' license and I am running the program
from a linux platform.
Is there a way to make wine authenticate as windows? I am using the
'windows version' of the program, so I am assuming that there is