search for: profily

Displaying 10 results from an estimated 10 matches for "profily".

Did you mean: profile
2011 Aug 06
6
Profili Pro software needs mdb file?
Hi All, Just started to try to get 1 windoz program to run in Ubuntu since I can't find a good alternative. Been running Ubuntu for 3 years but this is above my expertise. Profili is airplane wing profile software that will generate G-code for a CNC router. When I try to get it to run under WIne it gives me this error and quits... "Impossible to open database
2012 Feb 26
10
Software Profili2 on Ubuntu by Wine
Hi Greetings to all Is my first post in this forum sorry for my english Many compliment to all developers for great work in Wine Profili2 is the most famous Windows software for designe airfoil profile for RC airplane models. Some times ago I have installed it in ubuntu 10.10 by Wine(1.3.5) with success This software use an mdb file First I have installed Profili download in this web site
2009 May 01
6
Program cannot access MDB file
Hello all, I'm trying to run an airfoil and wing design program called profili. It uses an MDB file, im assuming, to store all the airfoil data. Upon startup I get the error message "impossible to open the database C:\......\profili.mdb. Am I missing a Microsoft plugin/runtime/dll/other? Cheers Rob.
2009 Mar 03
1
On which side these errors are?
Hello list. I've got following: rsync: opendir "client05" (in Profili) failed: Permission denied (13) rsync: delete_file: rmdir(client02/SendTo) failed: Permission denied (13) Am I correct if I say that the "opendir" is related to the source I'm trying to rsync, but the "delete_file" is related to the destination? Flavio Boniforti PIRAMIDE INFORMATICA
2008 Oct 28
0
samba 3.2.3: win2k join fails, xp join works
Hi, I recently upgraded my pdc server(samba3.0.x+ldap) to debian lenny( samba 3.2.3). After the upgrade, the win2k join is no longer working and returns "Logon failure: the User Name unknown or bad password". The Xp join works properly. The same thing seems to be happen to other users; same problem and same logs:
2005 Jul 19
1
Printing problem with Win XP SP2
...sers = %S read only = No create mask = 0664 directory mask = 0775 browseable = No [netlogon] comment = Sitova sluzba prihlasovani path = /usr/local/samba/netlogon browseable = No share modes = No [Profiles] comment = Cestovni profily uzivatelu path = /usr/local/samba/profiles read only = No create mask = 0600 directory mask = 0700 browseable = No [printers] comment = Vsechny tiskarny path = /var/spool/samba printer admin = @ntadmin, root, cyber printable =...
2006 Nov 04
0
arrayfields-3.6.0
URLS: - http://raa.ruby-lang.org/project/arrayfields/ - http://www.codeforpeople.com/lib/ruby/arrayfields/ - http://rubyforge.org/projects/arrayfields/ SYNOPSIS: allow keyword access to arrays: require ''arrayfields'' fields = ''name'', ''age'' row = [ ''bob'', 30 ] row.fields = fields row[
2005 Dec 19
1
maximum password age
i've tried to set the maximum age of passwords with: root@servlan:~# pdbedit -P "maximum password age" -C 8035200 account policy value for maximum password age was 8035200 account policy value for maximum password age is now 8035200 but if try to see the accounts with: pdbedit -L -v i get this: Unix username: nicola NT username: Account Flags: [U ] User
2005 Jan 14
1
PDC with Samba
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 548 bytes Desc: OpenPGP digital signature Url : http://lists.samba.org/archive/samba/attachments/20050114/02eec7f4/signature.bin
2006 Jul 01
6
Sorting by an attribute on a associated table
So, I have a User has_many :profiles. The most recently dated profile is considered the current one. I need to sort these users by name, but the name attribute is a member of the associated table. Is there any easy way to do this other than with some ugly find_by_sql? Maybe a more general question - is there a common solution to sorting in Ruby? -- Posted via http://www.ruby-forum.com/.