Displaying 20 results from an estimated 6421 matches for "kept".
2011 Nov 16
2
Where is source address info of a route kept?
...y but I want the route to use
the secondary address as a source.
# ip route add 11.11.11.11 via 192.168.5.148 src 192.168.5.217
And the ip route show command shows that it knows the source.
# ip route show
11.11.11.11 via 192.168.5.148 dev eth0 src 192.168.5.217
But where is the source address kept? If I look at /proc/net/route,
it shows the route (0B0B0B0B = 11.11.11.11), but not the source
address.
# cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
eth0 0B0B0B0B 9405A8C0 0007 0 0 0 FFFFFFFF 0 0 0
...
Where is the sour...
2005 Aug 22
2
Poprelayd released for Dovecot
...orum/forum.php?thread_id=1338704&forum_id=21494
BTW, I would need something from you:
The POP login information that we can find for Dovecot in the
/var/log/maillog is [::ffff:IP_ADDRESS].
Here is an example:
Aug 19 23:23:02 anoigo pop3-login: Login: john [::ffff:82.208.12.243]
Will this be kept the same all the time or is this ffff value a variable ?
Will it be kept like this all the life of Dovecot ? Also, I would need to
know if the 'pop3-login' and 'Login:' information there will also be kept.
Thanks.
Regards,
Daniel
-------------- next part --------------
An HTM...
2012 Jun 12
6
Trying to get tagmail to work
...tags) but for now I just want to get it working.
Master Puppet server is setup with Passengers, all works well:
/etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is ''$vardir/log''.
logdir = /var/log/puppet
# Where Puppet PID files are kept.
# The default value is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
ssldir = /etc/puppet/ssl
[agent]
# The file in which puppetd stores a list of the classes
# ass...
2004 Feb 10
3
rsync 2.6.1cvs dumps core when preserve_hard_links and backup
...dir=/some/backup/dir \
srchost::dir/ dir/
The core says...
------------------------------------------------------------------------
Program terminated with signal 11, Segmentation fault.
#0 0x80536c0 in keep_backup (fname=0x808f060 "rsync.core") at backup.c:266
266 if (!kept && preserve_hard_links && file->link_u.links
(gdb) where
#0 0x80536c0 in keep_backup (fname=0x808f060 "rsync.core") at backup.c:266
#1 0x80537c9 in make_backup (fname=0x808f060 "rsync.core") at backup.c:297
#2 0x804c003 in delete_files (flist=0x8096100) at...
2011 Mar 08
3
classes.txt missing
...mmand to run puppet.
puppet apply --verbose /path/to/manifest
My puppet version is puppet 2.6.4.
My puppet.conf file looks like this:
[main]
# The Puppet log directory.
# The default value is ''$vardir/log''.
logdir = /var/log/puppet
# Where Puppet PID files are kept.
# The default value is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
ssldir = $vardir/ssl
# Where manifests are kept
manifestdir = $vardir/manifests
[agent]
#...
2006 May 24
3
How to make attributes persist after indexing?
Dear All!
For descriptive purposes I would like to add attributes to objects. These
attributes should be kept, even if by indexing only part of the object is
used.
I noted that some attributes like levels and class of a factor exist also
after indexing, while others, like comment or label vanish.
Is there a way to make an arbitrary attribute to be kept after indexing?
This would be especially useful when i...
2014 Feb 14
2
Maildir format
I see where the mail box meta data is kept. But don't the actual
emails. I was under the impression the impression the email was kept,
on the server, as .eml.
Thanks in advance
2010 May 20
10
Which issue is keeping you from updrading to 1.6.2 ?
Hi,
I'm evaluating what could keep me from upgrading production systems to
1.6.2.
As 1.6.2 seems pretty close to 1.6.1 but I gave 1.6.2 a try but I met an
issue with BLF-pickup which kept me from going further.
Have you met other issues I should include include in my checklist ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100520/6d75e349/attachment.htm
2013 Sep 05
0
windows guest network kept down automatically when several windows guest running in one KVM host,
Hi all:
I have some kvm host(rhel 6.4, 2.6.32-358.0.1.el6.x86_64), I ran several windows guest on it(more than 10 guest on one host and the guest os are win7-32/win7-64/win2k8), but the guest network kept down automatically, lost package. I tried virtio drive and e1000 drive,but it didn't work. However, when I run cmd.exe ping some other subnet ip it worked.
The host and guest are connected by bridge.
Here is some configure infomation of my guest:
<interface type='bridge'>...
2005 Jun 23
3
How fouled-up can you get??
...d am getting emails hand over fist. They'll bust my inbox
quota if I miss a day.
I went to the web site for my subscription and tried to disable delivery;
I'll follow this list on gmane or not at all -- and that works with every
other mailman list I've tried.
It wouldn't let me -- kept reverting to the password screen; I kept giving
it the password, and making the change; and next time, the change was not
there -- even though my password was letting me in.
I sent an email to the address specified on the subscription website,
asking for help. It sent me a piece of boilerplate in...
2012 Mar 12
8
CentOS Server Backup Options
...business environment. It will have (3) 300gb drives in a raid 5 array but I
don't anticipate more than about 25gb of data that needs to be backed up
each night.
I want a lot of backups with a rotation scheme that included daily, weekly,
and monthly copies. I want the daily copies of the data kept until the next
week, and the weekly copy being kept for four weeks, and the monthly copies
being kept for a year.
The vendor is recommending a RD1000 Removable Disk device. This looks like
it has great specs. Each cartridge holds 160gb (non-compressed) and the
drive costs about $420 but seems th...
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
...a file to the file-system.
Dashboard v1.2
Puppet puppet-server.noarch 2.7.19-1.el6
SERVER:
-bash-4.1$ cat /etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is ''$vardir/log''.
logdir = /var/log/puppet
# Where Puppet PID files are kept.
# The default value is ''$vardir/run''.
rundir = /var/run/puppet
# Where SSL certificates are kept.
# The default value is ''$confdir/ssl''.
ssldir = $vardir/ssl
[master]
reports = store, http
reporturl = http://us3sm2ppt001.comp.prod.lo...
2015 Mar 09
10
[Bug 2363] New: With multiplexing, a forwarding is kept in the list of active forwardings even when it fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2363
Bug ID: 2363
Summary: With multiplexing, a forwarding is kept in the list of
active forwardings even when it fails
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assig...
2009 Sep 26
1
Where are phone registrations kept?
Hi,
I've built an Asterisk HA cluster by means of heartbeat and drbd. The
following folders are stored on shared storage and referred to by means of
symbolic links:
/etc/asterisk
/var/lib/asterisk
/usr/lib/asterisk
/var/spool/asterisk
/var/log/asterisk
I was under the impression that phone registrations were stored
in /var/lib/asterisk/astdb and as such preserved when failing over.
But
2007 Aug 02
1
How much file list kept during incremental recursion?
Wayne,
Sven's note made me curious about how much incremental recursion
actually reduces memory usage, so I'm asking: How much of the file
list do the rsync processes hold in memory at any one time in
incremental recursion mode? Just the active file-list chunk(s) and
their ancestors? Or does rsync store directories or even all files
permanently until the end of the run? I could
2008 Mar 02
1
using rsync for mirroring: deleted files from source and kept in dest, better handling?
Hello,
I'm starting to explore rsync to mirror some
directories from a disk to another locally.
If I understand it right, if I don't include any
--delete* parameter, when updating the copy, if some
files have been deleted from the source directory
they're not deleted from the destination directory.
That's exactly what I need, but I'd like those files
be treated differently, I
1999 Oct 19
0
Dates/Times Kept
Hi,
I'm running Samba2.0.5a on Solaris 2.6 and noticed that by default Samba
keeps the original dates/times of files when they're copied to the
server.
This obviously makes sense, but does anyone know if there is an option
that allows the dates/times to be replaced with the server time when the
file/directories are copied to the server?
I've looked through smb.conf man pages and
2007 Mar 07
2
Asterisk Auto-dial out
...uto-dial out feature but don't want to have to specify
a channel (Zap/G2/) to connect to the extension.
Current file I use:
Channel: Zap/G2/12127778866 #<< ==== I have to specify a specific
channel
MaxRetries: 1
RetryTime: 60
WaitTime: 30
#
# Assuming that your outgoing call logic is kept in the
# context called [line1out]
#
Context: line1out
Extension: 7632
Priority: 1
Is there a way that I can just put in the number and have the system
decide the channel to use for calling it?
What I would like to do:
Channel: NNNNNNNNNNNN #<<=== This number could be...
2018 Jan 27
2
Tags lost when decoding
Hi!
On windows x64: flac -d "Some file.flac"
decodes the file to WAVE format, but the tags (like artists and title) are
lost.
Reading the docs, I understand that tags should be kept.
Even if I force some tags: flac -d -T "ARTIST=Queen" -T "TITLE=aaaor"
"Some file.flac"
they are missing from the destination file (even check with a hex editor)
Is this some known issue? Am I missing something?
PS: I used this:
https://ftp.osuosl.org/pub/xiph/rele...
2007 Feb 10
3
Dell PowerEdge 2950 Sharing NIC IRQ with Digium Card
...other two
follow. I've tried moving the Digium card to the other PCI slot and the
IRQ problem still exists. I talked to Dell technical support and they
said "oh all our new machines share IRQs like that, the way you are trying
to do it is archaic". What?!?! The Dell tech guy kept saying that I can
define an IRQ in Linux, and I kept telling him that I need two unique (not
virtual) IRQs.. one for the NIC and one for the Digium card. He said "yeah
we've had other calls about Digium cards in these servers not working".
ARG! Now I'm in a real quandry.
Does...