Re: [Qgis-user] Qgis failed to startup

2016-06-27 Per discussione Richard Duivenvoorde
Hi Christophe,

forwarding to dev list...

But do I see:
libQt5Widgets.so.5 ??

Are you aware that you are using Qt5.
Because building that is still experimental (but could be ok if you know
what you are doing).

Better to remove all the Qt5 stuff, and be sure that all your paths
point to the Qt4 versions of the libraries!
I think you mixup Qt4 and Qt5 versions of libs...

FYI, on Debian I start ccmake .. with the following:

# master
ccmake -DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_PREFIX=/home/richard/apps/qgis/master/debug
-DWITH_INTERNAL_QWTPOLAR=ON -DWITH_SERVER=TRUE -DBUILD_TESTING=FALSE ..

Regards,

Richard Duivenvoorde


On 27-06-16 18:05, christoph wrote:
> Hello,
> 
> I tried what you told me,
> 
> this is what I get!
> 
> but I cannot get any good out of it!
> 
> What is A CRC mismatch?
> 
> christoph@excelsior:~/myworld/QGIS/cmake_qgis/output/bin$ source
> /home/christoph/myworld/sharedsourcen/gislibs.sh
> christoph@excelsior:~/myworld/QGIS/cmake_qgis/output/bin$ sudo ldconfig
> [sudo] password for christoph:
> christoph@excelsior:~/myworld/QGIS/cmake_qgis/output/bin$ gdb ./qgis
> GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1
> Copyright (C) 2014 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> 
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> .
> Find the GDB manual and other documentation resources online at:
> .
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from ./qgis...(no debugging symbols found)...done.
> (gdb) run
> Starting program: /home/christoph/myworld/QGIS/cmake_qgis/output/bin/qgis
> warning: the debug information found in "/lib64/ld-2.19.so" does not
> match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch).
> 
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> 
> Program received signal SIGSEGV, Segmentation fault.
> __memcpy_sse2_unaligned () at
> ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:158
> 158../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Datei oder
> Verzeichnis nicht gefunden.
> (gdb) bt
> #0  __memcpy_sse2_unaligned () at
> ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:158
> #1  0x747ab56c in memcpy (__len=8, __src=0x7fffeca60400,
> __dest=) at /usr/include/x86_64-linux-gnu/bits/string3.h:51
> #2  QByteArray::append (this=0x7fffcc30, str=0x7fffeca60400
> "QWidget") at tools/qbytearray.cpp:1651
> #3  0x7fffec71d186 in ?? () from
> /home/christoph/myworld/qt-everywhere-opensource-src-5.6.0/build/lib/libQt5Widgets.so.5
> 
> #4  0x77dea9ba in call_init (l=,
> argc=argc@entry=1, argv=argv@entry=0x7fffccd8,
> env=env@entry=0x7fffcce8) at dl-init.c:78
> #5  0x77deaaa3 in call_init (env=0x7fffcce8,
> argv=0x7fffccd8, argc=1, l=) at dl-init.c:36
> #6  _dl_init (main_map=0x77ffe1a8, argc=1, argv=0x7fffccd8,
> env=0x7fffcce8) at dl-init.c:126
> #7  0x77ddd1ca in _dl_start_user () from
> /lib64/ld-linux-x86-64.so.2
> #8  0x0001 in ?? ()
> #9  0x7fffcfb3 in ?? ()
> #10 0x in ?? ()
> 
> On 2016-06-14 09:32, Richard Duivenvoorde wrote:
>> On 14-06-16 09:23, christoph wrote:
>>> Hi, Richard,
>>> yes I did all what you described,
>>> but still no clue why I get the error!
>>> All that is in my home directory.
>> I sometimes use 'strace' to see what happens when something stops.
>>
>> So: try to build with debug info, that is use: -DCMAKE_BUILD_TYPE=Debug
>> or set it to Debug in ccmake..
>>
>> export de LD_LIBRARY_PATH (as in your script)
>> And then
>> strace 
>> Maybe the segfault on the end reveals more info.
>>
>> And if that fails, install gdb, and learn how to show stacktrace with
>> that
>> In short:
>> gdb qgis
>> (gdb) run
>> then after crash call backtrace:
>> (gdb) bt
>>
>> Hope this helps
>>
>> Richard
> 
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Error with 2.14.3 standallone and msys

2016-06-27 Per discussione Randal Hale

Good Deal - thank you so much!

Randy

