Software :: "Clock Skew Detected" And 127.127.1.0 In Ntp.conf / Error Message Invalid Date In Changelog?
Feb 28, 2011
I try to setup a HPC cluster with CentOS 5.5. But now there is no Internet connection available in the room where the hardware is located so I set up ntpd server using synchronization with local clock (maybe I do something wrong). Here is my ntp.conf file on a master node (the master node has IP 10.0.1.1, a file server has IP 10.0.1.2 and compute nodes are 10.0.1.3..10.0.1.11, comments are omitted):
Code:
restrict 127.0.0.1
restrict -6 ::1
restrict 10.0.1.1 mask 255.255.255.255 notrust
restrict 10.0.1.0 mask 255.255.255.0 nomodify notrap
code....
Any time I try to install software building it from source when I run make I get a waring "Clock skew detected. Your build may be incomplete". Some software build successfully and run normally after install but some build tasks are failed for example when I try to build RPM's via 'make rpms' for BLCR I get an error message about invalid date in changelog. But the system date seems to be right. I suppose I have invalid settings of NTP.
View 5 Replies
ADVERTISEMENT
Feb 28, 2011
I try to setup a HPC cluster with CentOS 5.5. But now there is no Internet connection available in the room where the hardware is located so I set up ntpd server using synchronization with local clock (maybe I do something wrong). Here is my ntp.conf file on a master node (the master node has IP 10.0.1.1, a file server has IP 10.0.1.2 and compute nodes are 10.0.1.3..10.0.1.11, comments are omitted):
restrict 127.0.0.1
restrict -6 ::1
restrict 10.0.1.1 mask 255.255.255.255 notrust[code].....
View 1 Replies
View Related
Aug 5, 2010
hey dude error in gnu c pointer
I am using Red Hat Enterprise Linux 5.0.
#include <stdio.h>
#include <stdlib.h>
int main()
{
char * cp = NULL;
[Code].....
View 4 Replies
View Related
Feb 12, 2010
Installed rhel 5.3 on dell r710 with md1000 as das.
After creating raid 0 + 1 and rebooting, received an error message below:
View 14 Replies
View Related
Mar 26, 2010
Ive just installed Debian Lenny and then fglrx and kde, but if i try to login to kde, i get an error message because of invalid user. Do I have to enable my user first to login to kde or something?
View 4 Replies
View Related
Mar 30, 2010
i got a dual-boot. both are debian. yesterday i upgraded one of them to debian-squeeze and to grub2.that installations boots just fine.but for the second i get the error message from the thread title:"render error detected"after the grub-menu.if i choose single user mode it boots and hangs waiting for the root file system.i found this results at google (which i am not allowed to post yet) but i don't understand them.
View 8 Replies
View Related
May 20, 2010
I was installing opensuse 11.2 in parallel with windows xp.but during installation suddenly power has gone and after that opensuse is giving me the error message corrupt partition.i am also not able to login in xp. so I decide to reinstall windows, I got the error saying "invalid partition table" after the first restart of windows xp installation.
I tried to use windows system recovery console and committing fixmbr and fixboot commands, but didn't work.
i have 2 window partition(1 for windows and 1 for data).i do,nt want to format 2,nd partition.
How can I installed windows?My plan was first to install windows xp, then opensuse again.
View 2 Replies
View Related
Aug 18, 2010
I have upgraded from Fedora 9 to Fedora 13. When I try to install or update software I always get an error message "invalid GPG KEY" I checked my etc/pki/rpm-gpg directory and it appears I have all the keys. How do I know if they are valid? And if not how do I get the right stuff?
View 1 Replies
View Related
Oct 31, 2009
How do I get the day of the week and the date to show with the clock on the lower right of the desktop,
View 9 Replies
View Related
Jul 1, 2010
My clock settings are always keeping out of date, how can I fix this bug? I'm using opensuse 11.2 with Gnome desktop
View 7 Replies
View Related
Apr 28, 2010
I could find nothing on it. I want to change the date format for the clock in the upper right corner of the screen so that instead of reading [Wed 28 Apr, 11:51 AM] I will say [Wed 11:51 AM].
View 6 Replies
View Related
Sep 12, 2010
why 12/01/1965 is an invalid date ? It is a bug on date ?
Code:
miguel@quadbit:~$ date -d "12/01/1964"
Ter Dez 1 00:00:00 BRT 1964
miguel@quadbit:~$ date -d "12/01/1965"
date: invalid date `12/01/1965'
[Code].....
View 1 Replies
View Related
Mar 2, 2011
I'm using the ./livecd-iso-to-disk.sh script to create a bootable usb. Now in the arguments you're supposed to indicate a partition name. But my usb device gets auto-mounted to /media. And if I try to pass in /dev/sdb it gives me a "no media detected" message. What do?
View 3 Replies
View Related
Jan 8, 2010
Update-notifier told me there were updates today and I installed them. Among them were some for chromium (the browser, not the game ). After the update I couldn't start the browser. I tried starting from terminal and got: "Inconsistency detected by ld.so: dl-minimal.c: 138: realloc: Assertion `ptr == alloc_last_block' failed!" "I haz a fail!", I thought to myself and then tried rebooting and then reinstalling. Neither worked. This is on a 64-bit machine. Everything else works as expected. Using Firefox now, but I want my chromium-browser as well.
View 9 Replies
View Related
Dec 24, 2010
I'm a very new Fedora user, and I've stumbled upon an issue which I can't seem to resolve. Having had a good look through similar issues, I'm still stuck.I have a Fujitsu Siemens Amilo M3438G laptop, upon which I've recently installed Fedora 14. It seems to work great apart from one thing; CPU speed. The processor in the laptop should run at 2GHz. At the moment, it's running at 600MHz, and I simply can't get it any higher.
I've played around with power profiles a bit, not really knowing what I'm doing, but the issue seems to be that the CPU is somehow reporting to the Operating System that it's top speed is 600MHz.The BIOS on this laptop is very limited, and doesn't give me any clocking options whatsoever, so I can't manually set things like multipliers, etc.So, I guess my first question would be - how does the OS find out what the processor speed is, and is there any way of manipulating the top speed? Surely there must be a way for Speedstep compatible processors to exceed their initial clocks?
View 9 Replies
View Related
Feb 12, 2010
I'm attempting to apply the quota patch to postfix 2.5.1. I have done the following..
Code:
cd /usr/src/
apt-get source postfix
wget http://vda.sourceforge.net/VDA/postf...da-ng.patch.gz{code]....
dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1
I have searched hi and low and still can't work out how to resolve this.
View 2 Replies
View Related
Nov 26, 2010
I've just installed a fresh copy of Maverick Meerkat 64bit and I wanted to setup static ip, but unfortunately I can't because of invalid mac address detection during each startup. The message looks like this
Code:
dmesg |grep Mac
[ 5.988576] forcedeth 0000:00:07.0: Invalid Mac address detected: 0b:68:66:ea:0f:00
[ 5.988590] forcedeth 0000:00:07.0: Please complain to your hardware vendor. Switching to a random MAC I remember having the same problem on suse distro and the solution I found at that time, was to change the /etc/udev/rules.d/70-persistent-net.rules and edit it to look like this
[Code]...
View 3 Replies
View Related
Jul 30, 2011
I'm running Ubuntu 11.04 on a Compaq Presario CQ62, with factory specs. I have downloaded and installed VirtualBox 4.1.0 r73009, and successfully installed Windows XP SP3 and Windows 7. However, I have now hit a problem. When I go to Settings for either virtual machine, I get an error that says "Invalid settings detected". It doesn't matter what I try to change or adjust, this message will not disappear. I do not currently have USB support for the Virtual machines, but it's not a big concern to me at this time. I don't know what commands I need to issue or what information I can offer to get the readout of what's not working right. I am very comfortable using Terminal, but have no idea what to look for or where to go.
View 4 Replies
View Related
Mar 1, 2010
My computer was working fine yesterday. Last night I opted to load the newest ubuntu os ver 9.1. Now all I see after the initial booting takes place is a blank screen. I have managed to look at the booting up sequence and at the end of the multiple lines of code is the message: 'Invalid RT chipset detected'. I do not know if this is significant or not.
View 14 Replies
View Related
Sep 6, 2009
- how to add the date/time to the email (message body)
- how to as the user to add a picture
- how add on an error page a button to send it back to the form so that the input does not get lost
Here the program so far:
<?php
/*
CHFEEDBACK.PHP Feedback Form PHP Script Ver 2.15.0
Generated by thesitewizard.com's Feedback Form Wizard 2.15.0.
[code]....
View 1 Replies
View Related
Jan 19, 2011
i using centos 5.5 i have applied grub-md5 password to avoid to go single user mode and what happened someone knew this password then i have applied a new grub-md5 pawword and try to go to single user mode of the purpose it is working or not then message comes invalid password and i also try to previous password same message was on the screen right now i m unable to go single user mode and i have deleted it grub.conf and try to go single user mode then i m able and i again applied the grub-md5 password and try to go single user mode then same message invalid password why it is happning and what should i do ahead.
View 3 Replies
View Related
May 6, 2010
I thought I was removing the chat status piece of the indicator applet (I know what it is now, didn't then), but I accidentally removed the whole thing. Now when I figured out how to put it back on the panel, I can't get it back to where it was (which was to the RIGHT of the system date/time applet). How can I do this as well as move the indicator applet that has the volume control in it?
View 4 Replies
View Related
Mar 24, 2010
I'm just trying to figure out what is going on with FC12
Here is the error:
[root@localhost bigmac]# rkhunter --check
Invalid XINETD_CONF_PATH configuration option - non-existent pathname specified: /etc/xinetd.conf
View 1 Replies
View Related
Oct 28, 2010
I am using denyhosts on a server so in a config file/etc/denyhosts.confthe following value is setQuote:DENY_THRESHOLD_INVALID = 3which as per their configuration file saysQuote:
DENY_THRESHOLD_INVALID: block each host after the number of failed login
# attempts has exceeded this value. This value applies to invalid
# user login attempts (eg. non-existent user accounts)
[code]...
View 1 Replies
View Related
Jan 21, 2015
I have just installed the newest Debian Stable 7.8 release on my new notebook. Before installation I had to free some disk space from the preinstalled Windows7 with ntfsresize and fdisk. In addition to the existing three primary partitions I created an extended one with three logical partitions for /(root) /home and swap, see the output of 'fdisk -lu'
Code: Select allDisk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x196585ba
[Code] ....
Partition table entries are not in disk order
For some reason I put a bootable flag on sda7, and the only small concern during installation was that some BIOS systems might not work with boot-flag no logical drives. Now, every time I boot I get this "Invalid partition table!' message which I must 'enter" away before I get to the GRUB menu.
View 10 Replies
View Related
Jul 10, 2011
I am trying to install debian as a DC but on reboot I get the "Input not supported " error. I switched to virtual input and login to try to edit the xorg.conf file but created a new file instead because the xorg.conf file is open by the installation. How do I close it so I can edit it and continue. I am afraid to start a new file as I am not sure what is in the ools one.
View 2 Replies
View Related
Apr 30, 2009
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
View 1 Replies
View Related
Nov 10, 2010
Im trying to instal Sun Virtualbox but when download completes and I click on install I get the following error>>Message did not receive a reply (timeout by message bus) I wont even bother with this software if there are others out there that are as easy to use. I used it on Windows and thought it was great ! (thats how I eventually switched to Linux, by using it virtually at first)
View 5 Replies
View Related
Aug 16, 2011
Bottom Line: Dvd Drive died in my toshiba laptop and it was replaced (not before tech for some reason reformatted the Win7 partition... which was 100% un-needed, but thats beside the point now. I redid win7 (the tech installed vista) and am TRYING to "redo grub". Facts: The Slackware AND Ubuntu Partitions ARE STILL THERE and when i use SuperGrub Boot CD (which doesn't restore my grub by itself) to boot into slackware, i can see ALL THE CONTENT of both Linuxes still there including grub on ubuntu partition
(Tri-Boot: Ubuntu, Slackware, and WIn7) I had it working for two years or so, SO i know this "setup" works fine. I am A) Trying to do this as simply as possible. B) Trying to avoid the need to download a 800MB ISO (as seen for this issue on this forum) and trying not to have to reformat Ubuntu Partition (though I have the .Debs I have downloaded for it backed up ... all 1.7GB of them) I have /dev/sda1 as win7, /dev/sda2 as Slack and /dev/sda3 as Ubuntu (which contains Grub Legacy).. Every command I do seems to result in an error like "invalid command" or "invalid Execution format " (i think that second one is right) type errors. I compiled (awhile back) a few kernels for Slackware, but feel goofy that I cant figure what i this out (what i thought was going to be a "2 minute" fix)
View 4 Replies
View Related
Dec 31, 2010
Using IMAP to retrieve emails in Evolution is not working correctly. Some messages are recieved, others are not. Those messages that cannot be recieved, reports the following error message: Unable to retrieve message
Running the following;
evolution 2.28.3-0ubuntu10
Ubuntu 10.04.1 LTS
2.6.32-26-generic
View 4 Replies
View Related