You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Rohit A. <ro...@kh...> - 2022-08-09 16:57:24
|
I have posted a new component called ModalWX for review. Thanks. Rohit Agarwal |
From: george a. <eng...@gm...> - 2019-03-18 11:51:26
|
Dear all, I have two data series, one of them is maximum curve and the another is the minimum one. I want to color the area locating in between the maximum and minimum. how can i do this ? could you please help me? thank you in advance |
From: A Z <pow...@li...> - 2018-11-28 02:07:02
|
I'm having trouble compiling wxchart for 64 bit Windows: https://sourceforge.net/projects/wxcode/files/Components/wxchart/ Is there annyone who can post a 64 bit .dll files set that people can download and use, please? |
From: Tomas R. <sli...@gm...> - 2015-04-10 14:20:16
|
wxTranslations::FindCatalog => Why do we have this function as private member? I do want to avoid wxTranslations::FindCatalog call every time during wxTranslations::GetTranslatedString. wxTranslations::FindCatalog -> does iteration through all the catalogs (~100 language files). Expected (my specific) usage: wxTranslationsImpl *trans = wxTranslations::Get(); m_pMsgCat = trans->FindCatalog("my_domain") do call only once during every dll or app initialization. and during translation just simply do call: wxString MyGetTranslatedStringFunc(origString, n) return pMsgCat ->GetString(origString, n); with out all the wxTranslations::GetTranslatedString logic. How to retrieve the wxMsgCatalog object by the domain name? Tomas |
From: cecilio <s.c...@gm...> - 2015-01-12 14:47:55
|
Thanks Ulrich. I have opened a support requets. ( https://sourceforge.net/p/forge/site-support/9430/) I'll keep you informed. Best regards, Cecilio 2015-01-11 23:28 GMT+01:00 Ulrich Telle <ulr...@gm...>: > Am 11.01.2015 22:37, schrieb cecilio: > > I use user "cecilios". But before asking SF support, could you please > check > > if user "cecilios" has the right SF permissions for project wxCode? I > think > > this can only be checked by SF wxCode project administrators. In SF > wxCode > > page, top menu, you should have an 'admin' menu item (at right left). > Click > > on it and on the resulting page, click on 'User Permissions'. You will > get > > the list of authorized users and their permissions. Please, check that I > > have the right permissions and if yes, I will proceed with SF support. > > I checked the permissions already, and I don't see anything wrong. > > The wxCode project has the default groups "Admin", "Developer" and > "Member". The id cecilios is member of the group "Developer" as most > other wxCode contributors. As far as I understood it developers should > be able to write/update the web space, although only the permission > "read" is granted to this group. There are 3 other permissions, namely > "admin", "create" and "update". Somewhere in the SF documentation it > states that "create" and "update" are only useful/relevant for admins. > > One other subdirectory of the wxCode docs web space was modified/updated > by a user having only "Developer" status, namely wxstringformatter. So, > for me this proves that "Developer" status should be sufficient to > update the wxCode web space. > > Unfortunately I have no idea why it's not working for you. > > Regards, > > Ulrich > > > > 2015-01-11 19:09 GMT+01:00 Ulrich Telle <ulr...@gm...>: > > > >> Am 11.01.2015 11:58, schrieb cecilio: > >>> The issue is that I can connect and start the sftp session, but any > sftp > >>> command fails. This is the log: > >> > >> From your log I can't see which SourceForge user ID you used to > connect. > >> > >> As mentioned the wxmidi subdirectory was created by SF user "cecilios". > >> Are you using this id to connect? If yes, you should be able to upload > >> files as "cecilios" is the owner of that directory. > >> > >> If it doesn't work even if you use the correct user id, we 'll have to > >> ask SF support as I don't see any place where I could tweak the > >> permissions to access the project's webspace for a certain user. > >> > >> Regards, > >> > >> Ulrich > >> > >>> OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 > >>> debug1: Reading configuration data /etc/ssh/ssh_config > >>> debug1: /etc/ssh/ssh_config line 19: Applying options for * > >>> debug1: Connecting to web.sourceforge.net [216.34.181.70] port 22. > >>> debug1: Connection established. > >>> debug1: identity file /home/cecilio/.ssh/id_rsa type 1 > >>> debug1: identity file /home/cecilio/.ssh/id_rsa-cert type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_dsa type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_dsa-cert type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_ecdsa type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_ecdsa-cert type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_ed25519 type -1 > >>> debug1: identity file /home/cecilio/.ssh/id_ed25519-cert type -1 > >>> debug1: Enabling compatibility mode for protocol 2.0 > >>> debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 > >>> debug1: Remote protocol version 2.0, remote software version > OpenSSH_5.3 > >>> debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 > >>> debug1: SSH2_MSG_KEXINIT sent > >>> debug1: SSH2_MSG_KEXINIT received > >>> debug1: kex: server->client aes128-ctr hmac-md5 none > >>> debug1: kex: client->server aes128-ctr hmac-md5 none > >>> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent > >>> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > >>> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > >>> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > >>> debug1: Server host key: RSA > >> b0:a8:eb:30:ce:1a:0e:6a:4d:7a:6b:3a:0a:c6:27:60 > >>> debug1: Host 'web.sourceforge.net' is known and matches the RSA host > >> key. > >>> debug1: Found key in /home/cecilio/.ssh/known_hosts:1 > >>> debug1: ssh_rsa_verify: signature correct > >>> debug1: SSH2_MSG_NEWKEYS sent > >>> debug1: expecting SSH2_MSG_NEWKEYS > >>> debug1: SSH2_MSG_NEWKEYS received > >>> debug1: Roaming not allowed by server > >>> debug1: SSH2_MSG_SERVICE_REQUEST sent > >>> debug1: SSH2_MSG_SERVICE_ACCEPT received > >>> debug1: Authentications that can continue: > >>> publickey,password,keyboard-interactive > >>> debug1: Next authentication method: publickey > >>> debug1: Offering RSA public key: /home/cecilio/.ssh/id_rsa > >>> debug1: Authentications that can continue: > >>> publickey,password,keyboard-interactive > >>> debug1: Trying private key: /home/cecilio/.ssh/id_dsa > >>> debug1: Trying private key: /home/cecilio/.ssh/id_ecdsa > >>> debug1: Trying private key: /home/cecilio/.ssh/id_ed25519 > >>> debug1: Next authentication method: keyboard-interactive > >>> Password: > >>> debug1: Authentication succeeded (keyboard-interactive). > >>> Authenticated to web.sourceforge.net ([216.34.181.70]:22). > >>> debug1: channel 0: new [client-session] > >>> debug1: Requesting no-...@op... > >>> debug1: Entering interactive session. > >>> debug1: Sending environment. > >>> debug1: Sending env LC_PAPER = es_ES.UTF-8 > >>> debug1: Sending env LC_ADDRESS = es_ES.UTF-8 > >>> debug1: Sending env LC_MONETARY = es_ES.UTF-8 > >>> debug1: Sending env LC_NUMERIC = es_ES.UTF-8 > >>> debug1: Sending env LC_TELEPHONE = es_ES.UTF-8 > >>> debug1: Sending env LC_IDENTIFICATION = es_ES.UTF-8 > >>> debug1: Sending env LANG = en_US.UTF-8 > >>> debug1: Sending env LC_MEASUREMENT = es_ES.UTF-8 > >>> debug1: Sending env LC_TIME = es_ES.UTF-8 > >>> debug1: Sending env LC_NAME = es_ES.UTF-8 > >>> debug1: Sending subsystem: sftp > >>> sftp> > >> #-------------------------------------------------------------------- > >>> sftp> # upload documentation to wxCode > >>> sftp> > >> #-------------------------------------------------------------------- > >>> sftp> > >>> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > >>> sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > >>> sftp> mkdir search > >>> Couldn't create directory: Permission denied > >>> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 > >>> debug1: channel 0: free: client-session, nchannels 1 > >>> debug1: fd 0 clearing O_NONBLOCK > >>> Transferred: sent 4184, received 3080 bytes, in 2.8 seconds > >>> Bytes per second: sent 1474.3, received 1085.3 > >>> debug1: Exit status 0 > >>> > >>> > >>> It fails trying to create subfolder 'search'. Here is a log just trying > >> to > >>> upload files: > >>> > >>> sftp> > >>> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > >>> sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > >>> sftp> mput *.* > >>> remote > >>> > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): > >>> Permission denied > >>> remote > >>> open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): > >>> Permission denied > >>> remote > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/bc_s.png"): > >>> Permission denied > >>> ... > >>> > >>> > >>> There must some issue with my permissions. > >>> > >>> Any ideas? > >>> > >>> Thanks, > >>> Cecilio > >>> > >>> > >>> 2015-01-10 15:02 GMT+01:00 Ulrich Telle <ulr...@gm...>: > >>> > >>>> Am 10.01.2015 12:48, schrieb cecilio: > >>>>> I'm currently releasing a new version of my component wxMidi. I would > >>>>> like to upload the doxygen generated documentation in the wxCode > >>>>> component page. According to instructions in the template page > >>>>> (http://wxcode.sourceforge.net/template.php) I should upload it to > >>>>> /home/project-web/wxcode/htdocs/docs/ and create a subfolder named > >>>>> wxmidi. > >>>> > >>>> A subfolder wxmidi for the documentation of your component wxmidi > >>>> already exists: > >>>> > >>>> /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > >>>> > >>>> It was created by you (SourceForge user name cecilios) about 6 years > >> ago. > >>>> > >>>> As you see, the path looks a bit different. However, the path > >>>> > >>>> /home/project-web/wxcode/htdocs/docs/wxmidi > >>>> > >>>> should work, too. > >>>> > >>>>> I successfully connected to web.sourceforge.net via sftp and was > able > >>>>> to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to > >>>>> create folder wxmidi or to upload any file I get "Permission denied" > >>>>> error messages. > >>>>> > >>>>> What user, password should I use?. I'm using my sourceforge user/pwd. > >>>> > >>>> Using your SourceForge user cecilios should work. > >>>> > >>>>> I also tried with my wxCode usr/pwd (by the way, the user is the > same) > >>>> > >>>> The wxcode user is only used to let you modify the description of your > >>>> component. > >>>> > >>>> Regards, > >>>> > >>>> Ulrich > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Ulrich T. <ulr...@gm...> - 2015-01-11 22:29:04
|
Am 11.01.2015 22:37, schrieb cecilio: > I use user "cecilios". But before asking SF support, could you please check > if user "cecilios" has the right SF permissions for project wxCode? I think > this can only be checked by SF wxCode project administrators. In SF wxCode > page, top menu, you should have an 'admin' menu item (at right left). Click > on it and on the resulting page, click on 'User Permissions'. You will get > the list of authorized users and their permissions. Please, check that I > have the right permissions and if yes, I will proceed with SF support. I checked the permissions already, and I don't see anything wrong. The wxCode project has the default groups "Admin", "Developer" and "Member". The id cecilios is member of the group "Developer" as most other wxCode contributors. As far as I understood it developers should be able to write/update the web space, although only the permission "read" is granted to this group. There are 3 other permissions, namely "admin", "create" and "update". Somewhere in the SF documentation it states that "create" and "update" are only useful/relevant for admins. One other subdirectory of the wxCode docs web space was modified/updated by a user having only "Developer" status, namely wxstringformatter. So, for me this proves that "Developer" status should be sufficient to update the wxCode web space. Unfortunately I have no idea why it's not working for you. Regards, Ulrich > 2015-01-11 19:09 GMT+01:00 Ulrich Telle <ulr...@gm...>: > >> Am 11.01.2015 11:58, schrieb cecilio: >>> The issue is that I can connect and start the sftp session, but any sftp >>> command fails. This is the log: >> >> From your log I can't see which SourceForge user ID you used to connect. >> >> As mentioned the wxmidi subdirectory was created by SF user "cecilios". >> Are you using this id to connect? If yes, you should be able to upload >> files as "cecilios" is the owner of that directory. >> >> If it doesn't work even if you use the correct user id, we 'll have to >> ask SF support as I don't see any place where I could tweak the >> permissions to access the project's webspace for a certain user. >> >> Regards, >> >> Ulrich >> >>> OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 >>> debug1: Reading configuration data /etc/ssh/ssh_config >>> debug1: /etc/ssh/ssh_config line 19: Applying options for * >>> debug1: Connecting to web.sourceforge.net [216.34.181.70] port 22. >>> debug1: Connection established. >>> debug1: identity file /home/cecilio/.ssh/id_rsa type 1 >>> debug1: identity file /home/cecilio/.ssh/id_rsa-cert type -1 >>> debug1: identity file /home/cecilio/.ssh/id_dsa type -1 >>> debug1: identity file /home/cecilio/.ssh/id_dsa-cert type -1 >>> debug1: identity file /home/cecilio/.ssh/id_ecdsa type -1 >>> debug1: identity file /home/cecilio/.ssh/id_ecdsa-cert type -1 >>> debug1: identity file /home/cecilio/.ssh/id_ed25519 type -1 >>> debug1: identity file /home/cecilio/.ssh/id_ed25519-cert type -1 >>> debug1: Enabling compatibility mode for protocol 2.0 >>> debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 >>> debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3 >>> debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 >>> debug1: SSH2_MSG_KEXINIT sent >>> debug1: SSH2_MSG_KEXINIT received >>> debug1: kex: server->client aes128-ctr hmac-md5 none >>> debug1: kex: client->server aes128-ctr hmac-md5 none >>> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent >>> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP >>> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent >>> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY >>> debug1: Server host key: RSA >> b0:a8:eb:30:ce:1a:0e:6a:4d:7a:6b:3a:0a:c6:27:60 >>> debug1: Host 'web.sourceforge.net' is known and matches the RSA host >> key. >>> debug1: Found key in /home/cecilio/.ssh/known_hosts:1 >>> debug1: ssh_rsa_verify: signature correct >>> debug1: SSH2_MSG_NEWKEYS sent >>> debug1: expecting SSH2_MSG_NEWKEYS >>> debug1: SSH2_MSG_NEWKEYS received >>> debug1: Roaming not allowed by server >>> debug1: SSH2_MSG_SERVICE_REQUEST sent >>> debug1: SSH2_MSG_SERVICE_ACCEPT received >>> debug1: Authentications that can continue: >>> publickey,password,keyboard-interactive >>> debug1: Next authentication method: publickey >>> debug1: Offering RSA public key: /home/cecilio/.ssh/id_rsa >>> debug1: Authentications that can continue: >>> publickey,password,keyboard-interactive >>> debug1: Trying private key: /home/cecilio/.ssh/id_dsa >>> debug1: Trying private key: /home/cecilio/.ssh/id_ecdsa >>> debug1: Trying private key: /home/cecilio/.ssh/id_ed25519 >>> debug1: Next authentication method: keyboard-interactive >>> Password: >>> debug1: Authentication succeeded (keyboard-interactive). >>> Authenticated to web.sourceforge.net ([216.34.181.70]:22). >>> debug1: channel 0: new [client-session] >>> debug1: Requesting no-...@op... >>> debug1: Entering interactive session. >>> debug1: Sending environment. >>> debug1: Sending env LC_PAPER = es_ES.UTF-8 >>> debug1: Sending env LC_ADDRESS = es_ES.UTF-8 >>> debug1: Sending env LC_MONETARY = es_ES.UTF-8 >>> debug1: Sending env LC_NUMERIC = es_ES.UTF-8 >>> debug1: Sending env LC_TELEPHONE = es_ES.UTF-8 >>> debug1: Sending env LC_IDENTIFICATION = es_ES.UTF-8 >>> debug1: Sending env LANG = en_US.UTF-8 >>> debug1: Sending env LC_MEASUREMENT = es_ES.UTF-8 >>> debug1: Sending env LC_TIME = es_ES.UTF-8 >>> debug1: Sending env LC_NAME = es_ES.UTF-8 >>> debug1: Sending subsystem: sftp >>> sftp> >> #-------------------------------------------------------------------- >>> sftp> # upload documentation to wxCode >>> sftp> >> #-------------------------------------------------------------------- >>> sftp> >>> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html >>> sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi >>> sftp> mkdir search >>> Couldn't create directory: Permission denied >>> debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 >>> debug1: channel 0: free: client-session, nchannels 1 >>> debug1: fd 0 clearing O_NONBLOCK >>> Transferred: sent 4184, received 3080 bytes, in 2.8 seconds >>> Bytes per second: sent 1474.3, received 1085.3 >>> debug1: Exit status 0 >>> >>> >>> It fails trying to create subfolder 'search'. Here is a log just trying >> to >>> upload files: >>> >>> sftp> >>> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html >>> sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi >>> sftp> mput *.* >>> remote >>> open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): >>> Permission denied >>> remote >>> open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): >>> Permission denied >>> remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/bc_s.png"): >>> Permission denied >>> ... >>> >>> >>> There must some issue with my permissions. >>> >>> Any ideas? >>> >>> Thanks, >>> Cecilio >>> >>> >>> 2015-01-10 15:02 GMT+01:00 Ulrich Telle <ulr...@gm...>: >>> >>>> Am 10.01.2015 12:48, schrieb cecilio: >>>>> I'm currently releasing a new version of my component wxMidi. I would >>>>> like to upload the doxygen generated documentation in the wxCode >>>>> component page. According to instructions in the template page >>>>> (http://wxcode.sourceforge.net/template.php) I should upload it to >>>>> /home/project-web/wxcode/htdocs/docs/ and create a subfolder named >>>>> wxmidi. >>>> >>>> A subfolder wxmidi for the documentation of your component wxmidi >>>> already exists: >>>> >>>> /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi >>>> >>>> It was created by you (SourceForge user name cecilios) about 6 years >> ago. >>>> >>>> As you see, the path looks a bit different. However, the path >>>> >>>> /home/project-web/wxcode/htdocs/docs/wxmidi >>>> >>>> should work, too. >>>> >>>>> I successfully connected to web.sourceforge.net via sftp and was able >>>>> to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to >>>>> create folder wxmidi or to upload any file I get "Permission denied" >>>>> error messages. >>>>> >>>>> What user, password should I use?. I'm using my sourceforge user/pwd. >>>> >>>> Using your SourceForge user cecilios should work. >>>> >>>>> I also tried with my wxCode usr/pwd (by the way, the user is the same) >>>> >>>> The wxcode user is only used to let you modify the description of your >>>> component. >>>> >>>> Regards, >>>> >>>> Ulrich |
From: cecilio <s.c...@gm...> - 2015-01-11 21:37:43
|
Thanks Ulrich. I use user "cecilios". But before asking SF support, could you please check if user "cecilios" has the right SF permissions for project wxCode? I think this can only be checked by SF wxCode project administrators. In SF wxCode page, top menu, you should have an 'admin' menu item (at right left). Click on it and on the resulting page, click on 'User Permissions'. You will get the list of authorized users and their permissions. Please, check that I have the right permissions and if yes, I will proceed with SF support. Thank you, Cecilio 2015-01-11 19:09 GMT+01:00 Ulrich Telle <ulr...@gm...>: > Am 11.01.2015 11:58, schrieb cecilio: > > The issue is that I can connect and start the sftp session, but any sftp > > command fails. This is the log: > > From your log I can't see which SourceForge user ID you used to connect. > > As mentioned the wxmidi subdirectory was created by SF user "cecilios". > Are you using this id to connect? If yes, you should be able to upload > files as "cecilios" is the owner of that directory. > > If it doesn't work even if you use the correct user id, we 'll have to > ask SF support as I don't see any place where I could tweak the > permissions to access the project's webspace for a certain user. > > Regards, > > Ulrich > > > OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 > > debug1: Reading configuration data /etc/ssh/ssh_config > > debug1: /etc/ssh/ssh_config line 19: Applying options for * > > debug1: Connecting to web.sourceforge.net [216.34.181.70] port 22. > > debug1: Connection established. > > debug1: identity file /home/cecilio/.ssh/id_rsa type 1 > > debug1: identity file /home/cecilio/.ssh/id_rsa-cert type -1 > > debug1: identity file /home/cecilio/.ssh/id_dsa type -1 > > debug1: identity file /home/cecilio/.ssh/id_dsa-cert type -1 > > debug1: identity file /home/cecilio/.ssh/id_ecdsa type -1 > > debug1: identity file /home/cecilio/.ssh/id_ecdsa-cert type -1 > > debug1: identity file /home/cecilio/.ssh/id_ed25519 type -1 > > debug1: identity file /home/cecilio/.ssh/id_ed25519-cert type -1 > > debug1: Enabling compatibility mode for protocol 2.0 > > debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 > > debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3 > > debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 > > debug1: SSH2_MSG_KEXINIT sent > > debug1: SSH2_MSG_KEXINIT received > > debug1: kex: server->client aes128-ctr hmac-md5 none > > debug1: kex: client->server aes128-ctr hmac-md5 none > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > > debug1: Server host key: RSA > b0:a8:eb:30:ce:1a:0e:6a:4d:7a:6b:3a:0a:c6:27:60 > > debug1: Host 'web.sourceforge.net' is known and matches the RSA host > key. > > debug1: Found key in /home/cecilio/.ssh/known_hosts:1 > > debug1: ssh_rsa_verify: signature correct > > debug1: SSH2_MSG_NEWKEYS sent > > debug1: expecting SSH2_MSG_NEWKEYS > > debug1: SSH2_MSG_NEWKEYS received > > debug1: Roaming not allowed by server > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > debug1: Authentications that can continue: > > publickey,password,keyboard-interactive > > debug1: Next authentication method: publickey > > debug1: Offering RSA public key: /home/cecilio/.ssh/id_rsa > > debug1: Authentications that can continue: > > publickey,password,keyboard-interactive > > debug1: Trying private key: /home/cecilio/.ssh/id_dsa > > debug1: Trying private key: /home/cecilio/.ssh/id_ecdsa > > debug1: Trying private key: /home/cecilio/.ssh/id_ed25519 > > debug1: Next authentication method: keyboard-interactive > > Password: > > debug1: Authentication succeeded (keyboard-interactive). > > Authenticated to web.sourceforge.net ([216.34.181.70]:22). > > debug1: channel 0: new [client-session] > > debug1: Requesting no-...@op... > > debug1: Entering interactive session. > > debug1: Sending environment. > > debug1: Sending env LC_PAPER = es_ES.UTF-8 > > debug1: Sending env LC_ADDRESS = es_ES.UTF-8 > > debug1: Sending env LC_MONETARY = es_ES.UTF-8 > > debug1: Sending env LC_NUMERIC = es_ES.UTF-8 > > debug1: Sending env LC_TELEPHONE = es_ES.UTF-8 > > debug1: Sending env LC_IDENTIFICATION = es_ES.UTF-8 > > debug1: Sending env LANG = en_US.UTF-8 > > debug1: Sending env LC_MEASUREMENT = es_ES.UTF-8 > > debug1: Sending env LC_TIME = es_ES.UTF-8 > > debug1: Sending env LC_NAME = es_ES.UTF-8 > > debug1: Sending subsystem: sftp > > sftp> > #-------------------------------------------------------------------- > > sftp> # upload documentation to wxCode > > sftp> > #-------------------------------------------------------------------- > > sftp> > > sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > > sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > > sftp> mkdir search > > Couldn't create directory: Permission denied > > debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 > > debug1: channel 0: free: client-session, nchannels 1 > > debug1: fd 0 clearing O_NONBLOCK > > Transferred: sent 4184, received 3080 bytes, in 2.8 seconds > > Bytes per second: sent 1474.3, received 1085.3 > > debug1: Exit status 0 > > > > > > It fails trying to create subfolder 'search'. Here is a log just trying > to > > upload files: > > > > sftp> > > sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > > sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > > sftp> mput *.* > > remote > > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): > > Permission denied > > remote > > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): > > Permission denied > > remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/bc_s.png"): > > Permission denied > > ... > > > > > > There must some issue with my permissions. > > > > Any ideas? > > > > Thanks, > > Cecilio > > > > > > 2015-01-10 15:02 GMT+01:00 Ulrich Telle <ulr...@gm...>: > > > >> Am 10.01.2015 12:48, schrieb cecilio: > >>> I'm currently releasing a new version of my component wxMidi. I would > >>> like to upload the doxygen generated documentation in the wxCode > >>> component page. According to instructions in the template page > >>> (http://wxcode.sourceforge.net/template.php) I should upload it to > >>> /home/project-web/wxcode/htdocs/docs/ and create a subfolder named > >>> wxmidi. > >> > >> A subfolder wxmidi for the documentation of your component wxmidi > >> already exists: > >> > >> /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > >> > >> It was created by you (SourceForge user name cecilios) about 6 years > ago. > >> > >> As you see, the path looks a bit different. However, the path > >> > >> /home/project-web/wxcode/htdocs/docs/wxmidi > >> > >> should work, too. > >> > >>> I successfully connected to web.sourceforge.net via sftp and was able > >>> to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to > >>> create folder wxmidi or to upload any file I get "Permission denied" > >>> error messages. > >>> > >>> What user, password should I use?. I'm using my sourceforge user/pwd. > >> > >> Using your SourceForge user cecilios should work. > >> > >>> I also tried with my wxCode usr/pwd (by the way, the user is the same) > >> > >> The wxcode user is only used to let you modify the description of your > >> component. > >> > >> Regards, > >> > >> Ulrich > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Ulrich T. <ulr...@gm...> - 2015-01-11 18:09:27
|
Am 11.01.2015 11:58, schrieb cecilio: > The issue is that I can connect and start the sftp session, but any sftp > command fails. This is the log: From your log I can't see which SourceForge user ID you used to connect. As mentioned the wxmidi subdirectory was created by SF user "cecilios". Are you using this id to connect? If yes, you should be able to upload files as "cecilios" is the owner of that directory. If it doesn't work even if you use the correct user id, we 'll have to ask SF support as I don't see any place where I could tweak the permissions to access the project's webspace for a certain user. Regards, Ulrich > OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: /etc/ssh/ssh_config line 19: Applying options for * > debug1: Connecting to web.sourceforge.net [216.34.181.70] port 22. > debug1: Connection established. > debug1: identity file /home/cecilio/.ssh/id_rsa type 1 > debug1: identity file /home/cecilio/.ssh/id_rsa-cert type -1 > debug1: identity file /home/cecilio/.ssh/id_dsa type -1 > debug1: identity file /home/cecilio/.ssh/id_dsa-cert type -1 > debug1: identity file /home/cecilio/.ssh/id_ecdsa type -1 > debug1: identity file /home/cecilio/.ssh/id_ecdsa-cert type -1 > debug1: identity file /home/cecilio/.ssh/id_ed25519 type -1 > debug1: identity file /home/cecilio/.ssh/id_ed25519-cert type -1 > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 > debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3 > debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-ctr hmac-md5 none > debug1: kex: client->server aes128-ctr hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Server host key: RSA b0:a8:eb:30:ce:1a:0e:6a:4d:7a:6b:3a:0a:c6:27:60 > debug1: Host 'web.sourceforge.net' is known and matches the RSA host key. > debug1: Found key in /home/cecilio/.ssh/known_hosts:1 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: Roaming not allowed by server > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: > publickey,password,keyboard-interactive > debug1: Next authentication method: publickey > debug1: Offering RSA public key: /home/cecilio/.ssh/id_rsa > debug1: Authentications that can continue: > publickey,password,keyboard-interactive > debug1: Trying private key: /home/cecilio/.ssh/id_dsa > debug1: Trying private key: /home/cecilio/.ssh/id_ecdsa > debug1: Trying private key: /home/cecilio/.ssh/id_ed25519 > debug1: Next authentication method: keyboard-interactive > Password: > debug1: Authentication succeeded (keyboard-interactive). > Authenticated to web.sourceforge.net ([216.34.181.70]:22). > debug1: channel 0: new [client-session] > debug1: Requesting no-...@op... > debug1: Entering interactive session. > debug1: Sending environment. > debug1: Sending env LC_PAPER = es_ES.UTF-8 > debug1: Sending env LC_ADDRESS = es_ES.UTF-8 > debug1: Sending env LC_MONETARY = es_ES.UTF-8 > debug1: Sending env LC_NUMERIC = es_ES.UTF-8 > debug1: Sending env LC_TELEPHONE = es_ES.UTF-8 > debug1: Sending env LC_IDENTIFICATION = es_ES.UTF-8 > debug1: Sending env LANG = en_US.UTF-8 > debug1: Sending env LC_MEASUREMENT = es_ES.UTF-8 > debug1: Sending env LC_TIME = es_ES.UTF-8 > debug1: Sending env LC_NAME = es_ES.UTF-8 > debug1: Sending subsystem: sftp > sftp> #-------------------------------------------------------------------- > sftp> # upload documentation to wxCode > sftp> #-------------------------------------------------------------------- > sftp> > sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > sftp> mkdir search > Couldn't create directory: Permission denied > debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 > debug1: channel 0: free: client-session, nchannels 1 > debug1: fd 0 clearing O_NONBLOCK > Transferred: sent 4184, received 3080 bytes, in 2.8 seconds > Bytes per second: sent 1474.3, received 1085.3 > debug1: Exit status 0 > > > It fails trying to create subfolder 'search'. Here is a log just trying to > upload files: > > sftp> > sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html > sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > sftp> mput *.* > remote > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): > Permission denied > remote > open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): > Permission denied > remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/bc_s.png"): > Permission denied > ... > > > There must some issue with my permissions. > > Any ideas? > > Thanks, > Cecilio > > > 2015-01-10 15:02 GMT+01:00 Ulrich Telle <ulr...@gm...>: > >> Am 10.01.2015 12:48, schrieb cecilio: >>> I'm currently releasing a new version of my component wxMidi. I would >>> like to upload the doxygen generated documentation in the wxCode >>> component page. According to instructions in the template page >>> (http://wxcode.sourceforge.net/template.php) I should upload it to >>> /home/project-web/wxcode/htdocs/docs/ and create a subfolder named >>> wxmidi. >> >> A subfolder wxmidi for the documentation of your component wxmidi >> already exists: >> >> /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi >> >> It was created by you (SourceForge user name cecilios) about 6 years ago. >> >> As you see, the path looks a bit different. However, the path >> >> /home/project-web/wxcode/htdocs/docs/wxmidi >> >> should work, too. >> >>> I successfully connected to web.sourceforge.net via sftp and was able >>> to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to >>> create folder wxmidi or to upload any file I get "Permission denied" >>> error messages. >>> >>> What user, password should I use?. I'm using my sourceforge user/pwd. >> >> Using your SourceForge user cecilios should work. >> >>> I also tried with my wxCode usr/pwd (by the way, the user is the same) >> >> The wxcode user is only used to let you modify the description of your >> component. >> >> Regards, >> >> Ulrich |
From: cecilio <s.c...@gm...> - 2015-01-11 10:58:52
|
Thanks Ulrich. The issue is that I can connect and start the sftp session, but any sftp command fails. This is the log: OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to web.sourceforge.net [216.34.181.70] port 22. debug1: Connection established. debug1: identity file /home/cecilio/.ssh/id_rsa type 1 debug1: identity file /home/cecilio/.ssh/id_rsa-cert type -1 debug1: identity file /home/cecilio/.ssh/id_dsa type -1 debug1: identity file /home/cecilio/.ssh/id_dsa-cert type -1 debug1: identity file /home/cecilio/.ssh/id_ecdsa type -1 debug1: identity file /home/cecilio/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/cecilio/.ssh/id_ed25519 type -1 debug1: identity file /home/cecilio/.ssh/id_ed25519-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3 debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-md5 none debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Server host key: RSA b0:a8:eb:30:ce:1a:0e:6a:4d:7a:6b:3a:0a:c6:27:60 debug1: Host 'web.sourceforge.net' is known and matches the RSA host key. debug1: Found key in /home/cecilio/.ssh/known_hosts:1 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Next authentication method: publickey debug1: Offering RSA public key: /home/cecilio/.ssh/id_rsa debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Trying private key: /home/cecilio/.ssh/id_dsa debug1: Trying private key: /home/cecilio/.ssh/id_ecdsa debug1: Trying private key: /home/cecilio/.ssh/id_ed25519 debug1: Next authentication method: keyboard-interactive Password: debug1: Authentication succeeded (keyboard-interactive). Authenticated to web.sourceforge.net ([216.34.181.70]:22). debug1: channel 0: new [client-session] debug1: Requesting no-...@op... debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LC_PAPER = es_ES.UTF-8 debug1: Sending env LC_ADDRESS = es_ES.UTF-8 debug1: Sending env LC_MONETARY = es_ES.UTF-8 debug1: Sending env LC_NUMERIC = es_ES.UTF-8 debug1: Sending env LC_TELEPHONE = es_ES.UTF-8 debug1: Sending env LC_IDENTIFICATION = es_ES.UTF-8 debug1: Sending env LANG = en_US.UTF-8 debug1: Sending env LC_MEASUREMENT = es_ES.UTF-8 debug1: Sending env LC_TIME = es_ES.UTF-8 debug1: Sending env LC_NAME = es_ES.UTF-8 debug1: Sending subsystem: sftp sftp> #-------------------------------------------------------------------- sftp> # upload documentation to wxCode sftp> #-------------------------------------------------------------------- sftp> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi sftp> mkdir search Couldn't create directory: Permission denied debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: free: client-session, nchannels 1 debug1: fd 0 clearing O_NONBLOCK Transferred: sent 4184, received 3080 bytes, in 2.8 seconds Bytes per second: sent 1474.3, received 1085.3 debug1: Exit status 0 It fails trying to create subfolder 'search'. Here is a log just trying to upload files: sftp> sftp> lcd /datos/USR/lm/projects/wxmidi/docs/html sftp> cd /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi sftp> mput *.* remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.html"): Permission denied remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/annotated.js"): Permission denied remote open("/home/project-web/w/wx/wxcode/htdocs/docs/wxmidi/bc_s.png"): Permission denied ... There must some issue with my permissions. Any ideas? Thanks, Cecilio 2015-01-10 15:02 GMT+01:00 Ulrich Telle <ulr...@gm...>: > Am 10.01.2015 12:48, schrieb cecilio: > > I'm currently releasing a new version of my component wxMidi. I would > > like to upload the doxygen generated documentation in the wxCode > > component page. According to instructions in the template page > > (http://wxcode.sourceforge.net/template.php) I should upload it to > > /home/project-web/wxcode/htdocs/docs/ and create a subfolder named > > wxmidi. > > A subfolder wxmidi for the documentation of your component wxmidi > already exists: > > /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi > > It was created by you (SourceForge user name cecilios) about 6 years ago. > > As you see, the path looks a bit different. However, the path > > /home/project-web/wxcode/htdocs/docs/wxmidi > > should work, too. > > > I successfully connected to web.sourceforge.net via sftp and was able > > to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to > > create folder wxmidi or to upload any file I get "Permission denied" > > error messages. > > > > What user, password should I use?. I'm using my sourceforge user/pwd. > > Using your SourceForge user cecilios should work. > > > I also tried with my wxCode usr/pwd (by the way, the user is the same) > > The wxcode user is only used to let you modify the description of your > component. > > Regards, > > Ulrich > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Ulrich T. <ulr...@gm...> - 2015-01-10 14:03:25
|
Am 10.01.2015 12:48, schrieb cecilio: > I'm currently releasing a new version of my component wxMidi. I would > like to upload the doxygen generated documentation in the wxCode > component page. According to instructions in the template page > (http://wxcode.sourceforge.net/template.php) I should upload it to > /home/project-web/wxcode/htdocs/docs/ and create a subfolder named > wxmidi. A subfolder wxmidi for the documentation of your component wxmidi already exists: /home/project-web/w/wx/wxcode/htdocs/docs/wxmidi It was created by you (SourceForge user name cecilios) about 6 years ago. As you see, the path looks a bit different. However, the path /home/project-web/wxcode/htdocs/docs/wxmidi should work, too. > I successfully connected to web.sourceforge.net via sftp and was able > to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to > create folder wxmidi or to upload any file I get "Permission denied" > error messages. > > What user, password should I use?. I'm using my sourceforge user/pwd. Using your SourceForge user cecilios should work. > I also tried with my wxCode usr/pwd (by the way, the user is the same) The wxcode user is only used to let you modify the description of your component. Regards, Ulrich |
From: cecilio <s.c...@gm...> - 2015-01-10 11:48:43
|
Hi, I'm currently releasing a new version of my component wxMidi. I would like to upload the doxygen generated documentation in the wxCode component page. According to instructions in the template page (http://wxcode.sourceforge.net/template.php) I should upload it to /home/project-web/wxcode/htdocs/docs/ and create a subfolder named wxmidi. I successfully connected to web.sourceforge.net via sftp and was able to cd to /home/project-web/wxcode/htdocs/docs/, but when I try to create folder wxmidi or to upload any file I get "Permission denied" error messages. What user, password should I use?. I'm using my sourceforge user/pwd. I also tried with my wxCode usr/pwd (by the way, the user is the same) Regards, Cecilio |
From: Tone G. <ton...@wh...> - 2014-11-04 13:00:45
|
Thank you. On 11/04/2014 06:30 AM, Ulrich Telle wrote: > Am 04.11.2014 02:06, schrieb Tone Garot: >>> Then again, you're using SQLite, which is already a step down from >>> more powerful DB engines. SQLite is good for extremely simple >>> relational DBs, but if you think you need a full ORM to wrap a much >>> less simple DB, there's a decent chance you shouldn't be using SQLite >>> at all. >> Could you recommend a better server-less, cross-platform database >> engine, please? > IMHO, SQLite3 is definitely a good choice for a server-less database. > Its SQL engine is fully fledged and implements most features of the > SQL92 standard. Personally, I use it for an application which requires > referential integrity and triggers with databases of up to 0.5 GB of data. > > For missing SQL92 features, see > http://www.sqlite.org/omitted.html > > For pointers when to use or not use SQLite, see > http://sqlite.org/whentouse.html > > Regards, > > Ulrich > > > > ------------------------------------------------------------------------------ > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users -- *Tone Garot* Architect, Lead Programmer Whimbrel, LLC /Digital Asset Management Tools/ |
From: Ulrich T. <ulr...@gm...> - 2014-11-04 12:31:05
|
Am 04.11.2014 02:06, schrieb Tone Garot: >> Then again, you're using SQLite, which is already a step down from >> more powerful DB engines. SQLite is good for extremely simple >> relational DBs, but if you think you need a full ORM to wrap a much >> less simple DB, there's a decent chance you shouldn't be using SQLite >> at all. > > Could you recommend a better server-less, cross-platform database > engine, please? IMHO, SQLite3 is definitely a good choice for a server-less database. Its SQL engine is fully fledged and implements most features of the SQL92 standard. Personally, I use it for an application which requires referential integrity and triggers with databases of up to 0.5 GB of data. For missing SQL92 features, see http://www.sqlite.org/omitted.html For pointers when to use or not use SQLite, see http://sqlite.org/whentouse.html Regards, Ulrich |
From: Tone G. <ton...@wh...> - 2014-11-04 01:06:49
|
> Then again, you're using SQLite, which is already a step down from > more powerful DB engines. SQLite is good for extremely simple > relational DBs, but if you think you need a full ORM to wrap a much > less simple DB, there's a decent chance you shouldn't be using SQLite > at all. Could you recommend a better server-less, cross-platform database engine, please? |
From: Bryan P. <br...@ib...> - 2014-11-03 21:12:44
|
On Mon, Nov 3, 2014 at 11:08 AM, <ton...@wh...> wrote: > 1. Is there an OR/M framework that works with wxWidgets and SQLite3 > that I just haven't found? Not that I'm aware of. > 2. If not 1), then does approach of rolling my own make the most sense? Most likely not, but I think only you are going to be able to answer this one. > 3. How do you handle such things? The obvious benefit of wxSQLite is the automatic conversion of strings to wxStrings, but generally speaking, the recommended approach for wxWidgets applications is to only use wxString and other UI-specific data containers when interacting with UI components and controls, and to do the conversion only then. Otherwise it should be in whatever native format you're using for internal operations, and serialization. There's a pretty good chance that projects like LiteSQL and others provide features and functionality you'd never be able to provide in your own rolled version, or match their performance using wxWidgets data containers that are decently fast, but still optimized for use with user interface components. If you're expecting to build out a resource heavy DB implementation, I'd really give those more mature and native ORMs a chance, and find some simple solutions for converting and displaying that data on demand. Then again, you're using SQLite, which is already a step down from more powerful DB engines. SQLite is good for extremely simple relational DBs, but if you think you need a full ORM to wrap a much less simple DB, there's a decent chance you shouldn't be using SQLite at all. -- Regards, Bryan Petty |
From: <ton...@wh...> - 2014-11-03 18:24:39
|
Howdy, I've got wxWidgets 3.0.x working with wxSQLite3. I'm still somewhat new to wxWidgets, but I'm digging it. My understanding is that wxSQLite3 is a wrapper to SQLite3 functionality. It translates between wxString and the expected UTF-8 formats. That's good stuff. Now I am trying to decide how to handle OR/M. LiteSQL looked promising, but it tightly integrates to SQLite3, which means I get none of the benefits of wxSQLite3. ORD looked even less appealing. At this point, I am of the opinion that I need to roll my own OR/M patterns based upon wxSQLite3 API calls. My project doesn't really warrant writing a whole framework, so I wouldn't create a general solution for CRUD. So question time: 1. Is there an OR/M framework that works with wxWidgets and SQLite3 that I just haven't found? 2. If not 1), then does approach of rolling my own make the most sense? 3. How do you handle such things? Regards, \Tone |
From: Ulrich T. <ulr...@gm...> - 2013-12-26 21:30:13
|
Paul, Am 26.12.2013 14:57, schrieb pao_drop: > I am writing a pdf file using the SaveAsFile() method of wxPDFDocument. > This works quite well, but how can I handle a file writing error (for > instance, trying to write into a protected directory...)? > The return type of SaveAsFile() is void, and it does not appear to throw > any exception? As far as I can remember wxWidgets itself shows an error message through wxLogError if the write operation fails. Maybe not the ideal solution. > So how can I manage this case? You should verify that the file of which you path the name to method SaveAsFile is indeed writable, before calling SaveAsFile. In my own applications I sometimes let method SaveAsFile write to a temporary file and rename the file thereafter. If renaming fails I issue an appropriate error message and let the user choose what to do - either retry (if the file was locked by another application) or choose a new file name. Regards, Ulrich |
From: pao_drop <pao...@bl...> - 2013-12-26 13:57:52
|
I am writing a pdf file using the SaveAsFile() method of wxPDFDocument. This works quite well, but how can I handle a file writing error (for instance, trying to write into a protected directory...)? The return type of SaveAsFile() is void, and it does not appear to throw any exception? So how can I manage this case? Regards, Paul |
From: Łukasz P. <lu...@cs...> - 2013-12-03 12:08:46
|
Hello, I am new chart user. I am using Static Unicode D/R Multilib Static configuration. In examples and In my project I fund one problem. In Line: wxChartPanel *m_chartPanel = new wxChartPanel(m_panel1); I have assert from library: 12:15:01: ..\..\src\msw\bitmap.cpp(579): 'CreateCompatibleBitmap' failed with error 0x00000057 Generally static charts works ok event if there is this assert but if I do sth like that: dataset->BeginUpdate(); dataset->RemoveAt(0); dataset->Add(i++); dataset->EndUpdate(); Then after some time (sometimes 100 sometimes above 1000 calls of this code above) I have break point: ..\..\src\msw\dcmemory.cpp(116): 'SelectObject(memDC, bitmap)' failed with error 0x00000000. ..\..\src\msw\dcmemory.cpp(118): assers "wxAssertFailure" failed in wxMemoryDC::DoSelect(): Couldn't select a bitmap into wxMemoryDC. Do you know where can be the bug? Best regards, Lukas |
From: pao_drop <pao...@bl...> - 2013-12-02 17:57:34
|
So.... I have performed the necessary modifications in my command line... and... guess what? It now works! I really have to thank you because without external help I cannot imagine how I would have detected this error, which I really believed was linked to some C++ syntax, and not to compiling options... Anyway, I have learned something today! I have also performed the following (trivial) modifications in Pop3Client.cpp: line 199: replace atoi() by wxAtoi() line 201: put a _T() around the character chain line 202: put a _T() around the character chain That's it! The program now compiles and presumably works (yet to be tested!) Thanks once again! Paul |
From: Brice A. <br...@fa...> - 2013-12-01 20:20:49
|
Your command line compilation is not correct : in order to build wxEMail as a dll, with wxWidgets lib compiled as a dll, you should provide both flags : WX_SHARED=1 SHARED=1 I know that this may be a bit confusing, but the full compilation line should be something like this : mingw32-make -f makefile.gcc WX_DIR=C:\wxWidgets-2.8.12 WX_DEBUG=0 WX_SHARED=1 WX_MONOLITHIC=0 WX_UNICODE=1 SHARED=1 Regards, Brice 2013/11/30 pao_drop <pao...@bl...> > Well, > 1) gcc -v yields 4.7.1 as a version. It also gives me a lot of info that I > am too naive to understand... > for this reason I have attached to this Email the detailed results of > this command (gcc-v_infos.txt). > > 2) I have performed the suggested modification, ie, replacing > > setDelimList(delims); > > by > > this->setDelimList(delims); > > and, lo and behold!, the program compiles much further on. But it now stops > on the errors that I mentionned in my initial Email (static > initializations in wxpop3.cpp). > I also have joined the new compiler output (zit.txt). > > I think that now we have finally reproduced the initial problem! > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > |
From: pao_drop <pao...@bl...> - 2013-11-30 19:47:26
|
Well, 1) gcc -v yields 4.7.1 as a version. It also gives me a lot of info that I am too naive to understand... for this reason I have attached to this Email the detailed results of this command (gcc-v_infos.txt). 2) I have performed the suggested modification, ie, replacing setDelimList(delims); by this->setDelimList(delims); and, lo and behold!, the program compiles much further on. But it now stops on the errors that I mentionned in my initial Email (static initializations in wxpop3.cpp). I also have joined the new compiler output (zit.txt). I think that now we have finally reproduced the initial problem! |
From: Brice A. <br...@fa...> - 2013-11-30 11:25:32
|
Hello, It seems that you have a less permissive version of gcc than me. Can you tell me which version of gcc you are using so that I can try to manage a test with the same version ? ("gcc -v" will give you all necessary info) . BTW, maybe can you give a try to the suggestion of your compiler : ..\include/wx/mimetic/tokenizer.h:162:9: note: use 'this->setDelimList' instead If it solves your problem, tell me and I will patch this for next release of wxEMail. Regards, Brice 2013/11/29 pao_drop <pao...@bl...> > Hello! > > Well, I have tried your sugggestion: I have downloaded > wxEMAil-1.0-Beta-2.zip (2012-02-19) from SourceForge. > After decompressing it and in groducing the new makefile, I have tried > compiling it. > > Alas, I have yet an error (albeit not the same as before?). > Anyway, I join the complete compilation log, from the scratch. > > Thanks again for your help! > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > |
From: pao_drop <pao...@bl...> - 2013-11-29 20:57:29
|
Hello! Well, I have tried your sugggestion: I have downloaded wxEMAil-1.0-Beta-2.zip (2012-02-19) from SourceForge. After decompressing it and in groducing the new makefile, I have tried compiling it. Alas, I have yet an error (albeit not the same as before?). Anyway, I join the complete compilation log, from the scratch. Thanks again for your help! |
From: Brice A. <br...@fa...> - 2013-11-26 07:26:59
|
Dear Paul, If you look at end of line 105, you will see that DWXMAKINGDLL_WXEMAIL has been replaced by DWXMAKINGDLL_WXSMTP. This is not impressive, but this should do the trick... I am surprised that this did not change anything for you : I specially downloaded wxWidgets 2.8.12 and compiled it with the same config as you to perform a test : without the modif, I have the same error as you. With the patched makefile, it compiles properly. Are you sure that you properly copied the provided Makefile at the proper place and that you reverted all the changes you previously did on the code ? Maybe you can suppress your whole wxEMail directory, download a fresh one from wxCode site, patch the makefile and try again ? If it still does not work, please send me a log of your build process (not only the error, but the whole compilation log). Regards, Brice 2013/11/25 pao_drop <pao...@bl...> > Thank you for your prompt answer > > Unfortunately, the new makefile yields exactly the same result... > > By the way, at first sight both makefiles look indentical... > but maybe I have missed some point? > > And sorry for forgetting my name! > > Paul > > > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |