Sponsored Content
Full Discussion: Server problem
Operating Systems SCO Server problem Post 302962817 by jgt on Friday 18th of December 2015 07:01:50 PM
Old 12-18-2015
This entire thread is dedicated to your problem
Strange behaviour on Openserver 5.0.2 after 09/2015

To get the machine up and running today. reset the cmos date to August 2015, and after the machine is up and login as root, and change the date using the following command.
Code:
date -t 201512181845; setclk -r

date format is yyyymmddhhmmss.ss
You will have to do this each time you boot the machine until you permanently resolve the issue.

---------- Post updated at 07:01 PM ---------- Previous update was at 06:48 PM ----------

If you need offline help with this, and you are in Canada or the USA, feel free to contact me directly. My contact info is in my profile.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX server problem

We have a site on our UNIX server which includes downloadable word and excel files. The word files are downloading files, and the excel files are trying to display in the browser instead of downloading properly. We have determined that this is not a browser issue....there is something that needs to... (1 Reply)
Discussion started by: rlwd
1 Replies

2. UNIX for Advanced & Expert Users

suse server 8.0 on hp server problem

machine: Hp Proliant DL145/Opterom 2.4GH 2*72 GBB SCSi hdd, suse: suse linux Enterprose server 8.0 for Amd 64 problem: 1. can not boot properly. have to use installation disk to boot it: enter installation and choose "boot from existing installation" and this is the only option. ( just... (1 Reply)
Discussion started by: murataht
1 Replies

3. UNIX for Advanced & Expert Users

x server problem

i can not start x server from cli mode.how to solve (1 Reply)
Discussion started by: dipanrc
1 Replies

4. Solaris

Problem With X server

Dears, i am new member unix world i choose Unix Solaris 10 to working in my PC after installtion i X server can't be started and i got this message please check /etc/dt/Xerrors MotherBoard: GIGABYTE Model 945 GCM-S2l graphic driver: intel 945 GC express chipset shall i know if there... (3 Replies)
Discussion started by: dellroxy
3 Replies

5. HP-UX

problem after server build...

Hi, I have installed HP-UX 11.31 on a rx6600 box. The installation went fine and was completed without any errors. But wheni connect to the server using ssh, it asks for a username, when i enter it, it doesnt prompt for a password: login:username blank-------- All i could see in... (1 Reply)
Discussion started by: sag71155
1 Replies

6. Red Hat

server hang problem

Hello everybody.. I have RHEL-4 Server with kernel - Linux 2.6.9-78.0.1.ELlargesmp x86_64 It is used for Development usage.. That server got hang and so reboot was required, when checked log file i found following messages, kernel: warning: many lost ticks. kernel: Your time source... (4 Replies)
Discussion started by: laxmikant
4 Replies

7. Solaris

Server Pinging Problem

Dear all, I face some problem as below. I have a sun fire 280r server in a network. From that server i am able to ping any system in any network. But i am facing the problem when i try to ping the server from outside netwok. Once i give ping command in the server then only i try to... (1 Reply)
Discussion started by: sudhansu
1 Replies

8. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

9. Ubuntu

Problem in Postfix server/is my server got some attack

Hi Friends, This is logs of my mail log: mail for yahoo.com.tw is using up 4001 of 6992 active queue entries : 1 Time(s) mail for yahoo.com.tw is using up 4001 of 7018 active queue entries : 1 Time(s) mail for yahoo.com.tw is using up 4001 of 7072 active queue entries : 1 Time(s) ... (1 Reply)
Discussion started by: darakas
1 Replies

10. Solaris

NFS problem in server

Hi, In our production system one of the users complained of receiving the error below in the /var/adm/messages : Apr 9 00:05:03 L28emmol1 EV_AGENT: Agent Main --Estream construct failed. Err: EMULSocket::recv() Apr 9 00:05:03 L28emmol1 nfs4cbd: nfssys NFS4_SVC failed Apr 9 00:05:03... (1 Reply)
Discussion started by: anaigini45
1 Replies
VBRFIX(1)							   User Commands							 VBRFIX(1)

NAME
vbrfix - fix erroneous VBR MP3 files SYNOPSIS
vbrfix -flag1 -flag2 -flagn in.mp3 out.mp3 DESCRIPTION
In an average song there are points that require high quality and points that require low quality (i.e., silence). Instead of having the whole file at 160kbps (CBR - Constant Bit Rate), we can use VBR - Variable Bit rate. This allows us to have say 96Kbps at points not requiring high quality and 192kbps when we need it: resulting in an overall smaller but higher quality MP3. However, the problem is that many MP3 programs estimate the time of a MP3 based on the first bitrate they find and the filesize. With VBR you can get fairly random times; as most songs start with silence you usually get the song length being shown as much longer than it should be. Also when you jump through the file in VBR: 50% through the file is not 50% through the song. A VBR null frame is placed at the beginning of the file to tell the MP3 player information about the song length and indexing through the song. Some poor encoders don't produce this null frame or do so incorrectly - this is what vbrfix attempts to fix. Vbrfix can also fix other problems with MP3s as it deletes all non-MP3 content (other than tags you state you want to keep). It can also help when merging two VBR MP3s together with a merging tool and then needing a newly calculated VBR null frame. -ri1 removeId3v1 Tag -ri2 removeId3v2 Tag -skiplame if a tag was made by LAME don't fix it -always always write a new file even if not VBR -makevbr make it VBR (you need -always also) -log write a log file -lameinfo keep the lame info SEE ALSO
lame (1) VBRFIX Command Line Version May 2010 VBRFIX(1)
All times are GMT -4. The time now is 09:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy