Displaying 20 results from an estimated 3000 matches similar to: "paste"
2005 Jun 28
0
[Bug 2831] New: rsync tries to create "." directory
https://bugzilla.samba.org/show_bug.cgi?id=2831
Summary: rsync tries to create "." directory
Product: rsync
Version: 2.6.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mario@dedenet.de
2008 Jan 10
2
how to calculate time offset between timezones?
#QUESTION#
Is there a way to calculate the offset between timezones, e.g. from "AST" to
"GMT"?
#DETAILS#
I am working with data files that use local time, and that indicate the
timezone by e.g. "AST" (Atlantic Standard Time, my local time) in a header.
I was guessing that
> ISOdatetime(2008,1,1,1,0,0,tz="GMT") -
>
2005 Jul 23
2
ASTCC gives me only the time, but no cost
I try to track down an error that causes that Astcc just reports the time, but not the costs.
I could narrow the problem down into this sub routine:
sub calccost() {
my ($adjconn, $adjcost, $answeredtime, $increment) = @_;
eval { my $adjtime = int(($answeredtime + $increment - 1) / $increment) * $increment };
my $cost;
print STDERR "Adjusted time is $adjtime, cost is $adjcost with
2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225
Summary: Supression of login warning banner for noninteractive
commands
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: ssh
AssignedTo:
2008 Dec 09
3
Voicemail.conf: where to fin strftime manual entry ?
Hi,
In voicemail.conf, you can read
; Look in /usr/share/zoneinfo/ for names of timezones.
; Look at the manual page for strftime for a quick tutorial on how the
; variable substitution is done on the values below.
Where can this manual page for strftime be found ?
man strftime and apt-cache search strftime don't reply much ...
Regards
-------------- next part --------------
An HTML
2011 Aug 01
3
Migration hangs on Gentoo with KVM
Hi there,
I'm trying to migrate a domain between two Gentoo hosts using KVM as hypervisor, but the migration hangs.
I tried both live or offline migration modes without success.
Details below.
Anyone has an idea of what could be wrong with my setup? The migration is the only thing not working.
Host A (initially running the VM)
=================================
# uname -a
Linux pion
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
Hi,
I'm having a bit of a problem trying to setup a dovecot proxy. I have a
setup with two nodes. One is a working Dovecot/Postfix mail server (node
a). The other is running a dovecot proxy and roundcube webmail.
Currently I can telnet to port 143 (or openssl s_client to port 993) to
localhost on node b. I can then login to a test account on node a. This all
works.
However, once I instruct
2024 Aug 30
0
ProxyJump: Connection reset by peer
Hi, I'm using ProxyJump via a local sshd (in a separate network namespace) to
connect to a remote host. It works fine the first time, but if I connect
several times in a row in a short period of time, I suddenly get a "Connection
reset by peer" error. This happens to be reproducible. If I wait a few seconds
(let's say 15 seconds), the connection is restored.
I have tried to
2006 Oct 21
1
Rsync 2.6.9pre2 tries to read ACLs of nonexistent files
Dear rsync people,
Today I tried to back up my computer using rsnapshot with the RPM
version of rsync-acl 2.6.9pre1 that I built. I tried twice, and both
times, rsync encountered some kind of assertion failure. I was trying
to reproduce the crash with rsync-acl 2.6.9pre2 and noticed a
different bug (described below); when I have a chance, I will go back
and investigate the crash further.
Rsync
2002 May 16
0
[patch] output of rsync -n truncated
I noticed that the output of "rsync -n" is sometimes truncated.
Even when you repeat the same command, the output may be different.
I'm using rsync-2.5.5 on a Debian woody system with ext3 file systems.
One scenario to reproduce this behavior is someting like this:
# rsync -aR /usr/share/zoneinfo /tmp
# rsync -n -avRH localhost:/usr/share/zoneinfo /tmp
receiving file list ... done
2006 Jun 09
2
Timzones, UTC, and to_xml()
Does anyone know a good way to hook into the AR to_xml() method to
allow for adjusting datetimes to a user''s timezone?
Basically I want a user to be able dump all their data before
cancelling an account. I store all datetime info as UTC as per the
recommendations of Jamis Buck and Scott Barron in the Rails Recipe
article "Dealing with Timezones". Come to think of it I bet
2017 Oct 20
1
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Thu, 19 Oct 2017 17:12:50 +0200 writes:
> On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>>> on Mon, 16 Oct 2017 19:13:31 +0200
2009 Sep 03
1
Subsetting Data Frame based On Specified K Value
I have a data that looks like this:
http://dpaste.com/88988/plain/
How can I extract/subset the data frame
based on selected uniq ID.
Let's say I want the first K uniq ID.
I want to be able to specify the parameter "K" here,
(i.e. given K=3, we hope to extract dat$V2 = 0,1,2).
I'm stuck with this construct:
dat <- read.table("http://dpaste.com/88988/plain/")
dats
2007 Mar 08
3
using true UTC timezone everywhere
One problem with the daylight savings is that they mess with reporting
tools that use timestamps. I guess an application could be configured to
log UTC instead of local time, but that's not always doable.
Also, if you have servers in several different timezones, it's better if
all systems follow the same clock.
So, I'm thinking it's perhaps better if I just use
2007 Feb 25
0
Upcoming change in Daylight Savings Time
This message, hopfully, summarizes all the questions people may have
about the change affecting when Daylight Savings Time begins and ends
for various time zones which takes effect this year.
NOTE: Before you decide this message does not effect you please bear in
mind that the most critical file involved in all of this
is /etc/localtime. That is the zoneinfo file your system will be using
to
2020 Nov 17
2
image works in native but not in vm when cpu mode='host-passthrough' is set
Greetings.
I have an image I've created with a bunch of chost flags which works on my machine when it comes to native boot.
if I take that same image into a vm managed via libvirt, I get kernel panic.
I'd assume that something is missing from my vm config, question is what and what I can do about it?
here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8
and the
2010 Sep 01
2
Error: Domain ''winXP'' does not exist.
Hi,
I''m tying to load a full HVM enviroment with windows XP to test my
first xen VM.
This is my config file http://dpaste.org/pbJd/
<http://dpaste.org/pbJd/>when i run the command : xm create winxp.cfg i got
Error: Domain ''winXP'' does not exist.
Somebody can help me with this? i did read docs about config files,
everyting seems to be in place
thanks
--
2010 Nov 12
7
hwclock problem
Hi.
I run peridocally (from cron) on all of my machines
30 * * * * root /sbin/hwclock --systohc
All of those machines in question take their time via NTP
from the same local server, and that server gets its time
from a ntp pool.
Now I had to reboot a couple of them two days ago and to my surprise
all had problems with the time upon booting.
Here are the important files:
[root at XXXXXX ~]
2001 Mar 23
1
Timeserver sending wrong time to Windows Clients
Help Andrew! and whoever else..
I have a Linux Mandrake 7.2 box with Samba 2.07 acting as a timeserver
for our local lan. We are in the CST timezone. All windows boxes sync
thier time from the Linux box via: net time \\Nemesis /set /yes. I would
like to have xntp keep the clock on the server updated.
Problem:
ntpdate and xntp work great at setting the Linux box hardware clock to
GMT.
The
2017 Oct 16
0
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net>
>>>>> on Sun, 15 Oct 2017 01:53:12 +0200 writes:
> (I reported the test failure mentioned below to R-help but was advised
> that this list is the right one to address the issue; in the meantime I
> investigated the matter somewhat more closely, including searching
> recent R-devel