similar to: PolarProTrainer

Displaying 20 results from an estimated 90 matches similar to: "PolarProTrainer"

2010 Aug 06
1
Re: PolarProTrainer
Hi James. Tanks for reply. It's been a hvile - I have no knowledge of this and lost interest in the matter. Now using Ubuntu 10.04 and allways latest Wine, but does not work. For others : Problem 1. IRDA protocoll must be working. First install in Ubuntu, so in Wine - I've heard ? The miniCD PolarIRDA (SigmaTel) contains Linux drivers, but I do not know howto..... On Mac it has to be on
2008 Oct 20
1
Re: PolarProTrainer
hi vitamin. I now understand your suggestion is how to install, but..... I use UBUNTU 8.04 latest update and Wine 1.1.6 is installed. And so is the Polar ProTrainer 5 SW - from CD. (PTT 5) PTT 5 is working - so and so. It contains a calender and the picture-rendering i overlaping, but this is a minor concirn. My problem is that the buildt in uptateSW do not work, and there is alot of necesery
2011 May 05
0
Release of libvirt-0.9.1
As planned and after most of the clang detected problems got fixed (thanks Eric !) the new release is available at: ftp://libvirt.org/libvirt/ It's a mixed release, it includes a number of improvements as well as many bug fixes and a few new features: Features: - support various persistent domain updates (KAMEZAWA Hiroyuki) - improvements on memory APIs (Taku Izumi) - Add
2015 Sep 07
2
Dovecot and IPA
Kanwar Ranbir Sandhu skrev den 2015-09-07 19:29: > I tried it for shits and giggles: no change. :( I'm still seeing the > same problem. dovecot is buildt with security in mind... using namebased gid or uid is not secure it might just still works, but its not secure
2011 Mar 17
4
C: drive does not open
Trying to Browse C: drive from menu - nothing happens. On right click menu/edit menu/wine/browse C: drive/properties - command row : .wine/dosdevices/c: I have tried to put xdg-open in front. Also tried to add ~/ in front of .wine. Nothing seems to open my c: drive. Terminalcodes I have tried results in "no such file" or simular. I have one program in Wine, and it works ! I need to
2002 Sep 21
2
need help for eval()
Hello, I need help, after hours trying to do it myself, to do the following: I have an object, named, say, F1 from a class "fichier" that I buildt. this F1 has a slot named datas ,which is a vector, so I can access to : F1 at datas[1], F1 at datas[2], ... Now I have a string s="F1 at datas[1]" and need to retreive the real content of F1 at datas[1] using s.
2008 Mar 17
10
RSpec and RCov with JRuby
Hi, I am using JRuby (trunk) and wrote a bunch of specifications for my code. Everything works fine so far. Now I am trying to integrate RCov in my test run. I have installed RCov without the C extensions. I tried it with a simple script and it worked (pretty slow, but it doesn?t matter). But when I add the rcov options to my Rake task, RCov is not invoke properly! Rakefile:
2013 Dec 18
1
Symlinks when building R on windows
I think this is more suited for the devel mailing list than the help one. I'm trying to build R on windows, With Rtools installed, and configure/make in R-3.0.2 sources folder from a cygwin console. I am stuck at the moment, because the build process tries create symlinks, and gcc build fails because the opened files containe the metadata of the not working symlink, and not the linked file.
2002 Jun 27
1
winbind problem on solaris (samba head)
Hello, I just buildt via cvs samba head. I used just the option --with-winbind (no pam). The first problem is that sessionid.tdb is missing after the build. I don't know how to make it make a new one (can I copy one from another server or is there something in it that would make that a bad idea?). The other problem is that wbinfo -t says secret is good, wbinfo -g/u return the correct
2009 Mar 15
5
NTP error message on /var/log/messages
I just setup CENTOS 4.7 with latest patches on DELL server. I also configured NTP point to out time server. I found /var/log/messages file every 20 to 30 minutes will generate a error message : Mar 15 14:28:15 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument Mar 15 14:45:22 SER1 ntpd[25037]: sendto(172.29.21.16): Invalid argument Mar 15 15:02:29 SER1 ntpd[25037]: sendto(172.29.21.16):
2015 Sep 07
4
Dovecot and IPA
Kanwar Ranbir Sandhu skrev den 2015-09-07 18:02: > args = uid=virtual gid=virtual home=/var/spool/mail/%d/%n/ uid and gid must be nummeric just like output from id id virtual make the args have same info
2015 Sep 07
0
Dovecot and IPA
Am 2015-09-07 um 19:47 schrieb Benny Pedersen: > Kanwar Ranbir Sandhu skrev den 2015-09-07 19:29: > >> I tried it for shits and giggles: no change. :( I'm still seeing the >> same problem. > > dovecot is buildt with security in mind... > > using namebased gid or uid is not secure > > it might just still works, but its not secure Benny, where did you learn
2009 Aug 12
3
axis scale
Dear All, I'm trying to plot a histogram (with the relative frequencies as the Y axis), But the scale of the y axis is given by 0e+00, 1e-04, 2e-04, 3e-04,......... Now, I have 2 questions 1- Does (1e-04=0.01831563)? 2- If this true,how can i change the given scale to (0.01,0.03,0.05,0.07,0.09)? [[alternative HTML version deleted]]
2002 Feb 27
0
ANY HOPE GETTING RESPONSE TO QUESTIONS? - samba3.0alpha15 - sola ris 8
> Several questions posted with no reponse for solaris 8, samba3.0alpha15: > > * testparm whining about valid.dat, users.dat, etc. (If you copy > those files from the source directory and plop them in > /usr/local/samba/lib, my users can not map a drive or send files with > smbclient to nt share.) Testparm output errors: > > incorrect size for
2002 Feb 27
0
RE: ANY HOPE GETTING RESPONSE TO QUESTIONS? - samba3.0alpha15 - s olar is 8
Just replying to let you know I'm listening =)... Sorry Dave, I'm running 2.2.3a on my Solaris 8 machine and even that still has some issues with winbind. By the way, while I have the attention of you Solaris Gurus... I was trying to make my Ultra 1 boot from an external disk on the same scssi channel as the default boot disk. I changed my /etc/vfstab for the new disk to have the right
2009 Feb 02
12
[RSpec] rcov and/or rexml bug?
Hi, Running: Ruby 1.8.7 p72, RSpec 1.1.12 and rcov 0.8.1.2.0, I get the following error message with $ rake spec:rcov -- /usr/local/ruby1.8.7//lib/ruby/1.8/rexml/formatters/pretty.rb:131:in `[]'': no implicit conversion from nil to integer (TypeError) from /usr/local/ruby1.8.7//lib/ruby/1.8/rexml/formatters/pretty.rb:131:in `wrap'' from
2006 Feb 13
3
libldap not found
Can anybody clue me in on why this build script is failing? checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_scanf in -llber... no checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 configure: error: libldap is needed
2006 Apr 12
14
unofficial Survey about your Dovecot server :) to compare with my own server setup...
Hi Borthers/Sisters Thanks for all the developer(s) and for all the hard work spent on build this great piece of software! I loved Dovecot since it is really easy to set up and really fast but I am really new to it (only 2 weeks and half). Right now, our server configuration is: Server: Apple Xserve G5 dual RAM: 4GB Number of Users: ~ 150 IMAP only users Authentication: LDAP Mailboxes sizes:
2011 Apr 21
7
[PATCHv11 0/6] libvirt/qemu - persistent modification of devices
Here is v11. Fixed comments/bugs and updated against the latest libvirt.git. Changes v10->v11: - fixed comments on each patches - fixed cgroup handling in patch 3. - fixed MODIFY_CURRENT handling in patch 4. most of diff comes from refactoring qemu/qemu_driver.c -- conf/domain_conf.c | 40 ++ conf/domain_conf.h | 5 libvirt_private.syms | 3 qemu/qemu_driver.c | 727
2011 Jan 12
14
Problems with DC Universe Online
Has anyone had any luck running DC Universe Online on wine? I'm having problems booting the station launcher: Distro: Ubuntu 10.04 Wine: Latest Stable from repo Stack output Code: C:\program files\steam\steamapps\common\dc universe online>Registration.url File not found Install script executed.err:ole:RevokeDragDrop invalid hwnd (nil) err:ole:RevokeDragDrop invalid hwnd 0x7011a