• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

How to write to the log?

horemachet

n00b
Joined
Nov 19, 2012
Messages
13
Hi Folks,

I would like to write to the system log on a Nexenta NAS from a script. I did

'logger "text"'.

The system doesn't prompt an error but I don't see an entry in /var/log/messages.

Is it written to somewhere else? Is there another command to use for this purpose?

Regards,

Karsten
 
If pareto's suggestion doesn't fix it (though it should TBH), try

logger -p daemon.notice "text"
 
Back
Top