Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phenigma

Pages: 1 ... 90 91 [92] 93 94 ... 118
1366
Developers / Re: About Metadata
« on: November 14, 2010, 10:39:24 pm »
Code: [Select]
dcerouter_1013980:~/linuxmce-autotagger# ./autotagger.bin /home/public/data/videos/Windows\ Share-Public\ \[32\]/TV/Castle\ S01Part1/
connection made!
Media Autotagger v1.1
User Path Entered: /home/public/data/videos/Windows Share-Public [32]/TV/Castle S01Part1
No Subdirectories
Found 10 File(s) and 0 SubDirectories
============================| New File |==============================
.....................Scanned:Castle 01x02 - Nanny McDead.avi
....................PK_File: 44693
------------------Identifying Data-----------------
-------Movie Filter Hits:: |
-------Tv Filter Hits:: 0
------------------TVDB.com Filter--------------
Name=Castle
Guessed Season: 1...Guessed Episode Number: 1
initiating request
got response, reading.
Extended Data for: Castle--Season:1|| Episode: 1
Wrote Data for:Castle
procesing zip files
Deleted xml Zip File
1
Opened Banners File, setting content....Now Searching for images...Found the Episode!
|====Attributes===|
Show: Castle, Season: 1, Episode Number: 1
Episode: Tower Of London And Dover Castle |-----|  Director:
Regular Performers: ||
Guest Stars:
Synopsis:

IMDB: tt0407372 == Rating:
Program ID:||  Show ID: 1477761
Genre(s):
Tv Network: Channel 4
Dvd Info========
Dvd seaon:, Dvd Episode: , Dvd Chapter:
Dvd Disc ID:
|======End========|
-----------------------------Mysql Interaction-------------------
Done! New AttributeID = 34198|| Now for file...Done! New AttributeID = 34199|| Now for file...Done! New AttributeID = 34200|| Now for file...Done! New AttributeID = 34201|| Now for file...Done! New AttributeID = 34202|| Now for file...Done! New AttributeID = 34203|| Now for file...Done! New AttributeID = 34204|| Now for file...Done! New AttributeID = 34205|| Now for file.......done!
Getting Pic for file
file picture processing
No Image here, stopping pre-insert!
Attribute of Picture will be saved: http://www.thetvdb.com/banners/graphical/82607-g.jpg
Getting Pic
---picture processing
wrote picture file data.inserted into picture_table..insert id:23962
Copied to /mediapics...23962.jpg
Thumb created..
inserted into picture_Attribute..
Segmentation fault (core dumped)

Some issues with IDing the episode (gets picked up as 1 instead of 2) and a seg fault...

J.

1367
Developers / Re: About Metadata
« on: November 14, 2010, 10:22:30 pm »
Fresh git pull a minute ago and I've got action...

Found the items in my test folder, tagged them and grabbed graphics.  These were movies.  I'm going to try some television and movie folders later on to see what happens.

J.

1368
Users / Re: WebDT 366LX PadOrbiter Image
« on: November 14, 2010, 10:09:45 pm »
:-)  That was the easiest bit of support I think I've ever had to give!  Glad it's working for you.  I assume that WEP is working for you?

BTW, I've been playing with my WebDT LX's and I have one booting up as a wireless diskless MD.  Takes a while to boot over wifi but works great for audio, not enough horsepower for most video.  I can watch all my old TV shows without issue though.  The really nice thing is having the photo screen saver.  I had been playing around with the PSS on the padorbiter image, and it was really nice to have, but there wasn't enough room for xfwm in the 500mb flash HD.  Neat stuff though.

J.

1369
This is related to the ubuntu 0810 end of life and ubuntu shutting down the intrepid repositories.  The issue is your sources.list on the core, search the forums, there are solutions.

J.

1370
Developers / Re: About Metadata
« on: November 14, 2010, 09:51:30 pm »
Code: [Select]
dcerouter_1013980:~/linuxmce-autotagger# ./autotagger.bin "/home/public/data/videos/test"
connection made!
Media Autotagger v1.1
User Path Entered: /home/public/data/videos/test
./autotagger.bin: symbol lookup error: ./autotagger.bin: undefined symbol: _ZN9QListData11detach_growEPii