On 06/27/2016 01:18 PM, Claas Leiner wrote:
Create an empty Dummy-directory msys and set the msys-path. Then all 
is O.K.


Claas

Am 27.06.2016 um 16:46 schrieb Randal Hale:

Got a client and we're working through a problem - They have 2.14.3
Standalone. We are trying to activate GRASS 7. When we leave provider
options we get an error of:
Wrong Value for parameter "Msys Folder"
Specified Path does not exist: C:/Progra~1/QGISES~1/apps\msys"

Since msys is not there anymore,  is there something I can set this to
to get rid of the error. I typically run the Advanced installer - but
they went with standalone so now I've switched to standlone. I saw this
mentioned on 14654 - https://hub.qgis.org/issues/14654 . For fun I set
this to msvcrt and the error stopped and we were able to save the
options - BUT - I have no idea if this is acceptable.

Randy





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Error with 2.14.3 standallone and msys

2016-06-27 Per discussione Claas Leiner

Create an empty Dummy-directory msys and set the msys-path. Then all is O.K.

Claas

Am 27.06.2016 um 16:46 schrieb Randal Hale:

Got a client and we're working through a problem - They have 2.14.3
Standalone. We are trying to activate GRASS 7. When we leave provider
options we get an error of:
Wrong Value for parameter "Msys Folder"
Specified Path does not exist: C:/Progra~1/QGISES~1/apps\msys"

Since msys is not there anymore,  is there something I can set this to
to get rid of the error. I typically run the Advanced installer - but
they went with standalone so now I've switched to standlone. I saw this
mentioned on 14654 - https://hub.qgis.org/issues/14654 . For fun I set
this to msvcrt and the error stopped and we were able to save the
options - BUT - I have no idea if this is acceptable.

Randy





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[QGIS-it-user] Aiuto installazione

2016-06-27 Per discussione Francesco Luchetti
Buona sera a tutti sono un redento dei sistemi operativi ovvero da win molti 
anni fa sono passato a mac ed ora a linux ho installato CENTOS per varie 
motivazioni ma non riesco ad installare QGIS mi potete aiutare
Grazie 
Francesco L.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Found this...

https://software.intel.com/en-us/articles/limitation-to-the-length-of-the-system-path-variable



Le 2016-06-27 11:04, defelix [via OSGeo.org] a écrit :
> Hi,
> just a small clue I found out, in a file named setup.log.full in the 
> following folder C:\OSGeo4W64\var\log I found this row:
> 2016/06/27 13:08:10 error: Environment variable 'PATH' length exceeds 
> 1024; running with %WINDIR%\system32;%WINDIR%;%WINDIR%\wbem
>
> I don't know if would help, maybe it is important.
> Defelix
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273589.html
>  
>
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com
> To unsubscribe from Quantum GIS - User, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273595.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Hi,
This is what I have in my path variable.
Look in yours to see if the stuff about Qgis is in there.

C:\Python27\;C:\Python27\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
 
Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth 
Software\syswow64;C:\SWTOOLS\ReadyApps;C:\Program 
Files\OpenVPN\bin;C:\OSGeo4W64\bin;C:\Program Files (x86)\Windows 
Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL 
Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft 
SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL 
Server\120\Tools\Binn\;C:\Program Files\OpenNI\Bin64;C:\Program 
Files\PCL 
1.6.0\bin;C:\OSGeo4W64\apps\qgis\python;%PATH%;C:\OSGeo4W64\apps\Python27\sip;C:\Program
 
Files (x86)\Skype\Phone\;C:\Program Files 
(x86)\Java\jre1.8.0_77\bin;C:\Anaconda2;C:\Anaconda2\Scripts;C:\Anaconda2\Library\bin

Le 2016-06-27 11:04, defelix [via OSGeo.org] a écrit :
> Hi,
> just a small clue I found out, in a file named setup.log.full in the 
> following folder C:\OSGeo4W64\var\log I found this row:
> 2016/06/27 13:08:10 error: Environment variable 'PATH' length exceeds 
> 1024; running with %WINDIR%\system32;%WINDIR%;%WINDIR%\wbem
>
> I don't know if would help, maybe it is important.
> Defelix
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273589.html
>  
>
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com
> To unsubscribe from Quantum GIS - User, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273593.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Interesting, I would look if you could clean the Path windows variable. 
There may be stuff in there you don't need. Looks like it's limited to 1024 
characters... never seen that. I will look at my path later today. 
Nicolas 

