Raw stream viewer
-
- Posts: 374
- Joined: Wed Nov 07, 2007 1:59 am
- Location: Huntington Beach, California
- Contact:
Version 1.23.3
Hi,
I've try everything and I keep getting:
ERROR: Failed to shmget
ENOENT - segment doesn't exist
I've set the key and run as root.
ZM is running as www-data. I've run xlib_shm as www-data and still no luck
Please help
I've try everything and I keep getting:
ERROR: Failed to shmget
ENOENT - segment doesn't exist
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d2000
ZM is running as www-data. I've run xlib_shm as www-data and still no luck
Please help
Re: Version 1.23.3
Please post shm segmnts that exist:lukav wrote:Hi,
I've try everything and I keep getting:
ERROR: Failed to shmget
ENOENT - segment doesn't exist
I've set the key and run as root.Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d2000
ZM is running as www-data. I've run xlib_shm as www-data and still no luck
Please help
Code: Select all
cat /proc/sysvipc/shm
Re: Version 1.23.3
maciekc wrote:Please post shm segmnts that exist:Code: Select all
cat /proc/sysvipc/shm
Code: Select all
key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime
2053963786 0 700 36865188 3261 3291 2 33 33 33 33 1211026726 1211026726 1210932051
2053963787 32769 700 36865188 3267 3291 1 33 33 33 33 1211026726 1211026726 1210932051
2053963788 65538 700 36865188 3273 3291 2 33 33 33 33 1211026726 1211026726 1210932052
2053963789 98307 700 36865188 3279 3291 2 33 33 33 33 1211026726 1211026726 1210932052
0 163844 1600 393216 3456 3351 2 103 109 103 109 1210932094 0 1210932094
Re: Version 1.23.3
Looks like your shm key is 7A6D0000Code: Select all
key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime 2053963786 0 700 36865188 3261 3291 2 33 33 33 33 1211026726 1211026726 1210932051 2053963787 32769 700 36865188 3267 3291 1 33 33 33 33 1211026726 1211026726 1210932051 2053963788 65538 700 36865188 3273 3291 2 33 33 33 33 1211026726 1211026726 1210932052 2053963789 98307 700 36865188 3279 3291 2 33 33 33 33 1211026726 1211026726 1210932052 0 163844 1600 393216 3456 3351 2 103 109 103 109 1210932094 0 1210932094
Try:
Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d0000
Re: Version 1.23.3
Thanks, I should have payed more attention. I've recheck the zm settings the key there is clearly the one you have suggested.maciekc wrote: Looks like your shm key is 7A6D0000
Try:Code: Select all
xlib_shm -w 1024 -h 768 -m 10 -k 0x7a6d0000
And it works.
Thanks a lot!
Sorry about that.
-
- Posts: 374
- Joined: Wed Nov 07, 2007 1:59 am
- Location: Huntington Beach, California
- Contact:
-
- Posts: 374
- Joined: Wed Nov 07, 2007 1:59 am
- Location: Huntington Beach, California
- Contact:
Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?maciekc wrote:I've been using it on 64bit debian. It should also work on ubuntu.linuxsense wrote:Anyone ever compile this for a 64bit Ubuntu system?
I seem to be missing the libmysqlclient libs in lib32 to run the 32bit version....
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...
I've compiled the 64bit version without any problems.linuxsense wrote: Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...
-
- Posts: 374
- Joined: Wed Nov 07, 2007 1:59 am
- Location: Huntington Beach, California
- Contact:
Thanks, it compiled just fine for me.maciekc wrote:I've compiled the 64bit version without any problems.linuxsense wrote: Do you mean you are running the 32bit version on 64bit debian or you were successful in compiling it on a 64bit system?
When I ldd the 32bit version it shows libmysqlclient.so.15 as missing in /usr/lib32 and I could not find a deb to provide it...