#maria Log v0.1

logs Catalogue

This page loads from the db, refresh as and when. It displays 24 hrs
For older data http://marialog.archivist.info/previous.php, logs go back to 2009-01-18
Some user stats
Table logs
date_time
user
message
2012-01-27 12:24:38
knielsen
montywi: indeed, I found that your ssl error message enhancements were replaced with similar mysql 5.5 changes in the merge. Probably the mysql variant has some problem when using openssl, I will investigate
2012-01-27 13:05:37
knielsen
montywi: (if you're interested): I think the problem is that the mysql code extracts the error message string _after_ calling SSL_free(), while your code does it _before_. Presumably openssl gives better error messages if doing it before. I will restore the behaviour of your code
2012-01-27 13:15:25
montywi
knielsen: thanks for info (and yes, I am interested)
2012-01-27 13:26:58
knielsen
hm, no I misunderstood the code, the problem must be something else ...
2012-01-27 13:33:11
montywi
I am quite sure that with yassel you had to ask for error message before free
2012-01-27 13:41:49
spetrunia
http://buildbot.askmonty.org/buildbot/builders/debian5-i386-fulltest/builds/2153
2012-01-27 13:41:56
spetrunia
http://buildbot.askmonty.org/buildbot/builders/hardy-amd64-fulltest/builds/2259
2012-01-27 13:42:26
spetrunia
Does anybody have any idea why SHOW STATUS could show output in different order under embedded server?
2012-01-27 13:42:56
spetrunia
I mean, I could add --sorted_result, but what I don't understand is why no test had this problem before
2012-01-27 13:43:07
montywi
SpamapS: yes
2012-01-27 13:43:11
montywi
spetrunia: yes
2012-01-27 13:43:19
montywi
SHOW STATUS gives things in random order
2012-01-27 13:43:20
spetrunia
and now I suddenly have it after having added Handler_mrr* status variables
2012-01-27 13:43:38
montywi
So you *must* use --sorted_ersult
2012-01-27 13:43:44
montywi
So you *must* use --sorted_result
2012-01-27 13:44:13
montywi
The randomness depends on which plugins are loaded and in which order...
2012-01-27 13:44:26
spetrunia
montywi: ok, then I'll fix right away. Thanks for the info, it saved me from debugging this
2012-01-27 13:44:50
montywi
I got hit by this some time ago and it did take me some time to figure out what was going on
2012-01-27 14:15:30
ironm
Good afternoon :) - please allow me one question. I have the following issue with debian live when I try to include MariaDB .deb packages onto the debian live image.
2012-01-27 14:15:57
knielsen
montywi: ok, here is the real ssl story: ssl_do() in viossl.c no longer calls report_errors() - this function had the side effect of scrolling to the last error message in the SSL error list. Thus in 5.5 we report the _first_ error in the list, while in 5.3 we reported the last error.
2012-01-27 14:15:58
ironm
I have tried to use --mirror-binary "http://mirror.switch.ch/mirror/mariadb/repo/5.2/debian/" to place MariaDB deb packages on my live iso. When I add the appriopriate lines to /etc/apt/sources.list and run "apt-get update" manually I can install these packages (tested in live mode too)
2012-01-27 14:16:12
knielsen
So I just adjusted the test case --replace_regex to account for this
2012-01-27 14:16:33
ironm
for some reason there is no http://mirror.switch.ch/mirror/mariadb/repo/5.2/debian/dists/squeeze-updates .. BUT only squeezy and build tries to download Packages.gz what ends in an error - http://paste.debian.net/153787/ like: E: Some index files failed to download, they have been ignored, or old ones used instead
2012-01-27 14:16:35
montywi
knielsen: ok
2012-01-27 14:16:54
montywi
knielsen: can you help ironm (not my area of expertise)
2012-01-27 14:17:51
ironm
and stops working :/ - thanks a lot in advance for any hints ;)
2012-01-27 14:18:02
ironm
thank you very much montywi / knielsen
2012-01-27 14:18:18
knielsen
ironm: but what is the error here - is it that your script should not try to access non-existing squeeze-updates in our repo, or is it a bug in our repo that we have no squeeze-updates?
2012-01-27 14:18:49
knielsen
I don't know what squeeze-updates is, so no idea why it would be needed in our repos (or how to get it there)
2012-01-27 14:19:08
ironm
I am not sure if there an additional need to have also "squeeze-updates" dir to stay conform to debian rules (as debian live use it) @ knielsen
2012-01-27 14:19:33
knielsen
knielsen doesn't know what debian live is, either ...
2012-01-27 14:20:28
ironm
knielsen, I try to clear it with #debian-live however didn't get any answer since yesterday
2012-01-27 14:20:45
ironm
OFTC / #debian-live
2012-01-27 14:21:03
knielsen
we create our repos with reprepro ...
2012-01-27 14:21:47
ironm
my goal is to include mariaD deb packages on debian live images .. as MariaDB deb packages are not present in the official debian repo
2012-01-27 14:22:44
ironm
I don't know details why MariaDB deb packages are not officially in debian repos ...
2012-01-27 14:23:04
ironm
It would help a lot to make MariaDB more know
2012-01-27 14:23:11
ironm
known
2012-01-27 14:23:53
ironm
I know however that debian people are "not easy going" due to such issues
2012-01-27 14:24:41
ironm
anyway .. thank you very much for all your hints / help :)
2012-01-27 14:24:42
knielsen
ironm: maybe an easy work-around for you could be to just download the mariadb repositories to somewhere on your own machine/network, and add the missing bits (squeeze-updates ...) that your script wants - and then point your script at your own mirror?
2012-01-27 14:24:58
ironm
yes .. I should try that
2012-01-27 14:26:26
montywi
ironm: we are doing our best to get MariaDB into debian; It's however a political problem, not a development problem, so it takes some time :(
2012-01-27 14:26:33
ironm
I can also modify sources ob live-builder (not to search for Packages.gz in squeeze-updates) .. however the issue will stay for all other people
2012-01-27 14:27:12
ironm
yes ... a very good idea montywi ... I know that it is quite difficult and needs a lot of time
2012-01-27 14:27:33
knielsen
ironm: so are you suggesting that we should have an empty section in the repository called squeeze-updates ?
2012-01-27 14:28:15
ironm
knielsen, it would help probably if you would have there the same content as in dists/squeeze
2012-01-27 14:28:36
knielsen
ironm: so just a symlink?
2012-01-27 14:28:38
ironm
in dists/squeeze-updates
2012-01-27 14:29:14
knielsen
ironm: can you test this: grab your own copy of the mirror, add the symlink, and if it works, we can add the symlink in the "official" mariadb mirrors ...
2012-01-27 14:29:18
ironm
it is probably enough .. I could test it if you give me the URL
2012-01-27 14:29:43
ironm
OK .. I don't use any local mirror myself at the moment
2012-01-27 14:30:19
knielsen
You mean this URL? http://ftp.osuosl.org/pub/mariadb/repo/5.3/debian/dists/squeeze/
2012-01-27 14:31:13
ironm
e.g.
2012-01-27 14:33:07
ironm
yes ... if you would place a symlink there I could test it and give you feedback knielsen
2012-01-27 14:36:36
knielsen
ironm: hm, I don't know if I can do that, but I can wget --recursive it somewhere and do it there, hang on ...
2012-01-27 14:38:00
ironm
would be great ... in this case I would need both dirs there ... dists/squeeze and dists/squeeze-updates ... with the same content
2012-01-27 14:38:05
knielsen
wget --recursive --level=20 http://ftp.osuosl.org/pub/mariadb/repo/5.3/debian
2012-01-27 14:45:07
knielsen
ironm: try this: http://knielsen-hq.org/ironm/repo/5.3/debian/
2012-01-27 14:45:20
knielsen
ironm: it's the above wget --recursive, with added symlink
2012-01-27 14:45:34
knielsen
ironm: if it works, we can ask dbart to add the symlink in the real mirrirs
2012-01-27 14:46:17
ironm
thanks a lot .. I will test it and give you feedback
2012-01-27 16:07:17
Ivoz_
knielsen: I don't think you need squeeze udpates
2012-01-27 16:07:42
Ivoz_
knielsen: I didn't think it works that way, either
2012-01-27 16:08:02
Ivoz_
knielsen: I think your packages 'migrate' down the debian chain
2012-01-27 16:08:38
Ivoz_
when you first introduce them, they start off in experimental, then go to sid, then testing, then a distrobution
2012-01-27 16:09:25
Ivoz_
only when they're in a distrobution would they then have an opportunity to need an *-updates channel
2012-01-27 16:10:58
Ivoz_
ironm: you need to add the pgp key
2012-01-27 16:11:03
Ivoz_
ironm: that's why you can't update!
2012-01-27 16:11:35
ironm
knielsen, I am not getting any error however live-build doesn't work as expected (breaks with error: gpg: no valid OpenPGP data found.)
2012-01-27 16:11:55
Ivoz_
ironm: yes! it won't build without having a key that signed it!
2012-01-27 16:12:06
Ivoz_
ironm: it does that to ensure you only get packages that your system trusts
2012-01-27 16:12:29
ironm
hi Ivoz_ - thank you ... please check the paste of no_valid_OpenPGP_data
2012-01-27 16:12:30
ironm
http://paste.debian.net/153800/
2012-01-27 16:12:44
Ivoz_
ironm: http://kb.askmonty.org/en/installing-mariadb-deb-files
2012-01-27 16:12:49
ironm
I have put the key there
2012-01-27 16:13:03
Ivoz_
you need the second line
2012-01-27 16:13:07
ironm
I will check it
2012-01-27 16:14:54
ironm
Ivoz_, do you mean such line? - sudo apt-key adv --recv-keys --keyserver hkp:keyserver.ubuntu.com:80 1BB943DB
2012-01-27 16:15:23
Ivoz_
ironm: yes; that will let you update and install
2012-01-27 16:16:03
Ivoz_
ironm: if you want to build packages from source instead, see here - http://www.debian.org/doc/manuals/maint-guide/build.en.html
2012-01-27 16:16:09
ironm
Ivoz_, hmm .. I have to see where to place such option in the debian live config
2012-01-27 16:16:24
ironm
as I don't do anything manually
2012-01-27 16:16:39
Ivoz_
ironm: it shows you how to configure it so it doesn't look for keys
2012-01-27 16:16:52
ironm
Ivoz_, no .. I would like to use already existing packages
2012-01-27 16:17:22
ironm
thanks a lot Ivoz_ ... I have to check your hints
2012-01-27 16:20:05
Ivoz_
ironm: so are you just wanting to install mariadb?
2012-01-27 16:20:54
ironm
Ivoz_, in first step to include mariaDB deb packages to the iso image .. (without installing them ...)
2012-01-27 16:21:37
Ivoz_
ironm: ok, well you need to add the deb lines to sources.list, that is easy part
2012-01-27 16:21:42
ironm
the point is just to use them for off-line installations .. (without network connectiviry )
2012-01-27 16:21:53
Ivoz_
ironm: having the package keys installed is hard part
2012-01-27 16:22:20
ironm
well .. I don't know how to handle it (gpg-keys)
2012-01-27 16:22:21
Ivoz_
ironm: are you just going to take a snapshot of a running system?
2012-01-27 16:22:39
ironm
Ivoz_, not quite .. do you know debian live ?
2012-01-27 16:22:53
Ivoz_
ironm: no, not really
2012-01-27 16:23:07
ironm
you create an iso image and can boot from the USB stick ...
2012-01-27 16:23:44
ironm
in live mode you can run different apps (installed during the build time of the iso) .. or just installed further apps and run them
2012-01-27 16:24:02
ironm
s/installed/install/
2012-01-27 16:25:30
Ivoz_
ironm: you'll need to find out from people who know how to work with it how to add keys and packages to it I think
2012-01-27 16:26:12
ironm
Ivoz_, for me it looks currently as live-build doesn't handle properly the .gpg file .. as in my paste http://paste.debian.net/153800/
2012-01-27 16:28:25
Ivoz_
ironm: http://live.debian.net/manual/html/customizing-package-installation.en.html#358
2012-01-27 16:28:28
ironm
Ivoz_, the gpg-key of mariaDB is quite short but I dont't think it is the point .. the error message is: gpg: no valid OpenPGP data found.
2012-01-27 16:28:55
ironm
thank you Ivoz_ :) .. I will check your link
2012-01-27 16:33:28
Ivoz_
ironm: I think this is full key
2012-01-27 16:33:29
Ivoz_
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xCBCB082A1BB943DB
2012-01-27 16:37:20
Ivoz_
ironm: you had just the key's signature before
2012-01-27 16:38:12
ironm
how do you mean that? @ Ivoz_
2012-01-27 16:38:55
ironm
I have use chroot_sources option .. (put the files there in config/... )
2012-01-27 16:39:00
ironm
+d
2012-01-27 16:39:45
Ivoz_
ironm: a key's signature is just its hash, it won't tell you the full key. You want the full key for offline use
2012-01-27 16:40:44
Ivoz_
ironm: replace the contents of mariadb.binary.gpg with the link I gave you
2012-01-27 16:41:40
Ivoz_
or use the process that will, with that file
2012-01-27 16:42:10
ironm
Ivoz_, I try to follow your hints *_*
2012-01-27 16:42:52
ironm
yes .. I did just before .. have to check if I still get an error
2012-01-27 16:44:01
ironm
Ivoz_, WOW .. it looks good now :) .... 659554304 27. Jan 17:40 binary-hybrid.iso
2012-01-27 16:44:30
ironm
let me check the iso file
2012-01-27 16:44:53
ironm
if mariaDB packages are in place
2012-01-27 16:48:33
ironm
Ivoz_, at least there are some mariaDB packages on the iso image - http://paste.debian.net/153807/
2012-01-27 16:49:02
ironm
root@squeeze:/tmp/live/binary/pool# find ./ -name "*maria*"
2012-01-27 16:52:25
Ivoz_
loooks like you only got the client
2012-01-27 16:52:50
Ivoz_
or client lib files
2012-01-27 16:52:56
Ivoz_
you want mariadb-server
2012-01-27 16:53:32
ironm
yes
2012-01-27 17:00:05
ironm
Ivoz_, I recreate the iso image (the mariaDB packages were commented out in binary_local-packageslist/databases.list)
2012-01-27 17:04:46
ironm
Ivoz_, hmm .. it doesn't look good: The following packages have unmet dependencies: ... full message: http://paste.debian.net/153810/
2012-01-27 17:05:52
ironm
I will try to install in live mode manually .. on another system
2012-01-27 17:28:07
dbart
spetrunia: I've created a KB article with wlad's threadpool benchmarks: http://kb.askmonty.org/en/threadpool-benchmarks
2012-01-27 17:28:33
dbart
wlad: please check to make sure the data is correct :)
2012-01-27 17:28:54
wlad
dbart: you mean rerun benchmarks:)
2012-01-27 17:28:57
spetrunia
dbart: ok, will check it out when I have a time slice
2012-01-27 17:29:11
wlad
heh, all of those boxes are now given to different people:)
2012-01-27 17:29:18
wlad
except Windows:)
2012-01-27 17:29:21
dbart
wlad: no, just make sure the article matches up with your spreadsheet :)
2012-01-27 17:29:39
wlad
dbart, ok, will do . Thanks for publishing!
2012-01-27 17:30:06
dbart
wlad: no problem
2012-01-27 17:30:25
dbart
wlad: are you still planning on blogging about it?
2012-01-27 17:30:54
wlad
dbart,yes, but next week not earlier.. I got to push the thing into mainline yet :)
2012-01-27 17:31:32
dbart
wlad: no problem, just let me know if you need any help with it
2012-01-27 17:32:04
wlad
dbart: of course I'll need someone who speaks *native* English :)
2012-01-27 17:32:11
wlad
thanks for your help
2012-01-27 17:33:33
dbart
:)
2012-01-27 17:46:07
Ivoz_
ironm: yeah, that's cus they're not depending properly atm
2012-01-27 17:46:53
Ivoz_
ironm: i had hte same problem before
2012-01-27 17:47:04
Ivoz_
ironm: they're set to depend on mariadb-common, which doesn't exist
2012-01-27 17:47:18
ironm
hmm .. Ivoz_ I have found some "disturbing" mysql subpackes (even didn't install mysql at all )
2012-01-27 17:47:19
Ivoz_
ironm: mariadb-common is provided by mysql-common
2012-01-27 17:47:50
ironm
I have to check what other packages install mysql-common ..
2012-01-27 17:48:10
Ivoz_
ironm: mysql-common is in maria's deb package
2012-01-27 17:50:09
Ivoz_
ironm: maria uses mysql's cnf files, which are installed by mysql-common
2012-01-27 17:50:10
ironm
hmm .. it looks like some othe packages have installed mysql-common as dependency
2012-01-27 17:50:38
Ivoz_
ironm: mariadb *is supposed* to install mysql-common
2012-01-27 17:50:53
ironm
ok
2012-01-27 17:51:07
Ivoz_
knielsen: which route did you go? did you add mariadb-common metapackage or change dependencies to mysql-common?
2012-01-27 17:52:05
ironm
Ivoz_, hmm .. I will test it again .. if mysql-common is already installed (before I try to install mariadb-server)
2012-01-27 17:52:43
ironm
it is easy .. as I reboot simply the live stick
2012-01-27 17:54:26
Ivoz
ironm: the dependancies are a bit messed up in the packages atm, so you have to install mysql-common before you try installing mariadb-server, or it'll not know how to resolve mariadb-common
2012-01-27 17:54:47
Ivoz
knielsen: when will that go to the official repo / get mirrored?
2012-01-27 17:55:45
ironm
Ivoz, let me check it first .... what mysql-components have been installed throw dependencies (other packages)
2012-01-27 17:58:01
ironm
Ivoz, for some reason there is already installed mysql-common 5.1.49-3 (on the live image)
2012-01-27 17:58:19
ironm
I have to check it mysql-client has been installed
2012-01-27 17:59:09
dbart
Ivoz: here's the commit email detailing the change knielsen made: http://lists.askmonty.org/pipermail/commits/2012-January/002925.html
2012-01-27 17:59:16
ironm
libmysqlclient16 5.1.49-3 ... and libqt4-sql-mysql 4:4.6.3+squeeze1
2012-01-27 18:05:07
Ivoz
ahhh dbart thanks
2012-01-27 18:05:29
Ivoz
I'm not sure if that's what you want, though
2012-01-27 18:06:37
ironm
Ivoz, I would remove these packages for the live image .. and try to install mariaDB in "clean" state
2012-01-27 18:07:05
Ivoz
ironm: sure
2012-01-27 18:07:58
Ivoz
knielsen: I think... now you will always install mariadb.cnf, this could override custom my.cnf already present!
2012-01-27 18:09:54
Ivoz
knielsen: I imagine, that you might want actual behaviour to be: IF mysql-common not exist, install mariadb-common and mysql-common; IF mysql-common already present, then do nothing
2012-01-27 18:09:54
SanjaByelkin
Are there any ideas why it happens on solaris:
2012-01-27 18:09:58
SanjaByelkin
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o
2012-01-27 18:09:58
SanjaByelkin
/home/bell/bzr/work-maria-5.5-test/mysys/my_gethwaddr.c: In function 'my_gethwaddr':
2012-01-27 18:09:58
SanjaByelkin
/home/bell/bzr/work-maria-5.5-test/mysys/my_gethwaddr.c:105:50: error: 'struct ifreq' has no member named 'ifr_hwaddr'
2012-01-27 18:09:58
SanjaByelkin
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o
2012-01-27 18:09:58
SanjaByelkin
gmake[2]: *** [mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o] Error 1
2012-01-27 18:10:00
SanjaByelkin
gmake[2]: *** Waiting for unfinished jobs....
2012-01-27 18:10:02
SanjaByelkin
gmake[1]: *** [mysys/CMakeFiles/mysys.dir/all] Error 2
2012-01-27 18:10:04
SanjaByelkin
gmake: *** [all] Error 2
2012-01-27 18:10:14
Ivoz
SanjaByelkin: try using a pastebin instead!
2012-01-27 18:10:54
SanjaByelkin
Ivoz: thnks :)
2012-01-27 18:11:14
Ivoz
knielsen: making mariadb-common Priority: optional, and mysql-common Provides: mariadb-common might achieve the behaviour I just described
2012-01-27 18:11:26
Ivoz
that's just a guess, though
2012-01-27 18:13:59
wlad
elenst, ?
2012-01-27 18:14:00
ironm
Ivoz, after removing of mysql-common the installation of mariadb-server worked as expected
2012-01-27 18:14:07
elenst
wlad?
2012-01-27 18:14:32
wlad
elenst, you were recently critisizing Windows desktop
2012-01-27 18:14:43
wlad
now I got a question to you as KDE expert
2012-01-27 18:14:50
wlad
I type in a terminal
2012-01-27 18:15:07
Ivoz
knielsen: in light of thinking about the route you went, I suggest that maybe, you want to do the other way, that is changin mariadb-common dependencies to mysql-common, but added mariadb-common as a suggested package, with your custom cnf changes. this makes your mariadb-common changes optional (suggested)
2012-01-27 18:15:09
wlad
and instead of letters I get some strange escape seauences
2012-01-27 18:15:23
wlad
like ^V
2012-01-27 18:15:36
wlad
I open a new terminal, and I get the same escape sequences
2012-01-27 18:15:40
elenst
gee i'm not a kde expert, but isn't your ctrl button pressed by any cahcne? :)
2012-01-27 18:15:47
wlad
no
2012-01-27 18:15:53
Ivoz
ironm: did it install mysql-common again?
2012-01-27 18:15:56
wlad
I log out, logon and everything is back to normal
2012-01-27 18:16:09
wlad
but Ican't do it every half an hour
2012-01-27 18:16:10
Ivoz
ironm: did you --purge?
2012-01-27 18:16:42
ironm
Ivoz, you are few seconds too late ;) .. I have just switched off the test noteboot .. BUT I can test it agein
2012-01-27 18:16:46
ironm
no remove
2012-01-27 18:16:47
SanjaByelkin
wlad: what terminal you use and what charset is on your and target system if it is not local?
2012-01-27 18:17:00
wlad
SanjaByelkin, it is local
2012-01-27 18:17:08
wlad
no idea what triggers it
2012-01-27 18:17:18
ironm
again
2012-01-27 18:17:19
SanjaByelkin
wlad: konsole, xterm or what?
2012-01-27 18:17:38
wlad
SanjaByelkin, whatever KDE terminal is. I think it is Konsole
2012-01-27 18:17:57
elenst
wlad: i've never had this particular problem (except for when any of control keys were stuck), but kde that i have is pretty buggy, so i'm not surprised
2012-01-27 18:18:12
wlad
I do something in vi, then I finish vi, then I have this
2012-01-27 18:18:22
wlad
I think this is the typical pattern
2012-01-27 18:19:06
SanjaByelkin
wlad: chat cherset of your OS? (I found that some still does not use utf-8 which is superstrange)
2012-01-27 18:19:32
SanjaByelkin
wlad: it is not typical
2012-01-27 18:19:36
wlad
wlad logs off and on to be able to type:)
2012-01-27 18:20:05
SanjaByelkin
wlad: it could be caused by incorrect charset of by some ASCI sequence which goes from a bynary file
2012-01-27 18:20:19
SanjaByelkin
I hope you do not open binaries with vi
2012-01-27 18:20:31
wlad
SanjaByelkin, nope, it was source file
2012-01-27 18:21:09
wlad
sailerboy, which env.variables tell by charset of my OS?
2012-01-27 18:21:19
SanjaByelkin
of just incorrect terminal type (could not be a problem is you have not touched setup)
2012-01-27 18:21:36
SanjaByelkin
wlad: LC*
2012-01-27 18:22:32
wlad
SanjaByelkin, nothing set:) printenv|grep LC deliver nothing
2012-01-27 18:22:59
elenst
wlad: run 'locale'
2012-01-27 18:23:03
SanjaByelkin
wlad: or just checl LANG
2012-01-27 18:23:10
ironm
Ivoz, do you know if there is an option for apt-rdepends to run *only" against installed packages and NOT the packages in apt cache?
2012-01-27 18:23:14
wlad
SanjaByelkin, re you solaris problem: go to this function, change #ifdef SIOSOMETHING to #ifdef __linux__
2012-01-27 18:23:20
SanjaByelkin
mine is LANG=ru_UA.UTF-8
2012-01-27 18:23:29
wlad
serg fixed it couple days ago, the solaris problem I mean
2012-01-27 18:24:06
wlad
SanjaByelkin, en_US.UTF-8
2012-01-27 18:24:18
wlad
this is what locale says
2012-01-27 18:24:39
SanjaByelkin
wlad: then i have no any idea, except your text is in UCS2 :)
2012-01-27 18:25:03
wlad
SanjaByelkin, my days as Unicode advocate have long gone:)
2012-01-27 18:25:37
wlad
wlad looks to just work with ASCII now:)
2012-01-27 18:25:59
SanjaByelkin
wlad: could you show me screenshot, maybe it give me ideas?
2012-01-27 18:26:54
wlad
SanjaByelkin, nothing special in screenshot, you need to see it in action. I type on the keyboard, I do not see char on the console
2012-01-27 18:27:07
wlad
if I type twice the sasme char I see some weirdness
2012-01-27 18:27:19
wlad
like twice V is ^V
2012-01-27 18:27:45
wlad
mouse works fine
2012-01-27 18:27:54
SanjaByelkin
wlad: and no other OSes between you and linux even as virtual machine?
2012-01-27 18:28:34
wlad
SanjaByelkin, it is a VM, and there is probably even some driver
2012-01-27 18:28:38
SanjaByelkin
(I have not seen terminal problem in linux since everything moved to UTF-8)
2012-01-27 18:29:09
wlad
because OpenSUSE comes with Hyper-V support out of the box.
2012-01-27 18:29:16
wlad
maybe it is that, I dunno
2012-01-27 18:29:36
elenst
elenst is wondering if it's still UTF8 when the problem starts
2012-01-27 18:30:12
SanjaByelkin
elenst: it more looks like 2 bytes coding, which is strange for UTF-8
2012-01-27 18:30:42
SanjaByelkin
wlad: check codepage of terminal (somewhere in the settimngs)
2012-01-27 18:31:07
elenst
wlad: if the mouse and arrow buttons work, i guess you can still check the locale settings and everything after the problem starts, right?
2012-01-27 18:31:23
elenst
buttons => keys
2012-01-27 18:31:34
wlad
elenst, yes.. If arrow work
2012-01-27 18:31:44
wlad
but I'm not sure about that
2012-01-27 18:31:50
elenst
even if not, there is the clipboard
2012-01-27 18:31:54
elenst
and the mouse
2012-01-27 18:32:05
wlad
I'll tell if I get it next time
2012-01-27 18:32:10
wlad
thanks!
2012-01-27 19:08:31
wlad
CareBear\, I do
2012-01-27 19:08:55
wlad
keyboard was acting up
2012-01-27 19:09:00
wlad
I'm not sure it is VM
2012-01-27 19:09:18
wlad
What, Windows of course . Hyper-V
2012-01-27 19:09:33
wlad
:)
2012-01-27 19:09:51
wlad
heh:)
2012-01-27 19:09:59
wlad
you seriously do not know what it is?
2012-01-27 19:10:21
wlad
http://en.wikipedia.org/wiki/Hyper-V
2012-01-27 19:10:37
wlad
CareBear\, yes, it is MS hypervisor:)
2012-01-27 19:11:27
wlad
this was another thing. not hypervisor. Hyper-V is a very small OS or very big BIOS
2012-01-27 19:11:59
wlad
CareBear\, I log out,I log on. keyboard is back:)
2012-01-27 19:12:54
wlad
from opensuse, in the same hyper-v window (or what is the correct name for that display)
2012-01-27 19:14:01
wlad
so it might be some driver problem. or it is opensuse problem. or whenever I type ":wq!" I type some another key
2012-01-27 19:14:51
wlad
maybe I touched ESC key, I have no idea:) but I finish vi and then "this" happens..
2012-01-27 19:17:33
wlad
CareBear\, right, newly started konsoles expose the same problem
2012-01-27 19:17:50
wlad
I have not tried KWrite or something
2012-01-27 19:18:01
wlad
wlad ist altmodisch
2012-01-27 19:18:07
wlad
vi :)
2012-01-27 19:19:18
wlad
CareBear\, I will keep xev running:)
2012-01-27 19:20:42
wlad
wlad did not even know there is kedit:) I only used gedit back when I used GNOME
2012-01-27 20:12:33
ironm
Ivoz, in case you are still around ... I have created a minimal live iso image with mariaDB packages in the binary repo only. If there are not mysql-common from other packages I can do an off-line install mariadb-server without any problems ... for squeeze .. just tested .. after "apt-get update" and commenting out network mirrors you can install off-line (packages you have put before on your image ). "deb file:///live/image squeeze main" is
2012-01-27 20:12:33
ironm
necessary in /etc/apt/sources.list
2012-01-27 22:35:17
dob_
I hope somebody can help me with a mysql question. I searched google for at least 2 hours and can't find anything. I am running mysql 5 and want to export into csv with outfile. But I am not able to get a UTF-8 encoded file. Did everything like set names etc before. Now I have no idea...
2012-01-27 22:35:41
dob_
Version 5.5 has a character set option for outfile but not 5.0
2012-01-27 23:50:07
Ivoz
ironm: mariadb should be updating their dependencies in their repo at some point... that will fix the mysql-common dependency
2012-01-27 23:51:13
ironm
Ivoz, I have just created some live images with mariaDB installed or NOT installed onto the live image ..
2012-01-27 23:51:36
ironm
all dependency packages are on the live media (for off-line installs)
2012-01-27 23:52:37
ironm
just playing a bit more ... to find out what other packages have used native mysql-common
2012-01-27 23:53:50
ironm
Ivoz, what do you think? .. when you will get new deb packages with corrected dependencies about?
2012-01-28 00:50:24
Ivoz
ironm: not sure, I'm not actually a dev on this project :)
2012-01-28 00:52:02
ironm
no problem Ivoz .. thank you very much fo your very helpful hints!
2012-01-28 00:53:04
ironm
Ivoz, another short question .. in case you know. What windowns manager most of the mariaDB developers perefer? (awesome, gnome, lxde, kde, xfce ... )
2012-01-28 00:53:19
ironm
windows
2012-01-28 00:54:31
ironm
I prefer awesome myself .. however first steps are bit unusual ;)
2012-01-28 01:32:26
ironm
Ivoz, I have got it .. sysbench installed mysql-common and libmysqlclient16 as dependendcy (I had this package on my live image )
2012-01-28 01:33:49
ironm
hmm .. well now it has installed the subpackges but from mariaDB *_*
2012-01-28 01:48:41
Ivoz
ironm: lol
2012-01-28 01:50:21
ironm
Ivoz, may I ask if you use linux on your desktop? If yes what WM do you prefer yourself?
2012-01-28 01:59:24
ironm
anyway .. I stop asking and go to bed .. thanks a lot! / GN8
2012-01-28 09:41:42
knielsen
Ivoz: I made mariadb-common a meta package (actually real package, it has /etc/mysql/conf.d/mariadb.cnf for mariadb-specific options), and mariadb-common depends on mysql-common (any version)
2012-01-28 09:41:58
knielsen
This will go into mariadb-5.5
2012-01-28 09:44:47
knielsen
So it should be possible to install mariadb without touching existing /etc/mysql/my.cnf at all