Questions tagged [timestamp]

92 questions
1
vote
1 answer

Get remote system time from ICMP timestamp

I read from an article that ICMP Timestamp can be used to determine system time so I tried hping3 192.168.1.x --icmp --icmp-ts -V. The output shows len=46 ip=192.168.1.x ttl=xx id=xxxx tos=0 iplen=40 icmp_seq=x rtt=x.xms ICMP timestamp:…
akgren_soar
  • 181
  • 2
  • 7
1
vote
1 answer

Timestamp comparison on AIX without date -d

I have a bash script on AIX 7 that runs a database query and the output I get is a timestamp in the following format: 201607130319. Now I would like to compare the timestamp with current time (date +%Y%m%d%H%M - 201607201802) and check the…
Debianuser
  • 421
  • 4
  • 12
  • 29
1
vote
0 answers

server large jiffies during boot(Calibrating delay loop...)

The server behaves abnormal, I checked the dmesg log , found the jiffies is very large during boot, between Detected cpu and Calibrating delay loop.. reboot the server does not solve the problem. shutdown and cool down for a while then restart it…
user319514
  • 21
  • 4
1
vote
1 answer

How to append unix timestamp to each line output file

I'm running the following command and storing the stdout into a text file. I need to add unix timestamp to each line output file to figure out start and end time of each operation. $ ./bin/ycsb load mongodb -s -P workloads/workloada -p…
hossein
  • 181
  • 1
  • 1
  • 8
1
vote
2 answers

Wrong date/time in dmesg

we have this strange issue. We use perl script for human-readable time-stamp in dmesg (taken from http://linuxaria.com/article/how-to-make-dmesg-timestamp-human-readable) and I also tried this one (…
Hudsik
  • 11
  • 3
1
vote
1 answer

Why is find not excluding old files?

I want to copy all gzipped files from my apache logs that were created less than 43 days ago. As a test, I simply listed my files from find: sudo find /var/log/apache2/ -mindepth 1 -ctime -43 -name "*.gz" -ls But the results are including files…
HorusKol
  • 751
  • 5
  • 13
  • 31
1
vote
1 answer

How to disable windows server 2008 timestamp response

Posted this question on stackoverflow but then got instructed to post it here: I was using Rapid7's Nexpose to scan one of our web servers (windows server 2008), and got a vulnerability for timestamp response. According to Rapid7, timestamp response…
Cal
  • 189
  • 1
  • 2
  • 7
1
vote
0 answers

DNS Timestamps don't appear to be updating since enabling Secure Only Updates

We have a Windows Server 2008 R2 Active Directory Domain. There are 4 domain controllers each running DNS with a Active Directory-Integrated zone. There are 2 member servers running DHCP with Name Protection enabled. Dynamic updates in DNS are…
DuWayne
  • 11
  • 1
1
vote
2 answers

How to view specific interval of timestamp in huge log file?

How to view what happened to server in specific time period and specific date? For example: I want to see what happened 23.03.2013 from 6-8am i want to use command line, maybe cat+grep+sort ? log looks like "Mar 24 22:32:49 serv named[21804]"
barraba
  • 35
  • 1
  • 1
  • 7
1
vote
2 answers

Download and save a file with proof that it was downloaded from a specific server/url on a specific date?

Assuming the file was downloaded over http is this possible? I'm guessing there could be some way to do it using a hash and a timestamp however I'm not sure how you could prove nothing was tampered with including the downloaded file itself. EDIT: As…
ajw0100
  • 111
  • 3
1
vote
1 answer

timestamp +5 hours logstash

I am using logstash to send syslog data to elasticsearch. Everything is working fine except the logstash agent is sending data with the timestamp +5 hours. Here is my config: input { file { type => "syslog" # modify to path to suit your…
mako_reactor
  • 398
  • 4
  • 11
1
vote
2 answers

How to find timestamp of file on FTP server

I need to find the latest created file in a FTP folder. However the FTP server is not returning full timestamps for files with the LIST command (missing the year): drwxr-xr-x 2 owner group 0 Nov 9 17:29 archive drwxr-xr-x 2…
hoju
  • 220
  • 2
  • 7
1
vote
2 answers

Ubuntu Enterprise Cloud - NCs down and time synchronization

I'm having trouble with my cloud installation. I've installed everything from the Ubuntu Server 11.04 CD, then upgraded the system to the latest version (apt-get update && apt-get dist-upgrade), installed NTP, correctly set it up, and booted…
Bruno Reis
  • 315
  • 3
  • 11
1
vote
1 answer

High count packets rejects in established connections because of timestamp

I am trying to set up a Wowza media server using a Dell R710 with 24GB memory and a 10Gbit connection and all the calculations say it should be able to handle around 20k connections however when I get to around 9000 connections, Wowza starts…
Roger
  • 11
  • 1
  • 2
1
vote
1 answer

After applying archive log in oracle, what time is it now?

I have restored the database and applied the archive log. How can I tell the latest transaction timestamp I have recovered to? This is oracle 10g R2 standard (no flashback enable)
J-16 SDiZ
  • 238
  • 2
  • 9