Fresh git pull.  Still have the symbol error.

J.

1371
Developers / Re: About Metadata
« on: November 11, 2010, 02:36:59 am »
Hmm, this is different, not good, but different...  I am not an expert by it looks like you may be trying to free a pointer that didn't actually get allocated/assigned.  Be sure you set any un-instantiated pointers to NULL when you declare them and then test that the pointer is !=NULL before freeing it.  If not set to NULL, at declaration, a pointer will point to a random location in memory, attempting to free that pointer will usually have disastrous consequences.

Code: [Select]
dcerouter_1013980:~/linuxmce-autotagger# ./autotagger.bin "/home/public/data/videos/test"
connection made!
Media Autotagger v1.1
*** glibc detected *** ./autotagger.bin: free(): invalid pointer: 0xb7796668 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb6883454]
/lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0xb68854b6]
/usr/lib/libQtCore.so.4(_Z5qFreePv+0x1d)[0xb6afff2d]
/usr/lib/libQtCore.so.4(_ZN7QString4freeEPNS_4DataE+0x40)[0xb6b49b40]
./autotagger.bin[0x805080a]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb682a685]
./autotagger.bin[0x804bf91]
======= Memory map: ========
08048000-08074000 r-xp 00000000 08:01 7457614    /root/linuxmce-autotagger/autotagger.bin
08074000-08075000 r--p 0002b000 08:01 7457614    /root/linuxmce-autotagger/autotagger.bin
08075000-08076000 rw-p 0002c000 08:01 7457614    /root/linuxmce-autotagger/autotagger.bin
09ec1000-09f13000 rw-p 09ec1000 00:00 0          [heap]
b58c4000-b58ce000 r-xp 00000000 08:01 5063901    /lib/tls/i686/cmov/libnss_files-2.8.90.so
b58ce000-b58cf000 r--p 00009000 08:01 5063901    /lib/tls/i686/cmov/libnss_files-2.8.90.so
b58cf000-b58d0000 rw-p 0000a000 08:01 5063901    /lib/tls/i686/cmov/libnss_files-2.8.90.so
b58d0000-b58d1000 ---p b58d0000 00:00 0
b58d1000-b60d1000 rw-p b58d1000 00:00 0
b60d1000-b60e6000 r-xp 00000000 08:01 5063895    /lib/tls/i686/cmov/libnsl-2.8.90.so
b60e6000-b60e7000 r--p 00014000 08:01 5063895    /lib/tls/i686/cmov/libnsl-2.8.90.so
b60e7000-b60e8000 rw-p 00015000 08:01 5063895    /lib/tls/i686/cmov/libnsl-2.8.90.so
b60e8000-b60ea000 rw-p b60e8000 00:00 0
b60ea000-b60f3000 r-xp 00000000 08:01 5063888    /lib/tls/i686/cmov/libcrypt-2.8.90.so
b60f3000-b60f4000 r--p 00008000 08:01 5063888    /lib/tls/i686/cmov/libcrypt-2.8.90.so
b60f4000-b60f5000 rw-p 00009000 08:01 5063888    /lib/tls/i686/cmov/libcrypt-2.8.90.so
b60f5000-b611c000 rw-p b60f5000 00:00 0
b611c000-b62bd000 r-xp 00000000 08:01 3877279    /usr/lib/libmysqlclient_r.so.15.0.0
b62bd000-b62c0000 r--p 001a0000 08:01 3877279    /usr/lib/libmysqlclient_r.so.15.0.0
b62c0000-b6300000 rw-p 001a3000 08:01 3877279    /usr/lib/libmysqlclient_r.so.15.0.0
b6300000-b6302000 rw-p b6300000 00:00 0
b6318000-b6326000 r-xp 00000000 08:01 3965431    /usr/lib/qt4/plugins/sqldrivers/libqsqlmysql.so
b6326000-b6327000 r--p 0000d000 08:01 3965431    /usr/lib/qt4/plugins/sqldrivers/libqsqlmysql.so
b6327000-b6328000 rw-p 0000e000 08:01 3965431    /usr/lib/qt4/plugins/sqldrivers/libqsqlmysql.so
b6328000-b632a000 r-xp 00000000 08:01 745710     /usr/lib/gconv/UTF-16.so
b632a000-b632b000 r--p 00001000 08:01 745710     /usr/lib/gconv/UTF-16.so
b632b000-b632c000 rw-p 00002000 08:01 745710     /usr/lib/gconv/UTF-16.so
b632c000-b636b000 r--p 00000000 08:01 3916455    /usr/lib/locale/en_CA.utf8/LC_CTYPE
b636b000-b644c000 r--p 00000000 08:01 3916696    /usr/lib/locale/en_CA.utf8/LC_COLLATE
b644c000-b644f000 rw-p b644c000 00:00 0
b644f000-b6453000 r-xp 00000000 08:01 3876384    /usr/lib/libXdmcp.so.6.0.0
b6453000-b6454000 rw-p 00003000 08:01 3876384    /usr/lib/libXdmcp.so.6.0.0
b6454000-b646b000 r-xp 00000000 08:01 3877617    /usr/lib/libxcb.so.1.0.0
b646b000-b646c000 r--p 00016000 08:01 3877617    /usr/lib/libxcb.so.1.0.0
b646c000-b646d000 rw-p 00017000 08:01 3877617    /usr/lib/libxcb.so.1.0.0
b646d000-b646e000 r-xp 00000000 08:01 3877613    /usr/lib/libxcb-xlib.so.0.0.0
b646e000-b646f000 r--p 00000000 08:01 3877613    /usr/lib/libxcb-xlib.so.0.0.0
b646f000-b6470000 rw-p 00001000 08:01 3877613    /usr/lib/libxcb-xlib.so.0.0.0
b6470000-b6471000 rw-p b6470000 00:00 0
b6471000-b6473000 r-xp 00000000 08:01 3876373    /usr/lib/libXau.so.6.0.0
b6473000-b6474000 rw-p 00001000 08:01 3876373    /usr/lib/libXau.so.6.0.0
b6474000-b6498000 r-xp 00000000 08:01 3876640    /usr/lib/libexpat.so.1.5.2
b6498000-b649a000 r--p 00023000 08:01 3876640    /usr/lib/libexpat.so.1.5.2
b649a000-b649b000 rw-p 00025000 08:01 3876640    /usr/lib/libexpat.so.1.5.2
b649b000-b64c3000 r-xp 00000000 08:01 5030001    /lib/libpcre.so.3.12.1
b64c3000-b64c4000 r--p 00027000 08:01 5030001    /lib/libpcre.so.3.12.1
b64c4000-b64c5000 rw-p 00028000 08:01 5030001    /lib/libpcre.so.3.12.1
b64c5000-b6512000 r-xp 00000000 08:01 3876412    /usr/lib/libXt.so.6.0.0
b6512000-b6516000 rw-p 0004c000 08:01 3876412    /usr/lib/libXt.so.6.0.0
b6516000-b6518000 r-xp 00000000 08:01 5063890    /lib/tls/i686/cmov/libdl-2.8.90.so
b6518000-b6519000 r--p 00001000 08:01 5063890    /lib/tls/i686/cmov/libdl-2.8.90.so
b6519000-b651a000 rw-p 00002000 08:01 5063890    /lib/tls/i686/cmov/libdl-2.8.90.so
b651a000-b651b000 rw-p b651a000 00:00 0
b651b000-b6522000 r-xp 00000000 08:01 5063914    /lib/tls/i686/cmov/librt-2.8.90.so
b6522000-b6523000 r--p 00007000 08:01 5063914    /lib/tls/i686/cmov/librt-2.8.90.so
b6523000-b6524000 rw-p 00008000 08:01 5063914    /lib/tls/i686/cmov/librt-2.8.90.so
b6524000-b6528000 r-xp 00000000 08:01 3876803    /usr/lib/libgthread-2.0.so.0.1800.2
b6528000-b6529000 r--p 00003000 08:01 3876803    /usr/lib/libgthread-2.0.so.0.1800.2
b6529000-b652a000 rw-p 00004000 08:01 3876803    /usr/lib/libgthread-2.0.so.0.1800.2
b652a000-b6615000 r-xp 00000000 08:01 3876368    /usr/lib/libX11.so.6.2.0
b6615000-b6616000 r--p 000ea000 08:01 3876368    /usr/lib/libX11.so.6.2.0
b6616000-b6618000 rw-p 000eb000 08:01 3876368    /usr/lib/libX11.so.6.2.0
b6618000-b6619000 rw-p b6618000 00:00 0
b6619000-b6626000 r-xp 00000000 08:01 3876386    /usr/lib/libXext.so.6.4.0
b6626000-b6628000 rw-p 0000c000 08:01 3876386    /usr/lib/libXext.so.6.4.0
b6628000-b6653000 r-xp 00000000 08:01 3876664    /usr/lib/libfontconfig.so.1.3.0
b6653000-b6654000 r--p 0002a000 08:01 3876664    /usr/lib/libfontconfig.so.1.3.0
b6654000-b6655000 rw-p 0002b000 08:01 3876664    /usr/lib/libfontconfig.so.1.3.0
b6655000-b6656000 rw-p b6655000 00:00 0
b6656000-b66c7000 r-xp 00000000 08:01 3876674    /usr/lib/libfreetype.so.6.3.18
b66c7000-b66cb000 r--p 00070000 08:01 3876674    /usr/lib/libfreetype.so.6.3.18
b66cb000-b66cc000 rw-p 00074000 08:01 3876674    /usr/lib/libfreetype.so.6.3.18
b66cc000-b66d1000 r-xp 00000000 08:01 3876406    /usr/lib/libXrandr.so.2.1.0
b66d1000-b66d2000 r--p 00005000 08:01 3876406    /usr/lib/libXrandr.so.2.1.0
b66d2000-b66d3000 rw-p 00006000 08:01 3876406    /usr/lib/libXrandr.so.2.1.0
b66d3000-b66db000 r-xp 00000000 08:01 3876408    /usr/lib/libXrender.so.1.3.0
b66db000-b66dc000 r--p 00007000 08:01 3876408    /usr/lib/libXrender.so.1.3.0
b66dc000-b66dd000 rw-p 00008000 08:01 3876408    /usr/lib/libXrender.so.1.3.0
b66dd000-b66e5000 r-xp 00000000 08:01 3876394    /usr/lib/libXi.so.6.0.0
b66e5000-b66e6000 r--p 00007000 08:01 3876394    /usr/lib/libXi.so.6.0.0
b66e6000-b66e7000 rw-p 00008000 08:01 3876394    /usr/lib/libXi.so.6.0.0
b66e7000-b679c000 r-xp 00000000 08:01 3876711    /usr/lib/libglib-2.0.so.0.1800.2
b679c000-b679d000 r--p 000b4000 08:01 3876711    /usr/lib/libglib-2.0.so.0.1800.2
b679d000-b679e000 rw-p 000b5000 08:01 3876711    /usr/lib/libglib-2.0.so.0.1800.2
b679e000-b67b2000 r-xp 00000000 08:01 3877633    /usr/lib/libz.so.1.2.3.3
b67b2000-b67b4000 rw-p 00013000 08:01 3877633    /usr/lib/libz.so.1.2.3.3
b67b4000-b67b5000 rw-p b67b4000 00:00 0
b67b5000-b67ca000 r-xp 00000000 08:01 3876293    /usr/lib/libICE.so.6.3.0
b67ca000-b67cb000 rw-p 00014000 08:01 3876293    /usr/lib/libICE.so.6.3.0
b67cb000-b67cd000 rw-p b67cb000 00:00 0
b67cd000-b67d4000 r-xp 00000000 08:01 3876364    /usr/lib/libSM.so.6.0.0
b67d4000-b67d5000 r--p 00006000 08:01 3876364    /usr/lib/libSM.so.6.0.0
b67d5000-b67d6000 rw-p 00007000 08:01 3876364    /usr/lib/libSM.so.6.0.0
b67d6000-b67fa000 r-xp 00000000 08:01 3877390    /usr/lib/libpng12.so.0.27.0
b67fa000-b67fb000 r--p 00023000 08:01 3877390    /usr/lib/libpng12.so.0.27.0
b67fb000-b67fc000 rw-p 00024000 08:01 3877390    /usr/lib/libpng12.so.0.27.0
b67fc000-b6812000 r-xp 00000000 08:01 3876497    /usr/lib/libaudio.so.2.4
b6812000-b6813000 r--p 00015000 08:01 3876497    /usr/lib/libaudio.so.2.4
b6813000-b6814000 rw-p 00016000 08:01 3876497    /usr/lib/libaudio.so.2.4
b6814000-b696c000 r-xp 00000000 08:01 5063884    /lib/tls/i686/cmov/libc-2.8.90.so
b696c000-b696e000 r--p 00158000 08:01 5063884    /lib/tls/i686/cmov/libc-2.8.90.so
b696e000-b696f000 rw-p 0015a000 08:01 5063884    /lib/tls/i686/cmov/libc-2.8.90.so
b696f000-b6972000 rw-p b696f000 00:00 0
b6972000-b697f000 r-xp 00000000 08:01 5029950    /lib/libgcc_s.so.1
b697f000-b6980000 r--p 0000c000 08:01 5029950    /lib/libgcc_s.so.1
b6980000-b6981000 rw-p 0000d000 08:01 5029950    /lib/libgcc_s.so.1
b6981000-b6982000 rw-p b6981000 00:00 0
b6982000-b69a6000 r-xp 00000000 08:01 5063892    /lib/tls/i686/cmov/libm-2.8.90.so
b69a6000-b69a7000 r--p 00023000 08:01 5063892    /lib/tls/i686/cmov/libm-2.8.90.so
b69a7000-b69a8000 rw-p 00024000 08:01 5063892    /lib/tls/i686/cmov/libm-2.8.90.so
b69a8000-b6a8b000 r-xp 00000000 08:01 3877509    /usr/lib/libstdc++.so.6.0.10
b6a8b000-b6a8f000 r--p 000e3000 08:01 3877509    /usr/lib/libstdc++.so.6.0.10
b6a8f000-b6a90000 rw-p 000e7000 08:01 3877509    /usr/lib/libstdc++.so.6.0.10
b6a90000-b6a96000 rw-p b6a90000 00:00 0
b6a96000-b6aab000 r-xp 00000000 08:01 5063910    /lib/tls/i686/cmov/libpthread-2.8.90.so
b6aab000-b6aac000 r--p 00014000 08:01 5063910    /lib/tls/i686/cmov/libpthread-2.8.90.so
b6aac000-b6aad000 rw-p 00015000 08:01 5063910    /lib/tls/i686/cmov/libpthread-2.8.90.so
b6aad000-b6aaf000 rw-p b6aad000 00:00 0
b6aaf000-b6cd4000 r-xp 00000000 08:01 3876318    /usr/lib/libQtCore.so.4.4.3
b6cd4000-b6cda000 r--p 00224000 08:01 3876318    /usr/lib/libQtCore.so.4.4.3
b6cda000-b6cdc000 rw-p 0022a000 08:01 3876318    /usr/lib/libQtCore.so.4.4.3
b6cdc000-b6cdd000 rw-p b6cdc000 00:00 0
b6cdd000-b6dd9000 r-xp 00000000 08:01 3876336    /usr/lib/libQtNetwork.so.4.4.3
b6dd9000-b6ddc000 r--p 000fb000 08:01 3876336    /usr/lib/libQtNetwork.so.4.4.3
b6ddc000-b6ddd000 rw-p 000fe000 08:01 3876336    /usr/lib/libQtNetwork.so.4.4.3
b6ddd000-b6dde000 rw-p b6ddd000 00:00 0
b6dde000-b76bb000 r-xp 00000000 08:01 3876330    /usr/lib/libQtGui.so.4.4.3
b76bb000-b76d8000 r--p 008dd000 08:01 3876330    /usr/lib/libQtGui.so.4.4.3
b76d8000-b76df000 rw-p 008fa000 08:01 3876330    /usr/lib/libQtGui.so.4.4.3
b76df000-b76e2000 rw-p b76df000 00:00 0
b76e2000-b7724000 r-xp 00000000 08:01 3876357    /usr/lib/libQtXml.so.4.4.3
b7724000-b7725000 r--p 00041000 08:01 3876357    /usr/lib/libQtXml.so.4.4.3
b7725000-b7726000 rw-p 00042000 08:01 3876357    /usr/lib/libQtXml.so.4.4.3
b7726000-b7760000 r-xp 00000000 08:01 3876345    /usr/lib/libQtSql.so.4.4.3
b7760000-b7761000 r--p 00039000 08:01 3876345    /usr/lib/libQtSql.so.4.4.3
b7761000-b7762000 rw-p 0003a000 08:01 3876345    /usr/lib/libQtSql.so.4.4.3
b7766000-b7767000 rw-p b7766000 00:00 0
b7767000-b7768000 r--p 00000000 08:01 3916460    /usr/lib/locale/en_CA.utf8/LC_NUMERIC
b7768000-b7769000 r--p 00000000 08:01 3916313    /usr/lib/locale/en_CA.utf8/LC_TIME
b7769000-b776a000 r--p 00000000 08:01 3916307    /usr/lib/locale/en_CA.utf8/LC_MONETARY
b776a000-b776b000 r--p 00000000 08:01 3916311    /usr/lib/locale/en_CA.utf8/LC_MESSAGES/SYS_LC_MESSAGES
b776b000-b776c000 r--p 00000000 08:01 3916439    /usr/lib/locale/en_CA.utf8/LC_PAPER
b776c000-b776d000 r--p 00000000 08:01 3916459    /usr/lib/locale/en_CA.utf8/LC_NAME
b776d000-b776e000 r--p 00000000 08:01 3916306    /usr/lib/locale/en_CA.utf8/LC_ADDRESS
b776e000-b776f000 r--p 00000000 08:01 3916704    /usr/lib/locale/en_CA.utf8/LC_TELEPHONE
b776f000-b7770000 r--p 00000000 08:01 3916457    /usr/lib/locale/en_CA.utf8/LC_MEASUREMENT
b7770000-b7777000 r--s 00000000 08:01 745715     /usr/lib/gconv/gconv-modules.cache
b7777000-b7778000 r--p 00000000 08:01 3916309    /usr/lib/locale/en_CA.utf8/LC_IDENTIFICATION
b7778000-b777a000 rw-p b7778000 00:00 0
b777a000-b7794000 r-xp 00000000 08:01 5029907    /lib/ld-2.8.90.so
b7794000-b7795000 r-xp b7794000 00:00 0          [vdso]
b7795000-b7796000 r--p 0001a000 08:01 5029907    /lib/ld-2.8.90.so
b7796000-b7797000 rw-p 0001b000 08:01 5029907    /lib/ld-2.8.90.so
bfb89000-bfb9e000 rw-p bffeb000 00:00 0          [stack]
Aborted (core dumped)
dcerouter_1013980:~/linuxmce-autotagger#

