/srv/irclogs.ubuntu.com/2008/05/22/#bzr.txt

Odd_Blokebeuno: OOI why Postgres over MySQL?00:00
beunoOdd_Bloke, because that's what I've been working for the past 6 years  :)00:02
beunoI'm not saying that should be *the* backend00:02
beunoit's just easier for me to start with that, implement it, and then jump to pg00:02
Odd_Blokebeuno: My question was the other way around. :p00:02
Odd_BlokeOr, why is Postgres the end goal? Won't MySQL be good enough?00:02
beunoOdd_Bloke, ah, sorry, was expecting a MySQL bashing  :p00:03
beunoyes, MySQL should be good enough, but I suspect PG will be prefered from people coming from LP00:03
mwhudsonhas anyone here installed turbogears on leopard?00:08
Odd_Blokebeuno: Ah, yeah, that hadn't occurred to me.00:08
mwhudsonwithout wanting to maim someone (possibly themselves)00:08
abentleyOdd_Bloke: Yeah, familiarity with PG, and I understand that PG is a more correct SQL implemplementation.00:22
beunoabentley, any idea why I would get this while voting?  http://paste.ubuntu.com/13751/00:24
abentleyYour account doesn't have any submitter associated with it, I would imagine.00:25
abentleyIf you used the create_account script, that shouldn't have happened.00:25
beunoI did00:26
beunoI'll clean the DB and try it again00:26
abentleyIt looks as though the submitter list is optional, but you should have at least one.00:27
Odd_Blokeabentley: Well, there's certainly an argument that being a correct SQL implementation isn't necessarily a good thing. :p00:27
* Odd_Bloke had Hugh Darwen teach his Intro to Databases course, and has disliked SQL since. :D00:27
abentleybeuno: How do you want this sqlite file?  Email?00:44
beunoabentley, email is fine, yes00:45
Odd_Blokeabentley: Might be worth putting it somewhere several people can get, if it could aid development...00:45
abentleyOdd_Bloke: Okay.00:46
beunohrm, I'm making some progress with moving over the data, although I'm not sure how I'm going to automate some steps00:46
beunoI've got *most* tables in mysql with data00:47
abentleybeuno: What approach are you taking?00:47
beunoabentley, exporting the SQL db, replacing known differences between sqlite and mysql queries, and dumping into the mysqldb00:47
abentleybeuno: Are you prepared to deal with binary data that way?00:48
beunoabentley, AFAIK, binary data should be dumped and imported correctly, but I'll get back to you when I actually test it  :)00:49
beunothat would be mainly for patch_text, right?00:49
abentleybeuno: There are some UTF16 files in there.00:49
abentleyIIRC.00:49
beunoabentley, I'm going to aim at getting all the tables created and data fully imported into them, and then start to check consistency00:51
beunothat's where the bzr db will come in handy  :)00:51
beunoI'm going to head home now to get something to eat, but I'll be back in a while, I'm curious to see how far I can get without running into substantial blocker00:54
abentleybeuno: http://code.aaronbentley.com/bundlebuggy/devdata.sqlite.nopasswords01:20
beunoabentley, great, thanks! I'll use that as soon as I get mysql to create all the tables correctly  (already home)01:23
=== abadger1991 is now known as abadger1999
NemesisDhow does bzr treat symlinks by default?01:47
NemesisDi made a change to a symlink file and i noticed that bzr commit didn't list the file as changed01:47
bob2if the symlink and destination are versioned by bzr, it should work (and does for me)01:49
beunoabentley, I haven't tried with the bzr db, but with small adaptations to the table structure, and replacing a few characters from the sqlite dump, data seems to get imported correctly into mysql. I'm leaving for a few hours, and hopefully I'll be back to test it against the bzr db01:58
beuno(I imported the blobs from sqlite, and they seem to get imported correctly)01:58
abentleyWell, that sounds promising.01:59
igcmorning02:31
=== mw is now known as mw|oug
=== mw|oug is now known as mw|out
igcpoolie: Thanks for your emails re file categories. I've emailed the list with my latest thoughts so I'd be keen for you to consider them when times permits.02:47
hersonlspoolie: here02:55
abentleybeuno: I've updated the docs.03:08
* igc lunch03:21
* igc pick up kids05:44
Odd_BlokeZOMG netsplit.05:44
pooliehello lifeless06:57
poolielifeless: could you look at balleny again if you get a chance or ask a sysadmin to do so, it's still ridiculously slow06:57
lifelesspoolie: will nag06:59
=== You're now known as ubuntulog
lifelessliw: how is the rsync?\08:23
liwlifeless, the big pack file has about 43 more hours to go, and then there's another 227 thousand more files08:23
lifelessare you copying the working trees?08:24
liwnope08:24
lifelessstrange08:24
lifelesslet the big file finish08:25
lifelessthen stop the rsync, and do 'for branch in branches; bzr zap-tree $branch'08:25
liwack08:26
Peng"zap-tree"?08:26
lifelesssomething like08:26
lifelessremove-tree, zapt-ree, I dunno08:26
Pengremove-tree.08:27
Pengzap-tree would be a useful alias. "remove-tree" is long.08:27
* igc dinner09:13
* gour wonders why igc always has dinner so early...we hardly took a breakfast here09:15
lifelesstimezones ftw09:21
gourtimezones? i thought there is no life out of the europe09:22
* gour is joking a bit...holiday is here today ;)09:23
mtaylor.THIS .OTHER .BASE - is there a doc describing them anywhere?09:48
gourmtaylor: http://doc.bazaar-vcs.org/bzr.1.0/en/user-guide/index.html#resolving-conflicts09:50
spivmtaylor: "bzr help conflicts"09:50
=== pmezard_ is now known as pmezard
spivHmm, test_35_wait_lock_changing has bitten me twice today.09:51
[reed]How does bzr compare to this? http://quotes.burntelectrons.org/371510:10
luks[reed]: ideally, you don't rebase, but merge instead10:13
luksbut if you really must, there is a plugin, so you can do just 'bzr rebase'10:14
LarstiQor just pull10:14
luksLarstiQ: I guess the situation is that you have a committed change and you want to pull10:14
luksat least that's what I understood from the hg sequence of commands10:14
LarstiQluks: that explains the need for rebase, the 'cvs up -A' is a bit misleading though10:14
lukser, I meant ;'and you want to push'10:15
[reed]yeah10:16
[reed]k, thanks10:16
lifeless[reed]: ouch, that quote hurts my eyes11:14
[reed]lifeless: hehe11:19
elmolifeless: fail.  :/  dapper chroot is <1s on my laptop12:08
lifelesselmo: garh13:17
elmoshould bzr build-depend on the pyrex stuff?13:43
elmonm13:44
lifelessno13:45
=== mw|out_ is now known as mw
jmlabentley: ping14:19
=== mw is now known as mw|bbiab
emgenthello people14:27
emgenthttp://pastebin.ubuntu.com/13848/14:30
emgentsome idea?14:30
emgent  launchpad            /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]14:31
fullermdThink that's fixed in newer bzr.  1.5 should have it.14:34
fullermdbug 21770114:34
ubottuLaunchpad bug 217701 in bzr "attempt to add line-delta in non-delta knit" [Critical,Fix released] https://launchpad.net/bugs/21770114:35
emgentfullermd: uhm14:37
emgenti think no14:38
emgenthttp://pastebin.ubuntu.com/13849/14:38
emgenti have newest bzr14:38
fullermdNo, you have 1.3.1.14:38
fullermd1.5 has the fix.14:38
emgentuhm just a moment14:38
emgentuhm true14:38
fullermdCoffee.  Blame it on lack of coffee   :)14:38
emgent:)14:39
elmolifeless: "fixed"14:40
elmobest non-solution ever14:40
abentleyjml: pong14:41
jmlabentley: I've got a patch to the stacked branch stuff that only really makes sense to apply to your branch.14:43
jmlabentley: it make BzrDir.clone() also clone stacked_on information.14:43
abentleyjml: Wouldn't it also make sense to apply to Robert's branch?14:44
jmlabentley: logically yes. I haven't tried applying it though.14:45
abentleythumper and I haven't discussed what he wants me to do vis-a-vis an integration branch, but I'm happy to look it over.14:47
jmlabentley: http://pastebin.ubuntu.com/13853/14:49
jmlabentley: lifeless paired with me to do that, fwiw.14:49
abentleySo I guess the main concern I have is whether "push" uses clone or sprout.14:54
=== mw|bbiab is now known as mw
lifelesselmo: new kernel?15:47
* lamont idly wonders why the ppa archive for bzr doesn't bother with a bzr_1.5.0.orig.tar.gz15:50
lamontadmittedly, bzr_1.5.0-$mumble.tar.gz is only 3.5MB, but still...15:50
pickscrapeIs the PPA archive suitable for debian users, or is it Ubuntu only?15:51
lamontinstalling ubuntu debs on debian and vice versa is an action that is fraught with peril.15:51
lamontOTOH, bzr_1.5-1 is in sid15:52
pickscrapeWhat's sid?15:52
lamontdebian unstable15:52
lamontand I rather expect that someone has tossed it at backports.debian.or15:52
lamontg15:52
* pickscrape is a debian distro noob. Long time gentoo user.15:53
elmolifeless: yea, that 'fixed' it - it's still reproducable on tungsten, which is edgy (2.6.17.4)15:53
lamontwelcome to the fold15:53
* lamont rotfl at the bzr packaging using quilt.15:57
sabdflnfw16:03
Psy|ecimTechhi there!16:03
sabdflhi Psy|ecimTech16:03
Psy|ecimTechJust a quick question :P16:03
Psy|ecimTechI'm playing a bit using the smart server, but seems that when I kill the process, the 4155 port remains open.16:05
Psy|ecimTechSo, next time I fire up the server, I get this error: error: (98, 'Address already in use')16:05
Psy|ecimTechOh, now its ready, seems that it takes time to close up the port on ubuntu16:06
MattCampbellLooks like the smart server may not be setting the SO_REUSEADDR option; I'll check.16:07
Psy|ecimTechYep, seems that you must wait for a timeout to reuse the port16:08
MattCampbellIndeed the SO_REUSEADDR socket option isn't being set.16:09
MattCampbellWait, I'm not looking at the latest code.16:10
Psy|ecimTechBTW, whe are playing a bit versioning thru smart server on windows <-> ubuntu 64.16:12
MattCampbellIf you're running a smart server on Ubuntu, why not use bzr+ssh instead?16:13
MattCampbell(I'm waiting on a checkout of bzr trunk so I can see if the smart server sets SO_REUSEADDR in the latest revision.)16:14
Psy|ecimTechOh, we're just starting, and just avoid any problem on windows side...16:15
MattCampbellLooks like the smart server sets the SO_REUSEADDR option in bzr trunk.  Anyone know when this was done?16:19
MattCampbellPsy|ecimTech: What version of bzr are you running on the Ubuntu machine?16:20
Psy|ecimTechWait a minute, the Ubuntu guy is just comming in16:21
Psy|ecimTechthere!16:21
MattCampbellThe SO_REUSEADDR fix was done on 2008-04-21.16:22
Psy|ecimTechGus_Tronador: -> MattCampbell: Psy|ecimTech: What version of bzr are you running on the Ubuntu machine?16:23
Psy|ecimTechGus_Tronador: -> MattCampbell: The SO_REUSEADDR fix was done on 2008-04-21.16:23
MattCampbellSo it should be in 1.5.16:23
Psy|ecimTechSeems to be 1.3.116:23
Psy|ecimTechCould it be a RC?16:24
MattCampbellAn update to 1.5 should fix the problem.16:24
MattCampbell1.5 came out a few days ago.16:24
MattCampbellBTW, I'm a bzr newbie too, so maybe what I'm saying is obvious to everyone else here.16:25
Psy|ecimTechNo, thats great, but seems that ubuntu's repo is still not updated to the latest16:26
* MattCampbell looks on packages.ubuntu.com16:27
luksyou can use https://launchpad.net/~bzr/+archive16:27
Psy|ecimTechahhh great!16:28
Gus_TronadorHello! ... I'm using BZR in ubuntu 8.04 Hardy Heron and I have an issue with "bzr server" ... When I run it from console and I stop it with "ctrl+c" socket remains open or address-port 0.0.0.0:4155 remains binded to socket16:47
Gus_Tronadorso ... I wish I could unbind it to restart server. Could someone please help me?16:47
Gus_Tronador(when I try to re-run "bzr server" I get : "bzr: ERROR: Cannot bind address "0.0.0.0:4155": Address already in use." )16:48
radixheh16:50
radixGus_Tronador: someone just mentioned this problem half an hour ago :)16:51
radixGus_Tronador: it should work after a couple minutes.16:51
radixGus_Tronador: oh, and it seems to be fixed in bzr 1.5, according to conversation that just happened16:52
Gus_Tronadorradix: I think it wasn't fixed in 1.5 because I'm using that version :( ... address-port remains binded for a couple of minutes16:54
Gus_Tronadorradix: and after those minutes I can restart server.16:54
radixGus_Tronador: you're using the final version of 1.5?16:55
radixmaybe it's not in a release yet16:55
PengWFM on Ubuntu with bzr.dev.16:57
Peng(I dunno if I have 1.5 installed.)16:57
PengWell.16:58
PengYeah, WFM in 1.5 too.16:58
ignashi17:03
ignasin our ssh configuration we had a limitation that people can only run "/usr/bin/svnserve -t"17:05
ignaswhat command is needed to allow them to use bzr smart server?17:06
fullermdbzr server [some args]17:06
fullermdEr, 'serve'.17:06
ignas"serve" ?17:07
ignasit starts the bzr server17:07
ignasi am talking about bzr+ssh://17:07
fullermdSame thing.17:07
fullermdIt uses serve --inet [various others...   --allow-writes at least, --directory=/ maybe?  Not sure]17:07
PengYeah, --directory / is among them.17:08
ignasso i just edit .ssh/authorized_keys17:08
gouri need some help (in order to provide bzr completion for fish shell) how is bzr help formatted, i.e. in string "-v, --verbose        Display more information."17:08
ignasand add "bzr serve --directory=/ --allow-writes" there17:08
gour...space is used between short & long option, but what about long option and description?17:09
Pengignas: Don't forget --inet.17:09
james_wgour: have you seen "bzr shell-complete"?17:15
gourjames_w: no, i'm figuring out where and how are helo topics generated17:16
gourjames_w: shell-complete misses descriptions17:18
gourjames_w: see http://rafb.net/p/7k94LV34.html - this is the fish (shell) function which generates tab completion for several (D)VCSs, bzr is missing :-(17:19
gourhg is covered with case '*'17:19
=== beuno_ is now known as beuno
meuserjgetting a weird error doing a bzr status on a branch on an NFS mount:17:54
meuserj/usr/lib/python2.5/site-packages/bzrlib/dirstate.py:237: DeprecationWarning: struct integer overflow masking is deprecated17:54
meuserj  , st.st_dev, st.st_ino & 0xFFFFFFFF, st.st_mode))[:-1]17:54
LaneyCan I cherry-pick changes to commit?18:11
=== abadger1991 is now known as abadger1999
demodLaney: iirc the record plugin can do that18:44
Laneydemod: I found bzr shelve, looks to do what I want18:44
demodLaney: kk18:45
demodhm, it was the interactive-plugin anyway... ,)18:45
vilalifeless: ping, loom breaks the bzr test suite (6 test failing related to push), should I file a bug ?19:01
lifelessvila: sure19:09
vilalifeless: damn, I was hoping you would have say: "Holly cow! I'll fix that right *now*" ;-)19:11
lifelessvila: I'm fixing 'why does gdm not list latin as a language even though I clicked on latin int he various gui thingys'19:18
=== mw is now known as mw|food
vilalifeless: gee19:28
beunoabentley, ok, after a few hours of cursing, I've got the SQL to create the tables in MySQL, and, a problem while importing the bzr DB, due to single quotes in BLOBs19:32
abentleyYeah, that's the kind of thing I ran into with that approach.19:33
beunoI'll have to look into other ways of exporting data from sqlite, but I've got a reproducible list of changes to the sqlite dump that make it "mysql-importable"19:33
lifelessvila: https://bugs.edge.launchpad.net/ubuntu/+source/gdm/+bug/23410119:33
ubottuLaunchpad bug 234101 in gdm "Support latin locale" [Undecided,New]19:33
beunoabentley, I'm going to get some work done, and try a different approach19:35
pickscrapeI went though a lot of pain moving our trac installation from SQLite to Postgres because of string quoting issues19:37
pickscrapeShortly after I muddled through it myself, they released an offical migration script19:38
pickscrapeCould be of use to you if you want to have a look at the code: http://trac-hacks.org/wiki/SqliteToPgScript19:38
abentleypickscrape: Yeah, I saw that.  Unfortunately, it seemed very Trac-specific.19:39
pickscrapeI'll see if I can dig out what I did.19:40
lifelessvila: and https://bugs.edge.launchpad.net/ubuntu/+source/langpack-locales/+bug/23410519:42
ubottuLaunchpad bug 234105 in langpack-locales "Support latin locale" [Undecided,New]19:42
pickscrapeBad pickscrape. I can't have version controlled it. Shame: there was all sorts of clever shellery involved. :(19:50
vilalifeless: regarding bug #234105 are you sure latins had telephone ???19:55
ubottuLaunchpad bug 234105 in langpack-locales "Support latin locale" [Undecided,New] https://launchpad.net/bugs/23410519:55
lifelessvila: see my comment re accuracy :)19:56
vilaI saw it :)19:56
vilalifeless: regarding loom, is there a reason for record to not be part of commit ?19:58
vilaI'm still unclear on when I should record...19:59
jamjelmer, statik: ping20:00
jelmerjam: hi20:00
statikjam: hi! any chance you can host this week? I'm not able to punch a hole in the router for gobby here20:01
=== J-Unit is now known as jdong
jamjelmer: are you available on skype?20:02
lifelessvila: yes, they are orthogonal operations, commit and record are definitely different20:02
jamstatik: I'll give it a shot20:02
lifelessvila: you should record before you push20:02
jelmerjam: yep, let me see if I can find a headset of some sort20:03
vilathe use case I have which seems broken is: bzr merge --uncommitted20:03
jelmerjam: my skype name is jvernooij20:03
vilalifeless: I use that when hacking on one "slow" machine and running the tests on a faster one20:05
jelmerjam: one sec20:05
jamjelmer: np20:05
vilawell, more precisely I do: bzr revert --no-backup; bzr pull; bzr merge --uncommitted (on the faster machine)20:06
lifelessjam: whats 'notification' as opposed to the thing I wrote for bzr-gtk ?20:07
jamlifeless: ask statik20:07
lifelessstatik: ^20:08
statiklifeless: it just pops a notify_send bubble when a push or pull completes20:09
statiknotify-send even20:10
lifelessstatik: thats what the bzr-gtk commit-notify does20:10
statiklifeless: cool20:10
lifelessstatik: I am smelling wheel reinvention :)20:10
statiklifeless: i will have to check out commit-notify20:10
statikthe other one doesn't require me to do anything, I must need to do something to turn on commit-notify20:11
jamjelmer: are you ready yet?20:11
lifelessstatik: you just run it, or set it on in the bzr-gtk prefs (though they seem somewhat borked at the moment)20:13
lifelessstatik: jelmer knows all about it, ask while you are on the phone20:13
lifelessstatik: it listens on dbus and can tell you about commits from other machines on your network if lan-notify is also running20:13
jamlifeless: from what statik said, it also notifies you when a push/pull finishes20:14
jamso you can start it, and switch your focus20:14
jamand it will pop up when it is done20:14
jelmerjam: almost - couldn't find a headset but I'm just going to use an external mike20:14
jamjelmer: np20:14
lifelessjam: commit-notify hooks on set_rh20:15
jamlifeless: which doesn't trigger anymore :)20:15
jelmerjam: Ok, I'm ready20:16
lifelessjam: so modulo the obvious trivial update, which belongs in bzr-dbus, it sounds identical20:16
jamlifeless: sounds similar to me, too20:16
lifelessjam: (except commit-notify is devcoupled, yada yada yada20:16
jamI don't use either20:16
statiklifeless: sounds very cool, i should switch :)20:17
lifelesselmo: https://pqm.bazaar-vcs.org/ errors now?20:23
LaserJockany LP bzr people about? I'm wondering what happened to the gchemutils vcsimport20:34
LaserJockas a related question, can cvsps import only a part of the history?20:35
hersonlswhere a found documentation for loggerhead?20:40
=== mw|food is now known as mw
=== mwhudson_ is now known as mwhudson
lifelessnight all20:58
mtaylorhey guys - what's the reasoning behind having bzr branch not set a default push location ?21:05
mtayloror rather, having bzr push not default to using the parent location?21:05
Jc2k90% of the times i've branched in bzr i've not pushed back to the parent21:08
Jc2k(not a reason, just what i've found as a user)21:09
beunothat's odd, it's the oposite with me, 90% of the times I push back to parent21:11
beunobut I guess that's the beauty of DVCS21:12
fullermd90% of the time I never push anywhere   :)21:13
mtaylorhehe21:13
beunoalright, you win, we should remove push by default and make it a plugin21:14
* fullermd nods.21:14
fullermdMore secure that way.21:14
fullermdReally, we should do the same with 'commit'.  It's far too dangerous a tool to allow people to use willy-nilly.21:14
beunoyeah, and that should improve performance quite a bit21:15
mtaylorso I'm guessing we don't have a default push location then because, well, because that would waste resources on fullermd's machine setting it21:16
beunoyes, that sounds like a solid answer21:17
mtaylorgood21:17
mtayloras long as there is a reason21:17
beunoif IIRC, this was discussed at some point, and some good reasons given for it, finding the thread will be impossible21:18
mtaylorI figured21:18
mtaylorI'm _guessing_ it has something to do with there not really being a "default" usage pattern for this21:19
* CardinalFang doesn't figure there are /good/ reasons, just reasons.21:19
beunoit sounds like something lifeless would know, but he's changed timezone21:19
* mtaylor punches timezones in the face21:19
fullermdWell, I would guess there are 2 factors.21:20
abentleylifeless: I'd like to talk about looms.21:20
fullermdOne is that having the parent loc and push loc being the same is definitely a non-starter; there are vhastly many cases where that would be useless.21:20
fullermdAnd the other is that the more you increase the number of "X uses the Y location, except if that's not set, then it defaults to Z" cases, the more confusing everything gets.21:20
CardinalFangDifferent is fine.  Defaults, though?21:20
fullermd(some might say we're already too far in that pit)21:21
beunomtaylor, http://article.gmane.org/gmane.comp.version-control.bazaar-ng.general/37064/match=default+push+location21:21
beunoI could never understand how to navigate through gmane, but that's the thread21:22
mtaylorbeuno: great. that's a good summation I think21:23
mtaylorCardinalFang: see above link21:23
jambeuno: click on the "subject" link: http://thread.gmane.org/gmane.comp.version-control.bazaar-ng.general/37041/focus=3706421:47
beunojam, aaaaaaaah, yes, thank you  :)21:48
mwhudsonmorning22:37
beunomornin' mwhudson22:50
tolstoyFolks: I just installed bzr 1.4 (via the Mac OS installer) and I get a bzrlib problem. Anyone familiar with this?22:50
tolstoybzr: WARNING: bzrlib version doesn't match the bzr program.22:51
tolstoyThis may indicate an installation problem.22:51
tolstoybzrlib from ['/Library/Python/2.5/site-packages/bzrlib'] is version (1, 4, 0, 'final', 0)22:51
mwhudsontolstoy: i did that yesterday, worked fine22:51
tolstoyDid you install over the top of the bzr 1.3 installation?22:51
tolstoyMight that be an issue?22:51
mwhudsonno, it was a clean install22:51
mwhudsonit indeed might be the issue22:52
tolstoyHm. I wonder if there are any uninstall instructions.22:52
mwhudsontolstoy: what does `which bzr` say?22:52
tolstoy /usr/bin/bzr22:52
mwhudsonit sounds like you're getting the right bzrlib but possibly the wrong bzr script22:52
mwhudsontolstoy: is there a /usr/local/bin/bzr as well?22:52
tolstoyYep. That's the issue.22:53
tolstoythe /usr/bin/bzr has a _script_version_ of 1 3 0 (or something like that).22:53
tolstoyI guess I can just delete it, but.... eek. ;)22:53
fullermdWell, that's why it does the version checking   ;)22:53
tolstoyYep. Well, thanks for the help!22:54
tolstoyI've re-arranged my path to prefer /usr/local/bin, at least for now.22:55
mwhudsoni would /guess/ that this was really a bug in the old installer22:59
mwhudsonit shouldn't really have been putting files in /usr/bin, that's naughty22:59
=== fullermd_ is now known as fullermd
=== J-Unit is now known as j-dizzle
=== j-dizzle is now known as j-diddy

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!