Hi Yohann,

Thanks for the support - nice to know I am not alone! You didn't say
which version of OS/400 you were using. It might help to know that as
things might be better on V610 or V710, or then again, maybe not.

It would be nice if perhaps the IBM i team could allocate some resource,
even a little, for testing OS/400 with Ubuntu. You can only ask ...

On a different point, which might help someone somewhere, I commented at
the end of my initial post about having problems with the new gvfs path
name and Java programs. I have now investigated fully and solved the
problem, which turned out to be my fault - kind of. What I do is to put
my jar files in one directory and other files (settings, logs etc.) in
other directories at the same level. So I get the resource name of a
class I know, and that give me the path to it, which in turn helps me
find the other directories. The problem comes in that the
getResource(class_name) API returns a URL escaped string, so the equals
signs (=) in the gvfs path become %3d, which in turn means that when I
try to subsequently use the path, directories and files are not found.
The solution was simple, I just added a
URLDecoder.decode(class_file,"UTF-8") after it to get back the original
path name. My grumble of course is that it really is best to keep things
simple, and not put 'unpleasent' characters in path names!

Regards, Mark.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1174328

Title:
  mount error(28): No space left on device - not true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1174328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to