[opensuse-buildservice] [OBS Bug?]4 new "pseudo" requests, and encoding got changed?
Hi, 1. I checked my home (home:MargueriteSu) and devel:languages:python they all claim that they have 4 new requests. but clicking into it, you'll got none (for my home) and 2 requests (for d:l:p) 2. Before this update, I have some Chinese in my home description. but now seems they're encoded as UTF-8 random characters. Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 09.11.2012 03:20, schrieb Marguerite Su:
Hi,
1. I checked my home (home:MargueriteSu) and devel:languages:python
they all claim that they have 4 new requests.
but clicking into it, you'll got none (for my home) and 2 requests (for d:l:p)
I've seen this as well, and I even have an idea what causes it, but right now we're having too many regressions in 2.4 that are more severe than that. So please file all issues that are not blocking you from work as issue in github.com/openSUSE/open-build-service and we fix them as soon as we can.
2. Before this update, I have some Chinese in my home description. but now seems they're encoded as UTF-8 random characters.
Same here. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 09.11.2012 09:07, schrieb Stephan Kulow:
Hi,
1. I checked my home (home:MargueriteSu) and devel:languages:python
they all claim that they have 4 new requests.
but clicking into it, you'll got none (for my home) and 2 requests (for d:l:p) I've seen this as well, and I even have an idea what causes it, but right now we're having too many regressions in 2.4 that are more severe
Am 09.11.2012 03:20, schrieb Marguerite Su: than that.
So please file all issues that are not blocking you from work as issue in github.com/openSUSE/open-build-service and we fix them as soon as we can. OK, that bug was pretty easy to fix actually.
2. Before this update, I have some Chinese in my home description. but now seems they're encoded as UTF-8 random characters.
Same here.
This one is very, very tough. ruby 1.8 and the old mysql driver did not care at all about the encoding, so everything was utf-8 without anyone saying so. But now we have ruby 1.9 and mysql2 and they are very strict about it. The random charachters you see are the original string - when you retrieve them as latin1 and display them as utf-8, they look chinese to me. But I played a while with the problem and can't find an obvious way to transfer the data. Googling around found some possible solutions that involve transforming the SQL dump, but then everyone with a OBS deployment would have to do that -> not so great. If someone has an idea, that would be great :) Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 09.11.2012 21:53, schrieb Stephan Kulow:
Googling around found some possible solutions that involve transforming the SQL dump, but then everyone with a OBS deployment would have to do that -> not so great. If someone has an idea, that would be great :)
Thanks to Martin Koegler who provided me with some guidance, the chinese is back ;) https://build.opensuse.org/project/show?project=home:MargueriteSu What's broken still: you can't enter chinese at the moment, this seems to be a webui bug. Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, coolo, ...Traditional Chinese display is still random string. see ibus-rime in Factory. and another thing: changelog is reported as "You probably tried to display binary garbage, but got this beautiful message instead!" it is not binary but text. Thanks Marguerite On Sat, Nov 10, 2012 at 9:23 PM, Stephan Kulow <coolo@suse.de> wrote:
Am 09.11.2012 21:53, schrieb Stephan Kulow:
Googling around found some possible solutions that involve transforming the SQL dump, but then everyone with a OBS deployment would have to do that -> not so great. If someone has an idea, that would be great :)
Thanks to Martin Koegler who provided me with some guidance, the chinese is back ;)
https://build.opensuse.org/project/show?project=home:MargueriteSu
What's broken still: you can't enter chinese at the moment, this seems to be a webui bug.
Greetings, Stephan
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
sorry, forget to point the package: home:MargueriteSu:branches:server:monitoring conky Sorry for the inconvenience. Marguerite On Mon, Nov 12, 2012 at 8:02 AM, Marguerite Su <i@marguerite.su> wrote:
Hi, coolo,
...Traditional Chinese display is still random string. see ibus-rime in Factory.
and another thing: changelog is reported as "You probably tried to display binary garbage, but got this beautiful message instead!"
it is not binary but text.
Thanks
Marguerite
On Sat, Nov 10, 2012 at 9:23 PM, Stephan Kulow <coolo@suse.de> wrote:
Am 09.11.2012 21:53, schrieb Stephan Kulow:
Googling around found some possible solutions that involve transforming the SQL dump, but then everyone with a OBS deployment would have to do that -> not so great. If someone has an idea, that would be great :)
Thanks to Martin Koegler who provided me with some guidance, the chinese is back ;)
https://build.opensuse.org/project/show?project=home:MargueriteSu
What's broken still: you can't enter chinese at the moment, this seems to be a webui bug.
Greetings, Stephan
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On 12.11.2012 01:02, Marguerite Su wrote:
Hi, coolo,
...Traditional Chinese display is still random string. see ibus-rime in Factory. No, this is a package - I fixed only projects. I need to add some real fix in the git.
and another thing: changelog is reported as "You probably tried to display binary garbage, but got this beautiful message instead!"
it is not binary but text.
That's something for the editor guy - Sascha? :) Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 12.11.2012 09:46, schrieb Stephan Kulow:
On 12.11.2012 01:02, Marguerite Su wrote:
Hi, coolo,
...Traditional Chinese display is still random string. see ibus-rime in Factory. No, this is a package - I fixed only projects. I need to add some real fix in the git.
and another thing: changelog is reported as "You probably tried to display binary garbage, but got this beautiful message instead!"
it is not binary but text. Can you provide more detail? When I look at [1] I can't see any issues except some superfluous newlines at the end.
That's something for the editor guy - Sascha? :)
Greetings, Stephan
Footnotes: [1] https://build.opensuse.org/package/view_file?expand=1&file=ibus-rime.changes&package=ibus-rime&project=openSUSE%3AFactory&rev=b8a07207e676f37d85a60a29f072a5fe -- With kind regards, Sascha Peilicke SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nuernberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mon, Nov 12, 2012 at 5:02 PM, Sascha Peilicke <saschpe@suse.de> wrote:
Can you provide more detail? When I look at [1] I can't see any issues except some superfluous newlines at the end.
Hi, saschpe, https://build.opensuse.org/package/view_file?expand=1&file=conky.changes&package=conky&project=home%3AMargueriteSu%3Abranches%3Aserver%3Amonitoring&rev=e7cf41cc24aa44f575cc65452252bf67 see this. Marguerite -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Marguerite Su
-
Sascha Peilicke
-
Stephan Kulow