search for: lmgrd

Displaying 8 results from an estimated 8 matches for "lmgrd".

Did you mean: lmgr
2008 Oct 22
2
LMTools
Hi guys. I need some help to try to make a license server work on Wine. I am trying to port some engineering applications to linux via Wine. If I can make it works, I can prove to my boss that we can get out of windows (finally). I am trying to use softwares like i-Deas, Unigraphics and HyperWorks under Wine in my Ubuntu distro. My problem starts in license, that uses the LMTools to get up.
2012 Sep 27
1
rename network card device /dev/p3p2 to /dev/eth0
...ver on a pc with centos 6.3 as operating system. This machine contains two network cards. An Ethernet card and a wifi card. For the Ethernet card centos generates a device called p3p2. For the wifi card centos generates a device called wlan0. In this configuration the flexlm license program called lmgrd only got the mac address of wlan0. The vendor daemon got no mac address as host ID. Yesterday I made one test. Therefore I edited /etc/udev/rules.d/70-peristant-net.rules. This file contains only one line. This line defines how to name the device for the wifi card. I changed the name Option from n...
2008 Mar 09
0
Wine and Data Execution Prevention
Hi! I have still the problem of the flexnet licensing server not working and throwing me the following error: Flexible License Manager status on Sun 3/9/2008 17:16 Code: [Detecting lmgrd processes...] License server status: 27000 at linux-da28 License file(s) on linux-da28: c:\Programme\SDL International\License Server\License Files\license.lic: lmgrd is not running: Cannot write data to license server system. Hostname: linux-da28 License path: 27000 at linux-da28; FLEXn...
2008 Nov 15
4
fixme:ntdll - What I supposed to do to solve this problem?
...tion under wine, I am getting this error in console. Code: fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 17/02/2008, dlt (d/m/y): 19/10/2008 What is this and what I can do to solve it? The application is an license manager (lmgrd). I am using Ubuntu 8.10 x64 and wine is 1.1.8 []'s
2015 Feb 12
7
Cronjob and sudo
I need to remove empty files out of a directory that are over 6 hours old so I created this script and put it in cron.hourly. #!/bin/sh cd /var/list sudo -u matt find /var/list -mmin +360 -empty -user matt -exec rm {} \; I want to run it as matt rather than root for just an added bit of safety. Problem is I get this. "sudo: sorry, you must have a tty to run sudo" Is there another
2015 Feb 12
0
Cronjob and sudo
...er way to do this? As I understand the reason for this > is requiretty in sudo config. If that improves security I would > rather not change that setting. Did you try to use su instead? E.g., in my /etc/rc.local I have a bunch of stuff run on behalf of users other than root. Like: /bin/su lmgrd -c 'export IDL_DIR=/usr/local/opt/flexlm/idl;/usr/local/opt/flexlm/idl/bin/lmgrd -c /usr/local/opt/flexlm/licenses/license.dat -l /var/log/flexlm/idl.log > /dev/null 2>&1' Valeri ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astron...
2007 Sep 28
5
Problem with FlexLM licensing
I'm trying to run up ModelSim (a commercial simulator for hardware description languages), which is licensed on FlexLM, using the hard disk number. This program isn't listed in the apps database. I have a valid license, and the Flex tools are correctly identifying, under Wine, that there's a licence and that it's valid. They find the appropriate env variable, identify the
2008 Nov 29
0
Re: LMTools
The license I was running with the command line Code: wine lmgrd This will UP the license service. Then I just run the software executable. Code: wine hmopengl In one of my tests (This is for Hyper Works) I will try to make it work with the following softwares: - Hyper Works - I-Deas 12 - NX 6 []'s