Thanks. It's working now. One thing that fooled me was that I created a file:/dev/null printer queue for testing...help to preserve trees :). It does not register in JASmine and so I thought it wasn't working.
Secondly, your ALTER statement is missing the word "TABLE"(I didn't see it right away...:)) and when I ran it, it erred. However, looking at my database, it already contained the server field so it failed when I create it. Just to make things cleaner, I decided to delete the server field and ran your ALTER TABLE to recreate it. Soon after that, I restarted mysql and cups which I probably didn't have to but I did anyway, and then I tried again using printing this time with a real printer queue and it went right through. It also updated the printers as seen from the web in JASmine. BTW, I'm running FC5 on Pentium 3 with JASmine 0.0.3 in CUPS 1.2.2. Thanks and keep up the wonderful work! Angel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nicolas Costes Sent: Friday, September 15, 2006 4:17 AM To: [email protected] Subject: [JASmine] Re: Release Candidate (0.0.3-rc1) - Devel ML Le Vendredi 15 Septembre 2006 01:03, angelb a écrit : Hello ! > I have JASmine 0.0.1 installed and is working fine. Oh, this is old ;-) ! I keep a working copy of all JASmine versions in my production server, and yesterday I had a look to 0.0.1 : What a shock ! I hadn't used it for months, and... I must admit it does not do many things :-). If you try 0.0.3, although this still does not do many things, you will notice the huge functionality gap... > What changes do I need to make if I want to install/upgrade > to 0.0.2 or 0.0.3 and keep current data in my database? Well, it written in the INSTALL file : The only thing that changed between 0.0.1 and 0.0.2 is a new 'server' field in the database. There was no change between 0.0.2 and 0.0.3, they are fully compatible. So, the only thing you've got to do to upgrade to 0.0.3 is the following command on you MySQL server : mysql> ALTER jobs_log ADD server tinytext NOT NULL; That's all ! Please keep us informed of your upgrade experience, and report any issue regarding this MySQL modification. > Thanks, > Angel HTH -- Put JASmine in your Cups ! To unsubscribe : mailto:[EMAIL PROTECTED] List archives : http://dir.gmane.org/gmane.comp.printing.jasmine.user http://www.mail-archive.com/jasmine%40ml.free.fr/ Web site : http://jasmine.berlios.de/ -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.3/446 - Release Date: 9/12/2006 -- Put JASmine in your Cups ! To unsubscribe : mailto:[EMAIL PROTECTED] List archives : http://dir.gmane.org/gmane.comp.printing.jasmine.user http://www.mail-archive.com/jasmine%40ml.free.fr/ Web site : http://jasmine.berlios.de/