On Jun 27, 2016 11:04, defelix [via OSGeo.org] 
ml-node+s1560n5273589...@n6.nabble.com wrote: 

Hi,
just a small clue I found out, in a file named setup.log.full in the following 
folder C:\OSGeo4W64\var\log I found this row: 
2016/06/27 13:08:10 error: Environment variable PATH length exceeds 
1024; running with %WINDIR%\system32;%WINDIR%;%WINDIR%\wbem
I dont know if would help, maybe it is important.




Defelix





If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273589.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273590.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Hi, 
I would try installing in another similar machine to see if you can reproduce 
the problem. You could destroy the current .qgis2 folder. It should be 
recreated on start up. 
Try the easy install. I would write down everything you have done and 
make a need posts. You could log a formal bug report. 
You could try Osgeo live DVD. For a Linux install without actually installing 
Linux in the meantime. 
Good luck 
Nicolas 

On Jun 27, 2016 10:16, defelix [via OSGeo.org] 
ml-node+s1560n5273571...@n6.nabble.com wrote: 

I made sure that there is not .qgis2 hidden folder before to install 
the new version, so I think it is not that the issue.
I also tried changing environments variable path, no success! Moreover I cannot 
reinstall windows since this would mean to start from the scratch for too many 
sofwares, it is the corporate machine, it wounldt make sense to do that.
I neeed to ask if exists a log in case of crashes.





Defelix





If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273571.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273581.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Error with 2.14.3 standallone and msys

2016-06-27 Per discussione Randal Hale
Got a client and we're working through a problem - They have 2.14.3 
Standalone. We are trying to activate GRASS 7. When we leave provider 
options we get an error of:

Wrong Value for parameter "Msys Folder"
Specified Path does not exist: C:/Progra~1/QGISES~1/apps\msys"

Since msys is not there anymore,  is there something I can set this to 
to get rid of the error. I typically run the Advanced installer - but 
they went with standalone so now I've switched to standlone. I saw this 
mentioned on 14654 - https://hub.qgis.org/issues/14654 . For fun I set 
this to msvcrt and the error stopped and we were able to save the 
options - BUT - I have no idea if this is acceptable.


Randy

--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Connessione localhost postGIS fallita con Macintosh

2016-06-27 Per discussione Luigi Pirelli
hai usato sta guida?
http://suite.opengeo.org/docs/latest/dataadmin/pgGettingStarted/pgadmin.html


Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


2016-06-27 15:52 GMT+02:00 Andrea Gagna :
> Ciao Luigi,
> La Open Geo Suite è l'ultima, mentre la versione di OSX è la Yosemite
> versione 10.10.5.
> Andrea Gagna.
>
> Il giorno 27 giugno 2016 09:20, Luigi Pirelli  ha scritto:
>>
>> immagino hai istallato la OpenGeo Suite di Boundless... quale
>> versione? su quale versione di OSX?
>> Luigi Pirelli
>>
>>
>> **
>> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
>> * LinkedIn: https://www.linkedin.com/in/luigipirelli
>> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
>> * GitHub: https://github.com/luipir
>> * Mastering QGIS:
>> https://www.packtpub.com/application-development/mastering-qgis
>>
>> **
>>
>>
>> 2016-06-25 19:20 GMT+02:00 Andrea Gagna :
>> > Buongiorno a tutti,
>> > Ho installato su un Mac PostgreSQL dal sito "Boundelss" ma quando avvio
>> > PgAdminIII e provo a fare una connessione localhost anche Se seguo tutti
>> > I
>> > passaggi che in Windows e da manuale ufficiale di PostGIS sono corretti
>> > non
>> > riesce a farla... Mi da "connessione fallita"..
>> >
>> > Idee?
>> >
>> >
>> > ___
>> > QGIS-it-user mailing list
>> > QGIS-it-user@lists.osgeo.org
>> > http://lists.osgeo.org/mailman/listinfo/qgis-it-user
>> >
>
>
>
>
> --
> Dt.  Gagna Andrea,
> ICT Cartographer and GIS-Geo-Database Specialist
>
> mobile phone: 3298530358
> profile linkedin: it.linkedin.com/pub/andrea-gagna/55/929/707/
> skype contact: andrea.gagna2
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Connessione localhost postGIS fallita con Macintosh

2016-06-27 Per discussione Andrea Gagna
Ciao Luigi,
La Open Geo Suite è l'ultima, mentre la versione di OSX è la Yosemite
versione 10.10.5.
Andrea Gagna.