J.

1372
Developers / Re: About Metadata
« on: November 10, 2010, 04:41:32 am »
The libraries all look good, nothing showing as missing.

Code: [Select]
dcerouter_1013980:~/linuxmce-autotagger# ldd autotagger
linux-gate.so.1 =>  (0xb7865000)
libmysqlclient_r.so.15 => /usr/lib/libmysqlclient_r.so.15 (0xb764d000)
libQtSql.so.4 => /usr/lib/libQtSql.so.4 (0xb7611000)
libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb75cc000)
libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb6cc9000)
libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0xb6bc8000)
libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb699a000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb6981000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6893000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb686c000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb685d000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb66ff000)
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb66cd000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb66b4000)
libz.so.1 => /usr/lib/libz.so.1 (0xb669e000)
libaudio.so.2 => /usr/lib/libaudio.so.2 (0xb6685000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb665f000)
libSM.so.6 => /usr/lib/libSM.so.6 (0xb6656000)
libICE.so.6 => /usr/lib/libICE.so.6 (0xb663e000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb6587000)
libXi.so.6 => /usr/lib/libXi.so.6 (0xb657c000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6572000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb656b000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb64f5000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb64c8000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb64b9000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb63c9000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb63c3000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb63ba000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb63b6000)
/lib/ld-linux.so.2 (0xb784b000)
libXt.so.6 => /usr/lib/libXt.so.6 (0xb6365000)
libpcre.so.3 => /lib/libpcre.so.3 (0xb633a000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6313000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6310000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb630d000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb62f4000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb62ee000)

