Monday, October 15, 2012

ABAQUSLM: The desired vendor daemon is down(-97,121)

If after installing Abaqus 6.10 you get an error saying ABAQUSLM:the desired vendor demon is down; don't panic like the house is on fire,just become root and remove loackabaquslm file in /var/temp and then use the csh shell and give the lmreread command
% ./lmutil lmreread
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
lmreread successful and then issue lmstat command to check
% ./lmutil lmstat -a
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
Flexible License Manager status on Sun 9/2/2012 21:19
License server status: 27011@debian
    License file(s) on debian: /home/jim/abacus/abq6101.dat:
 debian: license server UP (MASTER) v10.8

Vendor daemon status (on debian):

  ABAQUSLM: UP v10.8

.ICEauthority update problem

one day you power on your computer and before you login to your system there is an error saying could not update .ICEauthority file and each time you login this error  keeps coming up that drives you insane so what to do you might ask,simple open your file manager  goto view-->show hidden files, right click the file and goto properties and then to permissions and set access as read and write and reboot there will be no more of that nagging error and one more thing all of these things must be done as root.

Sunday, May 13, 2012

Installing canon canoscan lide 110 in debian squeeze

The canon canoscan lide 110  the cheapest scanner that has support in linux  as it was mentioned in sane project website but when i installed in my Debian squeeze machine it didn't even start to scan or give any sound at all; worst of all this scanner doesn't have any power on indicator LED's to let you know if it is on or off  so much for being economical :/ well anyway after searching a variety of  linux forums I  had couple of things to check whether it was working or not. The first is the scanimage command,open the terminal and type  scanimage -L 
it showed the usb id and said my device is detected and may be powered off, it was ironical considering the fact that the scanner doesn't have any indicator and asking you to check for it.The second method is to update sane drivers as the sane drivers come with squeeze is a little bit old,just download the latest sane drivers from
http://ppa.launchpad.net/stef-dev/sane-backend-genesys/ubuntu/pool/main/s/sane-backends/
just install libsane and sane-utils package  and that's it  folks you can now scan images from xsane

Sunday, March 11, 2012

Installing Draftsight -part 2

This is part 2 of the series installing Draftsight  I mentioned earlier that the draftsight application will be in your graphics menu, If for some reason that the application doesn't come in the menu after installation check whether it has been installed correctly  by going to synaptic package manager and type draftsight in the filter box it will show dassault-systemes-draftsight; right click and go to properties and it will show were the files are installed then it means the application is successfully installed.Now let's create a desktop file, open  your favorite text editor and add the following  entry
[Desktop Entry]
Type=Application
Name=DraftSight
Comment=Editing CAD images
Exec="/opt/dassault-systemes/draftsight/bin/draftsight"
Icon=dassault-systemes.draftsight

Terminal=false
StartupNotify=false

and save it as draftsight.desktop when first launching the application it will ask whether to trust or not,just click  trust always and you will be having a working draftsight application in your desktop.
If you are using Xfce desktop environment right click on the desktop and goto create launcher and type application name it will show the application select it and click OK and that's it you will be having your desktop entry in seconds. 

Monday, January 16, 2012

Personal Firewall in Debian

One of  greatest and best  firewall in Linux is the IPtables firewall but it is command line and for beginners  who are conscious about online security, Iptables configuration is a very big headache atleast for me though....
after some searching I found the Firestarter firewall it is simple yet has an advanced GUI for IPtables firewall. Install from the Firestarter firewall from the repository. After installing it will be in Administration ----> Firestarter
Run firestarter and run the wizard select the dial-out device  and select
IP address is assigned via DHCP(If it is so ) and go forward disable the internet connection sharing option and go forward and in the next dialog box select
start the firewall now and you are done.It wil run in the background after you install it;Goto Edit-----> preferences to suit it to your needs.To check  whether it is running or not  go to terminal become root and run
/etc/init.d/firestarter status
it will give the following output
Firestarter is running... ... (warning).
and that's it your own personal firewall is  now operational.

Sunday, January 1, 2012

WinFF GUI for ffmpeg converter

WinFF is a FFmpeg GUI for Linux and windows.It is used to convert media files.follow the instructions to install in Debian.Become root and run
#wget --quiet --output-document=- "http://winff.org/ubuntu/AAFE086A.gpg" |  apt-key add -
it will the gpg key now we have to add the repo to our sources.list
#echo "deb http://winff.org/ubuntu lucid universe" | tee /etc/apt/sources.list.d/winff.list
or we can add it to our sources.list file now run
apt-get update and apt-get install winff. Now you can run winff from
Applications------->Sound&video---------->WinFF
Enjoy transcoding :)

Popular Posts