Junk characters in Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris Junk characters in Solaris 11
# 1  
Old 06-05-2013
Junk characters in Solaris 11

Hi,

I rebooted a Solaris 11 box and after that date stamp is coming in junk in almost all directories.
HTML Code:
root@tstilp05 # ls -l
total 112
drwxrwxr-x   9 root     sys           19 juin  1 03:10 adm
drwxr-xr-x   6 root     sys            6 sept. 19 2012 ai
drwxr-xr-x   3 root     bin            3 sept. 19 2012 apache2
lrwxrwxrwx   1 root     root          18 févr. 12 09:51 audit -> ../var/share/audit
drwxr-xr-x   5 root     bin            5 sept. 19 2012 cache
lrwxrwxrwx   1 root     root          18 févr. 12 09:51 cores -> ../var/share/cores
lrwxrwxrwx   1 root     root          18 févr. 12 09:51 crash -> ../var/share/crash
drwxr-xr-x   2 root     sys            3 févr. 12 09:59 cron
drwxr-xr-x   4 root     sys            4 sept. 19 2012 db
drwxr-xr-x   2 root     bin            4 sept. 19 2012 dhcp
drwxr-xr-x   3 root     sys            3 sept. 19 2012 ep
drwx------   4 root     root           4 févr. 12 18:35 explorer
drwxr-xr-x   4 root     sys            4 sept. 19 2012 fm
drwxr-xr-x   2 root     bin            2 sept. 19 2012 games
drwxr-xr-x   2 root     sys            2 sept. 19 2012 inet
drwxr-xr-x   2 root     bin            4 févr. 12 10:00 info
drwxr-xr-x   3 root     sys            3 sept. 19 2012 krb5
drwxr-xr-x   3 root     bin            5 févr. 12 09:51 ld
drwxr-xr-x   2 root     sys            2 sept. 19 2012 ldap
drwxr-xr-x   4 root     other          4 sept. 19 2012 lib
drwxr-xr-x  10 root     sys           13 févr. 13 03:10 log
drwxr-xr-x   2 root     bin            3 juin  1 03:10 logadm
lrwxrwxrwx   1 root     root          17 févr. 12 09:51 mail -> ../var/share/mail
lrwxrwxrwx   1 root     root          16 févr. 12 09:51 nfs -> ../var/share/nfs
drwxr-xr-x   3 root     sys            3 sept. 19 2012 ntp
drwxr-xr-x   4 root     root           4 sept. 19 2012 ocm
drwxr-xr-x   4 root     bin            4 sept. 19 2012 openldap
drwxr-xr-x   6 root     sys            6 juin  5 15:34 opt
Anybody face such strange issue ?
# 2  
Old 06-05-2013
It looks to me like your locale is hosed. Completely.

Code:
localeadm -a -d /path/to/cdrom

is a way to possibly rebuild your locale files, when the cdrom is the Solaris install disk.

If that fails, you get to undo the system configuration and rebuild it. Approach this with caution, you may just want to restore from tape.

Code:
sysconfig configure -s

Then reboot - this runs the tool that lets your rebuild locale and almost everything else.
I'll bet this is related to your timezone problem....
# 3  
Old 06-06-2013
Quote:
Originally Posted by jim mcnamara
It looks to me like your locale is hosed.
Not hosed, just French UTF8 :-)

Anyway, no need to reinstall or reconfigure everything, just set the expected locale.

This can be done for the current shell session:
Code:
export LC_ALL=en_US.UTF-8
ls -l

or globally. Verify the current setting with:
Code:
svccfg -s svc:/system/environment:init listprop environment/LANG

and modify it that way:
Code:
svccfg -s svc:/system/environment:init setprop environment/LANG = astring: en_US.UTF-8
svcadm refresh svc:/system/environment

This User Gave Thanks to jlliagre For This Post:
# 4  
Old 06-06-2013
Yes, it is good now. Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need to remove Junk characters

Hi All, I have a issue that we are getting Junk characters from source and i am not able to load that records to Database. Line breakers Junk Characters (Â and different every time) Japanese Characters Every time I am using grep command and awk -F "\007" to find them and delete that... (1 Reply)
Discussion started by: spradeep86
1 Replies

2. Shell Programming and Scripting

Junk characters in mailx output

I have script which send a mail with top output. The script look like $ cat health.sh #!/bin/sh maillist="email address" rm /home/rtq1/file top -n 1 | head 15 > file cat file | mailx -s "Daily Health Report from `hostname` ..." "${maillist}" But now i am getting some junk characters along... (1 Reply)
Discussion started by: Renjesh
1 Replies

3. Shell Programming and Scripting

Handling Junk Characters

Urgently ur help is needed. Actually my req is i have an input file, that input file may have junk characters (^M, ^Z) etc... eg: cat file name abc^Z addres name2 msdmskd^Z address2 I want to validate the record and display where exactly this junk character resides. I want to... (3 Replies)
Discussion started by: help_scr_seeker
3 Replies

4. UNIX for Dummies Questions & Answers

how to grep junk characters in a file

hi guys, I am generating a file from datastage (an etl tool). Now the file is having some junk characters like ( Á,L´±,ñ and so on).. I want to use the grep function to figure out all the junk characters and their location. Can somebody help me out in finding it out.. if possible i... (1 Reply)
Discussion started by: mac4rfree
1 Replies

5. UNIX for Advanced & Expert Users

junk characters in the begining of every line

Hi Experts, here is a background to my problem : I am exporting data from teradata using fastexport utility, as varchar data. This pads additional two bytes (2 places as seen in notepad) in the resultset. I have found out other means of avoiding it but can't use varchar option in that... (5 Replies)
Discussion started by: sumoka
5 Replies

6. Shell Programming and Scripting

Replacing junk characters

Hi, I have a file with data as given below $cat file1 123|abc|345 345|def|567 The first record is good record. The second record has an invisible junk character like \032. I was replace all the occurences of that invisible character with #. I want to do this for a set of... (16 Replies)
Discussion started by: ashwin3086
16 Replies

7. Shell Programming and Scripting

finding junk characters

Hi, Is there anyway to find the junk characters in a file.Consider the file has data as given below: 123|abc^M|Doctor^C #record 1 234|def|Med #record 2 345|dfg^C|Wrong^V #record 3 The junk characters are highlighted and this is a pipe delimited file. Is there anyway to... (20 Replies)
Discussion started by: ashwin3086
20 Replies

8. Solaris

junk characters in ls -l output in solaris10

Dear all, I have installed Solaris10 in a x86 machine.When the ls -l output is taken,at the Month's place some junk characters appear.Rest everything is fine. Cna somebody help..? thanks :b: (7 Replies)
Discussion started by: ragtechy
7 Replies

9. Solaris

Junk characters in file not in Solaris, but visible in linux

Hello All, I have a DOS file which I run a DOS 2 UNIX utility on. When run from Solaris, I can view the file perfectly. But, when run from linux, I see a bunch of junk(^@) at the beginning of every line in the file. Does anyone know the cause of this? COMMAND TO CONVERT: tr -d '\015\032'... (7 Replies)
Discussion started by: vada010
7 Replies

10. UNIX for Dummies Questions & Answers

Email ends with Junk Characters

I have written the following code ...to include the Subject, Message Body and Attachment with sendmail. When I send mail from my Unix account to diffrent mail servers like Yahoo , Hotmail etc..I recv the Message Body but there is no newline character at the end of each line.... Also I recv the... (5 Replies)
Discussion started by: Amruta Pitkar
5 Replies
Login or Register to Ask a Question