Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know that America has moved to PDT (DST) on March 11th. The problem is when I executed date command on March 15th the result is showing me still PST insted of PDT. So I manually set the date to first of April then its showing me PDT why this weird behavior.
I intentionally wanted to test for DST but it is not updating properly. The kernel was built by follwoing LFS..
America changed its DST schedule. Not all of a America is in the Pacific time zone though. We have Eastern, Central, Mountain and Pacific (within the contiguous 48 - Hawaii and Alaska have others).
If it is supposed to be in Pacific as indicated by your seeing either PST or PDT then the above doesn't matter - just wanted to make sure you understood that. California is in Pacific time zone.
Having said all that I'd again refer you to the thread link I posted above. It will tell you all you need to know.
Summarized it basically will tell you:
1) Update the timezone files in /usr/share/zoneinfo (either by using downloading the zoneinfo files tar and using zic to compile OR by using update provided for your distro if it exists).
2) Copy or link the newly compiled zoneinfo file to /etc/localtime.
3) Run zdump -v /etc/localtime |grep 2007 to insure it shows the correct dates for time change in 2007.
In your case you'd want either PST8PDT or America/Los_Angeles from /usr/share/zoneinfo.
I want to detect a raw SCSI DISK during installation. To detect scsi I have set the flags while
in kernel configuration file to "Y/y" to embbed the scsi modules into the kernel.
Example : for IDE disk in proc we ll have /proc/ide/ide0/hda or /proc/ide/ide1/hdc. In these
directory there is a file called "media" which tells the type of the device either disk
or cdrom.
I am trying to figure out samething in case of SCSI devices .... didnt get any help
You should start a new thread rather than appending to an old thread that has nothing to do with the question you asked.
This will help insure people see it. Usually the only people that see old threads like this are the people who subscribed to it. For new threads people will see it when they look at "zero reply threads".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.