Il giorno 27 giugno 2016 09:20, Luigi Pirelli  ha scritto:

> immagino hai istallato la OpenGeo Suite di Boundless... quale
> versione? su quale versione di OSX?
> Luigi Pirelli
>
>
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS:
> https://www.packtpub.com/application-development/mastering-qgis
>
> **
>
>
> 2016-06-25 19:20 GMT+02:00 Andrea Gagna :
> > Buongiorno a tutti,
> > Ho installato su un Mac PostgreSQL dal sito "Boundelss" ma quando avvio
> > PgAdminIII e provo a fare una connessione localhost anche Se seguo tutti
> I
> > passaggi che in Windows e da manuale ufficiale di PostGIS sono corretti
> non
> > riesce a farla... Mi da "connessione fallita"..
> >
> > Idee?
> >
> >
> > ___
> > QGIS-it-user mailing list
> > QGIS-it-user@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-it-user
> >
>



-- 
*Dt.  Gagna Andrea, *
*ICT Cartographer and GIS-Geo-Database Specialist*

mobile phone: 3298530358
profile linkedin: it.linkedin.com/pub/andrea-gagna/55/929/707/
skype contact: andrea.gagna2
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Hi,
It could be the python path or and old python plugin found in the 
C:\Users\Administrator\.qgis2 or the C:\Users\username\.qgis2. that 
crashes the startup.

If it is the python path,  go to computer/advanced system 
settings/environnement variables.  Look at the Variable called 
PYTHONPATH.  It should be set to "C:\OSGeo4W64\apps\qgis\python" with no 
quotes.

Nicolas



Le 2016-06-27 09:07, defelix [via OSGeo.org] a écrit :
> Dear,
> unfortunately nothing worked, I even tried to uninstall or deactivate 
> antivirus and antispam sw.
> I see the splashscreen running few seconds with the labels scrolling 
> on it like "initializing", "plugin providers" then "python" and it 
> disappears.
> I am afraid it is something related to python path, since it is the 
> only thing changed on my PC recently.
> in any case thanks
> Defelix
>
>
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273553.html
>  
>
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com
> To unsubscribe from Quantum GIS - User, click here 
> .
> NAML 
> 
>  
>





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273562.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGis not running windows 7

2016-06-27 Per discussione Nicolas Cadieux
Hi, 
Are you having other issues with Windows? Is this a very old windows 
installation? If so, you could try a reinstall of Windows if it's a few 
years old as a very last resort. 
Before that, make sure you don't have an antivirus (or other anti-spyware) 
software running during the installation and when you start Qgis. You 
could also try the other Qgis installation. 
 So when QGIS starts, you see the splash screen and then nothing? No error 
messages? 
Did you remove the hidden folders for all the users including admin? Do 
you have an accent or spaces in your users name or user path? Apart from that, 
I am not sure. If none of that works, I would repost and ask if there is 
a crash log being created. That could help the developers figure it 
out. 
Good luck 
Nicolas 
On Jun 27, 2016 7:01 AM, defelix [via OSGeo.org] 
ml-node+s1560n5273521...@n6.nabble.com wrote: 

Hi Nicolas,
thanks a lot for your reply, I uninstalled the current version of QGis, I 
removed all folders and registry entries, then I installed again using 
OSGEO,QGis 2.14.3, but unfortunately not success.
My OS is windows 7, 64bit.
What could I do now?




Defelix





If you reply to this email, your message will be added to the 
discussion below: 

http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273521.html
 


To start a new topic under Quantum GIS - User, email 
ml-nodes1560n4125267h38n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGis-not-running-windows-7-tp5273169p5273547.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] reshape tool with 3d features

2016-06-27 Per discussione Gusthiot Christophe
Hello,
We try to use the new reshape tool in qgis 2.15 with 3d features.
We want to extend a line through 3d points, but at the end, the line, which 
has, as expected, a Z column, contains only NotANumber attributes instead of 
points elevations.
In fact, even while extending the line without snapping on points, the 
elevation is still added as NAN.
Is there a processus problem, or is this tool not yet ready for 3d features ?

And when we cut the line (containing NAN) with the new cut tool, the NAN's are 
replaced by elevations... from nowhere.

With a polygon, reshaped through points, there's no NAN, but no points 
elevations either.


Thanks for the answer,

Christophe
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] snapping to road

2016-06-27 Per discussione Marc Pàmies Massip
To whom may concern,

