03:08 | Fenuks has joined IRC (Fenuks!~Fenuks@212.164.45.173) | |
06:33 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
06:44 | mikkel has joined IRC (mikkel!~mikkel@mail.dlvs.dk) | |
08:19 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
08:20 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
08:33 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
08:34 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be, Ping timeout: 252 seconds) | |
08:34 | Statler_ has joined IRC (Statler_!~Georg@mail.lohn24.de) | |
08:38 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Remote host closed the connection) | |
08:38 | Statler_ has left IRC (Statler_!~Georg@mail.lohn24.de, Remote host closed the connection) | |
08:38 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
08:40 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
08:42 | fnurl has left IRC (fnurl!~paul@36-229-141-202.dynamic-ip.hinet.net, Read error: Connection reset by peer) | |
08:43 | fnurl has joined IRC (fnurl!~paul@36-229-141-202.dynamic-ip.hinet.net) | |
08:46 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Remote host closed the connection) | |
08:48 | Statler has joined IRC (Statler!~Georg@mail.lohn24.de) | |
08:57 | mikkel has left IRC (mikkel!~mikkel@mail.dlvs.dk, Quit: Leaving) | |
09:28 | gvy has joined IRC (gvy!~mike@altlinux/developer/mike) | |
10:31 | dtcrshr has left IRC (dtcrshr!~datacrush@unaffiliated/datacrusher, Ping timeout: 265 seconds) | |
10:39 | administrador has joined IRC (administrador!c3391367@gateway/web/freenode/ip.195.57.19.103) | |
10:54 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, Remote host closed the connection) | |
11:27 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be, Ping timeout: 264 seconds) | |
12:09 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
12:53 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
13:10 | Vlad__ has joined IRC (Vlad__!c2e28421@gateway/web/freenode/ip.194.226.132.33) | |
13:17 | spectra has left IRC (spectra!~spectra@debian/developer/spectra, *.net *.split) | |
13:18 | spectra has joined IRC (spectra!~spectra@debian/developer/spectra) | |
13:27 | <Vlad__> hello, i'm trying to set up LTSP with NFS on Ubuntu 16.04 (it uses NBD by default)
| |
13:27 | i've added to /etc/exports:
| |
13:28 | opt/ltsp/i386 *(ro,no_root_squash,async,no_subtree_check)
| |
13:29 | now there's some strange behaviour: the client boots, but all system files are not writeable by root with permission denied error
| |
13:29 | however they all have 644 permission and owned by root
| |
13:29 | so LTSP cannot completely set up the system
| |
13:29 | e.g. /etc/resolv.conf is empty because /etc/resolvconf/resolv.conf.d/base is not writeable
| |
13:30 | <razielle_tzu> the ro option has caused it to be mounted read only, change it to rw
| |
13:31 | <Vlad__> doesn't LTSP use aufs for changes to FS in memory?
| |
13:31 | with NBD it works ok
| |
13:32 | <razielle_tzu> hmm
| |
13:33 | did you restart the nfs-kernel-server?
| |
13:33 | <Vlad__> yes
| |
13:33 | <razielle_tzu> i don't know then, if everything is right it should be working
| |
13:34 | <Vlad__> i've tried NFS in Debian Jessie where it is used by default and it worked
| |
13:34 | <||cw> my debian nfs has ro, so that's correct
| |
13:34 | <Vlad__> but in Ubuntu 16.04 it doesn't
| |
13:34 | <||cw> I haven't tried it on ubuntu yet
| |
13:35 | <razielle_tzu> ubuntu doesn't use nfs by default so it might be a little tricky getting it working
| |
13:36 | https://help.ubuntu.com/community/UbuntuLTSP/LTSPWithoutNFS < this has some info on reverting though
| |
13:52 | alkisg_web has joined IRC (alkisg_web!bc0423ce@gateway/web/freenode/ip.188.4.35.206) | |
13:53 | <alkisg_web> Vlad__: overlayfs doesn't work correctly in new kernels over nfs, so use nbd instead
| |
13:53 | Or, wait for the newest kernel that will fix the issue
| |
13:53 | I think it's in debian testing
| |
13:53 | Why do you want nfs instead of nbd?
| |
13:55 | <Vlad__> for testing; i'm tired of rebuilding image after every small change)
| |
13:55 | <alkisg_web> you can use a raw nbd image
| |
13:55 | No need to rebuild it then
| |
13:55 | Like, ext4 inside it
| |
13:58 | <Vlad__> sorry, what is raw nbd"
| |
13:58 | can you explain pls?
| |
14:13 | <alkisg_web> Vlad__: dd if=/dev/zero of=/opt/ltsp/images/i386.img bs=1m count=1000
| |
14:13 | mkfs.ext4 /opt/ltsp/images/i386.img
| |
14:14 | mount -o loop i386.img /mnt
| |
14:14 | cp -a /opt/ltsp/i386 /mnt
| |
14:14 | ...etc, so that you make an image that contains the chroot instead of a directory
| |
14:14 | Then whenever you want to do changes, you mount it somewhere and chroot to it, and the changes are immediately visible
| |
14:16 | It's also possible to use virtualbox to maintain a .raw disk
| |
14:16 | And even do snapshots and merge them when you're ready to push them
| |
14:16 | <Vlad__> thanks i'll try it
| |
14:18 | Vlad__ has left IRC (Vlad__!c2e28421@gateway/web/freenode/ip.194.226.132.33) | |
14:19 | gvy has left IRC (gvy!~mike@altlinux/developer/mike, Ping timeout: 265 seconds) | |
14:22 | stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split) | |
14:22 | stgraber has joined IRC (stgraber!~stgraber@shell.stgraber.org) | |
14:22 | stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber) | |
14:56 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
15:16 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be, Ping timeout: 252 seconds) | |
15:38 | alkisg_web has left IRC (alkisg_web!bc0423ce@gateway/web/freenode/ip.188.4.35.206, Quit: Page closed) | |
15:44 | gp_alt has left IRC (gp_alt!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net, Quit: Leaving) | |
16:20 | Statler has left IRC (Statler!~Georg@mail.lohn24.de, Quit: Leaving) | |
16:35 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
17:17 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be, Ping timeout: 256 seconds) | |
17:35 | robb_nl has joined IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be) | |
17:37 | forum has joined IRC (forum!~Icedove@88-117-22-63.adsl.highway.telekom.at) | |
17:44 | forum has left IRC (forum!~Icedove@88-117-22-63.adsl.highway.telekom.at, Remote host closed the connection) | |
17:44 | forum has joined IRC (forum!~Icedove@88-117-22-63.adsl.highway.telekom.at) | |
17:47 | pscheie has joined IRC (pscheie!d8a008e3@gateway/web/freenode/ip.216.160.8.227) | |
17:47 | Fenuks has left IRC (Fenuks!~Fenuks@212.164.45.173, Ping timeout: 272 seconds) | |
17:48 | pscheie has left IRC (pscheie!d8a008e3@gateway/web/freenode/ip.216.160.8.227, Client Quit) | |
17:48 | petre has joined IRC (petre!~petre@scheie.homedns.org) | |
17:55 | forum has left IRC (forum!~Icedove@88-117-22-63.adsl.highway.telekom.at, Quit: forum) | |
18:00 | petre has left IRC (petre!~petre@scheie.homedns.org, Quit: Leaving) | |
18:56 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, *.net *.split) | |
18:56 | pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, *.net *.split) | |
18:56 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, *.net *.split) | |
18:56 | bennabiy has left IRC (bennabiy!~bennabiy@unaffiliated/bennabiy, *.net *.split) | |
18:56 | sutula has left IRC (sutula!~sutula@207-118-159-111.dyn.centurytel.net, *.net *.split) | |
18:57 | Faith has joined IRC (Faith!~paty_@143.107.231.49) | |
18:57 | bennabiy has joined IRC (bennabiy!~bennabiy@unaffiliated/bennabiy) | |
18:57 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
18:58 | sutula has joined IRC (sutula!~sutula@207-118-159-111.dyn.centurytel.net) | |
18:59 | pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme) | |
19:06 | Faith has left IRC (Faith!~paty_@143.107.231.49, Changing host) | |
19:06 | Faith has joined IRC (Faith!~paty_@unaffiliated/faith) | |
19:08 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, *.net *.split) | |
19:08 | gehidore has left IRC (gehidore!~username@unaffiliated/man, *.net *.split) | |
19:08 | belowzero has left IRC (belowzero!~myusernam@198-158-11.connect.netcom.no, *.net *.split) | |
19:09 | belowzero has joined IRC (belowzero!~myusernam@198-158-11.connect.netcom.no) | |
19:09 | ricotz has joined IRC (ricotz!~ricotz@p5B2A9B9F.dip0.t-ipconnect.de) | |
19:09 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
19:09 | gehidore has joined IRC (gehidore!~username@unaffiliated/man) | |
19:33 | stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split) | |
19:33 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.215.78.dynamic.adsl.gvt.net.br, *.net *.split) | |
19:33 | vervelak has left IRC (vervelak!~vervelak@139.91.200.185, *.net *.split) | |
19:33 | sbalneav has left IRC (sbalneav!~sbalneav@wnpgmb0311w-ds01-165-236.dynamic.mtsallstream.net, *.net *.split) | |
19:33 | stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber) | |
19:33 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.215.78.dynamic.adsl.gvt.net.br) | |
19:34 | vervelak has joined IRC (vervelak!~vervelak@139.91.200.185) | |
19:34 | sbalneav has joined IRC (sbalneav!~sbalneav@wnpgmb0311w-ds01-165-236.dynamic.mtsallstream.net) | |
19:45 | robb_nl has left IRC (robb_nl!~robb_nl@ip-213-49-244-127.dsl.scarlet.be, Ping timeout: 244 seconds) | |
19:50 | ltsp has joined IRC (ltsp!bot@ltsp.org) | |
19:51 | _longines has joined IRC (_longines!~longines@static.183.80.201.138.clients.your-server.de) | |
19:55 | razielle_tzu has left IRC (razielle_tzu!~quassel@46.101.20.223, Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) | |
19:55 | razielle_tzu has joined IRC (razielle_tzu!~quassel@46.101.20.223) | |
19:56 | razielle_tzu is now known as Guest21057 | |
19:56 | lmds_ has left IRC (lmds_!~lmds@lmedsda.pck.nerim.net, *.net *.split) | |
19:56 | ||cw has left IRC (||cw!~chrisw@unaffiliated/cw/x-1182934, *.net *.split) | |
19:56 | TatankaT has left IRC (TatankaT!~tim@193.190.253.114, *.net *.split) | |
19:56 | lmds_ has joined IRC (lmds_!~lmds@tui.pi-et-ro.net) | |
19:56 | Guest21057 is now known as raziel_tzu | |
19:56 | ||cw has joined IRC (||cw!~chrisw@unaffiliated/cw/x-1182934) | |
19:57 | TatankaT has joined IRC (TatankaT!~tim@193.190.253.114) | |
19:58 | robb_nl has joined IRC (robb_nl!~robb_nl@62.235.102.245) | |
20:03 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/session) | |
20:08 | lee has left IRC (lee!~lee@loathe.ms, *.net *.split) | |
20:08 | vlt has left IRC (vlt!~nobody@lvps87-230-93-209.dedicated.hosteurope.de, *.net *.split) | |
20:08 | yanu_ has left IRC (yanu_!~yanu@178-116-57-70.access.telenet.be, *.net *.split) | |
20:08 | muppis has left IRC (muppis!~muppis@takaisin.fi, *.net *.split) | |
20:08 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split) | |
20:08 | zerkalo has left IRC (zerkalo!myricae@ny1.hashbang.sh, *.net *.split) | |
20:08 | book` has left IRC (book`!~book`@68.ip-149-56-14.net, *.net *.split) | |
20:08 | riddle has left IRC (riddle!riddle@us.yunix.net, *.net *.split) | |
20:08 | muppis has joined IRC (muppis!muppis@takaisin.fi) | |
20:08 | yanu has joined IRC (yanu!~yanu@178-116-57-70.access.telenet.be) | |
20:08 | lee has joined IRC (lee!~lee@loathe.ms) | |
20:08 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
20:08 | vagrantc has left IRC (vagrantc!~vagrant@unaffiliated/vagrantc, Quit: leaving) | |
20:08 | zerkalo has joined IRC (zerkalo!myricae@ny1.hashbang.sh) | |
20:08 | riddle has joined IRC (riddle!riddle@us.yunix.net) | |
20:08 | vlt has joined IRC (vlt!~nobody@lvps87-230-93-209.dedicated.hosteurope.de) | |
20:09 | book` has joined IRC (book`!~book`@68.ip-149-56-14.net) | |
20:17 | Faith has left IRC (Faith!~paty_@unaffiliated/faith, Quit: Leaving) | |
20:21 | Parker95z has joined IRC (Parker95z!~parker@2607:5300:60:8425::2d62:a8e6) | |
20:22 | bitchecker has left IRC (bitchecker!~bitchecke@31.131.20.132, *.net *.split) | |
20:22 | Parker955_Away has left IRC (Parker955_Away!~parker@2607:5300:60:8425::2d62:a8e6, *.net *.split) | |
20:22 | tarzeau has left IRC (tarzeau!~alex@mail.aiei.ch, *.net *.split) | |
20:22 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split) | |
20:22 | tarzeau has joined IRC (tarzeau!~alex@mail.aiei.ch) | |
20:26 | bitchecker has joined IRC (bitchecker!~bitchecke@31.131.20.132) | |
20:28 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
20:30 | PeperPots has left IRC (PeperPots!sid1218@gateway/web/irccloud.com/session, Changing host) | |
20:30 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-buymfgdkhcakbfjd) | |
20:33 | sebd has left IRC (sebd!~seb@aditu.ldd.fr, *.net *.split) | |
20:33 | sutula has left IRC (sutula!~sutula@207-118-159-111.dyn.centurytel.net, *.net *.split) | |
20:33 | TatankaT has left IRC (TatankaT!~tim@193.190.253.114, *.net *.split) | |
20:33 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.215.78.dynamic.adsl.gvt.net.br, *.net *.split) | |
20:33 | cyberorg has left IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg, *.net *.split) | |
20:33 | tarzeau has left IRC (tarzeau!~alex@mail.aiei.ch, *.net *.split) | |
20:33 | lee has left IRC (lee!~lee@loathe.ms, *.net *.split) | |
20:33 | alkisg has left IRC (alkisg!~alkisg@ubuntu/member/alkisg, *.net *.split) | |
20:33 | zamba has left IRC (zamba!marius@flage.org, *.net *.split) | |
20:33 | fnurl has left IRC (fnurl!~paul@36-229-141-202.dynamic-ip.hinet.net, *.net *.split) | |
20:33 | _longines has left IRC (_longines!~longines@static.183.80.201.138.clients.your-server.de, *.net *.split) | |
20:33 | teknkik has left IRC (teknkik!tek@kapsi.fi, *.net *.split) | |
20:33 | vervelak has left IRC (vervelak!~vervelak@139.91.200.185, *.net *.split) | |
20:33 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, *.net *.split) | |
20:33 | bitchecker has left IRC (bitchecker!~bitchecke@31.131.20.132, *.net *.split) | |
20:33 | vlt has left IRC (vlt!~nobody@lvps87-230-93-209.dedicated.hosteurope.de, *.net *.split) | |
20:33 | zerkalo has left IRC (zerkalo!myricae@ny1.hashbang.sh, *.net *.split) | |
20:34 | Parker95z has left IRC (Parker95z!~parker@2607:5300:60:8425::2d62:a8e6, *.net *.split) | |
20:34 | riddle has left IRC (riddle!riddle@us.yunix.net, *.net *.split) | |
20:34 | yanu has left IRC (yanu!~yanu@178-116-57-70.access.telenet.be, *.net *.split) | |
20:34 | PeperPots has left IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-buymfgdkhcakbfjd, *.net *.split) | |
20:34 | ogra_ has left IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de, *.net *.split) | |
20:34 | muppis has left IRC (muppis!muppis@takaisin.fi, *.net *.split) | |
20:34 | mgariepy has left IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy, *.net *.split) | |
20:34 | raziel_tzu has left IRC (raziel_tzu!~quassel@46.101.20.223, *.net *.split) | |
20:34 | Freejack has left IRC (Freejack!~Freejack@unaffiliated/freejack, *.net *.split) | |
20:34 | highvoltage has left IRC (highvoltage!~highvolta@ubuntu/member/highvoltage, *.net *.split) | |
20:34 | stgraber has left IRC (stgraber!~stgraber@ubuntu/member/stgraber, *.net *.split) | |
20:34 | gehidore has left IRC (gehidore!~username@unaffiliated/man, *.net *.split) | |
20:34 | ||cw has left IRC (||cw!~chrisw@unaffiliated/cw/x-1182934, *.net *.split) | |
20:34 | belowzero has left IRC (belowzero!~myusernam@198-158-11.connect.netcom.no, *.net *.split) | |
20:34 | bennabiy has left IRC (bennabiy!~bennabiy@unaffiliated/bennabiy, *.net *.split) | |
20:34 | spectra has left IRC (spectra!~spectra@debian/developer/spectra, *.net *.split) | |
20:34 | quinox has left IRC (quinox!~quinox@ghost.qtea.nl, *.net *.split) | |
20:34 | jgee has left IRC (jgee!~jgee@186.80.48.33, *.net *.split) | |
20:40 | sutula has joined IRC (sutula!~sutula@207-118-159-111.dyn.centurytel.net) | |
20:40 | sebd has joined IRC (sebd!~seb@aditu.ldd.fr) | |
20:40 | cyberorg has joined IRC (cyberorg!~cyberorg@opensuse/member/Cyberorg) | |
20:40 | adrianorg has joined IRC (adrianorg!~adrianorg@179.177.215.78.dynamic.adsl.gvt.net.br) | |
20:40 | TatankaT has joined IRC (TatankaT!~tim@193.190.253.114) | |
20:40 | ricotz has joined IRC (ricotz!~ricotz@ubuntu/member/ricotz) | |
20:40 | vervelak has joined IRC (vervelak!~vervelak@139.91.200.185) | |
20:40 | teknkik has joined IRC (teknkik!tek@kapsi.fi) | |
20:40 | fnurl has joined IRC (fnurl!~paul@36-229-141-202.dynamic-ip.hinet.net) | |
20:40 | alkisg has joined IRC (alkisg!~alkisg@ubuntu/member/alkisg) | |
20:40 | _longines has joined IRC (_longines!~longines@static.183.80.201.138.clients.your-server.de) | |
20:40 | lee has joined IRC (lee!~lee@loathe.ms) | |
20:40 | tarzeau has joined IRC (tarzeau!~alex@mail.aiei.ch) | |
20:40 | jgee has joined IRC (jgee!~jgee@186.80.48.33) | |
20:40 | quinox has joined IRC (quinox!~quinox@ghost.qtea.nl) | |
20:40 | spectra has joined IRC (spectra!~spectra@debian/developer/spectra) | |
20:40 | bennabiy has joined IRC (bennabiy!~bennabiy@unaffiliated/bennabiy) | |
20:40 | belowzero has joined IRC (belowzero!~myusernam@198-158-11.connect.netcom.no) | |
20:40 | gehidore has joined IRC (gehidore!~username@unaffiliated/man) | |
20:40 | stgraber has joined IRC (stgraber!~stgraber@ubuntu/member/stgraber) | |
20:40 | highvoltage has joined IRC (highvoltage!~highvolta@ubuntu/member/highvoltage) | |
20:40 | Freejack has joined IRC (Freejack!~Freejack@unaffiliated/freejack) | |
20:40 | raziel_tzu has joined IRC (raziel_tzu!~quassel@46.101.20.223) | |
20:40 | ||cw has joined IRC (||cw!~chrisw@unaffiliated/cw/x-1182934) | |
20:40 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-buymfgdkhcakbfjd) | |
20:40 | muppis has joined IRC (muppis!muppis@takaisin.fi) | |
20:40 | yanu has joined IRC (yanu!~yanu@178-116-57-70.access.telenet.be) | |
20:40 | ogra_ has joined IRC (ogra_!~ogra_@p5098ed03.dip0.t-ipconnect.de) | |
20:40 | zerkalo has joined IRC (zerkalo!myricae@ny1.hashbang.sh) | |
20:40 | riddle has joined IRC (riddle!riddle@us.yunix.net) | |
20:40 | vlt has joined IRC (vlt!~nobody@lvps87-230-93-209.dedicated.hosteurope.de) | |
20:40 | Parker95z has joined IRC (Parker95z!~parker@2607:5300:60:8425::2d62:a8e6) | |
20:40 | bitchecker has joined IRC (bitchecker!~bitchecke@31.131.20.132) | |
20:40 | mgariepy has joined IRC (mgariepy!~mgariepy@ubuntu/member/mgariepy) | |
20:40 | zamba has joined IRC (zamba!marius@flage.org) | |
20:40 | pppingme has left IRC (pppingme!~pppingme@unaffiliated/pppingme, Max SendQ exceeded) | |
20:43 | pppingme has joined IRC (pppingme!~pppingme@unaffiliated/pppingme) | |
21:10 | robb_nl has left IRC (robb_nl!~robb_nl@62.235.102.245, Ping timeout: 260 seconds) | |
21:28 | ricotz has left IRC (ricotz!~ricotz@ubuntu/member/ricotz, Quit: Leaving) | |
21:43 | PeperPots has left IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-buymfgdkhcakbfjd, Ping timeout: 240 seconds) | |
21:50 | jgee has left IRC (jgee!~jgee@186.80.48.33, Ping timeout: 256 seconds) | |
21:58 | gp has joined IRC (gp!~gp@104-14-168-137.lightspeed.rcsntx.sbcglobal.net) | |
21:59 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-wipiioxywfdmbarv) | |
22:03 | PeperPots has left IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-wipiioxywfdmbarv, Remote host closed the connection) | |
22:12 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-hlrgpapybkuwisel) | |
22:29 | adrianorg has left IRC (adrianorg!~adrianorg@179.177.215.78.dynamic.adsl.gvt.net.br, Ping timeout: 258 seconds) | |
22:30 | adrianorg has joined IRC (adrianorg!~adrianorg@177.18.173.65) | |
22:59 | PeperPots has left IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-hlrgpapybkuwisel, Ping timeout: 260 seconds) | |
23:01 | raziel_tzu is now known as razielle_tzu | |
23:21 | PeperPots has joined IRC (PeperPots!sid1218@gateway/web/irccloud.com/x-mrdevpctrbuyfggp) | |