1373
Users / Re: MCE and PLC
« on: November 10, 2010, 12:00:07 am »
Although I believe that a c/c++ implementation is ultimately the best way to go...  There are open source ruby implementations of modbus ascii/rtu and tcp available online (check wikipedia for modbus) that could likely be integrated as a GSD device template.

J.

1374
Users / Re: New Build for Newbie
« on: November 09, 2010, 11:49:00 pm »
The ASUS MB you spec in the first post has an onboard serial port connector.  It's not brought out to the back panel by default.  You would simply need a 9-pin dsub on a piece of ribbon cable with a connector to use the included port.

http://www.amazon.com/Male-Motherboard-Serial-Connector-cable/dp/B000JC31L4

If you look around at a surplus store you may find them easily and cheap.  I used to grab them off of old multi-I/O controller cards from the early PC days.  Most PCs came with 1, if not 2, and hardly anyone actually used a serial port in those days.  If you work with PLCs and serial com devices regularly you may find one of these types of cables lying around your shop even.

J.

1375
Installation issues / Re: snapshot 23426
« on: November 09, 2010, 11:38:42 pm »
Took a little longer to install, but it installed.

This is likely due to the installer having to download all the intrepid packages from the internet as it sounds likely that they are not on the DVD.

J.

1376
Installation issues / Re: snapshot 23426
« on: November 09, 2010, 11:36:37 pm »
Hi all 
          is 23426 @ 1.7gb a "whoops", ;D
 or a temp. solution to end of life prob ?

