Re: difficulties with ext2 drives

2015-10-26 Thread Peter Van Eenoo
Oh interesting. My drive is a Seagate 2TB drive as well

On Mon, Oct 26, 2015 at 1:14 PM, Matej Nanut  wrote:

> Hey,
>
> I've reported, possibly incorrectly, the exact same issue here:
>
> https://www.marc.info/?l=openbsd-misc=144408289116398
>
> I tried formatting a different partition on my internal drive as ext2
> from an Ubuntu live DVD and that works as expected, but it is much
> smaller (30 G vs 2 TB).
>
> Matej



difficulties with ext2 drives

2015-10-26 Thread Peter Van Eenoo
I'm having problems copying over some files from an external backup drive.
The files were created on a linux system and the file system is ext2 (not 3
or 4)
The OpenBSD system I've mounted the drive on and I'm attempting to copy to,
is 5.8


I noticed a lot of errors of: "Invalid argument":

Here is one example file:

# cp hw_9_test.pdf /home/chill/
cp: hw_9_test.pdf: Invalid argument

stat output:
1144 71917579 -rwxrwxr-x 1 chill _ldapd 287678511 70842 "Oct 26 11:04:18
2015" "Feb  5 15:38:40 2014" "Aug 25 12:34:01 2015" 4096 152 0 hw_9_test.pdf

I've attempted to use rsync but it also fails on many files with a similar
error about "Invalid argument (22)"
It looks like this happens to most files that have dashes in their name
them or are inside directories that have dashes or underscores in them. I
thought at-least _ was a safe character.

I've attempted to mount using options nosuid and nodev but that doesn't
help.

Is this a known problem or am I missing something obvious, a mount option I
skipped over? Any other diagnostics that someone would like to see?

Thanks,
Peter



Re: KeePass 2.30- libpng and other errors

2015-08-20 Thread Peter Van Eenoo
If you don't need the keepass 2x functionality, then the keepass 1x package
is available and works great.
On Aug 20, 2015 8:28 AM, Andrzej Drewnowski andrewdrewnow...@gmail.com
wrote:

 Hello!

 I am trying to run KeePass on OpenBSD (amd64)- current (but on 5.7 are the
 same errors). I installed Mono from packages and downloaded
 KeePass-2.30-portable. Unfortunately I can't start KeePass because of this
 errors:


 SendMessage (25165861, 0x112c, 0x4, 0x4)

 libpng error: invalid after png_start_read_image or png_read_update_info

 libpng error: invalid after png_start_read_image or png_read_update_info

 libpng error: invalid after png_start_read_image or png_read_update_info

 libpng error: invalid after png_start_read_image or png_read_update_info

 SendMessage (25165855, 0x101f, 0x0, 0x0)

 SendMessage (0, 0x1203, 0x0, 0x7f7ee970)

 SendMessage (0, 0x1204, 0x0, 0x7f7ee970)

 SendMessage (0, 0x1203, 0x1, 0x7f7ee970)

 SendMessage (0, 0x1204, 0x1, 0x7f7ee970)

 SendMessage (0, 0x1203, 0x2, 0x7f7ee970)

 SendMessage (0, 0x1204, 0x2, 0x7f7ee970)

 SendMessage (0, 0x1203, 0x3, 0x7f7ee970)

 SendMessage (0, 0x1204, 0x3, 0x7f7ee970)

 SendMessage (0, 0x1203, 0x4, 0x7f7ee970)

 SendMessage (0, 0x1204, 0x4, 0x7f7ee970)

 * Assertion at strenc.c:183, condition `utf8!=NULL' not met


 Stacktrace:


 at unknown 0x

 at (wrapper managed-to-native)
 KeePass.Native.NativeMethods.GetFileAttributes (string) 0x

 at KeePass.Native.NativeMethods.FileExists (string) 0x0002d

 at KeePass.Util.WinUtil.RemoveZoneIdentifier (string) 0x0006e

 at KeePass.Forms.MainForm.OnFormLoadParallelAsync (object) 0x00090

 at (wrapper runtime-invoke) Module.runtime_invoke_void__this___object
 (object,intptr,intptr,intptr) 0x


 =

 Got a SIGABRT while executing native code. This usually indicates

 a fatal error in the mono runtime or one of the native libraries

 used by your application.

 =


 Abort trap (core dumped)



 I would appreciate your help

 Regards

 Andrzej