**** BEGIN LOGGING AT Mon Nov 29 02:59:57 2010 Nov 29 04:53:19 a Nov 29 05:00:22 do we have somebody who knows how to set the eth0 on a linux kernel?? Nov 29 05:01:59 What do you mean, "set eth0"? Can't remember, do we have "ifconfig" on meego? Nov 29 05:03:01 i would hope so Nov 29 05:07:03 pupnik, in that case I recommend that JunJi read "man ifconfig" in order to figure out how to setup eth0. It's easier to understand than editing the files in /etc by hand. Nov 29 05:07:26 yes we have ifconfig on meego Nov 29 05:08:47 on the meego kernel, I can't assign my network card to the eth0 Nov 29 05:09:29 I'm using virtual box Nov 29 05:19:19 somebody knows how to assign a network card to 'eth0' on the meego kernel?? Nov 29 05:19:51 I don't see any 'eth x' when I type ifconfig Nov 29 05:19:56 there is just 'lo' Nov 29 05:20:04 it's not always "eth*" btw Nov 29 05:20:09 almost always Nov 29 05:20:36 but at least ifconfig should show something with an IP Nov 29 05:21:46 so I guess my meego kernel doesn't recognize any network card Nov 29 05:31:10 JunJi, if you do "lsmod" or "modprobe -l", do you see that the driver of your card is loaded? You need to figure out if you really do have a driver (kernel-level) problem or a configuration (user-level) problem. Nov 29 05:34:08 thanks for the help, let me check it Nov 29 05:41:46 well, I can see several files under the directory 'kernel/drivers/net/pcmcia' so I would say these are for the network card. Nov 29 05:42:15 What should I do for the user-level configuration?? Nov 29 05:43:59 and when I run 'dmesg | grep eth0 Nov 29 05:44:25 I see pcnet32: eth0: registered as PCnet/FAST III 79C973 Nov 29 05:44:30 etho0 renamed to eth1 by udevd[304] Nov 29 05:44:39 udev : renamed network interface eth0 to eth1 Nov 29 05:45:03 but ifconfig eth1 isn't showing any ip address too Nov 29 05:47:30 JunJi, you certainly have the drivers in the filesystem, but you need to see if the kernel is loading them. That's why I suggested the lsmod and modprobe commands. Also try "dmesg | grep eth". Nov 29 05:48:38 Ooops, I see now you did the dmesg. For user-level, try just plain "ifconfig". Does it show anything besides lo? Nov 29 05:49:11 Odd that eth0 is renamed to eth1. I don't know why that would happen. Two ethernet cards? One card with two ports? Nov 29 05:51:12 hmm.. Nov 29 05:51:43 I'm not sure but is it happening because I have another lan card for bluetooth?? Nov 29 05:52:25 I'm running this meego kernel through virtual box, do I need to set any configuration about network adapters?? Nov 29 05:53:18 JunJi, can you temporarily shut down, remove the other card, reboot and see if things are different? I'd still do the "lsmod" or "modprobe -l" by the way; the driver you need may not be loaded by the kernel. If so, you can try loading it by hand. Nov 29 05:54:10 hmm... Nov 29 05:54:41 actually it's a laptop so hard to dettach only the network card :( Nov 29 05:55:01 can you disable it from bios? Nov 29 05:55:05 While I've run qemu-kvm and qemugl, I have no experience with Virtual Box. There was a good talk at the MeeGoCon by Haitao Zheng, Ian Molton and Zhiyuang Lv. Lv is the developer of Virtual Box for MeeGo, if all else fails. You can watch the video at the web site. Nov 29 05:55:17 great idea, timoph thanks Nov 29 05:55:34 Lv? Nov 29 05:55:48 JunJi, I thought you could eject your card since you mentioned pcmcia. If internal, not pcmcia! Nov 29 05:57:03 aha.. Nov 29 05:57:10 I Nov 29 05:57:22 I'm not good at these hardware level at all :( sorry about that Nov 29 05:58:02 I can see eth1 named 'Ethernet' without ip address, if I type 'ifconfig -a' Nov 29 06:00:01 Can I know their web site address about Virtual box for meego? Nov 29 06:07:16 By the way, on my Fedora 14 desktop (meego not booted this instant), dmesg | grep eth0 shows "[ 21.585067] sky2 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both" so I can see that sky2 is the driver for my network card. lsmod then shows that the driver is loaded. For the talk about Virtual Box (and Xephyr and qemugl), look at http://conference2010.meego.com/session/opengl-acceleration-meego-sim Nov 29 06:07:17 ulator-and-emulator Nov 29 06:19:31 hey Alison_Chaiken, thank you so much for the help, I appreciate it. Nov 29 06:21:11 Good luck JunJi, network drivers can be a headache. Nov 29 06:25:45 JunJi: weren't you the one playing with OBS? Nov 29 06:26:18 right Nov 29 06:26:44 well I played with those images etc. bottom line: the vmdk is broken Nov 29 06:27:00 you can use the raw image though and convert it using qemu-img Nov 29 06:27:14 so I got an old version somehow Nov 29 06:27:29 and, I'm on step in the manual Nov 29 06:28:45 step 3 Nov 29 06:29:02 but this kernel doesn't give me the eth0 Nov 29 06:29:56 morning Nov 29 06:30:16 morning Nov 29 06:30:48 JunJi: the renaming thing happens because of udev rules. you can just flush those and it will then stay eth0 Nov 29 06:31:03 morning, indeed Nov 29 06:31:12 JunJi: which 'old' image did you use? Nov 29 06:32:28 ok Nov 29 06:32:29 I'll se Nov 29 06:33:04 obs-server-i686-2.1.62-Build.1.1-vmx Nov 29 06:33:12 Stskeeps: btw - any idea what's meego specific in this? http://download.opensuse.org/repositories/openSUSE:/Tools:/MeeGo/images/ Nov 29 06:33:24 how can I do the 'flush'? Nov 29 06:34:06 dm8tbr: i think they branched for a little while to help meego along, but im unsure Nov 29 06:34:17 ah, ok Nov 29 06:35:12 JunJi: delete the lines in /etc/udev/rules.d/70-persistent-net.rules Nov 29 06:35:25 thanks I'll do right now Nov 29 06:35:32 then reboot Nov 29 06:35:43 gotcha Nov 29 06:38:21 dm8tbr thanks it's working Nov 29 06:39:00 :) Nov 29 06:42:54 if I want to use 'build' to create a rpm with local source code , how I should do? Nov 29 06:44:53 It seems that it always get source code package from net Nov 29 06:45:47 it needs to get dependancies Nov 29 06:46:38 yes, but I want to change the code I want build Nov 29 06:46:38 http://git.gitorious.org/meego-developer-tools/obs-project-config.git is not available now Nov 29 06:47:34 hlzxy: build takes .spec files too Nov 29 06:48:14 Stskeeps/ could I get the file? Actually I guess this is the final step to start the obs.. Nov 29 06:48:20 I really want to see that in today :) Nov 29 06:48:30 your manual is awesome.. thanks for the great work Nov 29 06:48:46 hlzxy: You will still need to have a repository that create the base build environment. The repository can be on the local or the Internet. Nov 29 06:49:22 JunJi: http://git.gitorious.org/meego-developer-tools/obs-project-config.git Nov 29 06:49:29 that really should work Nov 29 06:49:43 JunJi: 'git clone http://git.gitorious.org/meego-developer-tools/obs-project-config.git' Nov 29 06:49:47 it's showing Not Found The requested URL /meego-developer-tools/obs-project-config.git was not found on this server. Apache Server at git.gitorious.org Port 80 Nov 29 06:50:02 yes, but try to run it with git Nov 29 06:50:06 Stskeeps: er,I want to build a rpm package like rpmbuild ,use the local code package,and the dependancies still be got from network Nov 29 06:50:37 hlzxy: show me your command line Nov 29 06:50:50 morning, Stskeeps Nov 29 06:50:56 error: while accessing .... fatal: HTTP request failed Nov 29 06:51:00 it's what it says Nov 29 06:51:13 JunJi: ok, that's a bit weird Nov 29 06:51:17 hlzxy: http://wiki.meego.com/Developing_in_a_MeeGo_Environment Nov 29 06:51:20 hmm... Nov 29 06:51:46 JunJi: how about git clone git://gitorious.org/meego-developer-tools/obs-project-config.git ? Nov 29 06:52:05 let me give it a shot Nov 29 06:52:34 works Nov 29 06:52:57 good Nov 29 06:53:51 I'm so excited that I'm just about the last step Nov 29 06:58:56 BTW, where is the prjconf of MeeGo:1.1:Core? just use the Trunk file right? Nov 29 07:00:17 take the Trunk, i think it was forgotten to copy it to MeeGo:1.1:Core Nov 29 07:00:20 please file a bug Nov 29 07:00:57 Stskeeps: got it :) Nov 29 07:06:11 any body can explain the difference between meego image *.sda.bin and *.img Nov 29 07:16:26 Stskeeps: can it build a package to the specified arch with rpmbuild ? Nov 29 07:16:57 yes Nov 29 07:19:17 Stskeeps // if i got the OBS, it's re-building every packages for a certain architecture simply. is it right? Nov 29 07:19:54 JunJi: the default guide will build a package for both x86 and ARM if you ask it to Nov 29 07:20:17 I don't need any re-compiling by hand, huh? Nov 29 07:20:27 yes, I want ARM Nov 29 07:21:01 JunJi: if you need to recompile the system, you can import all source packages, but that's not automatic :) Nov 29 07:21:31 ok, I'll try. Thanks, your manual really saves me Nov 29 07:21:40 I'm at downloading a release Nov 29 07:21:56 by /usr/sbin/import-meego-release.sh 1.0.99.0.20101005.1 rsync://mirrors.kernel.org/meego/builds/1.0.99/ obs-project-config/Trunk Nov 29 07:22:07 yes Nov 29 07:22:22 fantastic Nov 29 07:22:31 are you working at Nokia or intel closely? Nov 29 07:23:02 he's working from his sofa :) Nov 29 07:23:15 you told me that you're related with them somehow Nov 29 07:23:37 i have my own company and working from home, but nokia pays me to fullfill my role as nokia n900 hardware adaptation maintainer Nov 29 07:23:43 Sounds cool, I didn't know that there is a import-meego-release.sh script. Nov 29 07:23:45 I guess in this channel, some people are working together in the same company Nov 29 07:23:49 aha Nov 29 07:23:54 awesome Nov 29 07:24:31 I'm in the asia time zone so this is afternoon, what about you guys?? Nov 29 07:24:34 8am Nov 29 07:24:40 I just came from America.. Nov 29 07:24:40 aha Nov 29 07:24:44 so early morning Nov 29 07:24:49 early birds you guys are Nov 29 07:25:39 9.15am in Finland Nov 29 07:26:01 how do you guys think about North Korea? Nov 29 07:26:05 I'm not north korean though, Nov 29 07:26:06 08:17 < timoph> 9.15am in Finland Nov 29 07:26:24 actually in a country very very near Nov 29 07:27:21 Anyone know if there are any 7" Meego devices planned? Nov 29 07:27:40 ok nobody is interested in this topic haha Nov 29 07:27:59 What topic? Nov 29 07:28:08 about north korea Nov 29 07:28:21 why #meego should be interested in that subject? Nov 29 07:28:26 cool Nov 29 07:28:38 Heh. I'd say North Korea is the US Government's next target... after Iran. Nov 29 07:28:40 I didn't say it should be Nov 29 07:28:46 JunJi: generally we try to avoid politics here as there's many different countries and opinions - difficult not to get into an argument Nov 29 07:28:57 we try to let everyone work together in a happy family ;) Nov 29 07:28:59 reasonable Nov 29 07:29:00 I tend to keep myself out of any polical, etc. discussion. IMO those things are really not relevant topics here Nov 29 07:29:03 oops. I'll drop it. :) Nov 29 07:29:22 just popped in my head cause they did something very recently Nov 29 07:29:29 I applogize this Nov 29 07:29:33 hehe, it's ok :) Nov 29 07:30:07 Yeah even hard to define and create a local MeeGo Network in some place. *sigh* Nov 29 07:30:26 copyleft: ouch Nov 29 07:30:42 Meego's using ConnMan aren't they? Nov 29 07:30:52 yep Nov 29 07:30:58 just bored to wait downloading a meego release with under 100kb/s internet speed :( Nov 29 07:31:18 Can you dual boot MeeGo like other Linux distro's? Nov 29 07:31:26 Like from Grub2 Nov 29 07:31:38 yes Nov 29 07:31:45 I guess netbook will be supporting that Nov 29 07:31:46 cool Nov 29 07:31:51 JunJi: you'll be pleased to know it's about 3-4gb then Nov 29 07:32:09 haha.. Nov 29 07:32:36 before it's done, can I see the web interface? actually I didn't check its IP Nov 29 07:33:13 http://ip/ Nov 29 07:33:38 Stskeep:do it not add to the end of commands,why I run 'rpmbuild -ba .spec --target=armv7l',it create a i386 rpm? something wrong with my commands? Nov 29 07:34:12 hlzxy: use 'build', not 'rpmbuild/ Nov 29 07:35:18 morning Nov 29 07:35:28 hallo Nov 29 07:35:36 how's it going? Nov 29 07:36:53 if I stopped the import-meego-release.sh and restart it, does it have to work from the very beginning again? Nov 29 07:37:50 I want to see its IP right now @@ Nov 29 07:38:29 JunJi: it's restartable Nov 29 07:38:39 awesome Nov 29 07:39:00 with just ctrl+z Nov 29 07:39:01 ? Nov 29 07:39:26 ctrl-z is not stoppin Nov 29 07:39:30 but suspending Nov 29 07:39:31 Stskeep: if I have a src.rpm that I have changed , 'build' will use it or use the code from net? Nov 29 07:39:45 it starts again with command fg Nov 29 07:39:56 which starts it on foreground Nov 29 07:39:59 ok, I'm not gonna try this. thanks hhurtta Nov 29 07:40:13 and command bg should put it on background Nov 29 07:40:31 I'll stay safe :) Nov 29 07:40:48 ctrl-c is the brutal way of trying to stop the process Nov 29 07:41:21 I prefer a kill. that one usually works no matter what the process is doing Nov 29 07:41:35 even more brutal :) Nov 29 07:41:37 hi Nov 29 07:42:05 ctrl-z doesnt always work Nov 29 07:42:15 hlzxy: build will use the local spec file you give it. Nov 29 07:42:44 zinit: ctrl-z suspends the process Nov 29 07:42:57 i have a question about meego, will it work with a x220 proz. ? Nov 29 07:44:37 hlzxy: and srcrpm of cause. Nov 29 07:44:52 copyleft:yes, but if I use local path to set the source ,it could not find the path, it just find /var/tmp/build-root/$path,how I could do Nov 29 07:45:48 nobody here who can answer my question? Nov 29 07:47:42 duno: be patient, you only asked it like 5 mins ago Nov 29 07:47:50 k Nov 29 07:50:07 hlzxy: normally it copy the source rpm or spec into /var/tmp/build-root and then create chroot on it and build it. Did you give it a specific path? Nov 29 07:50:12 http://developer.symbian.org/wiki/Symbian_Foundation_web_sites_to_shut_down Nov 29 07:50:52 hmm.... this should have come out before the meego conference... bet it would give the nokia peoope some interesting questions to answer Nov 29 07:51:27 anybody been working with qt-components from the forumnokia ppa in ubuntu? Nov 29 07:52:08 got this strange problem where apps work 2-3 times after a reboot but then start hanging before displaying any windows Nov 29 07:52:24 copyleft: I write the Source0 as:/root/rpmbuild/SOURCE/hello-2.5.tar.gz, and run it as root Nov 29 07:53:03 zinit: what the ...? Nov 29 07:53:12 hlzxy: just use hello-2.5.tar.gz in Source0, not the full path. Nov 29 07:54:02 tybollt: interesting that nokia is shutting down symbian as opensource.. (at least making it less availeable..) Nov 29 07:54:26 has zip to do with meego, but still interesting Nov 29 07:54:40 zinit: Oh that was fairly expected - why do you think they hired that microsoft guy after all? Nov 29 07:55:04 true... still they should have stuck to it when they released symbian as opensource Nov 29 07:55:30 zinit: it's like all the crybabies about mysql right now - like WHAT THE HELL WERE YOU THINKING? Larry Ellison is at the helm of course it was about shutting down and making money off of it. :) Nov 29 07:56:06 copyleft:fail, it could not find the code Nov 29 07:56:34 like when oracle bought sun... slowly killing the company off by cutting the support to the customers, and when its fucked enough, kill the company and make a buck or 2 Nov 29 07:56:40 zinit: yeah... but then nokia is going through a pretty major shuffle right now... Nov 29 07:56:44 true Nov 29 07:56:55 zinit: I'm actually surprised they didnt kill off the meego project just yet :) Nov 29 07:57:21 tybollt: they cant do that, they invested too much time, effort and promises in it Nov 29 07:57:27 Stskeeps: Good afternnon. Nov 29 07:57:39 tybollt: as did intel and several other companies Nov 29 07:57:45 Stskeeps: It seems we need deliver all Meego packages(hundreds of) to OBS to build. How did you do that? By scripts? Nov 29 07:57:51 zinit: heh well... I _hope_ you're right but realistically, naw, I think they can. :) Nov 29 07:57:57 so I think meego is safe Nov 29 07:58:15 but still why kill symbian? Nov 29 07:58:21 as i was reading meego is working on arm based cpu, the x220 is a arm11, so could it fit? Nov 29 07:58:22 what's w/ that decision? Nov 29 07:58:25 they can pull out of the project, but they can kill it off for legal reasons Nov 29 07:58:32 oracle is (trying to) make money by selling sun's stuff Nov 29 07:58:40 I mean symbian was going to take the lead in the nokia portfolio, no? Nov 29 07:58:40 nokia isn't going to make money by licensing symbian Nov 29 07:58:57 tybollt: was going to? Do you mean it wasn't the lead? Nov 29 07:59:09 they killed off the support in norway, so the norwegian universities are slowly leaving sun after 15 years of only using sun for critical systems Nov 29 08:00:02 zinit: use norwegian technology then Nov 29 08:00:16 they did the same in several other countries, all developement support and enterprise support they wont uphold their contracts Nov 29 08:00:39 dont think there is any norwegian companies that deliver that kind of hardware and SW solutions Nov 29 08:01:03 * thiago_home was thinking of Qt Nov 29 08:01:10 Fansy: investigate 'osc importsrcpkg' Nov 29 08:01:54 sont think univercities would do that for critical systems like student and employee databases, login systems and other critical systems. Nov 29 08:02:49 got a feeling they will go over to the itanium platform with hp-ux (short leap in the rewriting of all the software) Nov 29 08:04:05 Stskeeps: OK. thanks Nov 29 08:04:18 zinit: Qt runs on that :-) Nov 29 08:04:38 we have not just one but *two* itaniums running HP-UXi in the office Nov 29 08:04:57 they come in quite handy this time of the year Nov 29 08:05:27 space heaters? Nov 29 08:05:34 yep Nov 29 08:05:51 have any idea Nov 29 08:06:25 do we have any public-official OBS for meego? Nov 29 08:06:51 ux in qt? Nov 29 08:06:57 or the qt on ux? Nov 29 08:07:16 I dont have any itaniums to screw with here, but got some PA's with ux Nov 29 08:07:30 hlzxy: I think you will need to copy the spec file and the source tarball into the same directory first before running build. Nov 29 08:07:42 JunJi: build.meego.com is where the project is built, we're working on making it more transparent Nov 29 08:07:46 one with ux 11.23 thats not being used for squat at the moment...(has no vga) Nov 29 08:07:58 JunJi: build.pub.meego.com is for application devel and experiments, only open source, but has very little build power atm Nov 29 08:07:59 hlzxy: but don't specify the absolute path in the spec file. Nov 29 08:08:53 As far as I know, I have to make an account here? who is in charge of that? Nov 29 08:08:54 Stskeeps: will build.pub.meego.com have a MeeGo:Trunk build target someday? Nov 29 08:08:56 zinit: we stopped supporting PA Nov 29 08:09:04 copyleft:er,I will try Nov 29 08:09:06 zinit: we have some clients using Qt for the backend servers Nov 29 08:09:30 ok Nov 29 08:09:44 copyleft: dunno Nov 29 08:09:53 copyleft: it should be possible, OBS linking is open now Nov 29 08:10:01 PA is getting old, but I still see alot of cusomers that has it. stable little fuckers.... Nov 29 08:10:06 anyway Nov 29 08:10:15 close sourcing symbian... Nov 29 08:10:28 what impact will that have on the shared QT infrastructure etc? Nov 29 08:10:37 tybollt: what do you mean? Nov 29 08:10:38 k Nov 29 08:10:44 not close sourcing, they are just making it harder to get the source.... Nov 29 08:11:08 http://developer.symbian.org/wiki/Symbian_Foundation_web_sites_to_shut_down Nov 29 08:11:23 thiago_home: reading material:P Nov 29 08:11:49 well the point was to easily make programs run on either symbian or meego Nov 29 08:12:00 will that be as easy/possible granted this last change? Nov 29 08:12:29 who do I have to contact to get an OBS account?? Nov 29 08:12:45 JunJi: for which one?: Nov 29 08:12:55 tybollt: run on symbian != get symbian's source code Nov 29 08:13:16 hmm.. are they different? then i would need build.meego.com thing Nov 29 08:13:49 thiago_home: well... Nov 29 08:14:46 "Reason: Hi, baby, i really love you very much\!\!\!" Nov 29 08:14:47 lol? Nov 29 08:15:35 Stskeeps: How many workers available on build.meego.com OBS now? Never login to see the performance. Nov 29 08:16:05 Fansy, how did you get the account? Nov 29 08:16:40 JunJi:ask x-fake Nov 29 08:16:46 JunJi: build.meego.com is only for people with commit bit to meego, build.pub.meego.com is for 'community obs' Nov 29 08:16:49 Fansy: ~463 Nov 29 08:17:00 hmm.. Nov 29 08:17:18 JunJi: No, I never gained the account. Nov 29 08:17:39 ok, so common users can get pub's account. Nov 29 08:17:43 yes Nov 29 08:17:57 build.meego.com will hopefully be more transparent eventually Nov 29 08:17:57 from x-fake Nov 29 08:18:01 so you can see things Nov 29 08:18:04 understand Nov 29 08:18:04 x-fade and lbt Nov 29 08:18:59 lol x-fake Nov 29 08:19:06 copyleft: so good ,I want to know the reason. Nov 29 08:19:42 hlzxy: about what? Nov 29 08:20:04 copyleft:why it can work , Nov 29 08:21:15 hlzxy: build search the spec file, patches and source tarball in the same directory. Nov 29 08:23:36 copyleft:o,thanks,I shuould go to see the 'build' script Nov 29 08:33:47 Morning, all Nov 29 08:33:59 morn jaffa, how's stuff? Nov 29 08:34:58 Stskeeps: Good, thanks. Should get dressed for taking Jaffa Jr. to doctors. Nov 29 08:36:50 Jaffa Jr.... sounds like some kind of chocolate bar :p Nov 29 08:42:30 is there 'build' tools for meego1.1? Nov 29 08:46:43 Hi, buddy Nov 29 08:47:06 I get the 'build' tool,and find it can build a meego1.0 rpm ,but not to meego1.1,where I can find the tool for meego1.1 Nov 29 08:51:25 hlzxy: are you using MeeGo 1.1 SDK? Then what's the error message Nov 29 08:54:25 copyleft:yes, the error: rpm: error while loading shared libraries: liblua-5.1.so: cannot open shared object file: No such file or directory Nov 29 08:56:04 copyleft:when use 'build' tools i got to create a rpm package,it show that error Nov 29 08:56:31 full command line please Nov 29 08:56:47 hlzxy: that's a known issue, you will need to preinall liblua in the build config file. Nov 29 08:57:33 hlzxy: the original one is lua, should modify to liblua. I'm looking for the web page of this issue. Nov 29 08:58:03 copyleft:I wiil try Nov 29 08:59:27 hlzxy: /usr/lib/build/configs/meego-1.0.conf, modify lua to liblua Nov 29 09:00:10 this config may be already updated in MeeGo 1.1 or trunk in some package, I'm not sure. But the OBS prjconf has fixed it. Nov 29 09:00:48 may need a document about it. Nov 29 09:02:43 copyleft:I am trying ,why it show meego1.0.conf,not meego1.1.conf? Nov 29 09:04:25 hlzxy: Because MeeGo guys run "osc build" not "build" I guess :p. Which osc build runs a correct project config via MeeGo 1.1 in OBS. So the one in "/usr/lib/build/" may be forgotten. Nov 29 09:04:46 I'm not sure, just guess :) Nov 29 09:05:25 everything maybe Nov 29 09:06:37 anyway it should work after modify to liblua and you may file a bug if the config is still incorrect in MeeGo 1.1 Tool repository Nov 29 09:07:01 Haven't checked it recently. Nov 29 09:07:45 I will do it if not Nov 29 09:31:56 so, after compression, my disk has 14gb of free space :) -- 34%, up from ~200mb :) Nov 29 09:32:42 this reminds me of stacker Nov 29 09:33:03 when I had a ISA card to handle file compression on my i386 Nov 29 09:35:42 Stskeeps: ping? Nov 29 09:36:02 pong Nov 29 09:36:22 do you happen to be #meego channel admin ? Nov 29 09:36:36 yes - along with dawnfoster Nov 29 09:37:09 so my problem is described at http://pastebin.com/NERzNSiL , line 27 and I need your help, please Nov 29 09:37:46 sec Nov 29 09:40:59 vilvo_: the right thing to do is contact freenode staff Nov 29 09:41:35 ah you already got staff involved Nov 29 09:44:44 copyleft:it seems OK now,when I do it first time ,error exist,second time,ok. Nov 29 09:50:52 gn Nov 29 09:51:34 hlzxy: great Nov 29 10:06:24 how I can load all packages on http://repo.meego.com/MeeGo/releases/1.1/core/repos/source/ Nov 29 10:07:38 rsync them from rsync://mirrors.kernel.org/meego/releases/1.1/core/repos/source/ Nov 29 10:09:42 whee, meego booted on my PB Nov 29 10:09:48 woo Nov 29 10:10:20 that hdmi/dvi adapter was a good investment Nov 29 10:11:38 timoph, your mentioning about #meego-qa-tools channel, I believe the process is started by stskeeps and dawnfoster Nov 29 10:13:33 Stskeeps: help..... Nov 29 10:14:15 lcuk: ack Nov 29 10:15:32 Stskeeps: rsync rsync://mirrors.kernel.org/meego/releases/1.1/core/repos/source/ and it show a list of them ,seems nothing happened. Nov 29 10:16:12 hlzxy: look in 'source' now Nov 29 10:17:38 tyson_: how did you install the old mic2? Nov 29 10:18:41 Stskeeps: i cann't add my package to my meego image...i update my mic tools. remove the old mic use the command: apt-get remove mic.. Nov 29 10:19:16 ok, so you can generate now? Nov 29 10:19:54 Stskeeps: log :http://pastebin.mozilla.org/870012 Nov 29 10:20:13 tyson_: ignore the last error, i get the same problem Nov 29 10:20:42 if it says 'Finished', it's all good ;) Nov 29 10:20:43 Stskeeps: i can generate the image. but my package hadn't add to my iamge.. Nov 29 10:22:02 tyson_: well, in that particular log you were generating our old .ks, sure it has your package? Nov 29 10:22:31 Stskeeps: if my package can install, i can see the "Installing: helloworld ##################### [530/530]"... but i haven't see this.. Nov 29 10:22:43 tyson_: pastebin your .ks please Nov 29 10:23:05 Stskeeps: OK, wait a moment.. Nov 29 10:25:40 Stskeeps: the website:http://pastebin.mozilla.org/870013 .. and you paticular see the 22th and 46th lines...thanks.. Nov 29 10:26:10 tyson_: could you ls /home/administrator/myrepo ? Nov 29 10:26:45 Stskeeps: OK .wait.. Nov 29 10:27:25 Stskeeps: hello-2.5-9.1.armv7l.rpm LICENSE.txt repodata .. there are three files.. Nov 29 10:29:29 Stskeeps: is it right? Nov 29 10:30:10 tyson_: well, you'd see 'Installing: hello' instead Nov 29 10:31:36 Stskeeps: write this to ks file? Nov 29 10:32:09 no, your .ks looks fine Nov 29 10:32:15 paste whole build log please Nov 29 10:33:50 Stskeeps: the website http://pastebin.mozilla.org/870012 is my whole log. i think... Nov 29 10:34:43 well, not all the Installing: line Nov 29 10:35:47 Stskeeps: OK. no "Installing hello ########### [530/530]" line...i promise.. Nov 29 10:36:15 try to rm LICENSE.txt from your repo Nov 29 10:39:57 Stskeeps: this time. i don't need to type "enter" "yes" and ":q". Nov 29 10:40:13 tyson_: good Nov 29 10:41:43 Stskeeps: but i think maybe i also cann't add my package to my meego image ...because the [530/530]...i think if i can install my package..it will change to [531/531] Nov 29 10:42:45 tyson_: try to re-run createrepo maye Nov 29 10:43:40 Stskeeps: OK, i try it... Nov 29 10:47:03 Stskeeps:I see it . thanks Nov 29 10:48:09 Stskeeps: 530 packages to be installed, 530 packages gotten from cache, 0 packages to be downloaded....cann't install my package... Nov 29 10:49:42 tyson_: mic-chroot the image afterwards and rpm -qa | grep hello Nov 29 10:54:10 Stskeeps: OK. and wait a moment.. i'm coping the whole log.... Nov 29 11:03:19 Stskeeps: the whole log: http://pastebin.mozilla.org/870030...please see it. thank you very much... Nov 29 11:04:29 Stskeeps: http://pastebin.mozilla.org/870030 Nov 29 11:04:43 tyson_: there's something weird there for sure Nov 29 11:05:41 tyson_: are you behind a proxy? those can make that problem Nov 29 11:05:57 zinit: it's a local repo, file:/// Nov 29 11:06:26 zinit: no..Stskeeps is right.. Nov 29 11:06:28 ok. then it should work... is it on a local linux partition? or ntfs? Nov 29 11:06:42 ntfs can be anoying Nov 29 11:06:48 tyson_: could you zip/tar the 'myrepo' directory and mail it to carsten.munk@gmail.com ? Nov 29 11:06:54 ubuntu 10.04 Nov 29 11:07:00 tyson_: i think you're genuinely hitting a bug now, so Nov 29 11:07:11 ext3 or ext4? Nov 29 11:07:16 meego doesnt support ext4 Nov 29 11:07:23 tyson_: i would recommend you use a fedora 12 or 13 virtual machine for generating images Nov 29 11:07:25 (yet) Nov 29 11:07:33 less weird experiences Nov 29 11:13:16 my expwerience with meego and ext4 is that it can list the files, but cant access them. so if you got ext4 on that partition, that could cause the problem with access problems to the repo. Nov 29 11:13:45 zinit: not related, we aren't running the meego kernel when making images Nov 29 11:14:28 strange that it doesnt work though.... Nov 29 11:14:51 sorry,, i'm taring the file of myrepo.... Nov 29 11:15:37 OK, Stskeeps,zinit, thank you...and i mailed it to you.Stskeeps.. Nov 29 11:16:29 tyson_: while i'm looking at that, consider to get a fedora 12 virtual machine Nov 29 11:16:31 Stskeeps: i have two pc. one installed ubuntu10.04, the other installed fedora13... Nov 29 11:16:33 ok Nov 29 11:19:14 tyson_: cd ~/myrepo Nov 29 11:19:17 createrepo . Nov 29 11:20:11 then verify by checking zcat repodata/primary.xml.gz lists the 'hello' package Nov 29 11:21:03 the one you just sent me didn't have any packages there Nov 29 11:21:42 Stskeeps: see this website: http://pastebin.mozilla.org/870034 Nov 29 11:22:07 looks correct, and now zcat repodata/primary.xml.gz Nov 29 11:24:43 Stskeeps: see this website: http://pastebin.mozilla.org/870035 Nov 29 11:25:10 looks correct, now try to make a image Nov 29 11:26:01 Stskeeps: OK... Nov 29 11:28:29 laptops without touch are frustrating :P Nov 29 11:28:43 Stskeeps: maybe this time can succeed.. Nov 29 11:30:26 where are the slides and other auxiliary information (to go with meego conference videos?) Nov 29 11:31:00 odin_: people are (slowly) uploading them Nov 29 11:31:13 on conference2010.meego.com Nov 29 11:31:21 will they be attached as files under the videos, when they appear ? Nov 29 11:31:36 on the left side Nov 29 11:31:37 no, conference2010.meego.com sessions should show a flash player Nov 29 11:31:44 i guess Nov 29 11:32:06 I've been looking from video.linuxfoundation.org/video/### Nov 29 11:32:11 Stskeeps: Installing: hello ##################### [224/531] Nov 29 11:32:16 tyson_: finally Nov 29 11:32:39 Stskeeps: but i don't know why? Nov 29 11:32:42 is there a conman issue, with the lenovo meego build ? I had to manually edit /etc/resolv.conf to make DNS work Nov 29 11:32:51 odin_: look at this example - http://conference2010.meego.com/session/meego-security-what-it-and-why-do-we-care Nov 29 11:32:59 the outbound query goes out and reply comes back but the application (ping/ssh/whatever) doesn't get resolution Nov 29 11:33:26 tyson_: ~/myrepo didn't have proper repository information that contained hello rpm information Nov 29 11:33:31 so I had to change the nameserver 127.0.0.1 to one on my network Nov 29 11:33:37 Who can tell me where I can found ck-connector lib used by meego? I want to complie uxlaunch.Thanks. Nov 29 11:33:43 Stskeeps: because i need write the mikipeada. you tell me do this.. Nov 29 11:34:17 tyson_: basically i think you ran 'createrepo' before putting in hello rpm Nov 29 11:35:05 Stskeeps: OK, i understand.. it is my fault... Nov 29 11:36:57 Stskeeps: I hadn't follow the website(http://wiki.meego.com/Developing_in_a_MeeGo_Environment#Including_your_packages_in_a_MeeGo_image)..it's my fault.. Nov 29 11:37:44 tyson_: ah, well at least we have a solution now :) Nov 29 11:38:30 Stskeeps: thank you...you are my teacher....ah.... Nov 29 11:39:12 just be helpful to others asking same questions and i'm happy, less work for me Nov 29 11:39:13 :P Nov 29 11:39:59 Stskeeps: and i have another question: how should i see the package in my meego image? if i install it to my N900.. Nov 29 11:40:54 tyson_: in X-terminal, type 'hello' Nov 29 11:41:59 Stskeeps: OK..and i found the meego os run my N900 very slowly... Nov 29 11:42:28 tyson_: yes, our graphics drivers are bad, we are working on it in 1.2 Nov 29 11:43:51 Stskeeps: when i click the icon of "xterm Terminal", i need wait one or two minitues...:) Nov 29 11:44:13 tyson_: that's a little high .. meego 1.1 or 1.1.80? Nov 29 11:45:21 Stskeeps: that is my first time. and now just 5 or 10 seconds...:) Nov 29 11:45:34 * timeless_mbp frowns Nov 29 11:45:40 someone really needs to change the conference site Nov 29 11:45:49 showing 'Status: Accepted' *after* the fact is kinda useless Nov 29 11:46:00 if you're going to show a status, it should be 'Presented' :) Nov 29 11:46:51 err wtf Nov 29 11:47:00 Stskeeps: i don't get it Nov 29 11:47:07 we *did* upload our slides Nov 29 11:47:15 why aren't they visible on the conference page? Nov 29 11:47:21 we did it before we went to present Nov 29 11:47:27 * timeless_mbp grumbles Nov 29 11:47:31 timeless_mbp: did you press 'apply'? Nov 29 11:47:36 um Nov 29 11:47:40 i did same mistake Nov 29 11:47:45 dunno? Nov 29 11:47:53 i wasn't on camera when i did it Nov 29 11:48:02 but i'm not going to do anything about it now Nov 29 11:48:10 since i don't have credentials to make changes Nov 29 11:48:13 only presenter#1 can Nov 29 11:48:27 because no one fixed the stupid site to not discriminate against copresenters Nov 29 11:48:39 i was presenter #2 and i could Nov 29 11:48:49 really? Nov 29 11:48:58 yeah Nov 29 11:49:03 then again, i'm admin.. Nov 29 11:49:06 so may not apply Nov 29 11:49:12 ... Nov 29 11:49:21 * timeless_mbp offers Stskeeps a 4 letter word Nov 29 11:49:26 and a 3 letter word Nov 29 11:49:38 not all of us are gods Nov 29 11:49:43 Stskeeps: now meego 1.1.80 needs 2-3 seconds..:) Nov 29 11:49:45 well, that could be fixed Nov 29 11:50:25 yes Nov 29 11:50:31 do you have a bug report? Nov 29 11:50:50 Stskeeps: i'm off now. thank you. Stskeeps...my teacher..... Nov 29 11:51:06 tyson_: see you Nov 29 11:51:52 Stskeeps: byebye.... Nov 29 11:52:04 Stskeeps: after i miss lunch Nov 29 11:52:08 and i think i filed one Nov 29 11:52:17 i know i reported it to various people and mentioned it on the mistakes page Nov 29 11:52:34 k Nov 29 12:28:31 Where is the config file for TCP/IP /network? Nov 29 12:28:55 trying to manually configure eth0, but getting connection failed from GUI Nov 29 12:32:58 question about dmesg, is it possible for a userspace script to echo and add to the log or is there only a special kernel function available for writing new lines into it? Nov 29 12:33:31 linuxcentos: there isn't one. It's auto-configured from connman. Nov 29 12:33:47 lcuk: dmesg is a kernel buffer. You can't write to it. Nov 29 12:34:07 Hello Nov 29 12:34:10 you can use logger to write to the syslog though Nov 29 12:34:15 morning lbt Nov 29 12:34:20 thiago, thanks \o Nov 29 12:34:46 Stskeeps, you recall my issue with 2gb memory stick not being enough for the 2gb n900 image? Nov 29 12:35:07 yes, i recall a headache about that Nov 29 12:35:07 :P Nov 29 12:35:19 heh Nov 29 12:35:39 well spyro was cloning the 4gb netbook install from my 4gb card to his on friday night Nov 29 12:35:43 and it ran out of space Nov 29 12:35:47 I haven't find Automotive Center Console HMI requirements documents anywhere, are they publically accessible? Nov 29 12:35:55 thiago, i see Nov 29 12:36:15 just reminded me :) Nov 29 12:36:54 thiago, i had a beta meego image on my pc, now installing 1.1 Nov 29 12:37:01 lcuk: yeah people making images need to make them a couple meg short of the max size Nov 29 12:37:06 IMHO Nov 29 12:37:17 stick vary a little under 4GB a lot of the time. Nov 29 12:37:30 thiago, i see that Meego is actually very different than Fedora Nov 29 12:37:55 linuxcentos: it wasn't meant to look like fedora Nov 29 12:37:59 thiago, dunno why i though i was quite similar to Fedora, maybe Meego uses RPM Nov 29 12:38:10 Mandriva and SUSE also use RPM Nov 29 12:38:13 as do most distros Nov 29 12:38:18 mm Nov 29 12:38:48 was Meego as OS new from scratch? Nov 29 12:38:52 yes Nov 29 12:38:58 i see Nov 29 12:39:00 bootstrapped with components from Fedora and SUSE Nov 29 12:39:11 thiago: Do you know if the "Automotive Center Console HMI requirements documents" are publically accessible please? Nov 29 12:39:30 ohmy: I have no idea what documents those are. Nov 29 12:40:09 thiago, Meego looks far more native 'Linux' than Android Nov 29 12:40:18 linuxcentos: that's the intention Nov 29 12:40:22 thiago: i was reading 1.1 release include and they made reference to some specifiations http://meego.com/downloads/releases/1.1/meego-v1.1-in-vehicle-infotainment-ivi Nov 29 12:40:27 whereas Android's intention is to be nowhere close to native Linux Nov 29 12:41:15 mm Nov 29 12:41:39 i've Andoid phone - Nexus One- but looking forward to a Meego phone Nov 29 12:41:50 2011 Nov 29 13:03:39 linuxcentos: look forward to waiting. There will be no usable meego phone in a looooooooooooooooooong time (lest they are way way way ahead of DEMO) Nov 29 13:04:12 hey will the dual boot instructions for n900 be okay to use with meego-handset-armv7l-n900-1.1.80.8.20101126.1-mmcblk0p.raw.bz2 instead of meego-handset-armv7l-n900-1.1.80.8.20101101.1-mmcblk0p.raw.bz2? Nov 29 13:04:36 toadpole: u-boot instructions only work with those off tablets-dev.nokia.com/meego-codedrop.php Nov 29 13:05:16 that's where i got that file Nov 29 13:06:34 was just wondering if its okay to use a later release than the one mentioned in the meego.com dual boot instructions Nov 29 13:07:33 they mention meego-handset-armv7l-n900-final-mod-1.1.0.0.20101101.3-mmcblk0p.raw.bz2 Nov 29 13:07:58 i mean the instructions here - http://wiki.meego.com/ARM/N900/Install/Dual_Boot Nov 29 13:08:48 toadpole: not yet Nov 29 13:09:02 and there shouldn't be 1.1.80 versions on tablets-dev Nov 29 13:10:58 oh crap, wait sorry, i got that one from meego.com Nov 29 13:11:08 i guess i'll just download the other one Nov 29 13:11:14 thanks Nov 29 13:20:56 a group of celebs say they will sign off social networks until the charity "Keep a child alive" raises a million dollars. Nov 29 13:21:14 tybollt, why? No plans to release Meego phone? Nov 29 13:21:24 my question, how will they hear about whether its been raised if they dont have social network logged in? Nov 29 13:21:40 tybollt, what's Nokia and Intel doing with regard to phones? Nov 29 13:23:01 linuxcentos: vendors don't like making announcements until they're ready to make announcements Nov 29 13:23:05 it's a standard practice Nov 29 13:23:36 linuxcentos: and we as a community ask that people not ask questions which would make employees of companies uncomfortable Nov 29 13:23:49 (just as we ask everyone not to ask other questions which would make others uncomfortable) Nov 29 13:24:22 timeless_mbp: Nov 29 13:24:23 lcuk: they'll rely on reporters to ask them :) Nov 29 13:24:35 timeless_mbp, indeed Nov 29 13:24:40 and well put btw :) Nov 29 13:24:53 timeless_mbp: i have an uncomfortable question for christmas.... plasma or lcd ? Nov 29 13:25:03 don't buy stuff in xmas Nov 29 13:25:03 :P Nov 29 13:25:07 niala: i'm not christian Nov 29 13:25:11 so please don't ask here. thanks :) Nov 29 13:25:29 Hi again :) Nov 29 13:26:25 niala: thanks for the example of another uncomfortable question :) Nov 29 13:26:37 timeless_mbp: i m not christian, but price are great actually :) .... sorry just a joke I don't wan't make you uncomfortable Nov 29 13:27:08 As you acn guess, i'm quite new to meego and i'd like to understand some of it's components without downloading megabytes of binaries yet. i was reading "Integrity Protection Framework" for example, is there any document describing what it stands for ? Nov 29 13:27:31 niala: it's ok, especially as it underscores the point :) Nov 29 13:29:08 Stskeeps: offhand, http://bugs.meego.com/show_bug.cgi?id=7095 is related Nov 29 13:29:48 ohmy, maybe there is something: http://conference2010.meego.com/program/session-videos Nov 29 13:30:15 that really should include slide links Nov 29 13:30:40 sx0n_: thank you Nov 29 13:30:41 oh, i guess in theory the slides are in the page once you load it Nov 29 13:31:15 i am not sure that every presentation includes those Nov 29 13:32:02 sx0n_, I believe each presentor can upload slides given at their talk and they remain with the info and video etc Nov 29 13:33:14 sx0n_: well, i *tried* to upload our slides Nov 29 13:33:28 Are the slides stored in a a central area (backup/recovery one for example)? Nov 29 13:33:29 but they were apparently eaten by a Grue Nov 29 14:02:30 o/ Stskeeps Nov 29 14:07:18 Jaffa: did bug 6375 ever get resolved to your satisfaction? Nov 29 14:07:20 Bug https://bugs.meego.com/show_bug.cgi?id=6375 nor, Undecided, ---, michael.r.shaver, RESO FIXED, Add bio to sponsored attendees report Nov 29 14:14:54 is the obs client available for gentoo ? google doesn't return any meaningful result :-S Nov 29 14:15:42 obs client, as in the "osc" tool ? Nov 29 14:16:48 odin_: yes Nov 29 14:17:00 Stskeeps: hey, can you walk me through how to upload slides? Nov 29 14:17:02 well it is a collection of python scripts Nov 29 14:17:42 odin_: I'll get the source and install that then. I was looking for a gentoo ebuild in an overlay Nov 29 14:18:14 timeless_mbp: "edit" on the session Nov 29 14:18:47 Stskeeps: i don't see that Nov 29 14:18:51 you mean right? Nov 29 14:18:56 timeless_mbp: right Nov 29 14:19:00 timeless_mbp: if you don't get that, ask sivang Nov 29 14:19:07 odin_: do you know where I can find the osc source ? Nov 29 14:19:18 just looking it up one set, getting back into my openSuSE box Nov 29 14:19:38 thanks Nov 29 14:19:47 git://gitorious.org/opensuse/osc.git Nov 29 14:20:40 odin_: thanks Nov 29 14:21:34 timeless_mbp: Yes, we got bios on conference reports which made doing the sponsorship task easier Nov 29 14:21:52 Jaffa: can you mark that bug as 'verified'? Nov 29 14:24:55 timeless_mbp: done Nov 29 14:27:27 Ahh i would like to have backup slides :) Nov 29 14:29:33 i meant, backup/restore presentation from meego conf 2010 Nov 29 14:37:44 I'm getting this error from mad-admin: Nov 29 14:37:55 Can not find '/usr/lib/madde/linux-i686/cache/meego-sdk-i586-toolchain-1.1-linux_i686.tar.gz' -- no such file. Nov 29 14:38:04 indeed, the file doesn't exist Nov 29 14:38:21 how do I get it? Nov 29 14:47:15 lbt: pong Nov 29 14:59:56 Why isn't the MeeGo planet heading on meego.com a link to Planet? Nov 29 15:01:40 lbt: gotta go now but when you have time - do we have BOSS to orchestrate between build.meego.com and ots.meego.com? Nov 29 15:27:04 GAN900: that'd imply there's anything meego that works... we can't have that, now can we? :) Nov 29 15:27:55 tybollt: you're being excessively negative - could you point to specific reports of things you'd like fixed? Nov 29 15:30:28 tybollt, indeed. Nov 29 15:31:06 tybollt, but it'll be better soon--we promise! Nov 29 15:49:48 so... Nov 29 15:49:51 about the videos Nov 29 15:49:57 they're *awesome* for presenters to learn from their mistakes Nov 29 15:50:01 (fidgeting, etc) Nov 29 15:50:01 yep Nov 29 15:50:08 but they're totally crap for watching at home Nov 29 15:50:09 i look scared on my keynote one Nov 29 15:50:09 :P Nov 29 15:50:31 yeah, but you were able to interact w/ your co-presenter Nov 29 15:50:35 that worked Nov 29 15:50:41 and it helps to see things like that Nov 29 15:51:03 but... really, this form sucks for actually watching presentations :( Nov 29 15:51:31 both you guys presented well IMHO Nov 29 15:51:44 timeless_mbp, the thing from the videos which most people have said is the lack of a PIP or bigger view of the presentation screen during Nov 29 15:52:03 and Stskeeps :) you were awesome in yours Nov 29 15:52:11 PiP if presenters would be *awesome* Nov 29 15:52:20 lcuk: just needs more cameras Nov 29 15:52:22 but yeah, the bottom line is that you need two cameras Nov 29 15:52:35 view of presenter, view of slides, view of audience Nov 29 15:52:37 berndhs, sure, its just the observation from watching them Nov 29 15:52:43 PiP of the presentation? just need a feed from the projectors Nov 29 15:52:51 view of audience would be helpful for presenters to learn from things Nov 29 15:52:54 berndhs: Then they need editing... if you want audience shots. Nov 29 15:52:56 and they're useful for the large views Nov 29 15:53:04 but i wouldn't demand it as a small presenter for the other rooms Nov 29 15:53:10 * timeless_mbp tries not to be too demanding Nov 29 15:53:19 Unless you have three videos for each stream and all three embedded & synced in the web page :-) Nov 29 15:53:24 berndhs, mobile camera are something which would be good, it would be awesome to actually realworld map the interior of the aviva stadium based on photos taken and re build the timeline :) Nov 29 15:53:35 Jaffa, much harder Nov 29 15:53:41 Jaffa: well it is a public space, so people shouldn't do embarassing things Nov 29 15:53:56 but sure, with multiple views they need to be combined Nov 29 15:54:12 berndhs: I mean edit in terms of having a single video. Unless you just PiP the audience too. But then they're too small to be useful, probably Nov 29 15:54:49 Jaffa: true. So this is an opportunity to develop nice tools Nov 29 15:55:24 Jaffa: they're useful to show audience response at times Nov 29 15:55:28 or attentiveness Nov 29 15:55:33 both can be seen in small form Nov 29 15:55:41 certainly for the questions it would be useful Nov 29 15:55:43 but yeah, you'd typically switch to them at certain points Nov 29 15:55:52 timeless_mbp: Indeed Nov 29 15:55:56 questions are different, in general the slide camera should be able to change to a question camera Nov 29 15:56:01 since you shouldn't need it for slides anymore Nov 29 15:56:05 lcuk: Some of the rooms would need a *really* wide angle lens... Nov 29 15:56:17 please remember that some rooms had *no* cameras Nov 29 15:56:24 so i'm not going to ask for 20 cameras per room Nov 29 15:56:34 asking for a second per room seems like a reasonable thing Nov 29 15:56:59 oh, before people think i'm not grateful, i'd like to note that the widget they gave speakers was great Nov 29 15:57:07 it had forward, back, and laser pointer Nov 29 15:57:16 unfortunately i have no idea if laser pointer worked Nov 29 15:57:25 did anyone lose an eye? Nov 29 15:57:25 because while i could see the laser, the camera didn't record the slides Nov 29 15:57:26 there are some nice approaches that combine multiple cameras into selectable views from a combined stream Nov 29 15:57:34 so i can't see how it looked to the audience Nov 29 15:57:50 so you could record the multi-stream and pick the view later Nov 29 15:59:42 sounds like the kind of high bandwidth logistics that meego image creation requires Nov 29 16:01:14 probably yes Nov 29 16:02:07 I forget how its done, it is a mathematical transformation of the streamed data Nov 29 16:02:28 so it is predictable, constant requirements Nov 29 16:04:29 hm berndhs ? i thought that kind of processing and at stream time selection requires decoding and reencoding, unless the streams are available individually and timesynced for remixing at client side Nov 29 16:05:29 If I remember this right, the selction was done on the display end, not at the source Nov 29 16:05:52 so if you record the combined stream, you can select any view you want later Nov 29 16:06:08 the selected view is not any of the individual camera views Nov 29 16:06:48 this is stuff from 6 or 7 years ago, i don't know where they went with it Nov 29 16:06:50 wouldnt that increase bandwidth required to be stream*availableviews ? Nov 29 16:07:10 or would they just accept its lower bandwidth and hit the LP button on the vhs Nov 29 16:07:41 well, upper bound for bandwidth would be N times normal for N cameras Nov 29 16:08:36 I think its smaller than that, but I don't remember Nov 29 16:18:08 Is there an ETA for MeeGo 1.1.1 ? Nov 29 16:18:28 was released already, but noone bothered to tell about it Nov 29 16:18:28 :P Nov 29 16:18:33 mostly netbook fixes Nov 29 16:18:46 at least if you mean update1 Nov 29 16:18:47 Ah, so those small few fixes that are pending are what is in effect 1.1.1 Nov 29 16:18:56 yeah, that's what I meant Nov 29 16:23:02 We needs Jobsian setups for the Keynote room next conference. Nov 29 16:30:36 Stskeeps, you need to do more podium banging next time. :P Nov 29 16:30:52 it was fairly unstable podium and there was a wetab laying there Nov 29 17:01:27 how can i mount an ntfs disk to meego? Nov 29 17:07:09 anttu: I guess that will need ntfs3g Nov 29 17:07:37 but the linux kernel used to have a driver for read-only access too Nov 29 17:10:17 ntfs3g is not available with zypper Nov 29 17:11:05 when connecting the disk meego says unknown file system ntfs Nov 29 17:19:20 uhm, mesa-libGL-devel isn't part of core? (at least on arm) Nov 29 17:19:41 i'm getting an error on obs, but here http://repo.meego.com/MeeGo/releases/1.1/core/repos/armv7l/packages/armv7l/ i see that package uhm.. existing Nov 29 17:20:30 notmart: well, GLESv2 is the only one guaranteed on both Nov 29 17:20:41 but it should exist Nov 29 17:21:42 yeah, glesv2 is found Nov 29 17:21:52 uhm, i'l try to modify configure scripts :) Nov 29 17:27:17 dm8tbr: i downloaded and installed ntfs3g from tuxera.com and it works great on meego Nov 29 17:27:35 also write access is ok Nov 29 17:30:16 ah, is available on the meego obs the build monitor service the opensuse one has? http://lizards.opensuse.org/2010/01/27/hot-off-the-opensuse-build-service-press/ Nov 29 17:32:30 Stskeeps: ok, i'm told my slides are actually up Nov 29 17:41:26 oh, more camera notes Nov 29 17:41:37 the cameras were often "far left" ? Nov 29 17:41:56 and the presenters stood on the left and faced to their left (i.e. away from the camera) Nov 29 17:42:42 in some cases w/ multiple people, one person ended up in the lighting shadow of the next :( Nov 29 17:42:47 * timeless_mbp is watching http://conference2010.meego.com/session/state-community Nov 29 17:53:34 * andre__ wondering whether Wednesday video footage will be available too Nov 29 17:55:36 timeless_mbp: is the bottleneck the number of cameras, or the number of operators ? Nov 29 17:55:51 wednesday? Nov 29 17:56:00 andre: i think they posted day two just before thanksgiving, so i would assume soon .. Nov 29 17:56:00 berndhs: generally both cost money Nov 29 17:56:14 ah, holidays. I see Nov 29 18:00:24 hi Nov 29 18:13:27 hey Nov 29 18:13:34 has anyone tried 'scrubbing' through the videos? Nov 29 18:13:50 the meegoconf player seems to break when i try :( Nov 29 18:14:59 ffwd/rev works in mplayer Nov 29 18:16:17 pupnik: eh? does mplayer support meegoconf videos? Nov 29 18:16:52 timeless_mbp: i've been watching downloaded videos from the conference in mplayer Nov 29 18:17:19 "how do i do that?" Nov 29 18:17:36 find the .flv url from the page source, then wget it Nov 29 18:18:31 thankfully you don't need to run the javascript in your head to reconstruct the url Nov 29 18:18:46 there's a download link on the page Nov 29 18:19:20 what page are you talking about ? Nov 29 18:19:30 for the conference video(s) Nov 29 18:20:34 * timeless_mbp wonders how to play flv files on os x Nov 29 18:21:09 timeless_mbp, :P install a real os Nov 29 18:21:32 is there a Flash OS? Nov 29 18:21:38 speaking of that, does anyone know if the intent was to do ogg videos too? Nov 29 18:21:45 the ogg links are audio-only Nov 29 18:22:31 timeless_mbp: vlc Nov 29 18:25:07 timeless_mbp, VLC? Nov 29 18:25:30 Adobe's also got a standalone play, but I don't remember what it's bundled with. Nov 29 18:25:32 * timeless_mbp was hoping for something slightly less buggy or more QT (not Qt) friendly Nov 29 18:25:40 i grabbed http://www.apple.com/downloads/macosx/video/swfflvplayer.html Nov 29 18:25:54 QT 10 broke a lot of that stuff. Nov 29 18:26:03 NooBmonk3y, with your transition to qt c++, did you also have to rebuild all the packaging, or was it available direct from qt-creator for maemo? Nov 29 18:26:30 lcuk, 1/2 and 1/2 Nov 29 18:27:02 hm NooBmonk3y ? Nov 29 18:27:55 lcuk: Qt Creator can currently spit out binary debs. Apparently source tarballs, debian/ patches, dsc files and spec files for autobuilders/OBS are "on their way" Nov 29 18:28:28 as well they should Nov 29 18:28:33 thanks jaffa Nov 29 18:28:40 but it doesnt seem to do the whole lot yet Nov 29 18:28:54 holding out for the next version Nov 29 18:29:08 no and its going to add more complexity if qt apps have to have differences in packaging for the different uxes Nov 29 18:29:24 yeah, but having a menu in qt creator that spits them all out will help ;) Nov 29 18:29:39 * lcuk trying to use qtcreator on ideapad is somewhat frustrating but rewarding at same time :) Nov 29 18:30:00 lcuk: have you filed bugs? Nov 29 18:30:03 (with patches) Nov 29 18:30:09 * timeless_mbp has started filing bugs on Qt* Nov 29 18:30:21 timeless_mbp, well the font experience is in progress Nov 29 18:30:32 but theres some things that bugs wont handle Nov 29 18:30:40 NooBmonk3y: recent Qt Creator builds provided by MeeGo SDK can generate and deploy RPMs, providing you set up the right runtime targets (i.e. project is confiugred to use MADDE runtimes/toolchains) Nov 29 18:30:49 like having to drag/drop elements from the widget panel onto your new ui Nov 29 18:31:04 ty townxelliot ;) - but not packaging for maemo hehe Nov 29 18:31:09 drag drop is a bad experience Nov 29 18:31:17 lcuk, ? Nov 29 18:31:30 NooBmonk3y, in the ui designer Nov 29 18:31:39 theres a palette with all the widgets you can add Nov 29 18:31:42 oh lol Nov 29 18:31:45 and a window showing your new ui window Nov 29 18:31:48 yeah :P Nov 29 18:31:53 you cant double tap to add a widget Nov 29 18:32:02 meh it kinda works, unless you have loads of layouts etc, gets a bit confused at times Nov 29 18:32:06 it has to be drag/drop and its fiddly and not rewarding Nov 29 18:32:38 timeless_mbp, trying to understand some issues before filing some bugs Nov 29 18:32:56 ok, that player *sucked* Nov 29 18:32:59 to know whether they are bugs or just things which could be tweaked etc Nov 29 18:33:01 * timeless_mbp wonders about this VLC thing Nov 29 18:48:33 tmzt_g2root, GAN900 : so... i just installed VLC Nov 29 18:48:44 it came with an extra folder called "Goodies" Nov 29 18:48:45 http://konigsberg.mozilla.org/vlc-goodies.png Nov 29 18:48:49 jasper-initramfs (0.33) maverick; urgency=low Nov 29 18:48:50 * make sure we use the VOLID from the actually specified root= kernel Nov 29 18:48:50 parameter in case a user modifies the initial boot.scr (LP: #652143) Nov 29 18:48:50 -- Oliver Grawert Sat, 02 Oct 2010 02:08:13 +0200 Nov 29 18:49:07 tmzt_g2root: urgency=low? Nov 29 18:49:17 why does that look like an X application? Nov 29 18:49:24 you might want to install the OSX version Nov 29 18:49:31 ? Nov 29 18:49:32 oops Nov 29 18:49:49 no select issue Nov 29 18:49:50 oh, it really is the OS X version Nov 29 18:49:54 but they really are idiots Nov 29 18:50:01 6/7 files have no extension Nov 29 18:50:10 which means they look stupid and are unlikely to work well Nov 29 18:50:35 sounds like a good description of VLC in general Nov 29 18:50:49 ali1234: well, i had 0.9.8 installed before Nov 29 18:51:04 which i only remember as "that crashy plugin w/ really crappy code" Nov 29 18:51:11 (i specifically remember that version number) Nov 29 18:51:12 mplayer ftw Nov 29 18:51:18 I'm talking about the X logo in the top left corner Nov 29 18:51:56 you guys have awesome screenshots though Nov 29 18:54:44 tmzt_g2root: ? Nov 29 18:54:59 oh, that means "readonly" Nov 29 18:55:03 Apple Nov 29 18:55:06 hah, ok Nov 29 18:55:08 it's a pencil with a slash through it Nov 29 18:55:28 "you can't write here" Nov 29 18:55:40 which actually makes perfect sense to *humans* Nov 29 18:55:54 fwiw, VLC can seek Nov 29 18:56:03 its responsiveness for the initial seek is *awful* Nov 29 18:56:22 and its full screen behavior leaves proper dual display handling to be desired :( Nov 29 18:56:29 timeless_mbp, designed for network streams Nov 29 18:56:37 Seeking is not what it's intended for. Nov 29 18:56:45 oh, and it helpfully tells me the current time Nov 29 18:56:49 not time remaining and not total Nov 29 18:56:56 obviously i don't care about those :) Nov 29 18:57:09 timeless_mbp, there's a setting for both the multiscreen behavior and the HUD numbers. Nov 29 18:57:12 n.b. the maemo6 media player initial requirements didn't include anything useful either Nov 29 18:57:34 (maemo6 won't ship, and hopefully the replacement media player will be less stupid) Nov 29 18:58:13 GAN900: wow, that actually works! Nov 29 19:20:12 Gah, why isn't there a libqtsql4-mysql package for MeeGo?! Nov 29 20:11:38 * lcuk taps his microphone Nov 29 20:11:44 * lcuk realises its broken Nov 29 20:11:49 bug 10532 Nov 29 20:11:52 Bug https://bugs.meego.com/show_bug.cgi?id=10532 nor, Undecided, ---, yan.i.li, NEW, No audio input from microphone on meegoconf netbook Nov 29 20:12:40 NooBmonk3y, do you develop on a netbook or is it just on your big machine Nov 29 20:13:46 lcuk, laptop, and pc, but i prefer the pc Nov 29 20:14:05 and by big, you mean small form factor old hp lol Nov 29 20:18:49 i am vanishing anyway, headfunk is making eyes hurt Nov 29 20:19:50 lol Nov 29 20:19:54 * CosmoHill has a headcahe Nov 29 20:20:15 CosmoHill, take something. Nov 29 20:23:34 I won't Nov 29 20:24:57 ok figured out how to sort the qlist widget.... but not the qlistwidgetitem, grrrrrrrrrrrrr Nov 29 20:48:47 wat? vgrade ping Nov 29 20:52:42 http://forum.meego.com/showpost.php?p=14068&postcount=16 Nov 29 20:52:47 that does not sound/look right to me Nov 29 20:52:52 * lcuk goes again Nov 29 20:55:15 lcuk: well, it just shows we have a image problem Nov 29 20:56:29 lcuk: which is kinda silly, considering i've actually been in touch with most major ARM vendors regarding meego and generally they don't seem to see a problem with intel being involved.. Nov 29 20:56:34 :P Nov 29 20:56:49 sure, and that was also the impression I got too Nov 29 20:57:15 sounds to me like someone who would rather not be the go-to person for that project. seek another contact perhaps. Nov 29 20:57:18 with all the activity in the #meego-arm with n900s and beagle and panda boards and whatever else people pop in with :S Nov 29 20:57:24 pupnik, sure Nov 29 20:57:40 theres *LOTS* of potential meego people in Cambridge Nov 29 20:57:59 theres lots of actual ones too Nov 29 20:59:04 * lcuk is switching this machine off tho for tonight and going curling up in bed with a lemsip Nov 29 20:59:12 for me a UI revolution would be not having to look at the screen to accomplish many of my tasks Nov 29 20:59:28 adding items to a shopping list could be a brief spoken conversation with my phone Nov 29 21:00:08 removing time that's "frozen" in front of a screen Nov 29 21:19:37 vilvo: pong Nov 29 21:20:17 that is certainly where BOSS is intended to work - and how we use it in Nokia Nov 29 21:34:20 lcuk, just saw the messages from an hour ago... yep, Cambs is popular :) Nov 29 21:43:44 I'm too frustrated to reply to the Cambs thread Nov 29 21:43:58 ? Nov 29 21:44:16 I should read that since it has my name on it Nov 29 21:45:03 yes, yes you should Nov 29 21:46:13 actually, reading the post again doesnt make it sound that bad Nov 29 21:46:15 as long as nobody asks me for directions or anything Nov 29 21:46:23 which post? Nov 29 21:46:42 GODDAMMIT SKYPE Nov 29 21:47:00 http://developer.skype.com/Docs "helpful" Nov 29 21:47:10 but i suppose there is a lot of us vs them feeling to be broken down.. Nov 29 21:47:44 * auke gently pats Myrtti Nov 29 21:48:16 lo auke, had a good thanksgiving? Nov 29 21:48:34 very Nov 29 21:51:20 Stskeeps: how was your thursday? Nov 29 21:53:43 unproductive, had a bit of a slow week last week Nov 29 22:27:27 re, cambridge meet, the reply I got from Alban was from September (missed his reply in my inbox) but he has been in contact with qgil recently. I did not read the reply as negative as he did say he would do promote internally (he is the community ARM man). I said in my reply that ARM was a popular platform with meeGo at the moment with beagle, panda, MSM/QSD, N900 and tegra. Lets see what comes back. Nov 29 22:27:28 god dammit redhat, everytime I click on "buy online" to see the price it takes me from the european website to the US Nov 29 22:28:07 would now be a bad time to meantion that I've only been to cambridge once and it wasn't the best experience Nov 29 22:28:45 CosmoHill, Hi, good draw at the weekend Nov 29 22:28:53 Leeds vs Reading Nov 29 22:28:56 :) Nov 29 22:29:10 I've not seen the video yet, should be on the bbc website soon Nov 29 22:30:14 vgrade: I kinda got the idea that he was thinking we were looking for official representation, which wasn't what I personally were expecting at all - just some of their people coming up if they're interested Nov 29 22:30:25 the problem at the moment is that nobody seems to give a shite Nov 29 22:31:22 Things get lost in emails, lets see what the reply is Nov 29 22:32:16 He has been contacted on a more offical level, maybe at conference, I don't know as I could not make it Nov 29 22:32:25 see, http://twitter.com/AlbanRampon Nov 29 22:33:23 nobody gives a *****, what makes you say that? Nov 29 22:40:49 vgrade: that there is only a handful of people actually interested in attending anything Nov 29 22:42:50 awesome, the two people I promoted to ops don't like each other >.< Nov 29 22:47:43 Myrtti, I must take some of the blame here for not getting off my butt and organising a Cambridge local network meet. I'm hopefull that ARM will host an event and in the meantime I will redouble the effort of finding a suitable venue for a pre Xmas meet. Nov 29 22:50:51 night al Nov 29 22:50:54 l Nov 29 22:51:05 bye vgrade Nov 29 22:51:09 sleep well Nov 29 23:01:55 hmmm, that reminds me, must check back if anyone signed up to my dublin ameegos request Nov 29 23:06:26 * auke flings stuff at people posting surveys to open source mailinglists in general Nov 29 23:06:51 hehe Nov 29 23:06:57 I've seen it before Nov 29 23:07:11 I'm not on the mailing list Nov 29 23:07:35 it irks me that the entire academic society generally thinks it's okay to intrude into communities and have those communities do their work for them Nov 29 23:09:42 have a video to cheer you up: http://www.youtube.com/watch?v=tKB4h9gvmm0 Nov 29 23:28:44 * slaine yawns and stretches Nov 29 23:28:46 time for bed Nov 29 23:28:49 cyas Nov 29 23:50:12 so, I've given meego netbook ux a try over the last weeks since Dublin, but given right click is disabled and the screen takeover nature of apps Nov 29 23:50:21 I cannot really find it usable for everyday life, Nov 29 23:50:24 and I tried Nov 29 23:50:50 I mean, what\s the use of having a netbook if the UX is more closely to that of a handset? Nov 29 23:52:08 I wonder if I'm not using it right. Nov 29 23:52:34 oh anyway, time to do some reading Nov 30 00:02:59 hi Nov 30 00:03:37 * CosmoHill jumps on JunJi Nov 30 00:03:38 hello Nov 30 00:03:44 do we have Stskeeps now? Nov 30 00:04:18 maybe, can I have some context? Nov 30 00:05:43 I'm getting an error 'Failed to reach a server: [ Errno 111] connectoin refused' at the step6 of his OBS manual which is using the command '/usr/sbin/import-meego-release.sh...' Nov 30 00:08:03 do I need to modify 'localhost' in the script to my real IP? Nov 30 00:09:35 JunJi, wheres the instructions you are following? Nov 30 00:09:48 http://wiki.meego.com/User:Stskeeps/10_easy_steps_to_a_local_OBS Nov 30 00:10:12 I'm at the Step 6 Nov 30 00:10:55 I guess I got a meego release through this command but something wrong at the end Nov 30 00:13:14 JunJi, the command line you ran and complete error message and progress it did do is important, could you pastebin them :) Nov 30 00:14:04 V-box isn't supporting cut-paste :( I'm gonna type in my hand Nov 30 00:14:17 I ran /usr/sbin/import-meego-release.sh 1.0.99.0.20101005.1 rsync://mirrors.kernel.org/meego/builds/1.0.99/ obs-project-config/Trunk Nov 30 00:14:28 and the error messages I got are Nov 30 00:15:10 Sending meta data... WARNING: SSL certificate checks disabled. Connectoin is insecure! Failed to reach a server: [Errno 111] Connection refused Nov 30 00:15:25 twice of this error message.. Nov 30 00:15:29 5 Nov 30 00:20:49 hm CosmoHill do you know if rsync uses ssl? Nov 30 00:21:11 erm, I use rsync over ssh all the time Nov 30 00:21:34 I'd imagine you could use it over https so yes, it should be capable of using ssl Nov 30 00:21:47 the document includes a note "You'd then need to (please note the http to rsync change)" Nov 30 00:21:55 there is no https on that server Nov 30 00:22:01 that I could see anyway Nov 30 00:22:39 hmm? Nov 30 00:22:53 is it an easy thing to fix? Nov 30 00:22:58 could it be a bad configuration Nov 30 00:23:10 like rsync it trying to use https instead of http? Nov 30 00:23:20 a bad configuratoin from a file? Nov 30 00:23:26 that I can modify? Nov 30 00:24:18 I could just be making stuff up again Nov 30 00:24:53 oh you wrote a part of this manual Nov 30 00:25:45 no no Nov 30 00:26:14 so my questoin is acutally I spent 7~8 hours yesterday to get the step6 (mostly spent to download a meego release..), do I need to do it again with the new configuration? Nov 30 00:27:47 what step did you get the issue? step 6? Nov 30 00:28:33 JunJi, it may have to wait until tomorrow as I believe most of the people who have run through that script will be dozing Nov 30 00:28:58 johnx, ping, did you by chance get this far (I notice you have edited it) and have any idea why hes stuck? Nov 30 00:29:30 JunJi: what version of rsync do you have? Nov 30 00:29:33 ;; Nov 30 00:30:29 how can I check it? actually the obs-server.i686-XXXXXX-vmx.tar.bz2 of the current server has broken so I got an old version from my co-worker Nov 30 00:30:41 maybe this image version is 1.1 Nov 30 00:30:47 you should be able to just type "rysnc --version" Nov 30 00:31:20 it's 3.0.7, protocol versoin 30 Nov 30 00:32:25 what time zone are you in? Nov 30 00:35:56 hi Nov 30 00:36:01 hi Nov 30 00:36:17 JunJi: I'd say come back between 10am and 10pm CET Nov 30 00:36:27 CET Nov 30 00:36:32 I'm in Asia Nov 30 00:36:37 so it's 9am Nov 30 00:36:41 Central European Time Nov 30 00:36:46 aha Nov 30 00:36:59 I want to gain meego account. Nov 30 00:37:10 it's between 00:30 and 02:30 for most of us Nov 30 00:37:24 cnsmin: on the website or obs? Nov 30 00:37:29 right i just googled it Nov 30 00:37:38 obs, me also need it Nov 30 00:37:50 and tried to talk to x-fade but no response Nov 30 00:38:00 ask lbt_away very very nicely Nov 30 00:38:31 what does the '_away' mean? lol Nov 30 00:38:35 lbt_away maybe still have a break Nov 30 00:38:45 I agree Nov 30 00:38:54 away from everthing Nov 30 00:39:11 he means he might break your arm off for waking him Nov 30 00:39:16 *it Nov 30 00:39:33 nice joke Nov 30 00:39:42 speaking of sleep Nov 30 00:39:43 cyas Nov 30 00:39:46 usually I'm not touching anybody sleeping Nov 30 00:40:29 "usually"? Nov 30 00:40:38 ok, definitely Nov 30 00:40:41 lol Nov 30 00:40:42 never Nov 30 00:40:46 heh Nov 30 00:40:47 bye Nov 30 00:40:54 gnite CosmoHill \o Nov 30 00:41:00 gnight Nov 30 00:41:28 hmm........ Nov 30 00:41:34 talk to lbt for gain obs account.. right? Nov 30 00:41:54 lcuk: could you give me any hint for my problem? Nov 30 00:42:05 is It about the script? Nov 30 00:42:15 no JunJi, myself and cosmo have done all we can do for this evening. Nov 30 00:42:30 ok Nov 30 01:21:31 morning Nov 30 01:21:38 morning Nov 30 01:23:27 morning Nov 30 01:23:32 morning Nov 30 01:29:56 anybody tried Stskeeps' OBS manual? Nov 30 01:37:10 junji: i tried. Nov 30 01:37:49 did you get done? Nov 30 01:40:10 no. I'm importing meego release rpms.. and adding home project.. Nov 30 01:40:20 but build fail. Nov 30 01:40:27 build failed.. Nov 30 01:40:28 hmm Nov 30 01:40:35 which step are you at? Nov 30 01:40:55 what do you mean by adding home project? Nov 30 01:41:01 step 9? Nov 30 01:41:34 I'm stuck at 6, it's saying 'Failed to reach a server:[Errno 111] Connectoin refused'.. Nov 30 01:41:34 add home project to my OBS. Nov 30 01:41:44 have you ever seen it Nov 30 01:41:48 ? Nov 30 01:42:08 you can ping to google in OBS? Nov 30 01:42:15 yes it's possible Nov 30 01:42:26 but http://my address is not working Nov 30 01:42:57 I'm using this kernel through virtual box on windows Nov 30 01:43:32 i think .. Nov 30 01:43:44 you retry step 3 Nov 30 01:44:00 actually it also says 'WARNING: SSL certificate checks disabled. Connectoin is insecure!' Nov 30 01:44:28 step3 is what I just did again ;; Nov 30 01:45:31 do you have a FQDN? Nov 30 01:45:36 sending meta data.. WRNING: SSL certificate checks disabled. Connection is insecure! Failed to reach a server: [Errno 111 Nov 30 01:45:38 Connection refused Nov 30 01:45:45 domain name? Nov 30 01:45:46 no actually i'm not sure Nov 30 01:45:50 how can I see that? Nov 30 01:46:16 I typed echo 'FQHOSTNAME="fqdn"' >> /etc/sysconfig/obs-server Nov 30 01:46:30 that is wrong. Nov 30 01:46:41 !! Nov 30 01:46:50 how? Nov 30 01:46:57 you just type FQHOSTNAME=[your VM IP address] Nov 30 01:47:07 wow........ Nov 30 01:47:14 thanks a lot I'm gonna try this right now Nov 30 01:47:31 ok.. Nov 30 01:48:23 do i need a reboot? Nov 30 01:48:33 still I can't access http://my_IP_addess Nov 30 01:49:21 do I type just ip without " " ? Nov 30 01:49:54 no. with "" Nov 30 01:50:54 that's what I did T_T Nov 30 01:53:41 now I'm not getting an error message about dns at the very first screen when I log in to kernel Nov 30 01:54:24 but it's saying 'welcome to opensuse build service.. connect to the web interface via: ... ' but this address isn't accessiable too Nov 30 01:55:18 ping to OBS in windows.. Nov 30 01:56:48 well, it's responding Nov 30 01:58:21 edit /usr/lib/obs/server/BSConfig.pm Nov 30 01:58:37 my$hostname = 'IP ADDRESS'; Nov 30 01:59:47 chown -R lighttpd.lighttpd /srv/www/obs/{api, webui} Nov 30 02:01:13 then check lighttpd .. Nov 30 02:01:18 and reboot. Nov 30 02:01:19 chwon: cannot access '/srv/www/obs{api,' : no such files or directory Nov 30 02:01:24 nono Nov 30 02:01:33 and Nov 30 02:01:35 without the last one? Nov 30 02:01:44 "/srv/www/obs/api" Nov 30 02:01:48 ok Nov 30 02:01:58 and "/srv/www/obs/webui" Nov 30 02:03:02 when i typped 'lighttpd', server.c.581 No configuratoin available. Try using -f option. Nov 30 02:03:41 chkconfig -a lighttpd Nov 30 02:03:57 chown -R lighttpd.lightpd /srv/www/obs/api Nov 30 02:04:00 chown -R lighttpd.lightpd /srv/www/obs/webui Nov 30 02:04:06 chkcojnifg -a lighttpd Nov 30 02:04:19 lighttpd 0:off 1:off 2:off 3:on 4:off 5:on 6:off Nov 30 02:04:24 it's the answer Nov 30 02:04:34 looking fine? Nov 30 02:04:39 chown -R lighttpd.lighttpd /srv/www/obs/api Nov 30 02:04:49 chown -R lighttpd.lighttpd /srv/www/obs/webui Nov 30 02:05:04 yes, those are what I did :) Nov 30 02:05:14 oops.. Nov 30 02:05:17 I dropped t Nov 30 02:05:36 but actually I typped correct things in console Nov 30 02:05:53 ok. Nov 30 02:05:58 do I reboot? Nov 30 02:05:59 reboot. Nov 30 02:07:00 something is added at the login Nov 30 02:10:35 oops.. the api part looks working Nov 30 02:10:46 but webui is making a bunch of error messages.. Nov 30 02:12:21 erubis 2.6.6 Nov 30 02:12:40 mysql:eeor:unkown dayabse Nov 30 02:12:57 once I log in with root Nov 30 02:13:03 these are showing up Nov 30 02:13:13 i don't know about mysql error.. Nov 30 02:13:17 ** erubis 2.6.6 /srv/www/obs/webui/lib/custom_logger.rb Nov 30 02:14:15 anyway thanks a lot, really appreciate it cnsmin. Nov 30 02:14:33 how did you know these things? these are not written in the manual.. Nov 30 02:15:14 you just chek this wiki.. http://wiki.meego.com/Build_Infrastructure/Sysadmin_Distro/OBS_setup_openSUSE112 Nov 30 02:15:47 aha.. Nov 30 02:15:56 I'm gonna try this.. appreciate it again. Nov 30 02:19:20 anybody knows how to get OBS account? Nov 30 02:20:17 I heared that there are two kinds of OBS and common user only can use one that for only application level Nov 30 02:20:27 x-fade, lbt are in charge of the account work Nov 30 02:21:55 oh.. ok. Nov 30 02:22:01 cnsmin: yes the idea is to ask lbt or x-fade reasonably politely Nov 30 02:22:15 during hours when normal people in their time zone are away :) Nov 30 02:22:28 s/away/awake/ Nov 30 02:22:29 berndhs meant: during hours when normal people in their time zone are awake :) Nov 30 02:43:57 anybody know how to build rpm without obs on http://repo.meego.com/MeeGo/releases/1.1/core/repos/source/, everytime it show 'nothing provides' Nov 30 02:49:48 rpmbuild ? Nov 30 02:49:58 build Nov 30 02:51:00 command like: build --repository http://repo.meego.com/MeeGo/releases/1.1/handset/repos/armv7l/packages/ --arch armv7l meego-handset-people-0.2.30-2.1.src.rpm **** ENDING LOGGING AT Tue Nov 30 02:59:57 2010