regards,
Ian

The makedvd script is likely falling prone to the same issues the installer is.  That is: the script that creates the dvd installer downloads all of the intrepid packages from the ubuntu archives and probably needs to be updated to point to the old-releases repository the same as the actual installer/pluto database/Diskless_CreateTBZ all need to be.

J.

1377
Installation issues / Re: Ubuntu 8.10 end of life breaks installer
« on: November 09, 2010, 11:31:20 pm »
No the ticket does not mention any of this, nor does it mention makedvd (the creation script for the dvd installer) and Diskless_CreateTBZ, both of which will be affected in some way.

J.

1378
Installation issues / Re: Ubuntu 8.10 end of life breaks installer
« on: November 09, 2010, 01:03:03 am »
The old references are indeed being added by ConfirmDependecies... It relies on information from the Package* tables in the pluto_main database to know where to source all the packages from and automatically add the repository locations if they are not in the sources.list.  It's a great system, until the repository moves en mass.  To fix this it would have to be updated for all packages in the database that are sourced from intrepid.  It's more or less a search and replace on a few select fields in the database and then a massive sqlCVS update to apply the changes.  I'm not sure that this is likely to happen.  Any references to 20dev_ubuntu in sources.list are also being added by ConfirmDependencies based on repository information in the database.

This is all normal behaviour but the database is populated with incorrect data at this point.

J.

1379
First create a trac ticket to follow the template submission.  Update sqlCVS on your core.  Verify that your templates are still correct.  Do an sqlCVS diff on your core and submit it to sqlCVS, be sure to reference the trac ticket # you created in the sqlCVS batch description when you submit your sqlCVS diff.  You will be told the sqlCVS batch id's after a submission to sqlCVS.  Reply to the trac ticket you created earlier and reference the sqlCVS batch id's from your submission.  This way trac references the sqlCVS batch id's (and vice versa).

I believe there are instructions on the wiki that instruct you how to perform the sqlCVS update & diff.  You could also jump onto IRC for assistance.

J.

1380
Developers / Re: About Metadata
« on: November 08, 2010, 11:42:04 pm »
I have been using the binary in git so far.  The library is not an issue, apparently it's a special library file of some sort that doesn't have an actual file.  Hmm, if I get time I'll try to build it.

J.

Pages: 1 ... 90 91 [92] 93 94 ... 118