ntp sanity limit kills ntp daily - Forums Linux |
- ntp sanity limit kills ntp daily
- Effectiveness of ntp under Redhat Linux FC3
- reluctant USB mouse response in X
- ATI or NVIDIA ?
- New linux user - partition / mbr question....
- Linux native unicode support?
- LILO+RAID+LVM or EVMS (+GRUB) ?
- 18 hours into my 1st linux and things aren't going well...
- first time install: laptop, no floppy and a bum CDROM drive
- Semi-newbie: configuration tools
- grub problems: rootnoverify / chainloader problem
- DHCP issues with Fedora 3
- Assembler errors when compiling kernels 2.4.30 and 2.6.11.9
- ldconfig 'ignoring' modules directory
- can I send mail from a linux box in an exchange world?
- problems with Gentoo (messages on startup, installing gnuplot, running KDE)
- How many partitions?
- Use IA-64 for AMD Anthlon64
- Suse 9.2 on IBM thinkpad
- 1st time debian install, system hangs at LILO after base installation is done
- x window not starting up, how to boot to single user mode
- SATA Raid Controller for Linux
- chmod all
- grub:how it works under the hood
- list subdirectories on a particular partition
ntp sanity limit kills ntp daily Posted: 20 May 2005 11:55 AM PDT Michael Ward <com> writes: One of the configuration parameters I believe is how much the time can be out befor it is considered insane. I know it exists in chrony, and believe it also exists on ntp. (eg on chrony it is the parameter maxupdateskew) However you probably also want to figure out why backups are destroying your clock. Somehow the timer interrupt is being ignored. You may have set the priority on disk interrups too high somehow. |
Effectiveness of ntp under Redhat Linux FC3 Posted: 20 May 2005 11:39 AM PDT In comp.os.linux.setup Michael Ward <com>: Sounds old, isn't the FC3 update kernel even more recent? Ntp can be configured to ignore this behavior which does indicate some serious problems. IIRC it will ignore the problem only once and exit if this happens again. Should be all in the fine manual 'man ntpd', should be the first thing to try, checking the docs coming with the package. If the backup happens at a scheduled time, you could run a script from cron or the backup software, stopping ntpd and later using ntpdate to set the clock and restart ntpd. Sure this is a bit clumsy but the real problem is related to your broken hardware. -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 164: root rot |
reluctant USB mouse response in X Posted: 20 May 2005 11:18 AM PDT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mjt wrote: I use Pico so this is what to do If you have X11 6.8.1 or later, I have 6.8.2, open it this way pico /etc/X11/xorg.conf Find the Mouse area If you have a Scroll mouse this helps Device "IMPS/2" Options "ZAxisMapping" "4 5" Options (If you have more than 3 buttons) "Buttons "4 7" I have a Lo\gitech Trackman Marble Opticle of which is not made any more, but it works great with the first two lines. USB 2.0 too -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCjo6vTVY8putMdaARAt+lAKCPdmqJPGsoPiXyOzjqc/m9Y91rzgCfZbjV QaD23Hl3au4MnrJrjE/cjKU= =yfWd -----END PGP SIGNATURE----- |
Posted: 19 May 2005 09:57 AM PDT (Rudolf Usselmann <com>) scribbled: .... driver support isnt as good as NVIDIA -- << http://michaeljtobler.homelinux.com () >> Children are unpredictable. You never know what inconsistency they're going to catch you in next. - Franklin P. Jones |
New linux user - partition / mbr question.... Posted: 19 May 2005 07:49 AM PDT Peter T. Breuer wrote: stop other=/dev/hda1 label="windows" table=/dev/hda do Yes, i have indeed foobarred myself by the sound of it. I can't put the partition back can I? Or just putting a partition there should do the trick? Is there not a way to reconnect the winxp installation with the appropriate boot files, rather that trying to recreate the partitions that existed when it was installed? I've tried putting a new installation of XP on, but when it goes to reboot during setup, the reboot leads back to the blank screen, so that doesn't seem to be an option. |
Posted: 19 May 2005 04:18 AM PDT Peter T. Breuer wrote: [...] Yes, depending of what is understood under "Unicode". Linux knows what to do with UTF-8 if set up properly. It will have problems with UCS-2 (as used by Windows). Both may in some sense be called "Unicode" :) So what? As long as Unicode in the input encoding is displayed properly? Yes, that is (may be) a problem. Linux text console has room for 512 characters only (I have heard of pathes that enable font switching on the fly) so you probably cannot stuff very much in it. GUI is better but even then konsole does display quite a lot of rectangles when I cat KDE desktop file with all translations. In any case, you need not *one* font but font set that covers those Unicode planes you need. You mix viewing and processing. Program may process Unicode correctly even if system is not setup to display it. (less is not unicode aware BTW at least w.r.t. to editing command line so you cannot enter search string if character set is multibyte). =arvi= |
LILO+RAID+LVM or EVMS (+GRUB) ? Posted: 18 May 2005 03:07 PM PDT Peter T. Breuer wrote: It was the robustness I was going for, but maybe a 4 disk RAID1 is a bit OTT. Maybe 2x2 disk RAID1s as swap partitions. The server "shouldn't" ever start to swap though, they are there "just in case", so back to plan A with swap on RAID then :) I think a root-RAID is a good thing, and lilo supports automatic update of all the MBRs in a RAID1 setup using the raid-extra-boot option. My root has /boot on it, I didn't want to mess about with another partition. Yepp :) Bill |
18 hours into my 1st linux and things aren't going well... Posted: 18 May 2005 10:03 AM PDT com wrote: Hi Steve, If you click the RedHat link on the linuxiso.org it goes to a page: ( http://linuxiso.org/distro.php?distro=7 ) that has the link straight to some Fedora Core 3 CD iso's, that link is: http://linuxiso.org/distro.php?distro=64 Mark |
first time install: laptop, no floppy and a bum CDROM drive Posted: 17 May 2005 01:52 PM PDT Thanks for the suggestions all, much appreciated. Turns out I was able to get RH to boot from the CD, so all is well. ;) |
Semi-newbie: configuration tools Posted: 16 May 2005 07:34 PM PDT On Wed, 18 May 2005 06:44:51 -0500, mjt wrote: Full agreement there. Reading the init scripts gives you the files which are required for configuration. |
grub problems: rootnoverify / chainloader problem Posted: 15 May 2005 11:17 PM PDT org a écrit : This is not an error message. This is the normal way for grub to boot WinXP. What happen when you just wait? You could also try to use the autocompletion of grub when booting to guess what are the different partitions you can boot on: when you first see the boot menu of grub, just press c to get into the command mode. Then try to write "rootnoverify (" and then press the 'tab' touch. Grub should guess your different partitions. As for the question of choosing sda, sd0, hda hd0, remind you that sd calls for scsi devices and hd for ide ones. Then the linux system uses letter a,b,c,... (depending on which ide place it is linked and if it is a master or a slave) and the grub system uses number 0,1,.. in the same order as it appears in the bios list of hard drive. Hope to help you. -- Jacques Smulevici |
Posted: 15 May 2005 06:22 PM PDT On Tue, 17 May 2005 07:13:48 -0700, merc wrote: Jon, Haven't got much troubleshooting methodology to offer but I just installed and in rapid succession upgraded Fedora Core 3 on a new Dell 470 Workstation. Before I moved this machine into prime position it was sitting at the other end of my home network receiving DHCP assignments faultlessly from its aged bretheren 410 workstation running RH8.0. Now that the tables are turned, the 410 is getting its IP and DNS assignment uneventfully from the 470. I've upgraded the stock kernel twice, first to 2.6.11-1.14 and then to 2.6.11-1.20 with no change in the behavior either time. Of course, it's necessary to review fire wallsettings, but a kernel upgrade won't alter that. So, the only value of this is to let you know it can work. Frank p.s. Scanned your posting one last time before hitting send and need to tell you that I've also updated all applications on the FC3 machine through apt/synaptic from freshrpms, ayo, and planetccrma, so that should be pretty close to your experience. One last thing - you might want to post exactly what was working that isn't now. Is it only DHCP? How about IP forwarding (Internet connection sharing), or SAMBA (accessing Window's shared resources)? |
Assembler errors when compiling kernels 2.4.30 and 2.6.11.9 Posted: 15 May 2005 12:11 PM PDT fi (Juhani Jaakola) wrote in message <news:google.com>... I applied the patch from http://www.kernel.org/pub/linu*x/devel/binutils/linux-2.6-seg*-5.patch to kernel 2.6.11.10 and compiled it successfully with a self-compiled gcc-3.4.3 and binutils-2.16.90.0.3. Now it even boots, on a system which was originally based on Red Hat 7.2! |
ldconfig 'ignoring' modules directory Posted: 15 May 2005 12:39 AM PDT On 2005-05-15, skubik <com> wrote: Meaning: hey, I don't think you have an uhci controller. lspci will tell you what kind of controller your have, then you load the correct module. Davide -- He whom opens thee Windows invites the bugs in. |
can I send mail from a linux box in an exchange world? Posted: 14 May 2005 02:20 PM PDT Larry Martell wrote: Usually you configure the MTA to only relay for mail orginating from known IP addresses. Since MS Exchange is your MTA, you need to ask in an Exchange group. |
problems with Gentoo (messages on startup, installing gnuplot, running KDE) Posted: 14 May 2005 12:49 PM PDT The solutions: # USE="-hardened" emerge gcc # USE="-svga" emerge gnuplot # emerge -C xorg-X11 # emerge -C ccache add "-fPIC -pie" to USE in make.conf # emerge xorg-X11 Configure X server. When configuring kernel tick off option like 'mount /dev on booting', rebuild kernel. Thanks to all who gave any clues (usenet, maililng list, gentoo forums). -- Marcin Balcerzak |
Posted: 14 May 2005 09:17 AM PDT "Ben Wylie" <com> wrote in message news:gwphe.2917$ntli.net... CentOS is not really a "kind of server". It's a "kind of OS". If you're running a news and email server, for example, you will want your news or mail spool to be a partition that handles lots of little files very well, such as a ReiserFS or ext3 partiton with "noatime" set. If you're running a development box on which you're building lots of kernels, it may be handy to have /tmp, /usr/tmp, /usr/src, /usr/local/, etc., etc. all on the same directory so that you don't have to worry about re-allocating space from one to the other. A lot of the reaon for lots of small partitions has to do with old, small disks that couldn't hold much material, and backup tools that had to be bootstrapped onto a teeny little / directory, then botstrap things onto /etc, then restore the other directories from backup tapes. This forced people to break things up into lots of different partitions. These days, a 200 Gig drive is easily allocated into a 40 Gig space for the OS, another 40 Gig space for home directories in case you want to swap OS's, and another 120 Gig of scratch space, with say 4 Gig set aside for swap space. |
Posted: 14 May 2005 04:05 AM PDT Micheal, Ah! I see amd64 there. That definitely looks like a good match for me. Thank you for the link. Jim Michael Heiming wrote: |
Posted: 13 May 2005 02:14 PM PDT "Bastarrdo" <de> wrote in message news:googlegroups.com... Consider immediately upgrading to SuSE 9.3, for a bunch of reasons, then let us know if you still have trouble. |
1st time debian install, system hangs at LILO after base installation is done Posted: 13 May 2005 05:13 AM PDT On 13 May 2005 07:31:39 -0700, com <com> wrote: You can choose "expert" installation, which doesn't force you to start at the beginning. -- Test-tube babies shouldn't throw stones. |
x window not starting up, how to boot to single user mode Posted: 12 May 2005 12:05 AM PDT (Lenard <0.0.1>) scribbled: .... a bit overkill. at the GRUB screen, simply type '3' and hit enter -- << http://michaeljtobler.homelinux.com (Garbage - Temptation Waits) >> For a man to truly understand rejection, he must first be ignored by a cat. |
SATA Raid Controller for Linux Posted: 11 May 2005 10:59 AM PDT In comp.os.linux.setup Rudolf Usselmann <com>: [..] If you want to go for a 1U solution, Sun V20z/HP DL145? come to my mind. AFAIK prices aren't that bad for these entry level 19" rack systems. Both have pretty good remote capabilities for total head-less operation. The Sun is a bit noisy, but you don't put those under your desk anyway.;) -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 213: Change your language to Finnish. |
Posted: 10 May 2005 03:54 PM PDT On 05/11/05 00:54, jspr wrote: # man chmod # chmod -R a+rw <directory> But I doubt that a windows server will keep unix file permissions. Ciao Giovanni -- A computer is like an air conditioner, it stops working when you open Windows. Registered Linux user #337974 <http://counter.li.org/> |
grub:how it works under the hood Posted: 10 May 2005 03:10 PM PDT com writes: No, it does not. It uses the bios to read the appropriate raw sector of the disk containing the kernel. Grub uses the bios to read a small (but larger than Lilo) grub program which can also read the sector containing the description file to tell it where the various possible kernels are. Ie, instead of saving them in the MBR it saves them in a file which is read in. It uses the info in the grub.conf file. |
list subdirectories on a particular partition Posted: 10 May 2005 06:55 AM PDT In article <googlegroups.com>, Ben wrote: Well, this isn't a HPUX newsgroup, and it isn't a Linux (it's a branded Unix), but what else does 'df' tell you? It should show disk usage for all mounted partitions. Thus, if there is only one partition, you're out of luck. If it has MORE THAN one partition listed, then look at what they are mounted as: [compton ~]$ df /dev/hda1 608785 550356 26981 95% / /dev/hda3 1247309 1040146 207164 83% /home [compton ~]$ The first line talks about root. The second line refers to another partition that is mounted as /home. This means /home (and everything below /home) isn't on the first partition, and that everything below home is mounted on the second listed partition. 'df' and 'find' should do the trick. Old guy |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |