Dear All,
I am necroposting about the following subject. Since the post (https://community.cadence.com/cadence_technology_forums/f/custom-ic-design/23238/running-ocean-jobs-without-starting-x-server)
is close, i start a new thread.
ocean -nograph -log log -restore script.ocn # FAILED
LOG :
*WARNING* Unable to open -nograph X Window Display "ccwslurm0020:88"
*WARNING* (using "exec /pwd/IC_6.1.7.704/tools.lnx86/dfII/../bin/cdsVncserver :88 -co /usr/share/X11/rgb&").
*WARNING* cdsXvnc output may be found in file $HOME/.vnc-cds/ccwslurm0020:88.log
Trying another display...
END_LOG
cat $HOME/.vnc-cds/ccwslurm0020:88.log
01/04/22 14:32:19 Xvnc version 3.3.7 - built May 31 2004 15:31:52
01/04/22 14:32:19 Copyright (C) 2002-2003 RealVNC Ltd.
01/04/22 14:32:19 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
01/04/22 14:32:19 All Rights Reserved.
01/04/22 14:32:19 See http://www.realvnc.com for information on VNC
01/04/22 14:32:19 Desktop name 'ccwslurm0020:88 (ebecheto)' (ccwslurm0020:88)
01/04/22 14:32:19 Protocol version supported 3.3
01/04/22 14:32:19 Listening for VNC connections on TCP port 5988
Font directory '/usr/share/X11/fonts/' not found - ignoring
Font directory '/usr/share/X11/fonts/misc/' not found - ignoring
Fatal server error:
could not open default font 'fixed'
__END_CAT
So what i understand is that ocean start a vnc server to swallow the Xdisplay stream. But the vnc server fail because our cluster have not installed the font.
That's normal, a computing grid should not have font.
My question is : Can IC6 embedded the font to prevent such failure ?
I am waiting for the font to be installed to see if it fixed the issue.
Regards,