2013-11-01 01:40:24 has anyone had issues booting into the latest iso?} 2013-11-01 02:16:56 nope 2013-11-01 02:17:13 i've booted 4 vms in 24 hours 2013-11-01 02:17:15 gonna try a different flash drive 2013-11-01 02:17:22 it's hanging at a black screen with cursor 2013-11-01 02:20:22 yeah 2013-11-01 02:20:26 works with a different flash drive 2013-11-01 02:20:31 used a cheap one at first :P 2013-11-01 02:21:00 also it says alpine 4.5.0 init at first 2013-11-01 02:21:05 not 4.6.something 2013-11-01 02:21:12 er 2013-11-01 02:21:14 2.* 2013-11-01 06:59:09 Mp5shooter: its the version of alpine init 2013-11-01 06:59:13 not the alpine release 2013-11-01 07:24:46 ncopa: Did you have any suggestion to my nfs problem? 2013-11-01 08:15:18 doh 2013-11-01 08:15:47 apache upgrade overwritten my index.html :/ 2013-11-01 08:21:44 apache should ship protected_files.d entry saying not to overwrite it 2013-11-01 08:21:50 err. apache apkbuild 2013-11-01 08:36:05 woudl that help? isnt the protected_files.d parsed before it starts installing? 2013-11-01 08:36:34 Fuzai: I will have a look at nfs soonish 2013-11-01 08:36:44 i will try reproduce it 2013-11-01 11:46:24 ncopa: I think I found the error, i just don't know how to fix it http://pastebin.com/Rite9ufL http://www.linux-nfs.org/wiki/index.php/ProblemsMounting http://linux.die.net/man/8/rpc.gssd I can't get rpc.gssd to start no matter what I try which I think is what is stopping this from working 2013-11-01 11:59:56 ncopa: This is with debian wheezy as a nfs server and alpine linux as a client. Using a debian server and a debian client everything works correctly. 2013-11-01 12:11:01 Fuzai: ok, I'll set up a test env here 2013-11-01 12:11:20 64bit? 2013-11-01 12:11:27 yea 2013-11-01 12:11:36 alpine too? 2013-11-01 12:11:40 http://pastebin.com/R7xW1weg that's what my exports file looks like on debian 2013-11-01 12:11:42 yep 2013-11-01 12:11:53 debian as a host using kvm to put alpine in a gust 2013-11-01 12:11:56 guest 2013-11-01 12:12:14 nat network 2013-11-01 12:12:52 i will use deiban guest and alpine guest 2013-11-01 12:14:25 Yea I tested it between the same debian host and a different debian vm on the same box and had no issue, so i don't think it's network or config related 2013-11-01 12:16:25 i dont think so either 2013-11-01 12:16:51 do you use kerberos? 2013-11-01 12:16:58 i do not 2013-11-01 12:17:35 is rpcbind running? 2013-11-01 12:17:55 on the server yes 2013-11-01 12:18:59 i think it need run on client too 2013-11-01 12:19:12 try start it on client. /etc/init.d/rpcbind start 2013-11-01 12:19:48 second thing you could try is mount option nfsver=2 2013-11-01 12:20:21 mount -f nfs -o nfsver=2 :/path/to/dir /path/to/mntpoint 2013-11-01 12:20:32 yea 2013-11-01 12:20:40 so i started rpcbind on the client and no change 2013-11-01 12:20:53 i was trying to use nfsvers=2 and nfsvers=3 actually while you were talking 2013-11-01 12:21:02 it still mounts, but I still don't see anything 2013-11-01 12:21:22 I also see a complaint about statd not running on the host machine and I know it is 2013-11-01 12:21:38 is there some kind of built in default firewall to alpine? 2013-11-01 12:22:12 iptables 2013-11-01 12:22:18 but its off by default 2013-11-01 12:23:45 debain install is kinda slow... 2013-11-01 12:23:51 ..compared to alpine :) 2013-11-01 12:24:11 it might be slow, but at least it works when you tell it to do things :) 2013-11-01 12:24:32 ouch :) 2013-11-01 12:25:08 i really think it has something to do with that rpc.gssd not being able to start or stay started 2013-11-01 12:25:54 on the alpine client 2013-11-01 12:26:28 sounds plausible 2013-11-01 12:26:41 [ 2662.753137] RPC: AUTH_GSS upcall timed out. 2013-11-01 12:26:41 Please check user daemon is running. 2013-11-01 12:27:09 which google points back to that nfs man page that says get it started, and i try to start it with -fvvv and I get beginning poll and it dumps back to the command line 2013-11-01 12:27:16 nothing running about it in process list 2013-11-01 12:27:20 same error 2013-11-01 12:27:24 if you dont use kerberos, you shouldnt really need gss? 2013-11-01 12:27:35 that was my understanding 2013-11-01 12:27:52 but i'm wondering if nfs4 does something different that requires some dummy version of it or something 2013-11-01 12:28:08 i was looking for a way to force debian into v3 2013-11-01 12:28:15 but when i tried it against the debian nfs client 2013-11-01 12:28:18 it worked without issue 2013-11-01 12:28:26 i thought nfs4 required kerberos 2013-11-01 12:28:32 i will try reproduce here 2013-11-01 12:29:28 ok debian is finally up 2013-11-01 12:29:43 apt-get install nfs-common 2013-11-01 12:30:15 in installed the fileserver set 2013-11-01 12:30:36 i think i only need set up /etc/exports 2013-11-01 12:31:04 yea 2013-11-01 12:31:12 i gave you a pastebin to what I had created 2013-11-01 12:31:18 it's uhhh..... 2013-11-01 12:31:24 http://pastebin.com/R7xW1weg 2013-11-01 12:31:51 web-1 and web-2 are defined in /etc/hosts and pingable 2013-11-01 12:34:11 root@debian:~# exportfs 2013-11-01 12:34:27 /srv/www 10.65.65.0/24(ro,async,no_subtree_check) 2013-11-01 12:34:59 weird 2013-11-01 12:35:05 i have something close to that 2013-11-01 12:35:22 mount from alpine 'hangs' 2013-11-01 12:35:25 http://pastebin.com/pNkiV54C 2013-11-01 12:35:32 give it about 15 - 30 seconds 2013-11-01 12:35:48 sudo mount -t nfs 10.65.65.175:/srv/www nfs 2013-11-01 12:35:51 i read somewhere else it takes a while for nfs to mount 2013-11-01 12:36:02 and it takes a while for me too sometimes 2013-11-01 12:36:10 now mount will complete like nothing is wrong 2013-11-01 12:36:17 but go touch a file in that directory on the server 2013-11-01 12:36:23 and then go look at the client and it won't be there 2013-11-01 12:37:03 um... 2013-11-01 12:37:06 it still hangs here 2013-11-01 12:37:09 you used exportfs -v 2013-11-01 12:37:28 root@debian:~# exportfs -v 2013-11-01 12:37:29 /srv/www 10.65.65.0/24(ro,async,wdelay,root_squash,no_subtree_check) 2013-11-01 12:37:44 yea 2013-11-01 12:37:48 mount.nfs: Connection timed out 2013-11-01 12:39:09 web-1:~# mount -t nfs colossus:/srv/www /srv/www 2013-11-01 12:39:09 web-1:~# 2013-11-01 12:39:13 mine completes 2013-11-01 12:39:27 but i get nothing in the directory 2013-11-01 12:39:34 and that AUTH_GSS upcall timed out error 2013-11-01 12:40:57 what version of nfs is debian using? 2013-11-01 12:41:29 i'm assuming 4 2013-11-01 12:41:50 NFS is an Internet Standard protocol created by Sun Microsystems in 1984. NFS was developed to allow file sharing between systems residing on a local area network. The 2013-11-01 12:41:50 Linux NFS client supports three versions of the NFS protocol: NFS version 2 [RFC1094], NFS version 3 [RFC1813], and NFS version 4 [RFC3530]. 2013-11-01 12:44:03 rpc.statd does not start here 2013-11-01 12:45:21 /etc/init.d/nfs-common restart 2013-11-01 12:45:31 on alpine client 2013-11-01 12:45:33 will restart rpc.statd on debian 2013-11-01 12:45:51 it runs on server 2013-11-01 12:46:03 https://wiki.gentoo.org/wiki/NFSv4#Client 2013-11-01 12:47:24 hmm 2013-11-01 12:47:31 seems like rpcbind is actually not running 2013-11-01 12:47:36 on alpine 2013-11-01 12:47:48 i got rpcbind running rpc.statd and rpc.gssd running on alpine now 2013-11-01 12:47:52 and it's still doing the same thing 2013-11-01 12:48:24 * start-stop-daemon: failed to start `/usr/sbin/rpc.svcgssd' 2013-11-01 12:48:31 that seems to keep failing no matter what i do 2013-11-01 12:54:02 Nov 1 13:51:06 ncopa-desktop daemon.err rpcbind: cannot get uid of '': Transport endpoint is not connected 2013-11-01 12:54:12 that is what i get from rpcbind 2013-11-01 12:54:21 yea i dunno 2013-11-01 12:54:22 i give up 2013-11-01 12:54:39 I wanted to use alpine for my web fronts but i guess not :( 2013-11-01 12:55:28 i want fix this before v2.7 release 2013-11-01 12:56:12 thank you for trying at least 2013-11-01 12:56:58 http://pkgs.fedoraproject.org/cgit/rpcbind.git/tree/rpcbind-0.2.1-rpcuser.patch 2013-11-01 12:57:08 i believe we need that for rpc bind 2013-11-01 12:57:29 what version of rpcbind do you have? 2013-11-01 12:57:34 apk version rpcbind 2013-11-01 12:57:55 i just deleted the guests 2013-11-01 12:58:09 I was using the current stable 64 bit version of alpine 2013-11-01 12:58:15 i downloed it 2 nights ago from your main website 2013-11-01 13:06:28 rpcbind is definitively broke 2013-11-01 13:06:32 im using 'edge' 2013-11-01 13:06:49 and it looks like its set up to run as root while not needed 2013-11-01 13:06:58 i will fix this for v2.7 release 2013-11-01 13:07:06 ty :) 2013-11-01 13:09:14 Fuzai: thanks for your patience... 2013-11-01 13:09:27 Thank you for being part of an awesome distro 2013-11-01 13:09:56 For one of my projects by switching to alpine from debian I managed to cut my memory footprint per process by 3rds 2013-11-01 13:10:04 wow 2013-11-01 13:10:10 yea 2013-11-01 13:10:13 fun times with ruby :) 2013-11-01 13:10:46 thats way more than expected... 2013-11-01 13:11:28 The average usage was about 64mb+ per, and now it's down to something like 23 2013-11-01 13:39:10 Fuzai: i have made progress. rpcbind now starts 2013-11-01 13:39:16 nice 2013-11-01 13:39:19 but mount still hangs for me 2013-11-01 13:39:31 ACTION shakes fist at mount 2013-11-01 13:40:20 :) 2013-11-01 14:35:12 Fuzai: \o/ 2013-11-01 14:35:21 :) 2013-11-01 14:35:28 ncopa-desktop:~/aports/main/nfs-utils$ ls ~/nfs/ 2013-11-01 14:35:28 foo 2013-11-01 14:35:38 the foo was created after the mount 2013-11-01 14:35:57 it works 2013-11-01 14:36:09 so what did you have to extort to make it work? 2013-11-01 14:36:32 what i had to do was enable ip of my nfs client in /etc/hosts.allow on debian server 2013-11-01 14:36:42 i think that alpine v2.6 client might be broken too 2013-11-01 14:37:22 and what also made a big difference was debian server reboot(!) 2013-11-01 14:37:30 at least apparently.. 2013-11-01 14:38:05 i added some patches to the nfs-utils on alpine too 2013-11-01 14:38:15 :) 2013-11-01 14:38:16 might have had significance, i dunno 2013-11-01 14:38:57 sweet 2013-11-01 14:39:04 i have been thinking of using nfs too 2013-11-01 14:39:31 for build servers 2013-11-01 14:39:41 ther are 2 build servers, bld1 and bld2 2013-11-01 14:39:58 they could share the /var/cache/distfiles, where the source packages are downloaded to 2013-11-01 14:42:31 sweet, alpine nfs server and debian client works too 2013-11-01 14:42:35 that's what /srv/cache was all about 2013-11-01 14:42:53 you can use a proxy server as well infront of them 2013-11-01 14:43:01 it really helps if you have 2 or more 2013-11-01 14:43:21 ok 2013-11-01 14:43:23 very nice 2013-11-01 14:43:25 i'm happy 2013-11-01 14:43:38 thanks for kicking me in the rear parts to fix this 2013-11-01 14:43:41 :) 2013-11-01 14:44:39 so, if you want try alpine again, make sure to change v2.6 in /etc/apk/repositories to v2.7 2013-11-01 14:44:51 the v2.7 release is on tuesday 2013-11-01 14:53:52 ty 2013-11-02 02:01:06 hello 2013-11-02 02:01:37 i did an apk update and apk-upgrade, it appers my new install is out of date, but nothing is being downloaded and installed? 2013-11-02 02:01:44 err apk upgrade 2013-11-02 02:05:09 apk upgrade --available also says 150MB available but nothing is downloaded. 2013-11-02 02:10:20 is it me or is there no smb.conf with teh samba package 2013-11-02 02:16:16 nvm found it in samba-doc 2013-11-02 17:15:20 http://wiki.alpinelinux.org/wiki/How_to_setup_a_wireless_access_point 2013-11-02 17:15:25 is this still a work in progress ncopa? 2013-11-03 15:31:05 Hi 2013-11-03 15:31:57 hi 2013-11-03 15:32:34 Im looking for the not-busybox lspci on alpine, but cant find it. Am i blind or is it just not available? 2013-11-03 16:22:05 I love your shoes m0ikz 2013-11-03 16:22:07 :p 2013-11-03 18:59:33 wget http://wiki.alpinelinux.org/cgi-bin/dl.cgi/v2.6/releases/x86_64/alpine-2.6.6-x86_64.iso Connecting to wiki.alpinelinux.org (74.117.189.116:80) Connecting to distrib-coffee.ipsl.jussieu.fr (134.157.176.20:80) wget: server returned error: HTTP/1.1 404 Not Found 2013-11-03 19:19:23 did you do apk update first 2013-11-03 19:19:25 oh 2013-11-03 19:19:27 an iso 2013-11-03 19:19:27 :O 2013-11-04 07:05:27 Mp5shooter: http://wiki.alpinelinux.org/wiki/How_to_setup_a_wireless_access_point i have never used it. looks like it was jbilyk who wrote it 2013-11-04 07:05:52 nullmark: try pciutils 2013-11-04 08:18:37 How do I install the -grsec (like flashcache-grsec) apks on tmpfs enviroments? 2013-11-04 08:21:45 apk add flashcache-grsec fails on all modules because of Read-only system 2013-11-04 08:22:14 If I unpack the apk and do "insmod flashcache.ko", it works 2013-11-04 08:22:19 is this the way to go? 2013-11-04 08:24:43 [Sun Nov 03 02:00:03.230014 2013] [mpm_prefork:notice] [pid 20816] AH00171: Graceful restart requested, doing restart 2013-11-04 08:24:46 hmm wtf 2013-11-04 08:24:56 apache stopped working 2013-11-04 08:43:05 shafire: yea, i think thats the way to go for now 2013-11-04 08:43:34 kocka: do you think you could try figure out what happened with apache? 2013-11-04 08:44:39 I've found this entry in the apache log 2013-11-04 08:49:48 ncopa: is there a way to fetch the newest apk? 2013-11-04 08:51:09 shafire: apk upgrade ? 2013-11-04 08:52:11 ncopa: I want build a script, which fetch (download) the newest apk, unpacks it and does insmod 2013-11-04 08:52:16 to* 2013-11-04 08:55:00 btw. ncopa, I asked barthalion to bump the _mypkgrel, it changed from 1 to 0 instead 2, so it was old (I think) 2013-11-04 08:55:36 apk update && apk fetch $pkg --stdout | tar -zx 2013-11-04 08:56:28 http://git.alpinelinux.org/cgit/aports/commit/?id=6576b32017d8217e69383c1a48ad27e354675635 2013-11-04 08:56:34 http://git.alpinelinux.org/cgit/aports/commit/?id=7a36401bf2a1148cbd3dcc4c59a08d42060ac887 2013-11-04 08:57:49 when you update the kver in an APKBUILD do you update also the _mypkgrel? 2013-11-04 09:08:34 the apk fetch command works well, thanks! 2013-11-04 09:10:56 How can I ensure, that apk update will not update the kernel in tmpfs enviroments? 2013-11-04 09:32:10 ah 2013-11-04 09:32:12 http://git.alpinelinux.org/cgit/aports/commit/?id=7a36401bf2a1148cbd3dcc4c59a08d42060ac887 2013-11-04 09:32:15 is wrong 2013-11-04 09:32:28 shouldnt reset _mypkgrel there 2013-11-04 09:44:06 shafire: kernels are not installed by apk in tmpfs installs 2013-11-04 09:45:34 ok 2013-11-04 09:45:41 thanks 2013-11-04 09:52:23 shafire: setup-bootable will do that for you. 2013-11-04 09:57:47 I see, thanks 2013-11-04 10:03:06 ncopa: thanks, i will try that as soon as im home :) 2013-11-04 10:03:11 Can I add in /etc/modules also a path to a .ko file? 2013-11-04 10:04:17 shafire: no you need to add it to local init 2013-11-04 10:05:03 shafire: of you can build your own custom iso with modules included. 2013-11-04 10:05:09 of/or 2013-11-04 10:05:29 I need to check, how to do that 2013-11-04 10:05:35 Is it hard? 2013-11-04 10:06:33 is swimming hard? 2013-11-04 10:06:55 no 2013-11-04 10:06:57 check our wiki, and i think you can get it going. 2013-11-04 10:07:41 shafire: you need http://git.alpinelinux.org/cgit/alpine-iso 2013-11-04 10:10:45 ah 2013-11-04 10:10:45 http://wiki.alpinelinux.org/wiki/How_to_make_a_custom_ISO_image 2013-11-04 10:10:47 thanks! 2013-11-04 10:14:18 and in MODLOOP_EXTRA, I need to put the package name? 2013-11-04 10:14:37 you can check the examples in alpine-is 2013-11-04 10:14:38 o 2013-11-04 10:14:54 i dont use it that often 2013-11-04 10:15:23 http://git.alpinelinux.org/cgit/alpine-iso/tree/alpine-edge.conf.mk 2013-11-04 10:15:28 ok 2013-11-04 10:15:49 looks easy, hope it will be easy :) 2013-11-04 10:19:07 Ehm, which of them is the "Alpine Linux Standard"? 2013-11-04 10:26:54 Ok, I get it 2013-11-04 10:29:34 What I don't understand, the packages in .packages, are these included into the iso image or also installed? 2013-11-04 11:57:06 shafire: they are included in the repo on the iso 2013-11-04 12:08:53 ncopa: and which packages are then installed? only alpine-base? 2013-11-04 12:11:47 yes, at boot onlye alpine-base are installed 2013-11-04 12:12:06 only a minimal set of packages are installed when no apkovl is found 2013-11-04 12:13:55 Ok 2013-11-04 12:14:03 Where can I find the lbu include list? 2013-11-04 12:17:48 lbu include -l 2013-11-04 12:18:55 i think it is in /etc/apk/progected_paths.d/lbu.list 2013-11-04 12:19:07 at least in newer alpine versions 2013-11-04 12:19:13 yes 2013-11-04 12:19:20 thats right :) thanks 2013-11-04 12:19:21 earlier it was /etc/lbu/include 2013-11-04 12:19:33 I looked in /etc/lbu/include 2013-11-04 12:19:42 so its better to use lbu include -l 2013-11-04 12:19:43 so, I need to correct the wiki 2013-11-04 12:19:55 I looked for* 2013-11-04 12:19:58 oh, yes, that would be great 2013-11-04 12:31:18 my next question is: if I created an own iso with my kernel modules in it, is it enough to replace the modloop file in /boot on an existing installation? 2013-11-04 12:42:36 shafire: why would you want to do that? 2013-11-04 12:43:07 you can use setup-bootable upgrade function and use your custom iso 2013-11-04 12:44:32 what does setup-bootable do? 2013-11-04 12:44:57 its sets up your bootable device 2013-11-04 12:45:00 :) 2013-11-04 12:45:31 but you have to boot the default before 2013-11-04 12:45:39 you can boot a cdrom 2013-11-04 12:45:43 insert a usb 2013-11-04 12:45:54 and run setup-bootable 2013-11-04 12:46:01 it will prepare the usb for tempfs install 2013-11-04 12:46:11 ah i c 2013-11-04 13:39:21 clandmeter: I know :-) But I thought, it's better to use the official iso and only replace the stuff, I need 2013-11-04 13:41:12 Mh, how works the setup-bootable upgrade functionality? Will it leave trash on the usb? 2013-11-04 13:42:38 I should read the setup-bootable script 2013-11-04 13:45:34 shafire: to install own packages with your iso you might modify /usr/share/mkinitfs/iniramfs-init 2013-11-04 13:45:54 you can add them on line ~683 2013-11-04 13:46:23 unfortunately this must be done on the system which you use to create your iso 2013-11-04 13:46:39 (haven't found another way to do this) 2013-11-04 13:48:27 ups, there's a typo above 2013-11-04 13:48:41 should be /usr/share/mkinitfs/initramfs-init 2013-11-04 13:50:22 ok, thanks 2013-11-04 14:16:27 does someone use qemu kvm here? 2013-11-04 14:16:54 does qemu-system-x86_64 install gui stuff? (it looks so)... 2013-11-04 14:20:15 yeah recent qemu has a gtk gui 2013-11-04 14:20:36 i asked them to have it as a plugin, with dlopen 2013-11-04 14:20:52 i dont think the qemu devs realized how much gtk+ pulled in 2013-11-04 14:44:06 and when it's compiled without-gtk? 2013-11-04 14:44:28 mh, forget the idea :) 2013-11-04 15:41:25 Can I create a custom iso image with the same apks used in 2.7_rc2? 2013-11-04 15:41:39 It looks like it will get always the latest? 2013-11-04 15:48:08 it will use latest from repo yes 2013-11-04 17:15:13 Is erlang in the Alpine 2.6 repos? 2013-11-04 17:16:27 last time i checked it was in edge 2013-11-04 17:17:41 Yeah, I know it's in edge, but I don't know about 2.6 2013-11-04 17:19:17 http://nl.alpinelinux.org/alpine/v2.6/main/x86_64/ 2013-11-04 17:19:26 it seems not there 2013-11-04 17:19:47 s/not/isn't 2013-11-04 17:20:30 Niichan, is in testing 2013-11-04 17:20:30 http://nl.alpinelinux.org/alpine/edge/testing/x86_64/ 2013-11-04 17:20:55 Yeah was just aboutto say 2013-11-04 18:56:31 heh, apk synced the .18 kernel on my tmpfs install 2013-11-04 18:56:56 can I prevent that? 2013-11-04 19:19:35 shafire: ? 2013-11-04 19:20:13 apk does not manage kernels on tmpfs 2013-11-04 19:20:28 # apk cache sync fetch http://nl.alpinelinux.org/alpine/v2.7/main/x86_64/linux-grsec-3.10.18-r0.apk 2013-11-04 19:20:42 did you install it? 2013-11-04 19:20:47 no 2013-11-04 19:20:56 apk info |grep linux 2013-11-04 19:21:08 apk info |grep linux linux-firmware 2013-11-04 19:22:13 ? 2013-11-04 19:22:34 can you apk del linux-grsec? 2013-11-04 19:22:34 # apk info |grep linux 2013-11-04 19:22:34 linux-firmware 2013-11-04 19:22:53 did you create a custom iso? 2013-11-04 19:22:57 ah 2013-11-04 19:22:58 I see 2013-11-04 19:23:05 is it because of apk add flashcache-grsec? 2013-11-04 19:23:21 probably 2013-11-04 19:23:27 you cannot add that on tmpfs 2013-11-04 19:23:37 thats why you need to build your own iso 2013-11-04 19:23:43 I know 2013-11-04 19:23:48 I am testing some ways 2013-11-04 19:23:58 you said it 3 times today :) sorry for that 2013-11-04 19:24:03 if you know, then why do it? 2013-11-04 19:24:05 :) 2013-11-04 19:24:31 I would love to make it compatible 2013-11-04 19:24:52 but there is not union fs in kernel 2013-11-04 19:24:55 no 2013-11-04 19:25:48 http://unionfs.filesystems.org/ ? 2013-11-04 19:26:31 thats an option 2013-11-04 19:26:37 but thats for sure not going mainline 2013-11-04 19:26:47 http://www.phoronix.com/scan.php?page=news_item&px=MTMyNzA 2013-11-04 19:26:55 but it never got merged afaik 2013-11-04 19:26:57 now, # apk info |grep linux is empty 2013-11-04 19:28:12 but "# apk -v cache clean" won't delete the linux-grsec from cache :( 2013-11-04 19:28:50 what if you delete all cache and recreate it 2013-11-04 19:31:34 Ok, looks good 2013-11-04 19:31:57 thanks 2013-11-04 19:36:36 now, there is rc3 out 2013-11-04 19:38:16 rc3? 2013-11-04 19:38:29 2.7.0_rc3 2013-11-04 19:38:56 its just a tag 2013-11-04 19:39:12 apk update && apk upgrade 2013-11-04 19:39:26 except of course for kernel 2013-11-04 19:42:46 I know, but I can download the _rc3 iso and run setup-bootable 2013-11-04 19:44:28 you dont need to download it ;-) 2013-11-04 19:44:56 mh, I need to mount the iso image or not? 2013-11-04 19:45:05 to copy over the files 2013-11-04 19:45:27 i thought you could use an url 2013-11-04 19:45:35 to the iso 2013-11-04 19:45:58 but it will download it anyway I think :) 2013-11-04 20:00:53 -> Upgrading /dev/usbdisk from alpine-2.7.0_rc2 131031 to alpine-2.7.0_rc3 131104 2013-11-04 20:23:42 it worked, :) 2013-11-04 20:24:24 I think, I will not create a custom iso and use the insmod trick 2013-11-05 08:36:21 i think we should update the alpine linux description on distrowatch 2013-11-05 08:36:23 http://distrowatch.com/table.php?distribution=alpine 2013-11-05 08:37:13 any suggestions? 2013-11-05 08:41:43 -x86 2013-11-05 08:41:57 as the arm-port is going on :) 2013-11-05 08:42:42 maybe something the ongoing switch to musl should be there too 2013-11-05 08:43:00 maybe something regarding the ongoing switch to musl should be there too 2013-11-05 08:47:15 how about an additional sentence: 2013-11-05 08:47:16 Current development targets the switch from uClibc to musl and the ARM-port for RaspberryPi. Both steps are currently (11/2013) in a beta phase. 2013-11-05 08:52:25 wouldt it be better to wait telling that til it is done? 2013-11-05 08:56:24 depends on how long it takes ;-) 2013-11-05 08:57:03 or other way around: what do you think should be updated otherwise? 2013-11-05 09:12:04 i was thinking it appears to be for routers firewalls vpns and voip only 2013-11-05 09:12:10 but its more than that 2013-11-05 09:12:37 maybe shuold be changed to "general purpose" 2013-11-05 09:12:40 or something 2013-11-05 09:12:47 or just server/router 2013-11-05 09:19:40 re: distrowatch: add keyword "equipped with appliance creation and handling tools" 2013-11-05 09:22:55 "includes simple/lighweight desktops" 2013-11-05 09:28:30 User Forums link is missing ! 2013-11-05 09:29:20 we do have couple of wiki pages with for Screenshots 2013-11-05 14:06:26 lol kaniini 2013-11-05 15:00:38 just tried alpine in a VM, seems really nice, still need to get used to apk though 2013-11-05 15:00:44 I like how alpine uses openrc 2013-11-05 18:06:56 Is alpine the only one with lbu to save settings on usb and resume it? 2013-11-05 18:54:42 Frosh: as far as I know, yes 2013-11-06 08:34:56 hi 2013-11-06 14:11:24 shorewall 4.5 is in v2.7 for those who care about that 2013-11-06 14:29:26 thnx ncopa :) 2013-11-06 19:15:51 http://www.halon.se/security-router/ bloa 2013-11-07 06:55:43 morning 2013-11-07 06:56:03 does anyone know, how to leave an lxc console connection, 2013-11-07 06:56:12 if connected using a screen session? 2013-11-07 06:56:27 i .e im connected via PuTTY 2013-11-07 06:56:49 and working on a screen session because i'm in a train 2013-11-07 06:57:23 but now it's impossible to send "ctrl-a q" to leave the lxc console 2013-11-07 06:57:26 any ideas? 2013-11-07 07:02:58 morning 2013-11-07 07:03:10 ctrl-a a q 2013-11-07 07:04:15 in gnu screen you can send 'ctrl-a' to the running application with 'ctrl-a a' 2013-11-07 07:27:23 ncopa that rebooting bug with hvm is not normal? I think I experience something similar 2013-11-07 07:33:59 rebooting bug with hvm? 2013-11-07 07:34:16 we had an issue with hvms not booting at all 2013-11-07 07:34:28 which got fixed with xen-4.3.1 2013-11-07 07:34:43 alpine-xen-2.7.0_rc5 2013-11-07 07:35:17 wow up to 5 already 2013-11-07 07:35:37 i need make an rc6 too :-( 2013-11-07 07:35:55 many unexpected issues has showed up 2013-11-07 07:35:58 when is 2.7 official coming? I might just update from rc2 to it 2013-11-07 07:36:16 2.7 was supposed to be released last tuesday 2013-11-07 07:36:26 so we are overtime :( 2013-11-07 07:36:48 i would have done it yesterday if it was not for syslinux issue 2013-11-07 07:37:14 would be embarrasing if the released 2.7.0 did not boot... 2013-11-07 07:37:15 :) 2013-11-07 07:37:33 when it is out, i should be able to apk update from rc2 -> official with no problems? 2013-11-07 07:37:39 yes 2013-11-07 07:37:48 well 2013-11-07 07:37:54 is it tmpfs install? 2013-11-07 07:38:03 or traditional disk install? 2013-11-07 07:38:11 if its traditional disk install its just apk upgrade 2013-11-07 07:38:19 traditional on hdd 2013-11-07 07:38:27 then its no problem 2013-11-07 07:38:40 just use v2.7 repository and apk upgrade 2013-11-07 07:39:24 I like the way I have things setup, even tho I still see the xen pause which is livable, since I prolly need a script to just xl unpause it 2013-11-07 07:40:16 might be that is fixed in xen-4.3.1 2013-11-07 07:41:14 i guess we'll see 2013-11-07 07:42:29 thanks ncopa for having a distro with xen packaged :) 2013-11-07 07:44:17 i think you should thank royger and kaniini for that :) 2013-11-07 07:44:57 ncopa: xen 4.3.1 fixes it ? 2013-11-07 07:46:24 kaniini: apparently it does 2013-11-07 07:47:33 there were various hvm fixes in xen git 4.3.0->4.3.1 2013-11-07 07:50:53 okay 2013-11-07 07:50:57 will push it out 2013-11-07 07:51:50 i upgraded it in aports 2013-11-07 07:52:24 alpine-xen-2.7.0_rc5 has xen-4.3.1 2013-11-07 07:52:55 btw, i think its possible to run xen on 32 bit host if hvm is disabled 2013-11-07 07:53:19 so you could have 32 bit dom0 and PV guests only 2013-11-07 07:53:46 not that I think anyone should actually do that, but i think its possible 2013-11-07 10:16:55 How's that Raspberry Pi build coming? 2013-11-07 10:21:27 there is alreay an image 2013-11-07 10:22:31 NameBrand: http://dev.alpinelinux.org/~tteras/alpine-edge-131010-armhf.rpi.tar.gz 2013-11-07 10:26:14 is that a .img or something else? 2013-11-07 10:41:46 NameBrand: its a tar.gz 2013-11-07 10:41:55 copy the contents to a sd and boot 2013-11-07 10:42:25 k, I'm used to the raspbian.img's which you dd onto the sd card 2013-11-07 10:42:39 NameBrand: we run from tmpfs 2013-11-07 10:42:47 the structure is different 2013-11-07 10:43:10 we dont use the sd as running filesystem like raspbian does 2013-11-07 10:43:24 ah 2013-11-07 10:44:18 its better to mount /home to usb or another partition. 2013-11-07 10:44:30 if you want to store files 2013-11-07 10:44:47 and if you plan to put lots of stuff in /var, you will need to mount that also 2013-11-07 12:03:53 hi 2013-11-07 12:15:47 hi 2013-11-07 13:15:53 wtf is happening? 2013-11-07 13:16:22 can someone ban him please? 2013-11-07 13:18:47 kaniini, ncopa, clandmeter: ^ 2013-11-07 13:24:12 lol 2013-11-07 13:24:15 whats that? 2013-11-07 13:24:25 a ubuntu user? :) 2013-11-07 13:26:05 unban him after 1 day 2013-11-07 13:26:30 I think, his irc client gone crazy with reconnections 2013-11-07 13:26:55 shafire: agree. please remind me tomorrow so i dont forget it 2013-11-07 13:28:50 ok 2013-11-07 16:02:47 ZNC does that a lot 2013-11-07 16:02:52 it is why i don't use bouncers 2013-11-08 09:06:01 hi 2013-11-08 18:24:41 alpine is in top100 on distrowatch? :) 2013-11-09 14:11:26 Hello guys 2013-11-09 14:11:59 i have upgrade my alpine-boxes to v2.7 2013-11-09 14:12:54 nowsamba doesn't work anymore becouce library 'libtdb.so.1' is missing 2013-11-09 14:13:41 when i call apk upgrade i get 1 error 2013-11-09 14:15:27 can anyone give me an info aboute the error or any other help 2013-11-09 15:53:44 everybody idle here - i hote to get support here :( 2013-11-09 15:53:53 i hope 2013-11-09 15:54:07 ACTION needs an new keyboard 2013-11-09 16:17:37 LanSpezi: what is the error message during the upgradE? 2013-11-09 16:20:57 i can not see the messag anymore because i have rebootet the box 2013-11-09 16:21:18 i get now the gfollowing output 2013-11-09 16:22:14 vm-filesrv:~# apk upgrade 1 errors; 274 MiB in 77 packages vm-filesrv:~# /etc/init.d/samba start * Starting smbd ... /usr/sbin/smbd: can't load library 'libtdb.so.1' * start-stop-daemon: failed to start `/usr/sbin/smbd' [ !! ] * Starting nmbd ... /usr/sbin/nmbd: can't load library 'libtdb.so.1' * start-stop-daemon: failed to start `/usr/sbin/nmbd' 2013-11-09 16:33:29 what is the output of which libtdb.so.1 ? 2013-11-09 17:02:50 nothing 2013-11-09 17:04:10 when i search i get 2013-11-09 17:04:12 find / -name libdb* -print /usr/lib/samba/libdbwrap.so /usr/lib/samba/libdb-glue.so /usr/lib/libdb-5.3.so 2013-11-09 17:24:26 cu @ all 2013-11-10 00:21:36 N8@all 2013-11-10 07:59:55 good morning 2013-11-10 08:01:57 question: is the problem in v2.7.0 found with samba and the libtdb.so.1? 2013-11-10 08:27:10 I'm having some weird boot loop issue, just wondering if anyone else has it or if it's caused by me. 2013-11-10 08:27:42 Actually, it's probably just a local problem, forget I ever said that. 2013-11-10 10:26:06 LanSpezi: still having libtdb issue ? 2013-11-10 10:26:30 yes i have it 2013-11-10 10:26:48 I have yet to download v2.7, but what does "apk info tdb" show ? 2013-11-10 10:27:08 and "apk search tdb" ? 2013-11-10 10:28:17 apk search tdb samba-libs-4.1.0-r2 tdb-libs-1.2.12-r0 samba-libs-4.1.0-r2 samba-libs-4.1.0-r2 py-tdb-1.2.12-r0 samba-libs-4.1.0-r2 tdb-dev-1.2.12-r0 samba-libs-4.1.0-r2 tdb-1.2.12-r0 tdb-libs-1.2.12-r0 samba-libs-4.1.0-r2 qt-4.8.5-r2 2013-11-10 10:28:45 apk info tdb tdb-1.2.12-r0 description: The tdb library tdb-1.2.12-r0 webpage: http://tdb.samba.org/ tdb-1.2.12-r0 installed size: 69632 2013-11-10 10:29:06 try installing tdb and tdb-libs 2013-11-10 10:29:27 and see if samba still works 2013-11-10 10:29:39 apk add tdb tdb-libs 2013-11-10 10:29:43 apk add tdb (1/1) Installing tdb (1.2.12-r0) Executing busybox-1.21.1-r0.trigger Executing uclibc-utils-0.9.33.2-r26.trigger 1 errors; 274 MiB in 78 packages 2013-11-10 10:30:16 and the same -> apk add tdb-libs 1 errors; 274 MiB in 78 packages 2013-11-10 10:31:32 so adding tdb-lib is the issues, I guess it has the required lib file for samba issue 2013-11-10 10:33:20 when i try to add tdb-lib i get -> apk add tdb-lib ERROR: unsatisfiable constraints: tdb-lib (missing): required by: world[tdb-lib] 2013-11-10 10:33:40 "tdb-libs" 2013-11-10 10:34:05 thats not the issue 2013-11-10 10:34:40 i mean adding tdb is not that issue 2013-11-10 10:35:48 can you apk fix? 2013-11-10 10:36:21 correct - when iwant to do this i get an error - see my past at 11:30 2013-11-10 10:36:32 exe: apk fix 2013-11-10 10:37:34 after a apk fix i can sucessfuly start samba - thanks 2013-11-10 10:37:55 LanSpezi: did you upgarde to 2.7? 2013-11-10 10:38:39 i do it yesterday on my 7 domu's 2013-11-10 10:38:51 i upgraded from 2.6.6 2013-11-10 10:39:36 not sure what happend, probably lots of changes in samba 3->4 upgrade 2013-11-10 10:40:36 thanky for your help ti fix the problem 2013-11-10 10:40:45 no problem 2013-11-10 10:40:51 sorry forthe typos 2013-11-10 10:41:06 i collect typos 2013-11-10 10:41:29 i use them often :) 2013-11-10 10:41:39 ;) 2013-11-10 10:45:09 i see in the log i have a new problem with smbpasswd now 2013-11-10 10:45:46 [2013/11/10 11:38:07, 0] ../source3/smbd/server.c:1198(main) smbd version 4.1.0 started. Copyright Andrew Tridgell and the Samba Team 1992-2013 [2013/11/10 11:38:07.334377, 0] ../source3/passdb/pdb_interface.c:169(make_pdb_method_name) No builtin nor plugin backend for smbpasswd found 2013-11-10 10:46:12 i think i have some more work 2013-11-10 10:56:21 i found infos on www.samba.org 2013-11-10 11:02:12 ncopa updated samba just before the rc releases, so it doesnt have much testing. 2013-11-10 11:06:02 thanks for the info - i have now to update some in my samba-configuration 2013-11-10 11:18:27 by by 2013-11-10 18:17:34 Can I reduce the tty consoles somewhere? 2013-11-10 23:08:55 @shafire - reduce the TTY's by editing /etc/inittab & # out the ones you wish to disable 2013-11-10 23:11:06 thanks 2013-11-10 23:19:15 @ shafire - if you are SSH'ing into the guests using MOSH uses a little less RAM than normal OpenSSH - I found using MOSH with OpenSSH a better solution than using dropbear. For the debian guest also set the default shell to dash (dpkg-reconfigure dash) & set the login shell to dash for the user - no point having it as bash if you are going to SU to root 2013-11-10 23:20:26 ah okay, thanks 2013-11-10 23:21:36 also replace rsyslog with inetutils-syslogd 2013-11-10 23:42:21 thanks 2013-11-11 13:15:11 when creating a new xen pv we get this error: libxl: error: libxl_device.c:725:libxl__wait_device_connection: unable to get info for domain 2013-11-11 13:15:16 any ideas why? 2013-11-11 13:16:02 basically when following this: http://wiki.alpinelinux.org/wiki/Create_Alpine_Linux_PV_DomU 2013-11-11 13:17:47 alpine and xen version? 2013-11-11 13:18:06 al-2.7 2013-11-11 13:18:30 and xen-4.3.1-r0 2013-11-11 13:22:26 that's new 2013-11-11 13:23:17 could you try a minimal xen pv guest config? 2013-11-11 13:23:24 without disk, just the cdrom (iso) 2013-11-11 13:24:55 ok 2013-11-11 13:34:53 that's what i get: Parsing config from alpine-mini-2.7-g1 2013-11-11 13:34:53 libxl: error: libxl_dom.c:35:libxl__domain_type: unable to get domain type for domid=8 2013-11-11 13:34:53 libxl: error: libxl_create.c:1115:domcreate_attach_vtpms: unable to add nic devices 2013-11-11 13:34:53 libxl: error: libxl.c:1379:libxl__destroy_domid: non-existant domain 8 2013-11-11 13:34:53 libxl: error: libxl.c:1343:domain_destroy_callback: unable to destroy guest with domid 8 2013-11-11 13:34:53 libxl: error: libxl_create.c:1209:domcreate_destruction_cb: unable to destroy domain 8 following failed creation 2013-11-11 13:35:56 It could be a bug, you could ask in #alpine-devel, there're the xen experts 2013-11-11 13:37:32 which alpine image do you use? 2013-11-11 13:37:50 apk update, apk upgrade done? 2013-11-11 13:58:30 sorry ... 2013-11-11 13:58:57 yes, we just upgraded to al-2.7 :P 2013-11-11 13:59:06 before we're on 2.6.6 2013-11-11 13:59:16 ok, will ask on alpine-devel! 2013-11-11 13:59:19 thx for help! 2013-11-11 15:49:48 uk-: could you paste the output of the command that gives you the error and execute it with -vvv? 2013-11-11 18:16:02 royger: i think i know what happened, it's probably br0 misconfiguration in interfaces 2013-11-11 18:18:35 but atm i don't have access to the server to further test it ... 2013-11-11 18:19:00 thanks so much for asking about the status! 2013-11-11 18:33:58 uk-: yes, that would definetely cause this kind of error 2013-11-12 09:53:50 hi! 2013-11-12 09:53:58 anyone ever tried to run al on hyper-v ? 2013-11-12 09:54:21 i tried and al did not find the disk :P 2013-11-12 09:54:31 any ideas? 2013-11-12 10:00:49 uk-: missing hyper-v PV drivers? wrong root passed at boot time? 2013-11-12 10:03:43 ah, cool, so there are pv drivers in apk repo? 2013-11-12 10:04:01 or do i need to compile the kernel and add it by myself? 2013-11-12 10:05:02 hm, don't think is the wrong root pwd ... i boot from cd-rom and run setup-alpine in order to install it on the prepared vhd 2013-11-12 10:06:54 uk-: i think i have some box in production on hyper-v 2013-11-12 10:07:01 it has been a bumpy road 2013-11-12 10:07:29 the hyper-v drivers has been variated quality 2013-11-12 10:07:34 sometime it works 2013-11-12 10:07:38 sometimes it does not 2013-11-12 10:08:06 i dont know how the latest kernels work 2013-11-12 10:08:20 or how grsecurity kernel works 2013-11-12 10:08:34 yeah i see 2013-11-12 10:08:55 http://bugs.alpinelinux.org/issues/1021 2013-11-12 10:09:19 i have an alpine-vserver in production 2013-11-12 10:09:41 it used to hang but since i changed the nic driver or something it has been stable 2013-11-12 10:10:16 uk-: it would be great if you could test alpine v2.7 2013-11-12 10:10:33 test syntetic nic, and the different hyper-v settings 2013-11-12 10:10:38 hihi, i used 2.7 2013-11-12 10:10:38 and doc what works and what does not 2013-11-12 10:10:40 nic worked 2013-11-12 10:10:43 ok 2013-11-12 10:11:03 did you test both x86 and x86_64? 2013-11-12 10:11:09 no just 64 2013-11-12 10:11:21 ok. i think x86_64 had issues before 2013-11-12 10:11:42 the thing is i need a test machine with x64, and hyper-v was the easiest choice ... 2013-11-12 10:11:55 yeah 2013-11-12 10:11:59 :) 2013-11-12 10:12:02 it might be it will work just fine now 2013-11-12 10:12:27 i have seen that there have been changes in linux kernel for hyper-v 2013-11-12 10:12:48 but 2-3 years ago, linux on hyper-v was more or less garbage 2013-11-12 10:13:01 yes, even i heard about hyper-v support in linux kernel :P 2013-11-12 10:13:19 microsoft wrote the drivers 2013-11-12 10:13:26 for linux? 2013-11-12 10:13:33 yeah 2013-11-12 10:13:37 :D 2013-11-12 10:13:43 that explains it 2013-11-12 10:13:47 :D 2013-11-12 10:14:01 yeah... that was what i thought too :) 2013-11-12 10:14:15 lol 2013-11-12 10:59:56 when I first wanted to try alpine a few months back I tried testing it in hyper-v, it didn't work 2013-11-12 11:01:35 I ended up with vmware, and that worked as expected :) 2013-11-12 12:04:05 jzono1: you wanted enable some infiniband stuff in kernel? 2013-11-12 12:10:40 ncopa: yeah 2013-11-12 12:11:01 i enabled someething but not sure it was what you wanted 2013-11-12 12:11:16 CONFIG_INFINIBAND_QIB=m 2013-11-12 12:11:31 that's the one I want 2013-11-12 12:11:38 its an x86_64 only option irrc 2013-11-12 12:11:43 iirc* 2013-11-12 12:12:13 yup 2013-11-12 12:12:20 its enabled in v2.7 2013-11-12 12:13:12 cool, thank you. 2013-11-12 12:17:29 I'm probably going to take a look at the userspace tools for inifiband once I have a bit more free time. + see if I still end up with crashes with rdma 2013-11-12 14:23:26 in xen: is having /, /boot and swap in separate .img files a must to get it work with pygrub? does it work with one .img with those 3 partitions? 2013-11-12 14:24:14 i would expect it to work to have multiple partitions on the same .img 2013-11-12 14:25:19 ok, good 2013-11-12 15:33:44 uk-: it should work 2013-11-12 16:45:52 royger: xen has features for physical to virtual migration of a potential guest, right? 2013-11-12 16:51:56 has anyone used libvirt's feature to encrypt qcow2 images on alpine? 2013-11-12 17:26:48 uk-: you can always do a dd of the HDD and run the guest as HVM I guess, do you mean that? 2013-11-12 17:40:45 Is there an appropriate way to backup lvm or is dd the method to go with? 2013-11-12 18:02:35 Frosh: there's like a dozen of ways 2013-11-12 18:03:15 i first do a lvm snapshot of a lv and then save the snapshot using dd + compression 2013-11-12 18:03:24 into a file on another disk 2013-11-12 18:03:29 but you can do a lot more 2013-11-12 18:04:24 up to adding backup disks into the vg, and mirroring to them, and then removing them, moving them to the backup server and then do the backup there 2013-11-12 18:04:27 etc :) 2013-11-12 18:09:18 thanks darkfaded, didn't know I can make a snapshot of lvm that way 2013-11-12 18:17:21 Frosh: ah ok, then you'll soon enjoy iy 2013-11-12 18:17:30 i have a medium-well script for it 2013-11-12 18:17:52 https://bitbucket.org/darkfader/vmbackup/src/34fc7e4f47f51c9f7acabcc48f909e9286508728/backup_vm_offline_snapshot-xl.sh?at=default 2013-11-12 18:18:13 i think right now this version doesn't delete the snapshots yet 2013-11-12 18:18:24 i reenabled that some time back 2013-11-12 18:18:37 and the script shuts down vms for the backup since i want it 100% consistent 2013-11-12 18:19:08 cool I will have a look, thanks for the lesson 2013-11-13 01:26:06 hm 2013-11-13 01:26:09 php-fpm is showing as crashed 2013-11-13 01:26:16 even though it's still running 2013-11-13 01:26:16 o.O 2013-11-13 08:39:30 hi 2013-11-13 10:36:26 royger: i just found the thread with you and a cubieboard 2013-11-13 10:36:39 $colleague and i bought 3 cubietrucks to test with 2013-11-13 10:37:00 darkfaded: yes, still missing SATA/MMC driver in upstream kernel, so not really usable right now 2013-11-13 10:37:12 for my use case at least 2013-11-13 10:37:18 yeah :/ i wanna boot off that nand piece too 2013-11-13 10:37:29 nfs root is a bit lame i think 2013-11-13 10:37:40 although it's much easier to hack like that 2013-11-13 10:38:21 royger: the raspi alpine would work on it, right? 2013-11-13 10:38:40 (besides the missing drivers) 2013-11-13 10:38:54 darkfaded: no idea, I would have to pack a initramfs which I didn't do :) 2013-11-13 10:39:04 hehe yeah i noticed 2013-11-13 10:39:13 no initrd is less hassle sometimes 2013-11-13 10:39:19 but i couldn't even remember why 2013-11-13 10:39:26 i did that back in the xendistro days 2013-11-13 10:39:37 one kernel that worked[tm], no initrd 2013-11-13 10:40:09 I have very little experience with cross-compiling and all this stuff, and building a cross-initramfs for alpine looked really complicated 2013-11-13 10:40:51 once we have everything we need in upstream I guess it won't be that difficult 2013-11-13 10:41:25 I was able to boot with Xen and Linux up to the point were a root has to be attached 2013-11-13 10:41:36 saw it 2013-11-13 10:41:37 hmm 2013-11-13 10:42:34 also, given that there's only 1GB of ram, I would rather prefer to not run from RAM, specially if I want to use it to launch VMs 2013-11-13 10:42:39 is it still a crosscompile from raspi? are those cpus binary backward compatible 2013-11-13 10:42:42 yesss 2013-11-13 10:43:20 everything that runs on rpi (armv6) should be able to run on the cubie (armv7) it's backward compatible 2013-11-13 10:44:49 except the kernel, of course 2013-11-13 10:45:15 why not the kernel? 2013-11-13 10:45:23 i'm not immediately getting it 2013-11-13 10:46:35 the cpu architecture is different, maybe with the arm multiplatform stuff this is true now 2013-11-13 10:47:07 ok so 70% probability the kernel wouldn't boot 2013-11-13 10:47:33 fabled probably knows more about this, I've done 0 kernel hacking with ARM 2013-11-13 10:48:16 can't decide yet. maybe we'll give it a shot on the weekend after this oen 2013-11-13 10:48:31 i have this ubuntu linaro on it and it makes me aggressive 2013-11-13 10:49:13 xen would be nice to have and it seems both you and konrad have some cubie thing 2013-11-13 10:49:18 so it's good chances :) 2013-11-13 10:49:33 darkfaded: s/konrad/IanC :) 2013-11-13 10:49:44 oh 2013-11-13 10:49:46 oki :) 2013-11-13 10:58:48 kernel needs per-board configuration. it's possibly to configure v6+v7 board - but it makes sense to build separate v6 and v7 kernels imho 2013-11-13 11:00:33 sure, just thinking about the best way to get a working build / test env 2013-11-13 11:01:05 we'd like to patch the nand drivers in for our kernel 2013-11-13 11:01:28 basically, it would also work to sit back 4 weeks 2013-11-13 11:01:46 but 4 weeks having fun is nice 2013-11-13 17:21:11 ncopa, ping 2013-11-14 12:03:10 finally got around to booting that raspberry pi image... yea that's kinda limited. :-P 2013-11-14 12:45:03 fabian_a: did you have a git pull request? what was the git url? 2013-11-14 14:33:22 i'm trying to get pvgrub working under alpine .... 2013-11-14 14:34:05 the docs i read about that say that xen guest config should include pvgub kernel 2013-11-14 14:34:42 where can i find it? 2013-11-14 14:34:50 uk-: just set the "kernel" param in your config file to point to the pvgrub kernel 2013-11-14 14:35:12 yes, but where is pvgrub's kernel ? 2013-11-14 14:35:29 in boot i have the host's kernel only... 0_o 2013-11-14 14:35:42 seems like i'm missing something here ..... 2013-11-14 14:36:39 /usr/lib/xen/boot or something like that? 2013-11-14 14:36:50 it won't be placed in /boot for sure 2013-11-14 14:37:08 yes!! 2013-11-14 14:37:11 thanks!!!!!!!! 2013-11-14 14:38:24 uk-: np :) 2013-11-14 14:41:33 royger: if i pass in extra and the path to menu.list on the guest, that should do it right? 2013-11-14 14:42:43 uk-: no idea, never used pvgrub, but there's a fantastic wiki page about it: http://wiki.xen.org/wiki/PvGrub 2013-11-14 14:45:28 royger: thanks! 2013-11-14 14:59:32 pygrub is much easier than pvgrub 2013-11-14 15:04:45 Frosh: it's also much less secure 2013-11-14 15:08:24 hyptothetically 2013-11-14 15:08:31 but what do I know 2013-11-14 15:32:25 uk-: would be great if you could update http://wiki.alpinelinux.org/wiki/Create_Alpine_Linux_PV_DomU with pvgrub 2013-11-14 15:49:19 since this topic is just around 2013-11-14 15:50:09 i'll now open bugs for pygrub and pvgrub 2013-11-14 16:13:40 at boot with pvgrub i allways get mouting root: failed 2013-11-14 16:13:53 in the recovery console i can then manualy mount the drives .... 2013-11-14 16:14:27 any ideas? 2013-11-14 16:16:18 (in the logs before the error i can also see drives were detected successfuly) 2013-11-14 16:17:04 uk-: you need to tell it the partition and probably that line went wrong 2013-11-14 16:17:14 i hope thats it :) 2013-11-14 16:17:52 actually, no probably not 2013-11-14 16:18:02 that would be true for any grub based distro 2013-11-14 16:18:09 you're trying to boot alpine? 2013-11-14 16:18:23 yes, i'm testing with al-mini as the guest ... 2013-11-14 16:18:39 i'll gladly let that question for the people that mention pv-grub 2013-11-14 16:18:43 imho it's not possible 2013-11-14 16:18:48 ncopa: 2.7.0 iso will not boot for me with virtualbox :( 2013-11-14 16:19:20 tdtrask: error message? does it help to add pax_nouderef to boot command line? 2013-11-14 16:19:28 Booting kernel failed: Invalid argument 2013-11-14 16:19:45 just ckeeps cycling 2013-11-14 16:20:11 how would I modify the boot command line on the iso? 2013-11-14 16:20:18 can you check the checksum of the iso? 2013-11-14 16:20:28 yeah, that's my next step 2013-11-14 16:22:38 sha1 passed 2013-11-14 16:23:59 ncopa: anything else you need? 2013-11-14 16:24:42 i need to go home :) 2013-11-14 16:24:45 ACTION failed to mention that it's the x86 iso 2013-11-14 16:24:59 ok, np 2013-11-14 16:25:13 you could try different virtualbox settings 2013-11-14 16:25:15 ACTION is confident you will track down the problem 2013-11-14 16:25:21 its likely related syslinux 6 2013-11-14 16:25:26 I will play with it some more 2013-11-14 16:25:37 so you could google virtualbox and syslinux 6 2013-11-14 16:25:54 the iso booted in qemu... 2013-11-14 16:30:14 VirtualBox Version 4.1.2_Ubuntu r88459 2013-11-14 16:30:24 might need upgrade 2013-11-15 08:57:14 Hello... I have a router with Alpine that's been in service for a while... Now I want to add a package 'tshark' as I need to diagnose some network issues, but doing 'apk add tshark' also wants to install 'gettext', which in turn reports an error: 2013-11-15 08:57:36 RROR: gettext: Trying to overwrite usr/lib/libintl.so.8.1.1 owned by libintl 2013-11-15 08:58:29 Alpine relase is 'alpine-2.2.2'. 2013-11-15 09:19:40 hi 2013-11-15 09:20:10 can you find out which package that needs libintl? 2013-11-15 09:21:10 apk info -r libintl 2013-11-15 09:21:59 alpine 2.2 is no longer supported btw.. 2013-11-15 09:34:21 apk info -r libintl - minicom, glib, pango, rrdtool 2013-11-15 09:36:30 ncopa: What's a 'soft & gentle' way of bringing a 'production level' machin 'up to date'? 2013-11-15 09:39:13 And is there a release that could be considered an 'long term support' release? Because once I have built a router and it's in function, I don't like to fiddle with it too much... Maybe install an aditional package now and then, maybe some specific package updates - but not really too keen to do major upgrades... 2013-11-15 09:41:34 danci1973: we dont support things longer than 2 years... 2013-11-15 09:42:42 danci1973: what happens if you do: apk upgrade -U 2013-11-15 09:42:48 and then try apk add tshark? 2013-11-15 09:42:59 do you have mixed versions in /etc/apk/repositories? 2013-11-15 09:43:27 apk upgrade -U should take it to the latest v2.2 2013-11-15 09:43:35 and should be 'safe' 2013-11-15 09:55:50 In 'etc/apk/repositoreis' I have: /media/sda1/apks http://nl.alpinelinux.org/alpine/v2.2/main and http://nl.alpinelinux.org/alpine/v2.2/testing 2013-11-15 09:58:37 If I did 'apk --simulate upgrade -U', it first says "WARNING: Ignoring /media/sda1/apks/x86/APKINDEX.tar.gz: UNTRUSTED signature", then it sasy 'WARNING: This simulation is not reliable as apk-tools upgrade is available.' and then goes on to list packages (18) that it would upgrade... 2013-11-15 09:58:51 I'm not sure I'm brave enough to just do the upgrade ... :D 2013-11-15 10:12:35 I did the 'apk upgrade -U' and then 'apk add tshark', but it's the same - it first installs 'libgomp', then goes to install 'gettext' which reports the above mentioned error... 2013-11-15 10:14:04 I donwloaded the 'gettext' package and it does indeed include the '/usr/lib/libintl.so.8.1.1' file. 2013-11-15 10:22:44 what i think is strange is 2013-11-15 10:22:53 in v2.2, there is no libintl package... 2013-11-15 10:23:14 so i wonder where the libintl package comes from 2013-11-15 10:24:23 ah 2013-11-15 10:24:29 maybe its from 'testing' 2013-11-15 10:25:59 nope, i cannot find it there either 2013-11-15 10:26:21 i think i would uninstall all package needing libintl 2013-11-15 10:26:30 and then install them again 2013-11-15 10:26:47 uninstall libintl itself inbetween 2013-11-15 10:35:42 Will try that... 2013-11-15 10:41:28 That did the trick - had to uninstall all depending on libintl and some packages depending on those and libintl itself: minicom glib pango rrdtool libintl ntop lm_sensors 2013-11-15 10:42:32 Then I was able to reinstall these packages: apk add minicom glib pango rrdtool ntop lm_sensors (they now more dependencies - in total 30 packages were installed). 2013-11-15 10:42:41 And now I was also able to install 'tshark'. :D 2013-11-15 10:42:48 Thank you very much. 2013-11-15 10:46:43 np :) 2013-11-15 11:14:02 ncopa: How much does Alpine change between releases? I mean - if I were to upgrade this router(s) to something more current, would I get my self into 'hell' or should that be fairly 'safe'? 2013-11-15 11:40:28 bah this is not good acf doesn`t generate usable smb.conf file 2013-11-15 11:41:59 need to copy working one from bsd + adopt it 2013-11-15 12:05:23 aha there is expert tab - sorry my fault 2013-11-15 12:05:37 this is nice :) 2013-11-15 12:26:03 danci1973: that depends a bit on your setup 2013-11-15 12:26:13 what apps you use 2013-11-15 12:27:51 I basically build a 'router'. Wanted features include iptables, openvpn, ipsec vpn (openswan klips preferred), ucarp, zebra/quagga, ... I use USB or CF media for booting and have it run in memory. 2013-11-15 12:28:16 Pretty much what you'd expect from a Linux router. :D 2013-11-15 12:29:23 iptables has minor changes in syntax 2013-11-15 12:29:37 it affected shorewall(-shell) 2013-11-15 12:29:54 zebra/quagga is normally never problem 2013-11-15 12:30:05 if you have database postgresql 2013-11-15 12:30:10 you'll have to dump/restore 2013-11-15 12:30:22 but basically 2013-11-15 12:30:34 when you run from memory you do re-install each boot 2013-11-15 12:31:08 the nice thing is that you can create a new boot usb, copy the .apkovl file from running install to new usb 2013-11-15 12:31:24 while keep current running usb as fallback/backup 2013-11-15 12:31:36 then you replace the boot usb and boot up 2013-11-15 12:31:43 if problem you can easily switch back to old 2013-11-15 12:32:12 i think openswan is no longer maintained upstream 2013-11-15 12:34:37 ncopa: Too bad about openswan... I really prefer the KLIPS with the 'ipsecX' interface - makes it so much easier to manager firewalls. 2013-11-15 12:35:29 i think there is libreswan 2013-11-15 12:35:34 but it needs a bit work 2013-11-15 12:35:39 the init.d script is broke 2013-11-15 12:36:14 I'll have a look into libreswan - first time I hear about it. 2013-11-15 12:39:27 i thin its basically a fork of openswan 2013-11-15 12:40:16 yeah it's pretty broken :( 2013-11-15 12:40:37 i loaded an alpine vm for one of the devs and he couldn't figure it out 2013-11-15 12:40:41 pluto kept segfaulting 2013-11-15 12:41:32 :-( 2013-11-15 12:41:49 i use racoon 2013-11-15 12:41:52 ipsec-tools 2013-11-15 12:42:24 Their web site is quite interesting... http://libreswan.org/ 2013-11-15 12:42:25 NOT 2013-11-15 12:42:34 danci1973: do you have many nodes in you vpn net? 2013-11-15 12:43:02 you know that opennhrp (DMVPN) was made by an alpine linux dev? 2013-11-15 12:43:12 ncopa: No, not really... Just two, maybe three at a time... 2013-11-15 12:43:18 creats a dynamic mesh net over ipsec 2013-11-15 12:43:40 ok, i suppose openswan makes sense then 2013-11-15 12:43:47 or even openvpn... 2013-11-15 12:44:22 ncopa: Sometimes I have to connect to other devices, so 'standard' IPSEC is a must. 2013-11-15 12:44:28 opennhrp is good if you have *many* nodes where everyone talks with everyone 2013-11-15 12:45:42 Mp5shooter: did plut segfault when talking with cisco? 2013-11-15 12:45:48 ncopa: Usually I have one 'main' node and several 'branches' that only need to talk to the main. I just remembered there is one net where I have 20+ branches, using a mix of D-LINK and Linksys routers that connect to my Alpine based router. 2013-11-15 12:46:05 a star net 2013-11-15 12:47:57 no ncopa, at starup 2013-11-15 12:47:59 startup* 2013-11-15 12:48:54 we should fix libreswan... 2013-11-15 12:49:05 yeah it would be nice 2013-11-15 12:49:14 it's probably something with the init script 2013-11-15 12:49:20 but he couldn't figure it out D: 2013-11-15 12:49:20 yeah 2013-11-15 12:49:25 i looked at it 2013-11-15 12:49:36 they have a mess of scripts 2013-11-15 12:49:54 yeah 2013-11-15 12:49:57 What are the issues with openswan that got it abandoned? 2013-11-15 12:50:37 google openswan libreswan 2013-11-15 12:50:40 devs ran off to start libreswan after like the now 1 remaining openswan dev sued one of the others over rights to the domain or something 2013-11-15 12:50:52 I remember it's hard(er) to build as it includes a kernel module, but other than that? 2013-11-15 12:51:22 i think it uses mainline kernel stuff nowdays 2013-11-15 12:51:31 So it's a social issue, not a technical one. :D 2013-11-15 12:51:38 i don't think the openswan dev hasn't even made a new release yet to include those CVE patches a while ago 2013-11-15 12:51:50 has* 2013-11-15 12:52:03 ncopa: Even for the 'klips' stack? 2013-11-15 12:52:57 i dont think you need build any 3rd party mods afaik 2013-11-15 13:04:53 ncopa, what do you think of prosody (Lua) ? 2013-11-15 13:05:57 I got Alpine installed on Linode if anyone is interested: https://github.com/uggedal/alpine-notes/blob/master/linode.md 2013-11-15 13:10:16 freedomrun: looks like the xmpp implementation i'd pick... 2013-11-15 13:10:56 prosody is pretty nice 2013-11-15 13:11:20 uggedal: kult! i dont have experience with linode though.. 2013-11-15 13:12:30 uggedal: it uses pv-grub? 2013-11-15 13:14:21 uk-: you might be interested in that: ^^^ 2013-11-15 13:21:23 :) 2013-11-15 13:21:37 better than ejabberd (erlang) 2013-11-15 13:21:59 freedomrun: yeah, prosody looks nice 2013-11-15 13:22:12 i have been tihnknig of setting up it for .alpinelinux.org 2013-11-15 13:22:41 i even evaluated use xmpp and prosody for the build server infra 2013-11-15 13:22:45 but felt it was way overkill 2013-11-15 13:22:53 :) well on alpine kernel it should use lowest resources as possible 2013-11-15 13:23:46 alpine linux kernel has best cleanup than anny distro`s kernel arround including some custom kernels + bsd ones 2013-11-15 13:23:55 tested them troughly 2013-11-15 13:24:14 ncopa: yep, pv-grub 2013-11-15 13:27:04 uggedal: nice write on 'ideal-linux' 2013-11-15 13:27:25 we're behind slack with only 1 point :) 2013-11-15 13:28:58 oh, we actually do provide a vanilla kernel 2013-11-15 13:29:24 apk add linux-vanilla 2013-11-15 13:46:52 samba411 looking good :) whole server structure implemented in 1h by hand - no AD - resources merely visible - thnx ncopa this is a good package 2013-11-15 14:02:51 ncopa: yeah, I'm going to try to switch to alpine for servers and eventually my MBP 2013-11-15 14:03:12 ncopa: non-glibc could be a hassle on the MBP, but we'll see 2013-11-15 14:03:25 =38 2013-11-15 20:03:54 ncopa: does busybox have iptables? the reason I ask is this asus router is using something like it and its dns port is open 2013-11-15 21:48:18 Frosh: no, busybox does not contain an iptables applet 2013-11-15 21:59:46 Frosh: "apk add iptables" 2013-11-16 10:36:08 Has anyone managed to get LVM on LUKS working ? I see "Alpine will start in x seconds" - but mounting root fails (I included lvm & cryptsetup in the new mkinitfs I generated) 2013-11-17 11:47:49 hey. I remember hearing some months ago that Alpine might be moving towards musl 2013-11-17 11:48:35 but I couldn't find at least from the wiki anything about that 2013-11-17 11:48:45 are there yet test images or something like that? 2013-11-17 14:15:15 vegai: http://nl.alpinelinux.org/alpine/edge-musl 2013-11-17 14:15:28 but it does not have any bootable images 2013-11-17 14:22:06 ah, I see 2013-11-17 14:22:32 you can create an iso yourself with alpine_iso 2013-11-17 17:22:41 hello 2 all 2013-11-17 17:24:13 i vave a problem - i want to run openldap (slapd with hbd as backend) 2013-11-17 17:24:43 when i start to create the ldap-database with slapadd i get a error: 2013-11-17 17:25:02 5288fb00 hdb_back_initialize: BDB library version mismatch: expected Berkeley DB 5.3.21: (May 11, 2012), got Berkeley DB 5.3.28: (September 9, 2013) 2013-11-17 18:01:35 why is krb5-conf a postfix dependency o.O 2013-11-17 18:02:53 there are some wrong dependencys in some alpine-packages - e.g. in the past phpmyadmin has dependency to mysql 2013-11-17 18:03:08 mysql can also run on other hosts 2013-11-17 18:05:16 i have some more problems i has not found in php - i want to run typo3 with apache2 as webserver - i search some days for the prob - now i use a other distro fot my typo3 installation 2013-11-17 18:14:44 i think i also awitch the distri for my openldap-vm 2013-11-17 18:14:47 by by 2013-11-18 02:42:47 So, I have an alpine install that for some odd reason refuses to use my .bashrc. Did I miss something when I was changing my default shell in /etc/passwd ? Where it said /bin/ash I changed it to /bin/bash . 2013-11-18 09:29:32 whats up with that berk db stuff? 2013-11-18 09:37:22 Sanchal: sounds like a bug 2013-11-18 09:40:57 Sanchal: could you please try run strace bash and see if it tries open/read your .bashrc file at all? 2013-11-18 10:05:54 ncopa: Is there a way to make the output of $(strace bash) more reasonable? I can't even get a way to grep through it for the necessary file. 2013-11-18 10:07:44 Sanchal: strace bash -l 2>&1 | grep bashrc 2013-11-18 10:10:02 Sanchal: i think it reads bashrc 2013-11-18 10:10:13 it works for me 2013-11-18 10:10:47 https://dpaste.de/4Gt8 2013-11-18 10:11:56 i suspect problem is in your .bashrc itself 2013-11-18 10:12:32 can you verify that it actually is bash that is running? 2013-11-18 10:12:37 echo $SHELL 2013-11-18 10:13:07 hm... 2013-11-18 10:13:50 no, echo $BASH 2013-11-18 10:14:35 hm 2013-11-18 10:14:37 interesting 2013-11-18 10:14:57 Sanchal: it apperas that .bashrc is not read when used as login shell? 2013-11-18 10:16:18 https://dpaste.de/Lij5 2013-11-18 10:16:37 note that with bash -l, it does not echo hello /bin/bash 2013-11-18 10:16:49 but without the -l it does... 2013-11-18 10:20:14 So, apparently as the login shell it just doesn't read .bashrc. 2013-11-18 10:20:28 looks so yes 2013-11-18 10:21:37 I would imagine it would try for that automatically the first time around. 2013-11-18 10:47:18 BitL0G1c: I havent tested LUKS setup so i dont really know 2013-11-18 10:47:35 BitL0G1c: what doc are you looking at? 2013-11-18 10:48:15 http://wiki.alpinelinux.org/wiki/Setting_up_disks_manually#Other_needs 2013-11-18 10:48:32 I've got a custom LVM booting 2013-11-18 10:48:56 but when I setup LVM over luks initramfs fails to open the crypt 2013-11-18 10:49:19 and you get a emergency shell? 2013-11-18 10:49:26 yes 2013-11-18 10:49:43 I've setup /etc/crypttab: 2013-11-18 10:49:58 are you able to mount the encrypted parition from the emregency shell? 2013-11-18 10:50:17 cryptsetup is not in the emergency shell 2013-11-18 10:50:35 ok, thats the problem then i suppose 2013-11-18 10:51:15 I added cryptsetup to /etc/mkinitfs/mkinitfs.conf 2013-11-18 10:51:29 & added it before lvm 2013-11-18 10:51:49 hm 2013-11-18 10:52:09 did you regenerate the initramfs image? 2013-11-18 10:52:29 yes - chrooted into /mnt & ran mkinitfs 2013-11-18 10:53:04 and the /mnt/etc/mkinitfs/mkinitfs.conf has 'cryptsetup'? 2013-11-18 10:53:12 yes 2013-11-18 10:53:37 but it is still not there when you are in the emergency shell? 2013-11-18 10:53:53 no 2013-11-18 10:54:04 one thing i did need to do to make mkinifs work was add a symlink in /lib/modules/ 2013-11-18 10:54:14 i wonder if its some elf dep is missing 2013-11-18 10:54:16 for kernel 3.10.18-1-grsec 2013-11-18 10:54:29 to 3.10.19-0-grsec 2013-11-18 10:54:31 can you check if the /sbin/cryptsetup file itself is there? 2013-11-18 10:54:48 yes hold on 2013-11-18 10:55:04 ls /sbin/cryptsetup 2013-11-18 10:59:35 yes its there 2013-11-18 11:02:25 ldd /sbin/cryptsetup 2013-11-18 11:02:31 i think some of the deps are missing 2013-11-18 11:02:48 in /etc/mkinitfs/files.d/mkinitfs 2013-11-18 11:02:59 sorry 2013-11-18 11:03:04 in /etc/mkinitfs/files.d/cryptsetup 2013-11-18 11:03:14 checking 2013-11-18 11:03:36 you can then manually edit the file 2013-11-18 11:03:48 yes - libdl.so is missing 2013-11-18 11:03:55 BitL0G1c: could you please file an issue on bugs.a.o for it 2013-11-18 11:03:58 ah 2013-11-18 11:04:24 set target to 2.7.1 2013-11-18 11:04:31 i will try fix it after lunch 2013-11-18 11:04:35 ok 2013-11-18 12:04:32 ok i think i have fixed the berk db issues in v2.7 now 2013-11-18 13:27:41 BitL0G1c: does it work if you add /lib/libdl.so.* to /etc/mkinitfs/files.d/cryptsetup ? 2013-11-18 13:30:09 still doesn't mount root 2013-11-18 13:30:42 I thought maybe it's becuase it's missing a module for the encryption I'm using 2013-11-18 13:30:50 ok 2013-11-18 13:31:06 do you know what kernel module it is? 2013-11-18 13:31:22 you can add the kernel modules to /etc/mkinitfs/modules.d/cryptsetup 2013-11-18 13:32:03 i suppose we could include the entire crypto dir 2013-11-18 13:32:04 I encrypted with "serpent-xts-plain64" - trying to find the specific module to add 2013-11-18 13:32:27 i bet serpent_generic.ko 2013-11-18 13:32:57 hum 2013-11-18 13:33:08 yes 2013-11-18 13:33:24 it looks like it should have it already... 2013-11-18 13:33:29 kernel/crypto/* 2013-11-18 13:33:29 kernel/drivers/md/dm-crypt.ko 2013-11-18 13:34:02 must be something else then 2013-11-18 13:34:23 but you can run cryptsetup from emergency shell? 2013-11-18 13:34:43 no it's not there 2013-11-18 13:34:52 ? 2013-11-18 13:35:23 if its not there the initramfs was not created as it should 2013-11-18 13:36:11 I added lvm & cryptsetup to /etc/mkinitfs/mkinitfs.conf 2013-11-18 13:36:51 that should be enough to get the /sbin/cryptsetup binary included in the initramgs 2013-11-18 13:36:55 features=".......... cryptsetup lvm" 2013-11-18 13:37:05 yeah 2013-11-18 13:39:03 cryptsetup not in /bin or /sbin or emergency shell 2013-11-18 13:41:09 then you need recreate the initramfs 2013-11-18 13:41:11 /lib/modules/3.10.19-0-grsec/kernel/crypto also missing 2013-11-18 13:41:23 then it is using wrong initramfs image 2013-11-18 13:41:50 will try generating again 2013-11-18 13:42:26 Is it normal to always to do vgchange -ay after reboot to bring them to available? 2013-11-18 13:42:49 yes - is the only way I can mount them in /mnt 2013-11-18 13:43:03 after first decrrypting them 2013-11-18 13:43:33 Frosh: i think there is a boot "service" for it 2013-11-18 13:44:02 the wiki says to add service "lvm" 2013-11-18 13:44:14 o cool, thanks ncopa , BitL0G1c 2013-11-18 13:44:34 but this s/be done automatically by running "setup-disk -L /mnt" 2013-11-18 13:44:47 true 2013-11-18 13:45:18 i kinda thought it does.. 2013-11-18 13:45:22 oh 2013-11-18 13:45:49 you just have to make sure you run setup-disk outside of /mnt 2013-11-18 13:45:50 if root is on lvm2, then it is started from initramfs 2013-11-18 13:46:09 and then you dont need start the lvm "service" 2013-11-18 13:46:59 i suppose Frosh does not have root on lvm 2013-11-18 13:48:09 nope, did a fairly standard setup, thinking of adding swap on lvm 2013-11-18 13:48:59 I do love alpine, really small ram usage... 2013-11-18 13:49:21 & secure 2013-11-18 13:49:29 i almost always use lvm 2013-11-18 13:49:52 makes you flexible 2013-11-18 13:50:06 makes it easy to migrate to bigger disk 2013-11-18 13:58:15 BitL0G1c: Do i need create an crypttab for root on encrypted lvm? 2013-11-18 13:59:14 i created one: 2013-11-18 13:59:48 cryptdm_name_kenel_option /dev/vda2 none luks 2013-11-18 14:00:34 lvmcrypt /dev/vda2 none luks 2013-11-18 14:00:57 & then in extlinux.conf for append: 2013-11-18 14:01:17 cryptroot=/dev/vda2 cryptdm=lvmcrypt 2013-11-18 14:01:42 the name for cryptdm ust has to match whichever name you put in /etc/crypttab 2013-11-18 14:02:06 will cryptsetup read /etc/crypttab? 2013-11-18 14:02:30 it should do - it does on debian & arch 2013-11-18 14:04:40 Generating key (62% done). 2013-11-18 14:04:46 its slow ... 2013-11-18 14:05:05 when I ran "mkinitfs" - it created a new grsec.gz (which includes a fnction to mount crypted partitions) 2013-11-18 14:05:49 shouldn't a new initramfs-3.10.19-0-grsec be created too ? 2013-11-18 14:06:13 ah 2013-11-18 14:06:16 no 2013-11-18 14:06:25 i think yo have to add -o option 2013-11-18 14:06:42 mkinitfs needs some love... 2013-11-18 14:06:42 aha 2013-11-18 14:07:03 ... -o initramfs-3.10.19-0-grsec 2013-11-18 14:08:58 has anyone else had a problem with ipv6 not responding after the host has been up a week or two? 2013-11-18 14:10:55 NameBrand: what kernel version? 2013-11-18 14:10:59 i dont use ipv6 myself 2013-11-18 14:11:13 but i saw there was a bunch of ipv6 related fixes recently 2013-11-18 14:11:30 well, I just updated this morning, but before then it had been a month or two since my last update 2013-11-18 14:11:31 and i think one of the commits could cause ipv6 stop responding after a while 2013-11-18 14:12:39 been doing it for four months, maybe longer? 2013-11-18 14:13:02 after a couple weeks the box wouldn't respond on v6, but v4 worked fine 2013-11-18 14:13:30 I'm on an alpine box connecting over v6 2013-11-18 14:13:32 no issues here 2013-11-18 14:13:51 volantis logs > uptime 2013-11-18 14:13:54 14:13:40 up 138 days, 21:52, 4 users, load average: 0.05, 0.05, 0.05 2013-11-18 14:13:59 hrm 2013-11-18 14:14:04 lyska: what kernel version? 2013-11-18 14:14:11 one sec 2013-11-18 14:14:29 Linux 2013-11-18 14:14:40 derp 2013-11-18 14:14:42 Linux volantis 3.9.8-1-grsec #2-Alpine SMP Tue Jul 2 13:11:21 UTC 2013 x86_64 GNU/Linux 2013-11-18 14:14:44 uname -av 2013-11-18 14:14:50 i am fairly sure i saw some recent kernel commit that was related som counter wrapping around 2013-11-18 14:14:54 the kernel on disk is up to date 2013-11-18 14:15:18 I just don't want to sac 138 days uptime to update it lol 2013-11-18 14:15:36 :) 2013-11-18 14:15:47 ya know? 2013-11-18 14:16:05 i used to be like that too... 2013-11-18 14:16:29 but for me, loooong uptime means vulnerable kernel 2013-11-18 14:17:06 heh 2013-11-18 14:17:15 rebooting 300-500 days uptime is scary 2013-11-18 14:17:20 yeah 2013-11-18 14:17:32 I should really run a stable version on this box >_> 2013-11-18 14:17:38 Is there a way to downgrade to 2.7? 2013-11-18 14:17:44 from edge? 2013-11-18 14:17:46 ya 2013-11-18 14:17:58 or is there any significatn difference atm? 2013-11-18 14:18:09 i think just replace the repo in /etc/apk/repositories and apk upgrade -U -a 2013-11-18 14:18:11 should do it 2013-11-18 14:18:14 looks like this morning when it happened I started getting kernel messages for every ipv6 packet 2013-11-18 14:18:21 i will very likely work now 2013-11-18 14:19:10 shit like this: Nov 18 03:29:14 172.25.3.20 kernel: [2095669.859177] IN=eth0 OUT= MAC=00:0c:29:36:7f:dc:00:0c:db:fa:63:00:86:dd SRC=2604:6080:0000:0004:0000:0000:0000:0001 DST=2604:6080:0000:0004:020c:29ff:fe36:7fdc LEN=72 TC=192 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=135 CODE= 2013-11-18 14:19:45 is there a testing repo for 2.7? 2013-11-18 14:20:10 NameBrand: there have been a few security related ipv6 fixes in kernel recently 2013-11-18 14:20:13 too bad the system doesn't spit out a kernel version into syslog 2013-11-18 14:20:17 https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/net/ipv6?h=linux-3.10.y&id=8df627daa0bde7de4236ab68ef2dded12ab624c8 2013-11-18 14:20:41 lyska: normally no testing in stable branches 2013-11-18 14:20:49 ah 2013-11-18 14:20:52 testing happens in edge 2013-11-18 14:21:25 Lol 2013-11-18 14:21:29 lyska: do you need some package in testing? 2013-11-18 14:21:41 ncopa: If I do I'll abuild it 2013-11-18 14:22:00 NameBrand: you have an iptables LOG entry 2013-11-18 14:22:38 ncopa: can you get py-pip put into stable and get https://github.com/lyska/within-aports/blob/master/testing/py-virtualenv/APKBUILD added to testing? 2013-11-18 14:22:53 lol I need to fix that apkbuild, sec 2013-11-18 14:24:06 fixed 2013-11-18 14:25:56 lyska: ok if i use same name/email as --author for the git commit? 2013-11-18 14:26:07 ncopa: Go nuts 2013-11-18 14:27:25 thanks <3 2013-11-18 14:27:26 lyska: i also change to arch="noarch" 2013-11-18 14:27:35 oh yeah oops 2013-11-18 14:27:48 I just used the template 2013-11-18 14:44:33 BitL0G1c: how does it got with cryptsetup? 2013-11-18 14:44:40 i think i got it working here... 2013-11-18 14:45:20 getting "can't change to 3.10.19-0... directory errors" 2013-11-18 14:45:30 must be doing the mkinitfs wrong 2013-11-18 14:46:11 I ran inside a chroot with "mkinitfs -o /boot/initramfs-3.10.19-0-grsec 2013-11-18 14:46:31 you cannot do it from within initramfs 2013-11-18 14:46:34 emergency shell has /sbin/cryptsetup 2013-11-18 14:46:57 you need the kernel modules available to be able to mkinifs 2013-11-18 14:47:43 so need to do : 2013-11-18 14:47:58 mkinitfs -c $MNT/etc/mkinitfs/mkinitfs.conf -o /boot/3.10.... -b $MNT 2013-11-18 14:48:34 possibly -o $MNT/boot/... 2013-11-18 14:48:37 i dont remember 2013-11-18 14:48:54 i am trying to set up a new install 2013-11-18 14:49:05 with crypto as you showed in bug 2013-11-18 14:49:47 will reboot now... 2013-11-18 14:50:01 for filling a new partition with random data quickly "haveged -n 0 | dd of=/dev/vda2" 2013-11-18 14:51:00 drats... 2013-11-18 14:51:40 the setup-disk generated initramfs image did not include lvm cryptsetup 2013-11-18 14:52:07 cryptsetup... 2013-11-18 14:52:29 this is definitively harder than it needs to be... 2013-11-18 14:53:11 could be easier 2013-11-18 14:53:28 setup-disk -L /mnt worked perfectly 2013-11-18 14:53:45 i think what we need is setup-disk to detect cryptsetup 2013-11-18 14:54:42 testing for output from running "blkid" would do that 2013-11-18 14:54:53 ah, cool 2013-11-18 14:55:14 i inted to rewrite parts of init 2013-11-18 14:55:18 to use blkid 2013-11-18 14:55:21 i have some ideas 2013-11-18 14:55:23 the problem is 2013-11-18 14:55:36 when the init script was originally written 2013-11-18 14:55:43 blikid was not yet invented... 2013-11-18 14:56:24 even thinking of rewriting it all from scratch 2013-11-18 14:57:02 i think i'd like it to be event driven 2013-11-18 14:57:10 trigger hotplug actions 2013-11-18 14:57:21 if it finds a partition (using libblkdid) 2013-11-18 14:57:24 mount it 2013-11-18 14:57:37 then we get completely rid of alpine_dev boot option 2013-11-18 14:58:00 the current challenge is usb1 and cdrom 2013-11-18 14:58:06 config on usb1 and boot from cdrom 2013-11-18 14:58:30 because usb1 is so slow so it does not detect its existance until its too late 2013-11-18 14:58:42 thats why i added usbdelay=... boot option 2013-11-18 14:59:07 so you could tell it to wait a bit til it finds usb (if any) 2013-11-18 14:59:47 ha! 2013-11-18 14:59:49 \o/ 2013-11-18 15:00:27 success ? 2013-11-18 15:01:01 grrrreat success! 2013-11-18 15:01:42 http://imgur.com/k6QHl5m 2013-11-18 15:02:11 nice !! 2013-11-18 15:02:32 its actulaly first time i test it 2013-11-18 15:04:13 it is a bit tricky to get the initramfs done correctly 2013-11-18 15:04:21 but basically 2013-11-18 15:04:54 you need add cryptroot=/dev/vda2 dmcrypt=lvmcrypt to $MNT/etc/update-extlinux.conf 2013-11-18 15:04:58 to the default boot opt 2013-11-18 15:05:22 and then regen the initramfs 2013-11-18 15:05:26 i cheated a bit 2013-11-18 15:05:32 oh 2013-11-18 15:05:49 add cryptsetup to $MNT/etc/mkinitfs/mkinitfs.conf 2013-11-18 15:06:16 to regenerate the initramfs i did: apk fix --root $MNT linux-grsec 2013-11-18 15:06:47 which will re-install the kernel, and run the trigger 2013-11-18 15:06:58 ok - trying that now 2013-11-18 15:07:14 ok, did they do something to ip6tables? 2013-11-18 15:07:23 my rules that used to work now don't... 2013-11-18 15:07:26 NameBrand: i dunno 2013-11-18 15:11:37 did you get errors for "extlinux: cannot find device for path /boot" 2013-11-18 15:13:01 extlinux.conf looks ok - rebooting 2013-11-18 15:14:43 yes !!!! 2013-11-18 15:17:32 8-) 2013-11-18 15:17:41 if I can have a temporary login for the wiki I will add instructions for LVM on LUKS 2013-11-18 15:18:15 I have a script I wrote to do my firewall rules... starts off by allow all, then flush, allow loopback, allow established, allow dns, alow various icmp, then ssh from known hosts, log everything, drop everything. I do v4 and v6 at the same time to keep things straight. The v4 stuff works fine, but *every* v6 packet is only hitting the log and drop rules, even when they should match one of the existing rules 2013-11-18 15:18:40 happening on every alpine box I updated this morning 2013-11-18 15:22:32 what do you use IP6 for ? I have 10 IP6 ip's & just default drop ip6 on all chains 2013-11-18 15:24:57 BitL0G1c: Authoratative DNS, e-mail, web 2013-11-18 15:25:14 most of the mail I exchange with gmail is over v6 2013-11-18 15:30:21 looks like this may have been related to some conntrack statements in v6, but it was apparently affecting all v6 traffic and not just the icmp which had that option 2013-11-18 15:32:09 for the firewall it is prob better to set the policy as default drop - then enable services 2013-11-18 15:32:16 *filter 2013-11-18 15:32:16 -P INPUT DROP 2013-11-18 15:32:16 -P OUTPUT DROP 2013-11-18 15:32:16 -P FORWARD DROP 2013-11-18 15:32:56 from what I read, iptables does first match from top down... hence the default drop at the end 2013-11-18 15:33:07 then you do not need a drop at the end 2013-11-18 15:33:20 as the policy is already default drop 2013-11-18 15:33:43 ACTION still prefers pf to iptables... 2013-11-18 15:34:05 I'll finish screwing with this tomorrow, must sleep 2013-11-18 15:49:37 anyone who could help me test libreswan? 2013-11-18 15:49:46 from edge/testing 2013-11-19 18:29:39 is there a way to manually create a "bond1" interface? 2013-11-19 18:29:55 like, not doing a /etc/init.d/networking restart or such 2013-11-19 18:30:19 i'm basically looking to create the interface so i can then ifenslave stuff 2013-11-19 19:45:02 ncopa: I had reported that I couldn't boot 2.7 iso in VirtualBox 4.1.2_Ubuntu 2013-11-19 19:45:34 just tested, and it works fine in windows version 4.2.18 2013-11-19 19:45:46 so, nothing to worry about, I guess 2013-11-19 19:46:06 just took me a while to test it 2013-11-19 21:35:01 is it very odd of my to add a different init script that sets up all networking besides the management interface? 2013-11-19 21:35:18 i find it hard to maintain a /etc/network/interfaces for many vlans and bridges 2013-11-19 21:35:55 and i would like to split "xen host really needs this" vs. "the vms need this" 2013-11-19 22:01:22 hmmm another thing, is anyone using gvrp here? 2013-11-19 22:01:32 it seems the announcements aren't send out 2013-11-19 22:02:06 i'm doing it like this: 2013-11-19 22:02:07 ip link add link eth1 eth1.4 type vlan id 4 gvrp on loose_binding on 2013-11-19 22:02:41 the vlan is created and works, but i did delete the vlan on the switch beforehand and it doesnt pop up 2013-11-19 22:03:01 (so "works" is tested with another vlan :) 2013-11-20 07:03:17 darkfader: you can create bond interfaces via /sys i think 2013-11-20 09:49:40 Hello, is there anybody around who can assist me with the problem I posted at http://alpinelinux.org/forum/networking/traversing-bridge? 2013-11-20 09:52:01 hi Isangaft 2013-11-20 09:52:40 Hello, ncopa 2013-11-20 09:52:56 so, if i understand your issue correctly 2013-11-20 09:53:03 you have br0 2013-11-20 09:53:33 which is a bridge over eth1.2 and wlan0 2013-11-20 09:53:35 ? 2013-11-20 09:53:41 correct 2013-11-20 09:54:51 hm 2013-11-20 09:55:06 i dont have experience with bridegs with wlan 2013-11-20 09:55:30 does brctl show that both eth1.2 and wlan0 are added to the bridge? 2013-11-20 09:55:38 yup 2013-11-20 09:55:50 i would exppect iptables be unrelated 2013-11-20 09:56:03 as bridge operates on lower level 2013-11-20 09:57:28 bridge has nfhooks too 2013-11-20 09:57:33 i do on my bridge: 2013-11-20 09:57:35 pre-up echo 0 > /proc/sys/net/bridge/bridge-nf-call-arptables 2013-11-20 09:57:35 pre-up echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables 2013-11-20 09:57:35 pre-up echo 0 > /proc/sys/net/bridge/bridge-nf-call-ip6tables 2013-11-20 09:57:40 to disable iptables hooks 2013-11-20 09:57:49 ok 2013-11-20 09:58:20 looks like you need ebtables trickery too 2013-11-20 09:58:23 https://wiki.debian.org/BridgeNetworkConnections#Bridging_with_a_wireless_NIC 2013-11-20 09:59:16 I had no problems with this in IPCop when I was using that (note I ran into another issue that somewhat forced me to switch), however net.bridge.bridge-nf-call-[arp,ip6,ip]tables were set to 0, and I've tried this on this current setup to no avail (in fact, all traffic is dropped on wlan0 when those are set to 0) 2013-11-20 10:01:39 Isangaft: sorry i have no idea... :-( 2013-11-20 10:03:14 hmm 2013-11-20 10:04:41 can you connect to the wifi? 2013-11-20 10:05:19 yup, can connect without a problem when net.bridge.bridge-nf-call-[arp,ip6,ip]tables are set to 1 2013-11-20 10:07:40 does dmesg say anything? 2013-11-20 10:08:00 hmm and according to this, these ebtables rules require you to know the MACs and IPs of all devices you wish to be able to connect to... which I'd prefer to not have to specify that 2013-11-20 10:08:24 not sure, will have to check, but I somehow don't think anything of use 2013-11-20 10:08:28 brb 2013-11-20 10:13:09 nothing of interest in dmesg 2013-11-20 10:15:53 note that setting net.bridge.bridge-nf-call-[arp,ip6,ip]tables to 0 has no effect on eth1.2, but prevents all traffic on wlan0... and note that hostapd brings wlan0 up and adds it to the bridge, if that helps 2013-11-20 10:22:45 hrm.. 2013-11-20 10:46:13 so nobody else has any ideas? 2013-11-20 10:54:39 *sigh* how disappointing, especially when I had to modify IPCop to allow this and had no problem, and Alpine Linux, being a much more customizable security-oriented distro, while it should be supported, it seems to be broken... 2013-11-20 11:51:15 Isangaft: bsd perhaps? 2013-11-20 12:13:03 bsd? there isn't any real need to switch to bsd when the problems I've been having have been idiopathic and had nothing to do with whether or not the operating system (or kernel) supports the feature, I'm sure I can do this with just about any other distro given the tools, the question is why can't I do this in Alpine Linux when it should be possible anyway and is supported by the kernel and the respective tools as well? 2013-11-20 12:14:11 I keep getting the feeling that the solution is something simple, too.. but I can't think of what I could be overlooking... 2013-11-20 12:23:07 maybe ask in hostapd channel? 2013-11-20 12:23:56 Isangaft: does it work if you bridge eth1 instead of vlan eth1.2? 2013-11-20 12:24:45 it could also be wpa_suppolicant that is configured differently? or hostapd? 2013-11-20 12:35:29 hostapd and wpa_supplicant are configured as they were on IPCop, those configuration files are trusted and known to work... I doubt it would work if I tried eth1 instead of eth1.2, all the traffic on that port is vlan tagged by a managed switch... however if I moved the traffic on eth1.2 to an alternate ethernet port that has a switch that isn't tagged, that would indicate a vlan configuration issue... but the only one I can think of i 2013-11-20 12:36:59 i doubt its a vlan issue 2013-11-20 12:37:06 but might be good test it just in case 2013-11-20 12:37:39 re hostapd and wpa_supplicant, i was thinking compile options 2013-11-20 12:45:10 hmm.. that seems a tad unlikely.. perhaps I could try recompiling them using the configs i had from when i built them for ipcop, but i don't really see that fixing it, i don't remember an option for allowing communication across the host bridge, i'd think it'd be implied (nf-call off) or dictated by ebtables/iptables rules (nf-call on) 2013-11-20 13:03:50 huh, interesting, now I'm issued an IP address but no change elsewhere (Destination host unreachable across the bridge, dropped from internet; eth0 with no vlan, nf-call off) 2013-11-20 13:05:57 excuse me, was being issued an IP address... apparently that was a fluke 2013-11-20 13:23:05 yeah, nf-call on, the only problem I'm having period is packets being dropped when trying to communicate across the bridge, arp reports the correct hostname and MAC address, but packets are dropped when crossing the bridge 2013-11-20 14:21:59 hi, I'm an alpine newbie and successfully boot x86_64 version of alpine linux from a USB stick. I'm interested in running KVM on it, so installed virt-manager, libvirt-daemon and libvirt-qemu... but didn't find qemu-kvm package. Can't I run KVM on Alpine?? 2013-11-20 14:23:59 ( I know there is a xen package, but I'd like to try kvm to use my Geforce card... ) 2013-11-20 14:26:35 maybe I have to build a custom kernel manually? 2013-11-20 14:33:31 asari: AFAIK KVM support is merge in upstream Qemu, so you probably only need the vanilla qemu package 2013-11-20 14:36:44 royger: oh thanks, so what I have to do is only to install qemu! 2013-11-20 14:38:07 asari: ncopa probably knows more, but I guess so 2013-11-20 14:38:44 hi 2013-11-20 14:39:20 yes, apk add libvirt qmeu-system-x86_64 should do it 2013-11-20 14:39:31 libvrist should detect kvm support 2013-11-20 14:39:41 ncopa: nice~ 2013-11-20 14:39:52 might be you need modprobe kvm-intel 2013-11-20 14:40:02 or the amd corresponding 2013-11-20 14:40:16 sweet. 2013-11-20 14:40:33 i use libvirt and virt-manager here 2013-11-20 14:42:34 well, I only have virtualbox instance of alpine for now.. I'll try it as soon as I'm home :) 2013-11-20 14:46:13 btw I think Alpine is a super great distro. super fast, works nicely even when booting from USB. once I tried installing Ubuntu into a USB stick, but it was too much slow... 2013-11-20 14:47:21 thank you very much for developing and supporting this great software. 2013-11-20 14:47:43 i'm glad you like it :) 2013-11-20 14:48:51 ;) 2013-11-20 14:51:51 asari: it's ruined me for server installs 2013-11-20 14:53:25 lyska: uh-oh, i'm not good at English... ( googling for what ruin means 2013-11-20 14:53:48 asari: I can't use ubuntu server now 2013-11-20 14:54:14 lyska: ah, understood :) 2013-11-20 14:54:28 no need for anything else 2013-11-20 14:54:41 unless you want unicode in weechat, no 2013-11-20 14:55:04 hehe 2013-11-20 16:30:44 did somebody setup mythtv on alpine? 2013-11-20 16:30:48 re 2013-11-20 17:58:37 for running Alpine on KVM - there is a trick to get SSH working with a wireless card http://crunchbang.org/forums/viewtopic.php?pid=344119#p344119 (so you can copy & paste into the terminal) 2013-11-20 17:59:18 & some notes here for setting up Samba for file sharing with the host machine http://crunchbang.org/forums/viewtopic.php?id=21311 2013-11-20 18:01:11 it also shows paxctl settings for KVM under grsecurity 2013-11-21 12:21:34 hello @ all 2013-11-21 12:22:12 i want to run openldap with hdb as backand on version 2.7.1 2013-11-21 12:23:07 when i start to add a ldif-file with slapadd i get a error about wrong version for berkley db 2013-11-21 12:23:23 528df43d hdb_back_initialize: BDB library version mismatch: expected Berkeley DB 5.3.21: (May 11, 2012), got Berkeley DB 5.3.28: (September 9, 2013) 528df43d backend_add: initialization for type "hdb" failed 2013-11-21 12:23:46 can anyone upgrade the backend libs? 2013-11-21 12:24:51 installed is: apk info openldap-back-hdb openldap-back-hdb-2.4.37-r0 description: 2013-11-21 12:25:18 and:db-5.3.28-r0 2013-11-21 12:31:22 LanSpezi, can you check if the openldap package on edge repo works? 2013-11-21 12:32:35 yes - can you give me a short description how i do it 2013-11-21 12:34:14 pin the edge repository in /etc/apk/repositories 2013-11-21 12:34:32 @edge MIRROR/alpine/edge/main 2013-11-21 12:34:55 then 2013-11-21 12:35:10 apk update && apk add -u openldap-back-hdb@edge 2013-11-21 12:38:03 i get a error 2013-11-21 12:38:05 apk add -u openldap-back-hbd@edge ERROR: unsatisfiable constraints: openldap-back-hbd (missing): required by: world[openldap-back-hbd] 2013-11-21 12:50:50 i think you should update all openldap packages 2013-11-21 12:50:59 not only the backend 2013-11-21 13:15:09 rnalrd: i have also updated openldap to edge-version - now i can create an database - thanks 2013-11-21 13:16:05 LanSpezi: i think that db-5.3.28 issue should be fixed now 2013-11-21 13:16:14 in v2.7 repo 2013-11-21 13:16:50 ncopa, you backported ldap edge version in 2.7? 2013-11-21 13:17:04 no, but i rebuilt it against db-5.3.28 2013-11-21 13:17:09 k 2013-11-21 13:17:27 i think... 2013-11-21 13:17:30 maybe i didnt.. 2013-11-21 13:17:34 in any case it's a minor version update 2013-11-21 13:17:43 so it might be worthy 2013-11-21 13:18:01 drats 2013-11-21 13:18:06 seems like i forgot openldap 2013-11-21 13:18:14 i was pretty sure i had rebuilt it... 2013-11-21 13:18:30 i didnt... 2013-11-21 13:19:07 question - must i do anythink to use the v2.7 main package? 2013-11-21 13:19:58 you can do "apk upgrade -a" to downgrade packages to 2.7-stable main repo 2013-11-21 13:20:02 http://www.openldap.org/software/release/changes.html 2013-11-21 13:20:24 rnalrd: are you ok that i do the openldap 2.4.38? 2013-11-21 13:20:28 looks like its bugfix only 2013-11-21 13:20:29 it's a bugfix release 2013-11-21 13:20:30 yes 2013-11-21 13:20:48 LanSpezi: please give me a sec 2013-11-21 13:20:52 and i'll fix it 2013-11-21 13:21:47 i intended to push the fix for v2.7.1 release 2013-11-21 13:21:52 and i thought it was included 2013-11-21 13:22:06 sorry about that... 2013-11-21 13:25:09 thanks for help - now i have to add some schema to my slapd.conf for all the stuff in my ldap-directory 2013-11-21 13:26:02 next i want to run typo3 on a alpinebox - has anyone running typo3 and give me some hints? 2013-11-21 13:26:16 LanSpezi: openldap-2.4.38 should now be available for v2.7 2013-11-21 13:26:53 it should downgreade to all v2.7 if you just remove edge from /etc/apk/repositories and 'apk upgrade -U -a' 2013-11-21 13:32:58 i get an error on that operstion - i add --force now 2013-11-21 13:33:07 operation - sorry 2013-11-21 13:37:40 ok - i see my prob - the new package is not aviable at mom on dl-5.... 2013-11-21 13:39:11 1h for replication 2013-11-21 13:39:16 or less 2013-11-21 13:39:47 ok - i want to do it later 2013-11-21 13:40:00 now i go to a meeting - by by 2013-11-21 22:25:30 hi! 2013-11-21 22:26:43 can dnsmasq dnynamically update tinydns dns database with dhcp assigned ips? 2013-11-22 06:50:57 good morning 2013-11-23 10:24:19 hi all 2013-11-23 10:29:46 what use "ALPINE" for a syslog ? How to setup separate log file ? 2013-11-23 10:34:19 I built "inetutils-syslogd" to split up log files 2013-11-23 10:34:31 apk add inetutils-syslogd 2013-11-23 10:34:45 & then run: 2013-11-23 10:34:58 setup-inetutils-syslogd 2013-11-23 10:36:03 this will give you in /var/log: 2013-11-23 10:36:30 auth.log daemon.log dmesg lpr.log mail.info mail.warn messages.0 syslog wtmp 2013-11-23 10:36:30 cron.log debug kern.log mail.err mail.log messages psad user.log 2013-11-23 10:38:01 you have also other choices 2013-11-23 10:38:14 sysklogd, rsyslog and syslog-ng 2013-11-23 10:48:26 thanks 2013-11-23 11:02:05 package "inetutils-syslogd" doesn't exist in repo 2013-11-23 11:05:55 need to uncomment testing repo in /etc/apk/repositories 2013-11-23 11:06:03 & apk update 2013-11-23 11:06:56 http://nl.alpinelinux.org/alpine/v2.7/testing 2013-11-23 11:07:09 or http://nl.alpinelinux.org/alpine/edge/testing 2013-11-23 11:08:34 use the 2nd one 2013-11-23 11:10:52 it will be in a stable repo ? 2013-11-23 11:12:12 will it be in a stable repo ? 2013-11-23 11:15:32 eventually - I think I've found all the bugs - I submitted the final patch yesterday 2013-11-23 11:16:03 it works fine on my vps - it's very light 2013-11-23 11:17:03 top shows it using 0% - the package itself is only 37k 2013-11-23 11:20:38 yesterday's patch has not been applied yet - if you install it just change the 4th line of /etc/init.d/inetutils-syslogd to: 2013-11-23 11:20:43 pid_file=/var/run/syslog.pid 2013-11-23 11:21:19 (it will probably show pid_file=/var/run/syslogd.pid) 2013-11-25 01:38:45 hey all, does alpine support efi? 2013-11-25 16:25:55 if i want to run alpine in data mode and i tell it i want /var on a specific partition and now i need to reboot, how am I suppose to save the changes so when it starts up, those changes are implemented? 2013-11-25 16:31:04 http://wiki.alpinelinux.org/wiki/Alpine_local_backup for changes in /etc 2013-11-25 16:32:02 yes 2013-11-25 16:32:25 i have read that, however I am not using usb removable media 2013-11-25 16:32:56 only other way is lbu package /var which is mounted to my partition, which works, but when I boot alpine again it doesn't know how to read those changes 2013-11-25 16:34:05 i guess i am confused on how this is suppose to work. from what i gather, i can boot alpine and tell it i want /var to be my writable partition, that's great then I'm dropped back to the shell, what am I suppose to do from here? 2013-11-25 16:39:50 it seems like it's always looking for /dev/usbdisk ?? 2013-11-25 16:41:23 running setup it looks like you need a floppy or usb stick to store the config changes 2013-11-25 16:46:04 it always looks for /dev/usbdisk for this though? 2013-11-25 16:46:59 don't know - I did a hard disk install (lvm on luks) 2013-11-25 16:48:37 hmm ok. actually i will want to do that as well at some point. what i want is to still run int all in RAM, but don't persist anything unless told to 2013-11-25 16:48:50 do you know how i can accomplish that if i install as you did? 2013-11-25 16:54:34 you need the other install type "sys" I think 2013-11-25 16:54:58 & use the bigger iso (not the mini) 2013-11-25 17:22:35 looks like i could generate my own initramfs and change /dev/usbdisk 2013-11-25 17:23:45 #rebuild initramfs 2013-11-25 17:23:45 apk fix --root $MNT linux-grsec 2013-11-25 17:24:40 this worked better than using 'mkinitfs....... shown on the wiki 2013-11-25 17:25:44 where on the wiki are you referring to? 2013-11-25 17:28:03 http://wiki.alpinelinux.org/wiki/Setting_up_disks_manually - in the grey boxes further down just above the orange 2013-11-25 17:53:19 would you know how to boot my root installation on tmpfs? 2013-11-25 18:00:50 if you don't have a usb stick or floppy to hold the configuration - do a hard disk install ("sys mode") with the mini iso 2013-11-25 18:02:06 i did a hard disk install with the mini 2013-11-25 18:02:49 root is not running in tmpfs 2013-11-25 18:04:06 to run diskless off the cd you need a usb or floppy to store the config between reboots 2013-11-25 18:04:36 http://wiki.alpinelinux.org/wiki/Setup-bootable 2013-11-25 18:06:39 hi@all 2013-11-25 18:07:03 i've installed phpmyadmin but it looks like as i miss a small step 2013-11-25 18:07:13 installation works without problems 2013-11-25 18:07:33 but if i try to access http:///phpmyadmin i got a forbidden error 2013-11-25 18:07:47 accessing http:/// works and show the "it works" message 2013-11-25 18:08:25 the phpmyadmin config file on /etc/apache2/conf.d/ is existing 2013-11-25 18:08:49 togehter with its php-config on /etc/phpmyadmin/config.inc.php 2013-11-25 18:08:54 so what did i miss to do? 2013-11-25 18:08:58 you probably have not allowed yourself access in .htaccess in the phpmyadmin folder 2013-11-25 18:09:17 ah, phpmyadmin has its own .htaccess? 2013-11-25 18:09:30 probably 2013-11-25 18:10:10 you should be restricting access to the folder by ip address 2013-11-25 18:10:34 hm, there is no .htaccess on /usr/share/webapps/phpmyadmin 2013-11-25 18:12:23 content of /etc/apache2/conf.d/phpmyadmin.conf: http://sprunge.us/XTYj 2013-11-25 18:14:37 check /etc/httpd/conf.d/phpmyadmin.conf 2013-11-25 18:15:12 #Order Allow,Deny 2013-11-25 18:15:12 #Deny from all 2013-11-25 18:15:12 Allow from 127.0.0.1 2013-11-25 18:15:24 restart apache 2013-11-25 18:18:57 hm, seems like it makes no difference 2013-11-25 18:37:07 chown -R www-data /var/www/phpmyadmin 2013-11-25 19:08:36 try https://dpaste.de/CV6c 2013-11-25 19:08:47 for phpmyadmin issue 2013-11-25 19:12:23 "Require local" if "Require all granted" does not work 2013-11-25 19:14:59 StarWarsFan, it works ? 2013-11-25 19:15:46 just a second, will try... 2013-11-25 19:21:01 vkrishn: no, same result 2013-11-25 19:21:39 :-( 2013-11-25 19:22:04 ok, I would download and install now 2013-11-25 19:27:08 thx 2013-11-25 19:39:33 if i should check/try something, let me know! 2013-11-25 20:28:47 StarWarsFan, it seems to work in fresh v2.7 disk install 2013-11-25 20:29:14 without modification, though at one point it gave me json module not found error 2013-11-25 20:29:25 so I added extension=json.so in php.ini 2013-11-25 20:31:16 I tested in qemu disk install 2013-11-25 20:34:27 on fresh install 2013-11-25 20:34:30 chown -R apache:apache /etc/phpmyadmin 2013-11-25 20:34:33 then 2013-11-25 20:34:42 /etc/init.d/apache2 restart 2013-11-25 20:34:51 restarting is needed 2013-11-25 20:45:49 ok, will try this 2013-11-25 23:02:31 hm, not working here 2013-11-25 23:02:47 tested with fresh installed v2.7.1 x86 and x86_64 2013-11-25 23:02:56 both on vmware workstation 2013-11-25 23:03:48 here's the log 2013-11-25 23:03:50 http://pastebin.com/C3x4sUWj 2013-11-25 23:04:05 but accessing the page results in 403 forbidden 2013-11-25 23:04:07 :-( 2013-11-25 23:04:13 need some sleep... 2013-11-25 23:04:19 n8@all 2013-11-26 01:09:01 so the busybox dos2unix, is it simpler than the usual dos2unix? 2013-11-26 01:09:12 I tried to remove BOM marks with it, and it didn't work 2013-11-26 01:15:34 let's look 2013-11-26 04:50:17 hi all 2013-11-26 04:52:44 Why doesn't exist package 'ejabberd' in the repository ? 2013-11-26 08:12:11 kozak, ejabberd it's currently in testing 2013-11-26 08:27:13 kozak: its still in testing because nobody has confirmed that it actually works 2013-11-26 08:30:44 ncopa, anybody can confirm ? 2013-11-26 08:30:50 StarWarsFan|afk, try -- apk add php-apache2 php-xml phpmyadmin 2013-11-26 08:30:55 gtg 2013-11-26 08:31:32 kozak: people ask for packages, we make packages and push them to testing 2013-11-26 08:31:49 but there is no way that i can actually test everything alone 2013-11-26 08:32:11 so we kinda depend that the people request stuff actually test what they have requested 2013-11-26 08:32:17 and let us know that it works 2013-11-26 08:32:21 or what needs to be fixed 2013-11-26 08:32:36 very often people dont 2013-11-26 08:33:05 which is why there are so many packages rotting in testing 2013-11-26 08:40:27 ncopa: so true, so true... :-| 2013-11-26 08:40:40 moin 2013-11-26 08:40:44 mornings 2013-11-26 09:09:31 gm 2013-11-26 09:12:37 ncopa, is there an somekind of list of untested packages I can dedicate cca 10 & more independent virtual machines for testing server setups in alpine and few desktop setups in alpine 2013-11-26 09:13:38 testing/* 2013-11-26 09:13:41 is the list :) 2013-11-26 10:39:40 ncopa, thnx :) 2013-11-26 10:41:07 ACTION sees now that it is hard to do and think on more than 50 things without second coffee 2013-11-27 04:09:13 hi all 2013-11-27 04:11:36 How to init openldap bdb database ? 2013-11-27 04:12:04 How to add initial entries ? 2013-11-27 04:12:46 May be script exist in the package ? 2013-11-27 05:10:31 Perhaps there is a script in the package ? 2013-11-27 10:01:34 kozak: i think you need to create an initial .ldif 2013-11-27 10:01:49 http://www.openldap.org/faq/data/cache/182.html 2013-11-27 10:14:53 I have installed 'ejabberd' package from testing repo, have configured ldap auth & shared_rostel_ldap, works all fine 2013-11-27 11:26:59 ncopa, how to test a package from "testing" repo, after move it to main repo ? 2013-11-27 12:00:21 ? 2013-11-27 12:20:52 When package moves to main repo ? 2013-11-27 12:22:14 How look process of testing ? 2013-11-27 13:10:51 basically, someone test the package and let me know it can be moved 2013-11-27 13:10:59 or let me know what should be fixed 2013-11-27 13:11:18 so since you have tested ejabberd, and think it is ok, then we can likely move it 2013-11-27 13:12:10 hum 2013-11-27 13:12:18 it depends on erlang 2013-11-27 13:12:29 so we'd need to move erlang too 2013-11-27 13:12:40 but the erlang apkbuild has a todo 2013-11-27 13:12:45 # TODO: create subpackages 2013-11-27 13:18:29 kozak: we should clean up the erlang package a bit before we can move it 2013-11-27 20:32:28 e 2013-11-27 20:32:31 i mena re 2013-11-28 05:35:29 Moinmoin 2013-11-28 10:08:00 how can I reconfigure the time zone? 2013-11-28 10:08:12 seems to went wrong after an 2.6->2.7 upgrade 2013-11-28 10:20:05 setup-timezone? 2013-11-28 10:22:18 hmm 2013-11-28 10:22:26 ok then the timezone is correct 2013-11-28 10:22:55 maybe stg with the daylight saving stuff 2013-11-28 10:38:40 and how to configure system locale ? 2013-11-28 10:50:44 where in console, system wide, only as user or in X? 2013-11-28 10:51:21 localization or keyboard?? 2013-11-28 10:54:27 system wide localization 2013-11-28 11:00:01 when you setup alpine for the 1st time setup asks you to choose so maybe you can rerun setup just to change that .. but then again maybe someone here will come up with better answer 2013-11-28 11:14:05 anyone here using polycom phones? 2013-11-28 12:00:59 hmm 2013-11-28 12:01:19 is there a crontab script which revert the manually configured /etc/resolv.conf? 2013-11-28 12:03:44 kocka: what's the issue? 2013-11-28 12:08:29 I edit the /etc/resolv.conf with an editor 2013-11-28 12:08:46 and some times later it's get revert to the original one 2013-11-28 12:08:56 hmm maybe dhclient updates it? 2013-11-28 12:19:38 kocka: yes 2013-11-28 12:20:47 kocka: i am not using alpine pretty often, but if it's dhclient (what it uses for dhcp) you can configure it to prepend or replace upstream nameservers 2013-11-28 12:21:50 kocka: here is nice explanation https://calomel.org/dhclient.html also check man dhclient.conf 2013-11-28 12:22:17 kocka: you can also make some hooks - i read alpine has some framework to make config persistent 2013-11-28 12:23:02 kocka: also if everything fails you can always set immutable flag on resolv.conf (quite a hack) - that way not even root will be able to change it 2013-11-28 12:24:23 kocka: what dhcp client do you use? 2013-11-28 12:46:02 ncopa: the default one 2013-11-28 12:47:22 busybox udhcpc 2013-11-28 12:47:36 i dont remember if its configureable to disabel udate resolv.conf 2013-11-28 12:48:41 ah it is 2013-11-28 12:49:47 kocka: try: echo 'RESOLV_CONF=no' > /etc/udhcpc/udhcpc.conf 2013-11-28 13:02:35 man ncopa you really rock 2013-11-28 13:02:44 you replaced everything 2013-11-28 13:06:40 it was likely me who wrote that functionality in the firs place... 2013-11-28 13:55:48 ncopa: seems to be working, thanks a lot 2013-11-28 13:59:00 np 2013-11-28 15:22:19 is there any way to make the default dhcp client retry after a while if it doesn't get a response? 2013-11-28 15:22:54 (my alpine box boots quick enough to give up by the time my isp's gear is up after long power outtages) 2013-11-28 15:23:04 dunno really 2013-11-28 15:23:14 but you can install dhcpcd 2013-11-28 15:23:22 which has support for it 2013-11-28 15:24:07 do I need to do much to get it working instead of the busybox one? 2013-11-28 15:24:44 apk add dhcpcd 2013-11-28 15:24:49 and thats it 2013-11-28 15:25:26 I guess I'm too used to distros that do things halfway 2013-11-28 15:25:54 hmm, I guess it'd be easier to get 6rd working with that one too? 2013-11-28 15:39:56 6rd? 2013-11-28 15:46:22 IPv6 rapid deployment 2013-11-28 16:32:08 does apk --clean-protected still work? 2013-11-28 16:32:24 either i'm forgetting to put that in when i upgrade or the .apk-news are still being created 2013-11-29 15:40:01 it seems there's no postgresql.conf with the package, if any of you runs postgres, could you check that? 2013-11-29 15:40:15 oh, yeah, there's a "sample" hehe 2013-11-29 15:58:18 oups, found the file 2013-11-29 17:27:19 good night :) 2013-11-30 03:17:21 usaklig:/etc/postfix# postconf | grep mailbox_size_limit 2013-11-30 03:17:21 mailbox_size_limit = 51200000 2013-11-30 03:17:57 so when I have that, is there anything outside postfix itself in alpine that can stop a mailbox from growing past a certain point? 2013-11-30 03:21:42 weird. after I did this it worked: postconf -e mailbox_size_limit=512000000 2013-11-30 19:19:01 little advice: I try alpinelinux 2.7.1 (standard and mini edition) on vbox 4.1.18 and they do not work