I am using QGIS for first time so I am not really used to it yet. I want to
know if it is possible to import a kml file from my computer and generate a
new kml by sticking the original position fixes to the road lines (just as
google maps does). The idea is to obtain a set of reference positions to be
able to compute the error calculating the distance point-road.

I hope that my question was clear... Let me know if you need further
information.

Thank you very much for your time,

Marc.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] installazione qgis server

2016-06-27 Per discussione Amedeo Fadini
2016-06-27 11:12 GMT+02:00 Leonardo Donnini :
>
> Buongiorno ,
[...]
> Ci sono tentativi da fare per risolvere ?
Hai già verificato se una di queste soluzioni funziona?

http://gis.stackexchange.com/questions/43843/qgis-server-internal-server-error-os-109the-pipe-has-been-ended-mod-fcgid

(la pagina la trovi cercando su Google l'errore)

Il path o i moduli di python creano problemi con windows, mi associo
al consiglio di Paolo salutare quel sistema (in)operativo lato server,
 potresti ad esempio usare OsgeoLIve come server di test.

amefad
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] installazione qgis server

2016-06-27 Per discussione Leonardo Donnini

Buongiorno ,
ho installato qgis server utilizzando il setup di Osgeo4W per Windows e 
seguendo le istruzioni reperibili su internet ma non riesco a progredire 
perché  la richiesta Get Capabilities fallisce con il seguente messaggio:


500 Internal Server Error


 Internal Server Error
 The server encountered an internal error or misconfiguration and was
 unable to complete your request
 Please contact the server administrator, admin@local.domain and inform
 them of the time the error occurred, and anything you might have done
 that may have caused the error.
 More information about this error may be available in the server error
 log.


_sul file__*log degli errori*__trovo_ :
500 Internal Server Error [Mon Jun 27 10:10:33 2016] [warn] [client 
127.0.0.1] (OS 109)Pipe terminata.  : mod_fcgid: get overlap result error
[Mon Jun 27 10:10:33 2016] [error] [client 127.0.0.1] Premature end of 
script headers: qgis_mapserv.fcgi.exe


Ci sono tentativi da fare per risolvere ?
Grazie
--


---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Richard Duivenvoorde

Matthias Kuhn schreef op 2016-06-27 07:47:

On 06/27/2016 09:31 AM, Richard Duivenvoorde wrote:

Matthias Kuhn schreef op 2016-06-27 07:25:

I don't think we are shipping malware and I am not aware of anything
that we could do without further information.


We could maybe add some info in the Windows-installer which states 
that
certain Virus-software (namely Symantec) is known to fire false 
positives?


Why not try contacting them first?

Not to be accused seems to be the better solution than pleading for
innocence after being impeached.


Off course, contact them also (thanks Juergen), and I think some time 
ago a user also did.


But this is not the first time (and if I'm right not the only Windowz 
virus checker) that reports QGIS as trojan or virus. And I have seen 
more Windows installers stating:

"Please disable your virus checkers before installation of xyz"
So I think Windows users have seen this before...


(and yes, we should not blame Symantec by naming them in that message, 
that was just a personal agony I still have with Symantac from 
historical days sorry for that)


Regards,

Richard
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Lester Anderson
There is a direct way to report a false positive, and if you supply
enough information they can review:

https://submit.symantec.com/false_positive/

I have Norton and have not seen any issues with v2.14 64-bit, so might
just be a quirky thing with the 32-bit installer?

Lester

On 27 June 2016 at 08:47, Matthias Kuhn  wrote:
> On 06/27/2016 09:31 AM, Richard Duivenvoorde wrote:
>> Matthias Kuhn schreef op 2016-06-27 07:25:
>>> I don't think we are shipping malware and I am not aware of anything
>>> that we could do without further information.
>>
>> We could maybe add some info in the Windows-installer which states that
>> certain Virus-software (namely Symantec) is known to fire false positives?
>
> Why not try contacting them first?
>
> Not to be accused seems to be the better solution than pleading for
> innocence after being impeached.
>
> Regards
> Matthias
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Matthias Kuhn
On 06/27/2016 09:31 AM, Richard Duivenvoorde wrote:
> Matthias Kuhn schreef op 2016-06-27 07:25:
>> I don't think we are shipping malware and I am not aware of anything
>> that we could do without further information.
> 
> We could maybe add some info in the Windows-installer which states that
> certain Virus-software (namely Symantec) is known to fire false positives?

Why not try contacting them first?

Not to be accused seems to be the better solution than pleading for
innocence after being impeached.

Regards
Matthias
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Paolo Cavallini
Il 27/06/2016 09:31, Richard Duivenvoorde ha scritto:
> Matthias Kuhn schreef op 2016-06-27 07:25:
>> I don't think we are shipping malware and I am not aware of anything
>> that we could do without further information.
> 
> We could maybe add some info in the Windows-installer which states that
> certain Virus-software (namely Symantec) is known to fire false positives?

We can do that, but the suspicion will creep in anyway. Better approach
them.
Thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS problem with GeoPackage database views

2016-06-27 Per discussione Jukka Rahkonen
Marcus Blake  writes:

...

 
> Things that do not work...
> 
> 1. QGIS is not displaying the Attribute Table of a GeoPackage view
correctly. Attribute values are repeated for a single row.
> 2. Any Select operation that is applied either to the attributes or the
geometries results in the whole layer being selected.
> 
> In summary it looks like whilst the geometries of a GeoPackage view are
being interpreted correctly the link to the underlying attributes in a view
is not. Incidentally, neither the latest version of ArcGIS or MapInfo
Profession can interpret views in GeoPackage either and this has been
identified as a bug by both organisations.
> 
> Any help from some one who knows their way around how GeoPackage is
interpreting views would be gratefully received.

I made some quick tests by making queries directly with SQL from spatialite-gui

SELECT * FROM "sa1_b01_map_v"
order by SA1_MAINCODE_2011
limit 100;

Looks good with no duplicates.

select * from "sa1_b01_map_v"
where SA1_7DIGITCODE_2011=1135752;

One row returned.

You should give more detailed examples about what you do, what you get, and
what is the expected result.

-Jukka Rahkonen-

> Marcus.
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user  lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Richard Duivenvoorde

Matthias Kuhn schreef op 2016-06-27 07:25:

I don't think we are shipping malware and I am not aware of anything
that we could do without further information.


We could maybe add some info in the Windows-installer which states that 
certain Virus-software (namely Symantec) is known to fire false 
positives?


Regards,

Richard
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Connessione localhost postGIS fallita con Macintosh

2016-06-27 Per discussione Luigi Pirelli
immagino hai istallato la OpenGeo Suite di Boundless... quale
versione? su quale versione di OSX?
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


2016-06-25 19:20 GMT+02:00 Andrea Gagna :
> Buongiorno a tutti,
> Ho installato su un Mac PostgreSQL dal sito "Boundelss" ma quando avvio
> PgAdminIII e provo a fare una connessione localhost anche Se seguo tutti I
> passaggi che in Windows e da manuale ufficiale di PostGIS sono corretti non
> riesce a farla... Mi da "connessione fallita"..
>
> Idee?
>
>
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Virus ( Trojan.Gen.SMH) detected by Symantec in QGIS 2.14.3 32 bits

2016-06-27 Per discussione Paolo Cavallini
Il 19/06/2016 18:46, Matthias Kuhn ha scritto:
> Hi Patrick
> 
> On 19/06/16 17:00, Patrick Giraudoux wrote:
>> Just to signal that I cannot install  QGIS 2.14.3 (32 bits) with
>> QGIS-OSGeo4W-2.14.3-2-Setup-x86.exe (stand-alone) on Windows 7.
>> Symantec antivirus detect qgis.bin.exe as Trojan.Gen.SMH and put it in
>> vault (which, of course prevents the sofwtare from working...). Mabe a
>> false positive but it leads to a dedalock when is comes to use QGIS 32
>> bits.
> This has been reported in the past and is - if I understand correctly -
> related to heuristics. If you have a support contract with symantec, it
> would be great if you could ask them if they could adjust their
> heuristics (or provide details about what needs to be done to pass their
> tests). I am not aware of anything we could do from our side without
> more information from the provider of the anti virus software.
> 
> https://www.symantec.com/security_response/writeup.jsp?docid=2013-041522-2144-99

Hi all,
apparently still true. Any hope to have it fixed? Should we approach
Symantec officially?
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS problem with GeoPackage database views

2016-06-27 Per discussione Richard Duivenvoorde
On 26-06-16 09:37, Marcus Blake wrote:

> QGIS is not seem to fully support database views in GeoPackage. In some
> respects QGIS works as expected, but spatial and attribute selections
> and the display of the attribute table produce incorrect results.

FYI further discussion via dev list:

https://lists.osgeo.org/pipermail/qgis-developer/2016-June/043464.html

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user