People who Joins , Parts  or Quits  a chatroom
       
      
        this is #debian 
        an IRC -Channel at freenode
          (freenode IRC  service closed
          2021-06-01) 
       
     
    
      
        
          0 [00:00:01] *** Joins: Karazhan (~nobody@replaced-ip )
           
         
        
          1 [00:00:24] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
           
         
        
          2 [00:00:25] *** Quits: Almtesh (~Almtesh@replaced-ip##) (Quit: ZNC - ##replaced-url 
           
         
        
          3 [00:00:32] <antisaint> Any thoughts on why the ip is not
            showing the correct one?
           
         
        
          4 [00:00:45] *** Joins: valeech (~valeech@replaced-ip )
           
         
        
          5 [00:01:01] *** Joins: Almtesh (~Almtesh@replaced-ip )
           
         
        
          6 [00:01:48] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Remote host closed the connection)
           
         
        
          7 [00:02:41] *** Quits: tatalazo (~Icedove@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          8 [00:03:00] *** Quits: Wizek (~Wizek@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          9 [00:04:57] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Quit: Leaving)
           
         
        
          10 [00:05:02] *** Joins: tomcres (~tom@replaced-ip )
           
         
        
          11 [00:05:08] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          12 [00:05:39] *** Joins: dave0x6d (uid190567@replaced-ip )
           
         
        
          13 [00:05:40] *** Quits: UUID00 (~UUID00@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          14 [00:06:06] *** Joins: kyan (~kyan@replaced-ip )
           
         
        
          15 [00:06:09] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          16 [00:06:35] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
           
         
        
          17 [00:06:51] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
           
         
        
          18 [00:06:51] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Changing host)
           
         
        
          19 [00:06:51] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
           
         
        
          20 [00:08:09] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
           
         
        
          21 [00:08:21] *** Quits: justindevelops (~justindev@replaced-ip ) (Remote host closed the connection)
           
         
        
          22 [00:08:29] <ztealmax> a question trying to make a script to
            add created user to sudo group, is it possible to show created user
            from root account and only the created username so i can pipe it to
            adduser ?
           
         
        
          23 [00:08:30] *** Quits: thestupidprowler (~alexandre@replaced-ip ) (Quit: Leaving)
           
         
        
          24 [00:08:37] *** Joins: ShalokShalom_ (~quassel@replaced-ip )
           
         
        
          25 [00:09:07] <antisaint> Scary ^  
         
        
          26 [00:09:40] *** Quits: jak2017 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          27 [00:09:52] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          28 [00:09:54] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          29 [00:10:48] *** Quits: ShalokShalom (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          30 [00:10:58] *** Joins: Kruppt (~Kirk_Krup@replaced-ip )
           
         
        
          31 [00:11:04] *** Quits: CarlFK (~carl@replaced-ip ) (Quit: Leaving.)
           
         
        
          32 [00:12:00] *** Joins: ledeni_ (~ledeni@replaced-ip )
           
         
        
          33 [00:12:01] *** Quits: pawalls (~pawalls@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          34 [00:12:17] *** Joins: savantgarde (~savantgar@replaced-ip )
           
         
        
          35 [00:12:18] *** Quits: PHPanos (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
           
         
        
          36 [00:13:08] <ztealmax> essentialy what im trying to do is
            create a system install script instead of a complete iso (first
            install basic debian nothing selected) then run script and at the
            end add user to sudo group, thats why i need to find a way to find
            out username of created user so i can pipe it and att to sudo group,
            does it make sense or am i thinking this all wrong?
           
         
        
          37 [00:13:11] *** Joins: iflema (~ian@replaced-ip )
           
         
        
          38 [00:13:18] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          39 [00:13:39] <somiaj> well how are you creating this user if
            you don't know the username?
           
         
        
          40 [00:13:52] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          41 [00:14:21] <ztealmax> the idea is that someone else except me
            is running the script
           
         
        
          42 [00:14:34] <antisaint> PIMP.. adding a simple sleep to the
            rc.local fixed my issue :)
           
         
        
          43 [00:14:53] *** Quits: Toordog- (~toordog@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          44 [00:15:19] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: 'Goodbye')
           
         
        
          45 [00:15:31] <ztealmax> so i need to find a way to maybe list
            last created username or something so i can pipe that name to sudo
            group?
           
         
        
          46 [00:15:42] *** Joins: pawalls (~pawalls@replaced-ip )
           
         
        
          47 [00:16:01] <Iridos> ztealmax, whoever runs the script will
            need to supply the username, so the script can create it?
           
         
        
          48 [00:16:15] *** Joins: Wizek (~Wizek@replaced-ip )
           
         
        
          49 [00:16:17] <Iridos> ztealmax, also, isn't your script
            re-inventing what pre-seeding already does?
           
         
        
          50 [00:16:17] *** Quits: kapitalist (~kapitalis@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          51 [00:16:21] <Iridos> dpkg, preseeding  
         
        
          52 [00:16:21] <dpkg> [preseed] Preseeding provides a way to set
            answers to questions asked during the Debian installation process,
            to allow for a streamlined or completely automated installation. The
            <install guide> provides an extensive appendix on preseeding
            with a full example. See
            replaced-url 
           
         
        
          53 [00:17:16] <phorce1> my Google eyes are hurting. Is is at all
            possible to get a good run of "dpkg --get-selections" with
            a missing or broken /var/lib/dpkg/updates/ directory?
            /var/lib/dpkg/status looks OK.
           
         
        
          54 [00:17:20] <ztealmax> yea but was thinking was after
            installing basic debian with nothing selected user creates his
            account there, my script is essentially installing a desktop
            enviroment combined of some tweaks and a combo of lxde+pekwm
           
         
        
          55 [00:17:50] *** Joins: careta (~botto@replaced-ip )
           
         
        
          56 [00:18:01] *** debhelper sets mode: +l 1727
           
         
        
          57 [00:18:22] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
           
         
        
          58 [00:18:25] *** Joins: tty0_ (~NA@replaced-ip )
           
         
        
          59 [00:18:47] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          60 [00:18:49] *** Quits: kommunicate (~kommunica@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          61 [00:19:07] *** Joins: kommunicate (~kommunica@replaced-ip )
           
         
        
          62 [00:19:13] <Iridos> antisaint, be more precise… how do
            you read out the IP and how do you set it… or suppose that it
            is set
           
         
        
          63 [00:19:21] *** Joins: tatalazo (~Icedove@replaced-ip )
           
         
        
          64 [00:19:44] <ztealmax> well anyway ill sort it out eventually
            i hope ;) ill look in to preseed
           
         
        
          65 [00:20:06] *** Quits: towo^work (~towo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          66 [00:20:07] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
           
         
        
          67 [00:21:05] *** Quits: pbrewczynski (uid172802@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          68 [00:21:13] <Iridos> ztealmax, it is (or was, last time I
            looked) not overly well documented…
           
         
        
          69 [00:21:18] <Iridos> maybe that got better
           
         
        
          70 [00:21:22] *** Joins: david3 (~david3@replaced-ip )
           
         
        
          71 [00:21:46] <ztealmax> Iridos, thank you ill google some :)
            disconnecting for now, and thank you for all the help so far :)
           
         
        
          72 [00:21:46] *** Joins: it0 (~it0@replaced-ip )
           
         
        
          73 [00:21:51] *** Quits: nighty (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
           
         
        
          74 [00:21:54] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          75 [00:21:57] <somiaj> ztealmax: the default user in debian has
            uid 1000, that can be used to get the user name from /etc/passwd
           
         
        
          76 [00:22:05] *** Quits: Ooze (~Ooze@replaced-ip ) (Quit: I have to return some videotapes...)
           
         
        
          77 [00:22:18] <ztealmax> somiaj: thanx :)
           
         
        
          78 [00:22:26] <ztealmax> afk abit  
         
        
          79 [00:22:31] *** Joins: cdown (~cdown@replaced-ip )
           
         
        
          80 [00:22:38] *** Quits: ee2455 (~ee2455@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          81 [00:23:28] *** Joins: radialneon (~radialneo@replaced-ip )
           
         
        
          82 [00:23:37] *** Quits: david3 (~david3@replaced-ip ) (Client Quit)
           
         
        
          83 [00:23:44] *** Joins: Ooze (~Ooze@replaced-ip )
           
         
        
          84 [00:25:17] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
           
         
        
          85 [00:25:32] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          86 [00:26:02] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
           
         
        
          87 [00:26:08] <Ooze> My root filesystem is full and I'm not
            sure where the offender is
           
         
        
          88 [00:26:18] <Ooze> I ran sudo du -x / | sort -rn | head -15
            but that's not really doing what I was hoping to do
           
         
        
          89 [00:26:20] *** Quits: simonlnu (~eric@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          90 [00:26:48] <Ooze> I'd like to list whatever large files
            are on that partition
           
         
        
          91 [00:26:58] <Ooze> I probably accidentally copied something to
            the wrong dir
           
         
        
          92 [00:27:09] *** Joins: justindevelops (~justindev@replaced-ip )
           
         
        
          93 [00:27:22] <Iridos> ztealmax, also, for re-using the package
            selection of another machine, you may find this interesting: /msg
            dpkg debian clone
           
         
        
          94 [00:27:32] *** Joins: simonlnu (~eric@replaced-ip )
           
         
        
          95 [00:28:06] *** Quits: ignuki (~inaki@replaced-ip ) (Quit: leaving)
           
         
        
          96 [00:28:26] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
           
         
        
          97 [00:28:48] <Iridos> phorce1, isn't updates/ regenerated
            all the time anyway? There is a factoid to restore status file (if
            the backups of it are gone, too) in an ugly hack from /usr/share/doc
           
         
        
          98 [00:29:04] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
           
         
        
          99 [00:30:17] <awal1> any x term with spliting support apart
            terminator?
           
         
        
          100 [00:30:53] <phorce1> Iridos: I tried ust moving /updates out
            of the way and that just made dpkg angry. I'm doing this on
            recovered files from a file system image from a machine I had an rm
            -rf oops on. Not on a live system
           
         
        
          101 [00:30:56] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          102 [00:31:21] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          103 [00:31:24] <Iridos> Ooze, if you are just looking for one
            place, you can go iteratively… du -hs * .[^.]* | sort -h
            … then descend to the biggest target… or there's
            tools like gdmap or … some ncurses tool whose name I
            forgot…
           
         
        
          104 [00:32:10] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          105 [00:32:34] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          106 [00:32:35] *** Joins: crayon (~realname@replaced-ip )
           
         
        
          107 [00:33:01] <Iridos> phorce1, you must somehow be
            misinterpreting something…my /var/lib/dpkg/updates/ is
            empty… on a working system
           
         
        
          108 [00:33:36] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          109 [00:34:03] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          110 [00:34:19] *** Quits: Ooze (~Ooze@replaced-ip ) (Quit: I have to return some videotapes...)
           
         
        
          111 [00:34:50] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          112 [00:35:07] <phorce1> Iridos: aha! thank you for the clue. I
            moved the whole directory out of the way and failed to create a new,
            empty, one
           
         
        
          113 [00:35:26] *** Quits: SPF|Cloud (uid11755@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          114 [00:35:34] *** Quits: OerHeks (~OerHeks@replaced-ip ) (Quit: Bye! [If you don't have a backup of your data, it is
            not important at all])
           
         
        
          115 [00:35:40] *** Joins: asandweech (~asandweec@replaced-ip )
           
         
        
          116 [00:35:42] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          117 [00:35:42] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Changing host)
           
         
        
          118 [00:35:42] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          119 [00:35:54] *** Joins: RickXy (~zncadmin@replaced-ip )
           
         
        
          120 [00:36:02] *** Quits: alecov (~control@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          121 [00:36:57] *** Quits: [Gort] (~gort@replaced-ip ) (Quit: Leaving)
           
         
        
          122 [00:37:02] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          123 [00:37:27] * phorce1 still lost /var/replaced-url 
           
         
        
          124 [00:38:00] *** debhelper sets mode: +l 1714
           
         
        
          125 [00:38:56] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          126 [00:39:15] *** Joins: xet7 (~xet7@replaced-ip )
           
         
        
          127 [00:41:03] <Iridos> Ooze… *sigh*
           
         
        
          128 [00:41:47] *** Quits: alexbligh1 (~alexbligh@replaced-ip ) (Excess Flood)
           
         
        
          129 [00:41:55] *** Parts: anuxivm (~anuxi@replaced-ip )
           
         
        
          130 [00:42:08] *** Joins: alexbligh1 (~alexbligh@replaced-ip )
           
         
        
          131 [00:43:45] *** Joins: Brigo (~Brigo@replaced-ip )
           
         
        
          132 [00:44:46] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          133 [00:44:55] *** Quits: KaiserAres (~KaiserAre@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          134 [00:45:34] *** Joins: juantelez (~juantelez@replaced-ip )
           
         
        
          135 [00:45:41] *** Joins: Old_Dog (~don@replaced-ip )
           
         
        
          136 [00:46:21] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
           
         
        
          137 [00:46:53] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          138 [00:47:06] *** Quits: ltem (~panta@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          139 [00:47:34] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          140 [00:48:06] *** Joins: cseipel2 (~user@replaced-ip )
           
         
        
          141 [00:48:47] *** Quits: djvdorp (djvdorp@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          142 [00:48:47] *** Quits: Hobbyboy (Hobbyboy@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          143 [00:49:34] *** Joins: Ticho_ (~Ticho@replaced-ip )
           
         
        
          144 [00:49:53] *** Quits: barteks2x (barteks2x@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          145 [00:51:40] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          146 [00:52:15] *** Quits: makimaki (~makimaki`@replaced-ip ) (Quit: Leaving)
           
         
        
          147 [00:54:36] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
           
         
        
          148 [00:55:53] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          149 [00:56:56] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          150 [00:57:06] *** Quits: tomcres (~tom@replaced-ip ) (Quit: Leaving)
           
         
        
          151 [00:57:43] *** Quits: Kruppt (~Kirk_Krup@replaced-ip ) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner
            35.0.1/20150122214805])
           
         
        
          152 [00:57:54] *** Quits: redShadow (~redShadow@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          153 [00:58:01] *** debhelper sets mode: +l 1705
           
         
        
          154 [00:58:05] *** Joins: dreki (~dreki@replaced-ip )
           
         
        
          155 [00:58:06] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          156 [00:58:07] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          157 [00:58:47] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          158 [01:00:03] *** Parts: it0 (~it0@replaced-ip )
           
         
        
          159 [01:00:22] *** Joins: mtn_ (~mtn@replaced-ip )
           
         
        
          160 [01:01:08] *** Quits: Masterphi (~Masterphi@replaced-ip ) (Quit: Bye)
           
         
        
          161 [01:03:18] *** Quits: LaptopBrain (brain@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          162 [01:03:38] *** Quits: hejohn (~gernot@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          163 [01:04:39] *** Quits: antisaint (~antisaint@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          164 [01:05:10] *** Quits: wtkp (~wtkp@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          165 [01:05:11] *** Quits: liquidxd (~liquidxd@replaced-ip ) (Remote host closed the connection)
           
         
        
          166 [01:05:15] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
           
         
        
          167 [01:06:05] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          168 [01:07:17] *** Parts: kaljinka (~kaljinka@replaced-ip )
           
         
        
          169 [01:07:48] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          170 [01:08:01] *** debhelper sets mode: +l 1699
           
         
        
          171 [01:08:44] *** Quits: cseipel2 (~user@replaced-ip ) (Remote host closed the connection)
           
         
        
          172 [01:09:06] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          173 [01:09:31] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          174 [01:10:15] *** Quits: mtn_ (~mtn@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          175 [01:10:20] *** Joins: Brigo (~Brigo@replaced-ip )
           
         
        
          176 [01:13:13] *** Joins: KaiserAres (~KaiserAre@replaced-ip )
           
         
        
          177 [01:13:31] *** Joins: Masterphi (~Masterphi@replaced-ip )
           
         
        
          178 [01:16:40] *** Quits: pos (~pos@replaced-ip ) (Remote host closed the connection)
           
         
        
          179 [01:17:10] *** Quits: m8 (~m8@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          180 [01:17:20] *** Quits: al3xclarke (~hello@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          181 [01:17:47] *** Quits: herouvim (~herouvim@replaced-ip ) (Quit: Leaving)
           
         
        
          182 [01:18:01] *** Joins: CuSn (~glockensp@replaced-ip )
           
         
        
          183 [01:18:55] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
           
         
        
          184 [01:18:56] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Max SendQ exceeded)
           
         
        
          185 [01:19:16] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          186 [01:19:28] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
           
         
        
          187 [01:20:02] *** Joins: hejohn (~gernot@replaced-ip )
           
         
        
          188 [01:21:34] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          189 [01:21:40] *** Quits: akwiatkowski (~bobik314@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          190 [01:22:55] *** Quits: SuperTramp83 (~SuperTram@replaced-ip ) (Quit: bzzzZ :P)
           
         
        
          191 [01:24:35] *** Quits: k000 (~k000@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          192 [01:25:48] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          193 [01:26:14] *** Joins: halley2061 (~halley206@replaced-ip )
           
         
        
          194 [01:26:26] <awal1> ,v translate-shell
           
         
        
          195 [01:26:27] <judd> Package: translate-shell on amd64 --
            jessie/contrib: 0.8.21-1+deb8u1; stretch/contrib: 0.9.4-1;
            stretch/contrib: 0.9.5-1; sid/contrib: 0.9.5-1
           
         
        
          196 [01:27:01] <awal1> any privacy concerns using translate-shell
            (trans) ?
           
         
        
          197 [01:27:12] <awal1> user data collection I mean
           
         
        
          198 [01:28:20] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          199 [01:28:59] <TomTomTosch> yes. "command line interface to
            replaced-url 
           
         
        
          200 [01:29:19] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          201 [01:29:37] *** Quits: KaiserAres (~KaiserAre@replaced-ip ) (Quit: .)
           
         
        
          202 [01:30:18] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          203 [01:30:53] *** Quits: rgammans (~roger@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          204 [01:31:10] <awal1> I meant if it also collects end user data
            as when using google translate website or it doesn't as
            'googler' (« according to upstream)
           
         
        
          205 [01:31:10] *** Quits: Wizek (~Wizek@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          206 [01:31:23] *** Joins: ]3n19m4[_ (~]3n19m4@replaced-ip )
           
         
        
          207 [01:32:06] *** Joins: eliotime (~Thunderbi@replaced-ip )
           
         
        
          208 [01:32:35] *** Quits: remo (~remo@replaced-ip ) (Remote host closed the connection)
           
         
        
          209 [01:32:40] *** Quits: likcoras (~likcoras@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          210 [01:32:47] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Quit: Leaving)
           
         
        
          211 [01:33:00] *** Quits: _Hez (~hez@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          212 [01:33:36] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          213 [01:33:40] <TomTomTosch> you can expect google to make the
            cross-reference to other devices you use on the same network. so if
            you are logged into google services on the same machine, you can
            expect google to make the connection.
           
         
        
          214 [01:33:45] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
           
         
        
          215 [01:33:49] *** Quits: eliotime (~Thunderbi@replaced-ip ) (Client Quit)
           
         
        
          216 [01:33:50] *** Joins: barteks2x (barteks2x@replaced-ip )
           
         
        
          217 [01:33:59] *** Joins: foul_owl (~foul_owl@replaced-ip )
           
         
        
          218 [01:34:19] <foul_owl> Hi folks, I updated my system and now
            my lxc template isn't coming up correctly
           
         
        
          219 [01:34:20] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          220 [01:34:26] <TomTomTosch> "make the connection" in
            terms of identify you as the same user.
           
         
        
          221 [01:34:32] <foul_owl> Is it possible that apt overwrote my
            lxc template for debian?
           
         
        
          222 [01:34:49] <foul_owl> I thought apt was supposed to prompt
            before overwriting a file that the user changed
           
         
        
          223 [01:35:07] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Quit: Leaving.)
           
         
        
          224 [01:35:17] *** Joins: juantelez (~juantelez@replaced-ip )
           
         
        
          225 [01:35:19] *** Joins: eliotime (~Thunderbi@replaced-ip )
           
         
        
          226 [01:35:22] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
           
         
        
          227 [01:36:27] <awal1> TomTomTosch, for firefox I use duckduckgo
            as default search engine. you mean if I run trans in a shell google
            may make cross-reference "only" if at same time I'm
            connected to X ggole service?
           
         
        
          228 [01:36:44] <awal1> google  
         
        
          229 [01:37:35] *** Joins: rgammans (~roger@replaced-ip )
           
         
        
          230 [01:37:46] *** Quits: PityDaFool (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          231 [01:38:00] *** debhelper sets mode: +l 1690
           
         
        
          232 [01:38:05] *** Quits: neurot (~neurosis@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          233 [01:38:08] <awal1> not easy to be away of google stuff
            nowdays :P
           
         
        
          234 [01:39:06] *** Joins: PityDaFool (~Thunderbi@replaced-ip )
           
         
        
          235 [01:39:10] *** Joins: likcoras (~likcoras@replaced-ip )
           
         
        
          236 [01:39:16] <TomTomTosch> yeah  
         
        
          237 [01:40:53] <awal1> that pkg is a nice tool, anyway
           
         
        
          238 [01:41:13] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          239 [01:42:41] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          240 [01:42:55] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
           
         
        
          241 [01:43:02] *** Quits: justindevelops (~justindev@replaced-ip ) (Quit: Leaving)
           
         
        
          242 [01:45:06] *** Quits: cmj (~c@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          243 [01:45:44] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
           
         
        
          244 [01:45:45] *** Quits: v4nelle (~van@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          245 [01:46:31] *** Joins: v4nelle (~van@replaced-ip )
           
         
        
          246 [01:47:18] *** Joins: cmj (~c@replaced-ip )
           
         
        
          247 [01:47:56] *** Quits: xingu (~xingu@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          248 [01:47:59] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) (Remote host closed the connection)
           
         
        
          249 [01:48:01] *** debhelper sets mode: +l 1684
           
         
        
          250 [01:48:17] *** Joins: DeaDSouL (~deadsoul@replaced-ip )
           
         
        
          251 [01:48:35] *** Quits: DeaDSouL (~deadsoul@replaced-ip ) (Client Quit)
           
         
        
          252 [01:49:41] *** Quits: ralinux (~lnx@replaced-ip ) (Quit: Leaving)
           
         
        
          253 [01:50:22] *** Joins: djvdorp (djvdorp@replaced-ip )
           
         
        
          254 [01:50:33] *** Quits: lmc (~lmc@replaced-ip ) (Quit: Leaving...)
           
         
        
          255 [01:50:53] *** Joins: Hobbyboy (Hobbyboy@replaced-ip )
           
         
        
          256 [01:52:31] *** Joins: fnljk (~fnljk@replaced-ip )
           
         
        
          257 [01:52:32] *** Joins: Kafei (~Kafei@replaced-ip )
           
         
        
          258 [01:52:42] *** Joins: captbiz (~captbiz@replaced-ip )
           
         
        
          259 [01:53:21] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
           
         
        
          260 [01:54:13] *** Quits: Atm0spher1c (~future@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          261 [01:54:49] *** Joins: justindevelops (~justindev@replaced-ip )
           
         
        
          262 [01:55:37] *** Quits: oaao (~oaao@replaced-ip ) (Quit: Leaving)
           
         
        
          263 [01:55:40] *** Joins: nighty (~nighty@replaced-ip )
           
         
        
          264 [01:56:56] *** Joins: pos (~pos@replaced-ip )
           
         
        
          265 [01:58:05] *** Quits: seanvk (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          266 [01:58:19] *** Quits: Raineer (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          267 [01:59:08] *** Joins: lithie (uid45836@replaced-ip )
           
         
        
          268 [01:59:27] *** Quits: TsukiRa (~fpob@replaced-ip ) (Quit: Leaving.)
           
         
        
          269 [01:59:57] *** Quits: Smither (~Smither@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          270 [02:00:35] *** Joins: kus_ (~minot@replaced-ip )
           
         
        
          271 [02:00:42] *** Joins: Smither (~Smither@replaced-ip )
           
         
        
          272 [02:00:45] *** Quits: careta (~botto@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          273 [02:01:07] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
           
         
        
          274 [02:01:20] *** Joins: de-facto (~de-facto@replaced-ip )
           
         
        
          275 [02:01:21] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          276 [02:02:31] *** Quits: SugoiBeans (uid188175@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          277 [02:03:26] *** Joins: MDrights (~MDrights@replaced-ip )
           
         
        
          278 [02:04:03] *** Joins: Atm0spher1c (~future@replaced-ip )
           
         
        
          279 [02:04:10] *** Quits: wlie (~wlie@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          280 [02:04:35] *** Quits: fassl (~fassl@replaced-ip ) (Quit: fassl)
           
         
        
          281 [02:04:56] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
           
         
        
          282 [02:06:10] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          283 [02:06:21] *** Quits: cereal_poster (~cereal_po@replaced-ip ) (Quit: Fui!)
           
         
        
          284 [02:06:50] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          285 [02:06:58] *** Joins: argus (~65dsaf5@replaced-ip )
           
         
        
          286 [02:07:10] *** Quits: infernix (nix@replaced-ip ) (Ping timeout: 272 seconds)
           
         
        
          287 [02:07:34] *** Quits: zuiss1 (~zuiss1@replaced-ip ) (Quit: Leaving)
           
         
        
          288 [02:07:54] *** Quits: AlexPortable (uid7568@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          289 [02:08:03] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
           
         
        
          290 [02:08:08] *** Joins: Lowl3v3l1 (~Lowl3v3l@replaced-ip )
           
         
        
          291 [02:08:14] <awal1> How to reinstall a given pkg and all
            it's deps & recommends ?
           
         
        
          292 [02:08:28] *** Quits: Atm0spher1c (~future@replaced-ip ) (Remote host closed the connection)
           
         
        
          293 [02:09:33] *** Joins: Atm0spher1c (~future@replaced-ip )
           
         
        
          294 [02:09:49] *** Joins: zyley (~zyley@replaced-ip )
           
         
        
          295 [02:09:57] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          296 [02:10:25] *** Quits: Lowl3v3l1 (~Lowl3v3l@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          297 [02:10:33] *** Joins: pencilandpaper (~penciland@replaced-ip )
           
         
        
          298 [02:10:34] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          299 [02:10:45] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
           
         
        
          300 [02:11:59] *** Quits: CuSn (~glockensp@replaced-ip ) (Quit: Leaving)
           
         
        
          301 [02:13:35] *** Quits: halley2061 (~halley206@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          302 [02:16:23] *** Quits: sputnik (kli0rf@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          303 [02:16:48] *** Joins: Bercik (~Yotsuba@replaced-ip )
           
         
        
          304 [02:17:32] <ghormoon> hi, is it possible to start pulseaudio
            on headless machine without [pulseaudio] client-conf-x11.c:
            xcb_connection_has_error() returned true ? my google-fu fails on
            this and pulseaudio channel is dead at this time :)
           
         
        
          305 [02:17:53] *** Joins: sputnik (kli0rf@replaced-ip )
           
         
        
          306 [02:18:00] *** debhelper sets mode: +l 1678
           
         
        
          307 [02:18:10] <awal1> Tried something like apt-get install
            reinstall pkgA pkgB `apt-cache depends pkgA pkgB` but it wont work,
            getting errors about "Depends and Recommends not found"
           
         
        
          308 [02:19:00] <awal1> apt-get refers to depends/recommends words
            in apt-cache listing output
           
         
        
          309 [02:19:21] *** Joins: th3jam3sd3an (~th3jam3sd@replaced-ip )
           
         
        
          310 [02:21:34] *** Quits: kus_ (~minot@replaced-ip ) (Remote host closed the connection)
           
         
        
          311 [02:21:53] *** Joins: kus_ (~minot@replaced-ip )
           
         
        
          312 [02:21:54] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
           
         
        
          313 [02:22:12] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
           
         
        
          314 [02:22:30] *** Joins: DarinMiller (~darin@replaced-ip )
           
         
        
          315 [02:22:30] *** Quits: DarinMiller (~darin@replaced-ip ) (Changing host)
           
         
        
          316 [02:22:30] *** Joins: DarinMiller (~darin@replaced-ip )
           
         
        
          317 [02:22:47] *** Quits: hejohn (~gernot@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          318 [02:22:49] *** Quits: OMSQ (~OMSQ@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url 
           
         
        
          319 [02:23:34] *** Joins: hejohn (~gernot@replaced-ip )
           
         
        
          320 [02:23:54] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          321 [02:24:26] *** Joins: infernix (nix@replaced-ip )
           
         
        
          322 [02:24:45] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          323 [02:24:57] *** Joins: disposable2 (~Thunderbi@replaced-ip )
           
         
        
          324 [02:29:26] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          325 [02:29:50] *** Quits: dirtyroshi (~dirtyrosh@replaced-ip ) (Quit: Leaving)
           
         
        
          326 [02:30:48] *** Joins: pos (~pos@replaced-ip )
           
         
        
          327 [02:33:38] *** Parts: notmike (uid209547@replaced-ip )
           
         
        
          328 [02:33:40] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          329 [02:33:57] *** Joins: k_sze[work] (~Kira@replaced-ip )
           
         
        
          330 [02:34:48] *** Quits: CodeMachine (~gen0@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          331 [02:35:06] *** Quits: hejohn (~gernot@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          332 [02:35:51] *** Joins: CodeMachine (~gen0@replaced-ip )
           
         
        
          333 [02:36:17] *** Joins: treaki__ (~treaki@replaced-ip )
           
         
        
          334 [02:36:41] *** Joins: clippng (~CHRONIC@replaced-ip )
           
         
        
          335 [02:38:08] *** Parts: th3jam3sd3an (~th3jam3sd@replaced-ip )
           
         
        
          336 [02:39:52] *** Quits: treaki_ (~treaki@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          337 [02:39:53] <TomTomTosch> awal1: look at the output of
            apt-cache depends. you can't just feed that to apt-get install,
            you have to format it. knowing awk comes in handy sometimes.
            apt-cache depends <pkg> | awk '{if (/^ Depends: /) printf
            "%s ", $2}'
           
         
        
          338 [02:40:04] *** Quits: pavlushka (~pavlushka@replaced-ip ) (Excess Flood)
           
         
        
          339 [02:40:15] *** Joins: hejohn (~gernot@replaced-ip )
           
         
        
          340 [02:40:25] *** Joins: pavlushka (~pavlushka@replaced-ip )
           
         
        
          341 [02:40:27] <TomTomTosch> but i would be careful with that.
           
         
        
          342 [02:40:44] <TomTomTosch> look at the output and select
            manually what you really want to reinstall.
           
         
        
          343 [02:41:35] <somiaj> awal1: why do you think reinstalling all
            of these packages is needed? Normally it is not.
           
         
        
          344 [02:41:37] *** Joins: kmo (~kmo@replaced-ip )
           
         
        
          345 [02:42:00] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
           
         
        
          346 [02:42:46] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          347 [02:43:09] *** Quits: kmo (~kmo@replaced-ip ) (Client Quit)
           
         
        
          348 [02:43:28] *** Quits: Putti (~Putti@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          349 [02:43:32] *** Joins: kmo (~kmo@replaced-ip )
           
         
        
          350 [02:45:20] *** Quits: ledeni_ (~ledeni@replaced-ip ) (Remote host closed the connection)
           
         
        
          351 [02:45:24] *** Quits: kmo (~kmo@replaced-ip ) (Client Quit)
           
         
        
          352 [02:46:19] *** Joins: bruce549 (~bruce549@replaced-ip )
           
         
        
          353 [02:47:22] *** Joins: redShadow (~redShadow@replaced-ip )
           
         
        
          354 [02:48:02] *** Joins: iflema (~ian@replaced-ip )
           
         
        
          355 [02:48:05] *** Quits: hejohn (~gernot@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          356 [02:48:08] *** Joins: ledeni (~ledeni@replaced-ip )
           
         
        
          357 [02:48:44] *** Joins: Putti (~Putti@replaced-ip )
           
         
        
          358 [02:53:00] *** Joins: hejohn (~gernot@replaced-ip )
           
         
        
          359 [02:56:50] *** Joins: juantelez (~juantelez@replaced-ip )
           
         
        
          360 [02:57:48] *** Quits: pavlushka (~pavlushka@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          361 [02:58:15] *** Quits: ploop (~ploop@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          362 [02:58:42] *** Quits: lnxuser_adol (~lnxuser_a@replaced-ip ) (Quit: Leaving... Bye everybody)
           
         
        
          363 [02:58:50] *** Quits: Dowzee (~Dowzee@replaced-ip ) (Quit: Leaving)
           
         
        
          364 [02:58:57] *** Quits: tatalazo (~Icedove@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          365 [02:59:08] *** Quits: ffatman (~ffamousff@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          366 [02:59:34] *** Quits: tristero
            (~al.f.zero@unaffiliated/transfinite) (Quit: WeeChat 1.6)
           
         
        
          367 [03:00:01] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          368 [03:00:02] *** Quits: bfit (~bfit@replaced-ip ) (Remote host closed the connection)
           
         
        
          369 [03:00:57] <awal1> TomTomTosch, ok will try that . thanks
           
         
        
          370 [03:01:08] *** Joins: ploop (~ploop@replaced-ip )
           
         
        
          371 [03:01:14] *** Quits: HansE (~HansE@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
           
         
        
          372 [03:02:06] *** Quits: MDrights (~MDrights@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          373 [03:02:14] <awal1> somiaj, nothing really special I'm
            just trying to solves some bugs in my sid vm but I dont know which
            pkgs are related, so I wanted to reinstall not only the main pkg but
            also its deps and recommends
           
         
        
          374 [03:02:15] <ghormoon> did anyone try anything that crazy like
            runing linux steam in lxc container using remote X server? any idea
            where to start debugging games shuttering a lot? (they seem to count
            time wrong. after half a minute of running it says it runs
            1-2sseconds)
           
         
        
          375 [03:02:37] *** Quits: kus_ (~minot@replaced-ip ) (Remote host closed the connection)
           
         
        
          376 [03:02:42] *** Parts: Weeezy (Elite18779@replaced-ip )
           
         
        
          377 [03:03:36] <ghormoon> I was suspecting problems because they
            were flooding log with pulseaudio errors, but I fixed that now and
            no change :(
           
         
        
          378 [03:03:49] *** Joins: exedore6 (~cleryd@replaced-ip )
           
         
        
          379 [03:04:06] <somiaj> ghormoon: opengl on a remote server just
            sounds painful to me
           
         
        
          380 [03:05:26] *** Quits: Hypnosekroete (hypno@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          381 [03:05:37] *** Quits: LifeFrame (~smica@replaced-ip ) (Quit: Bye)
           
         
        
          382 [03:05:38] <awal1> apt-cache depends pkgname | awk '{if
            (/^ Depends: /) printf "%s ", $2}' no output at all
            :P
           
         
        
          383 [03:06:01] <TomTomTosch> which package?
           
         
        
          384 [03:06:02] *** Joins: dreamon_ (~dreamon@replaced-ip )
           
         
        
          385 [03:06:20] <ghormoon> somiaj: glxgears say 600fps
           
         
        
          386 [03:06:44] *** Joins: dethos (~dethos@replaced-ip )
           
         
        
          387 [03:07:09] <awal1> apt-cache depends openbox | awk '{if
            (/^ Depends: /) printf "%s ", $2}'
           
         
        
          388 [03:07:11] <ghormoon> 85 fullscreen  
         
        
          389 [03:08:00] *** debhelper sets mode: +l 1672
           
         
        
          390 [03:08:55] <ghormoon> but locally it does only 60 because
            vsync is on. maybe the games are not told there's vsync on?
           
         
        
          391 [03:09:22] *** Quits: monoxane (~monoxane@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          392 [03:09:46] <somiaj> maybe, I'm unsure how much info
            would have to pass from the server trying to display a game
            remotely, I've never tried that. Even playing a video on a vm
            with vnc is slow for me
           
         
        
          393 [03:10:35] *** Joins: stare (~stare@replaced-ip )
           
         
        
          394 [03:10:41] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          395 [03:11:27] <TomTomTosch> awal1: LANGUAGE=en apt-cache depends
            openbox | awk '{if (/^.*Depends: /) printf "%s ",
            $2}'
           
         
        
          396 [03:11:48] <ghormoon> hm, I can try vnc on some hd video
           
         
        
          397 [03:12:49] *** Quits: xcvb (~john@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          398 [03:12:56] *** Joins: stare_ (~stare@replaced-ip )
           
         
        
          399 [03:13:21] <somiaj> ghormoon: spice is better than vnc if you
            want to do video and the likes
           
         
        
          400 [03:13:36] <somiaj> ghormoon: unsure about running something
            on a remote xserver, sicne the client is local maybe most the
            rendering is done locally
           
         
        
          401 [03:13:44] *** Quits: stare_ (~stare@replaced-ip ) (Remote host closed the connection)
           
         
        
          402 [03:13:46] <ghormoon> ah sry I messed up vnc and vlc this
            late
           
         
        
          403 [03:13:47] <ghormoon> :)  
         
        
          404 [03:15:05] *** Quits: stare (~stare@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          405 [03:16:23] <ghormoon> hm, without vsync locally small window
            is about 3x better, but fullscreen is worse, close to 60 which makes
            me think that it still vsyncs
           
         
        
          406 [03:16:27] <ghormoon> even when told to not
           
         
        
          407 [03:16:59] *** Quits: Kafei (~Kafei@replaced-ip ) (Remote host closed the connection)
           
         
        
          408 [03:17:22] <awal1> TomTomTosch, now it works I get
            "libc6 libglib2.0-0 libice6 libobrender32v5 libobt2v5 libsm6
            libstartup-notification0 libx11-6 libxau6 libxcursor1 libxext6
            libxi6 libxinerama1 libxrandr2"
           
         
        
          409 [03:17:56] *** Quits: Caplain (~shayne@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          410 [03:18:47] *** Joins: grapster (~grapster@replaced-ip )
           
         
        
          411 [03:19:07] *** Joins: wudu_honour (~root@replaced-ip )
           
         
        
          412 [03:19:54] <awal1> (/^ Depends: /) doesn't work,
            (/^.*Depends: /) works
           
         
        
          413 [03:19:55] *** Quits: jh001 (~user@replaced-ip ) (Quit: Leaving)
           
         
        
          414 [03:20:03] *** Joins: Caplain (~shayne@replaced-ip )
           
         
        
          415 [03:20:33] *** Parts: grapster (~grapster@replaced-ip )
           
         
        
          416 [03:20:39] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          417 [03:20:58] *** Joins: ffatman (~ffamousff@replaced-ip )
           
         
        
          418 [03:20:59] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          419 [03:20:59] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
           
         
        
          420 [03:21:20] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          421 [03:21:30] <awal1> will be nicer if I get the recommends
            listed with apt-cache depends and combine all that with reinstall :P
           
         
        
          422 [03:21:55] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          423 [03:22:01] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
           
         
        
          424 [03:22:27] *** Parts: wudu_honour (~root@replaced-ip )
           
         
        
          425 [03:22:42] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          426 [03:23:11] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          427 [03:23:31] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          428 [03:23:40] <awal1> TomTomTosch, what's the difference
            between (/^ Depends: /) vs (/^.*Depends: /) ?
           
         
        
          429 [03:24:06] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          430 [03:24:19] <awal1> too much bash to learn :D
           
         
        
          431 [03:24:27] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          432 [03:24:58] *** Quits: Cloudish (~Cloudish@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          433 [03:25:01] *** Quits: l0xas (~unix@replaced-ip ) (Remote host closed the connection)
           
         
        
          434 [03:25:10] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          435 [03:26:16] <TomTomTosch> the first one only matches two
            whitespaces. the dot matches any char and the kleene star stands for
            zero or more repetitions.
           
         
        
          436 [03:26:33] *** Joins: theviajerock (~victor@replaced-ip )
           
         
        
          437 [03:26:47] <introom> n,v fish  
         
        
          438 [03:26:49] <introom> ,v fish  
         
        
          439 [03:26:50] <judd> Package: fish on amd64 -- wheezy:
            1.23.1+20120106.git8b407a3-1; jessie-backports: 2.2.0-3~bpo8+1; sid:
            2.4.0-1; stretch: 2.4.0-1
           
         
        
          440 [03:26:56] <TomTomTosch> that's not bash. that's
            awk and regular expressions.
           
         
        
          441 [03:27:02] *** Quits: theviajerock (~victor@replaced-ip ) (Client Quit)
           
         
        
          442 [03:27:44] *** Quits: juantelez (~juantelez@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          443 [03:28:01] *** debhelper sets mode: +l 1665
           
         
        
          444 [03:28:12] <hiexpo> hola all  
         
        
          445 [03:28:46] *** Joins: Mahe (~mahe@replaced-ip )
           
         
        
          446 [03:28:59] *** Quits: surveyor (~surveyor@replaced-ip ) (Quit: like a fart in the wind)
           
         
        
          447 [03:30:10] * TomTomTosch hits the hay  
         
        
          448 [03:30:28] *** Quits: redShadow (~redShadow@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          449 [03:31:12] *** Joins: lux_ATOM_netbook (~lux@replaced-ip )
           
         
        
          450 [03:31:30] <hiexpo> and the mice wither thru the hay and nip
            @ TomTomTosch
           
         
        
          451 [03:31:36] *** Joins: Cloudish (~Cloudish@replaced-ip )
           
         
        
          452 [03:32:56] *** Joins: lsv (~nn@replaced-ip )
           
         
        
          453 [03:34:27] *** Quits: nikoma (~nikoma@replaced-ip ) (Remote host closed the connection)
           
         
        
          454 [03:35:38] *** Joins: methyl (~methyl@replaced-ip )
           
         
        
          455 [03:35:46] *** Joins: skrb (~skrb@replaced-ip )
           
         
        
          456 [03:35:52] *** Joins: skrb_ (~skrb@replaced-ip )
           
         
        
          457 [03:36:58] *** Quits: Cloudish (~Cloudish@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          458 [03:37:19] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
           
         
        
          459 [03:38:46] *** Quits: skrb__ (~skrb@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          460 [03:38:57] *** Quits: skrb___ (~skrb@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          461 [03:39:48] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          462 [03:40:22] <somiaj> awal1: \s* might be better than .* to
            match only whitespace
           
         
        
          463 [03:40:40] *** Joins: mdorenka (~mdorenka@replaced-ip )
           
         
        
          464 [03:41:27] *** Joins: tatalazo (~Icedove@replaced-ip )
           
         
        
          465 [03:41:34] *** Joins: Titanro (~textual@replaced-ip )
           
         
        
          466 [03:41:38] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Quit: Leaving)
           
         
        
          467 [03:42:10] *** Quits: sine0 (~sine@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          468 [03:44:39] <awal1> somiaj, you mean (\s*Depends: /) ?
           
         
        
          469 [03:45:17] <somiaj> awal1: I was just commenting on the .*
            part that was explained to you, but yes. . is any character, \s is
            only whitspace characters
           
         
        
          470 [03:45:35] <awal1> somiaj, ok :)  
         
        
          471 [03:46:17] *** Joins: imunsie (~imunsie@replaced-ip )
           
         
        
          472 [03:46:20] <awal1> well, thanks for your time guys; I give up
            for now. easy solution: apt-cache depends and copy paste pkgnames :P
           
         
        
          473 [03:47:05] <awal1> I think I need a few months of bash and
            more gnu tools learning :P
           
         
        
          474 [03:47:32] <somiaj> this is regex, not really bash going on
            here, getting closer to full programing langauges
           
         
        
          475 [03:47:45] <somiaj> well regex is a standard thing in many
            langauges to match/search/parse text files
           
         
        
          476 [03:48:58] <awal1> ok, more learning so :P
           
         
        
          477 [03:49:26] *** Joins: sine0 (~sine@replaced-ip )
           
         
        
          478 [03:50:08] *** Quits: dethos (~dethos@replaced-ip ) (Remote host closed the connection)
           
         
        
          479 [03:52:22] <captbiz> i have a cron job that runs a node
            process that links up with an sqlite db
           
         
        
          480 [03:52:44] *** Quits: imunsie (~imunsie@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          481 [03:52:45] <captbiz> when i run the script isolated, it
            works, but in the cron job i get a cant open db error
           
         
        
          482 [03:53:34] *** Quits: exedore6 (~cleryd@replaced-ip ) (Quit: exedore6)
           
         
        
          483 [03:54:02] *** Quits: k_sze[work] (~Kira@replaced-ip ) (Quit: Leaving)
           
         
        
          484 [03:54:38] *** Joins: juantelez (~juantelez@replaced-ip )
           
         
        
          485 [03:54:38] *** Joins: wudo_honour (~root@replaced-ip )
           
         
        
          486 [03:54:43] *** Parts: wudo_honour (~root@replaced-ip )
           
         
        
          487 [03:55:30] *** Quits: Titanro (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url 
           
         
        
          488 [04:00:27] *** Quits: Putti (~Putti@replaced-ip ) (Remote host closed the connection)
           
         
        
          489 [04:00:51] *** Joins: Putti (~Putti@replaced-ip )
           
         
        
          490 [04:02:01] *** Quits: muhannad____ (~muhannad@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          491 [04:03:03] *** Joins: Nicho1as (~nicho1as@replaced-ip )
           
         
        
          492 [04:03:33] *** Quits: eliotime (~Thunderbi@replaced-ip ) (Remote host closed the connection)
           
         
        
          493 [04:03:40] <Nicho1as> has anyone experienced the
            /etc/network/interfaces file replaced by the short default one
            whenever the host boots?
           
         
        
          494 [04:03:40] *** Joins: cryptic (~cryptic@replaced-ip )
           
         
        
          495 [04:05:46] *** Quits: _jareth_ (~jareth_@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          496 [04:06:08] *** Quits: nprs (uid54228@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          497 [04:06:21] *** Joins: tomcres (~tom@replaced-ip )
           
         
        
          498 [04:06:21] *** Quits: lux_ATOM_netbook (~lux@replaced-ip ) (Remote host closed the connection)
           
         
        
          499 [04:08:59] *** Joins: tram0004 (~tram0004@replaced-ip )
           
         
        
          500 [04:10:43] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Remote host closed the connection)
           
         
        
          501 [04:11:22] *** Quits: tram0004 (~tram0004@replaced-ip ) (Client Quit)
           
         
        
          502 [04:12:26] *** Joins: ghostlight (~ghostligh@replaced-ip )
           
         
        
          503 [04:12:37] *** Joins: fstd_ (~fstd@replaced-ip )
           
         
        
          504 [04:12:58] *** Quits: crayon (~realname@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          505 [04:13:02] *** Joins: wudo_honour (~root@replaced-ip )
           
         
        
          506 [04:14:44] *** Quits: Dadou (~Dadou@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          507 [04:14:47] *** Joins: al3xclarke (~hello@replaced-ip )
           
         
        
          508 [04:15:04] *** Parts: wudo_honour (~root@replaced-ip )
           
         
        
          509 [04:16:35] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          510 [04:16:35] *** fstd_ is now known as fstd  
         
        
          511 [04:17:18] *** Quits: LtL (~irssi@replaced-ip ) (Quit: leaving)
           
         
        
          512 [04:18:23] *** Joins: badiane (~badiane@replaced-ip )
           
         
        
          513 [04:19:34] *** Quits: al3xclarke (~hello@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          514 [04:19:36] *** Joins: kiki` (uid170954@replaced-ip )
           
         
        
          515 [04:19:38] *** Quits: captbiz (~captbiz@replaced-ip ) (Quit: Leaving)
           
         
        
          516 [04:20:24] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          517 [04:20:54] *** Joins: sydney_untangle (~sydney@replaced-ip )
           
         
        
          518 [04:21:32] *** Joins: muhannad____ (~muhannad@replaced-ip )
           
         
        
          519 [04:22:24] *** muhannad____ is now known as muhannad
           
         
        
          520 [04:25:20] *** Joins: Raineer (~textual@replaced-ip )
           
         
        
          521 [04:25:35] *** Quits: CodeMachine (~gen0@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          522 [04:26:10] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          523 [04:26:39] *** Quits: nighty- (~cp@replaced-ip ) (Remote host closed the connection)
           
         
        
          524 [04:28:25] *** Quits: Raineer (~textual@replaced-ip ) (Client Quit)
           
         
        
          525 [04:28:42] *** Quits: Night_Elf (~user@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          526 [04:28:54] *** Joins: wudo_honour (~root@replaced-ip )
           
         
        
          527 [04:29:00] *** Joins: Night_Elf (~user@replaced-ip )
           
         
        
          528 [04:32:09] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
           
         
        
          529 [04:34:00] *** Quits: juantelez (~juantelez@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          530 [04:34:27] *** Joins: SugoiBeans (uid188175@replaced-ip )
           
         
        
          531 [04:34:29] *** Joins: nighty- (~cp@replaced-ip )
           
         
        
          532 [04:34:36] *** Joins: jareth_ (~jareth_@replaced-ip )
           
         
        
          533 [04:37:10] *** Quits: bolt (r00t@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          534 [04:37:27] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          535 [04:37:43] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Remote host closed the connection)
           
         
        
          536 [04:37:59] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          537 [04:38:03] *** Joins: Gazooo (~Gazooo@replaced-ip )
           
         
        
          538 [04:38:19] *** Joins: hiexpo (~hiexpo@replaced-ip )
           
         
        
          539 [04:38:56] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Remote host closed the connection)
           
         
        
          540 [04:39:37] *** Parts: fryguy (~fryguy@replaced-ip )
           
         
        
          541 [04:39:39] *** Joins: Gazooo (~Gazooo@replaced-ip )
           
         
        
          542 [04:40:43] *** Joins: monoxane (~monoxane@replaced-ip )
           
         
        
          543 [04:40:45] *** Joins: muhannad___ (~muhannad@replaced-ip )
           
         
        
          544 [04:41:55] *** Joins: reev (~reev@replaced-ip )
           
         
        
          545 [04:42:22] *** Quits: muhannad (~muhannad@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          546 [04:43:31] *** Joins: jak2017 (~jak2000@replaced-ip )
           
         
        
          547 [04:44:38] <unborn> ,v YUMI  
         
        
          548 [04:44:39] <judd> No package named 'YUMI' was found
            in amd64.
           
         
        
          549 [04:45:14] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          550 [04:45:45] <missmbob> !yumi  
         
        
          551 [04:45:45] <dpkg> well, yumi is a tool that can make bootable
            usb device. It is not recommended for use with Debian CD/DVD images,
            as it mangles the installer in cruel and unusual ways, resulting in
            hard to debug problems. Ask me about <hybrid images>, <usb
            install>, <win32diskimager>
           
         
        
          552 [04:47:38] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          553 [04:48:53] *** Joins: mavhq (~quassel@replaced-ip )
           
         
        
          554 [04:49:39] *** Quits: Ard1t (~ard1t@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          555 [04:50:01] *** Blendify|afk is now known as Blendify|zzz
           
         
        
          556 [04:50:03] *** Joins: Ard1t (~ard1t@replaced-ip )
           
         
        
          557 [04:50:20] *** Parts: wudo_honour (~root@replaced-ip )
           
         
        
          558 [04:50:26] *** Ard1t is now known as Guest39821
           
         
        
          559 [04:52:08] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          560 [04:52:41] *** Joins: chachasmooth (~chachasmo@replaced-ip )
           
         
        
          561 [04:53:14] *** Quits: hiexpo (~hiexpo@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          562 [04:55:20] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Remote host closed the connection)
           
         
        
          563 [04:56:00] *** Joins: Gazooo (~Gazooo@replaced-ip )
           
         
        
          564 [04:56:09] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          565 [04:56:14] <tomcres> lol @ "cruel and unusual ways"
            :-D
           
         
        
          566 [04:57:29] <klys> think it says that aout unetbootin too
           
         
        
          567 [04:57:47] <klys> about*  
         
        
          568 [04:57:47] <unborn> I will possibly use cp iso or dd
           
         
        
          569 [04:57:53] <somiaj> and rufus, the factiod has been copied
            around
           
         
        
          570 [04:58:16] <somiaj> unetbootin was removed from debian for
            this case, though there are uses for it if one wants to create other
            iso's from debian
           
         
        
          571 [04:58:34] *** Joins: systop (~Gareth@replaced-ip )
           
         
        
          572 [04:59:15] <unborn> shall I always use sync command after cp
            iso?
           
         
        
          573 [04:59:25] <unborn> or is not need it?
           
         
        
          574 [04:59:40] *** Quits: Maxdamantus (~Maxdamant@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          575 [04:59:55] <missmbob> install guide says to use it.
           
         
        
          576 [05:00:10] <unborn> cool thank you  
         
        
          577 [05:00:11] <dvs> unborn, for cp, yes  
         
        
          578 [05:00:15] <klys> sync before ejecting or powering off
           
         
        
          579 [05:00:40] <unborn> dvs: I think its even for dd as well
           
         
        
          580 [05:00:42] *** Joins: f-ford (~fnord@replaced-ip )
           
         
        
          581 [05:00:51] *** Joins: Maxdamantus (~Maxdamant@replaced-ip )
           
         
        
          582 [05:00:54] <dvs> unborn, no  
         
        
          583 [05:01:39] *** Joins: shootingstar (~kvirc@replaced-ip )
           
         
        
          584 [05:01:42] *** Quits: shootingstar (~kvirc@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          585 [05:02:10] *** Joins: shootingstar (~kvirc@replaced-ip )
           
         
        
          586 [05:02:42] <unborn> dvs i was always creating sicks like dd
            if=debian.iso of=device bs=4M; sync perhaps it cannot do any harm
           
         
        
          587 [05:03:13] <dvs> unborn, adding sync wont do any harm.
            It's just unnecessary
           
         
        
          588 [05:03:23] <dvs> for dd  
         
        
          589 [05:03:58] *** Quits: fford (~fnord@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          590 [05:04:29] <klys> as long as you do a normal restart or
            umount, it should be unneccessary though it doesn't hurt,
            L.Torvalds recommended doing it three times before rebooting linux
            1.x
           
         
        
          591 [05:04:57] *** Quits: abu0 (~abu0@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          592 [05:05:09] *** Quits: sstar (~kvirc@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          593 [05:05:21] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          594 [05:05:24] *** Joins: tram0004 (~tram0004@replaced-ip )
           
         
        
          595 [05:05:30] *** Quits: lsv (~nn@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          596 [05:05:36] *** Joins: akash_ (uid150251@replaced-ip )
           
         
        
          597 [05:06:18] *** Joins: Dadou (~Dadou@replaced-ip )
           
         
        
          598 [05:06:34] <unborn> oh I did not realised that could be used
            for windows isos too
           
         
        
          599 [05:06:44] *** Quits: tram0004 (~tram0004@replaced-ip ) (Client Quit)
           
         
        
          600 [05:07:53] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          601 [05:08:42] <dvs> dd can copy windows isos to flash drives but
            it won't boot like a debian image.
           
         
        
          602 [05:09:23] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          603 [05:10:09] <missmbob> !winusb  
         
        
          604 [05:10:09] <dpkg> somebody said winusb was a tool to create
            bootable usb using windows ISO. debian package can be found at
            replaced-url 
           
         
        
          605 [05:10:23] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          606 [05:10:24] *** Quits: sillyslux (~sillyslux@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          607 [05:11:15] *** Quits: jak2017 (~jak2000@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          608 [05:13:06] *** Quits: Guest39821 (~ard1t@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          609 [05:13:09] *** Joins: Guest39822 (~ard1t@replaced-ip )
           
         
        
          610 [05:13:24] *** Quits: jandrusk (~jra@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          611 [05:14:01] *** Quits: Brski (~Brski@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          612 [05:14:25] *** Joins: jandrusk (~jra@replaced-ip )
           
         
        
          613 [05:14:56] <unborn> missmbob: well i just booted up windows
            from usb created with dd.. works fine for me. I was normally had to
            create bootable stick of windows from within windows it self and
            cmd. finally I dont have to touch it
           
         
        
          614 [05:15:51] *** Joins: lowin (~lowin@replaced-ip )
           
         
        
          615 [05:16:41] *** Quits: tomcres (~tom@replaced-ip ) (Quit: Leaving)
           
         
        
          616 [05:18:01] *** debhelper sets mode: +l 1657
           
         
        
          617 [05:18:46] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
           
         
        
          618 [05:25:47] *** Joins: dayten (~gnoid@replaced-ip )
           
         
        
          619 [05:26:12] *** Quits: Old_Dog (~don@replaced-ip ) (Quit: Leaving)
           
         
        
          620 [05:28:35] *** Joins: ap0thic (~ap0thic@replaced-ip )
           
         
        
          621 [05:28:37] *** Joins: maotm (~mao@replaced-ip )
           
         
        
          622 [05:30:07] *** Joins: Levitator (~Meh@replaced-ip )
           
         
        
          623 [05:30:07] *** Quits: Levitator (~Meh@replaced-ip ) (Client Quit)
           
         
        
          624 [05:30:17] *** Joins: treaki_ (~treaki@replaced-ip )
           
         
        
          625 [05:31:51] *** Quits: DarinMiller (~darin@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          626 [05:32:13] *** Joins: DarinMiller (~darin@replaced-ip )
           
         
        
          627 [05:32:13] *** Quits: DarinMiller (~darin@replaced-ip ) (Changing host)
           
         
        
          628 [05:32:13] *** Joins: DarinMiller (~darin@replaced-ip )
           
         
        
          629 [05:33:35] *** Quits: treaki__ (~treaki@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          630 [05:34:09] *** Joins: domovoy_ (~domovoy@replaced-ip )
           
         
        
          631 [05:34:17] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          632 [05:37:52] *** Quits: f-ford (~fnord@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          633 [05:37:56] *** Quits: domovoy (~domovoy@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          634 [05:39:35] *** Joins: Atm0sphe1 (~future@replaced-ip )
           
         
        
          635 [05:40:27] *** Joins: cruncher (~cruncher@replaced-ip )
           
         
        
          636 [05:41:25] *** Quits: Atm0spher1c (~future@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          637 [05:41:41] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
           
         
        
          638 [05:41:42] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Changing host)
           
         
        
          639 [05:41:42] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
           
         
        
          640 [05:45:06] *** Joins: Rusty1_ (~kanotix@replaced-ip )
           
         
        
          641 [05:47:31] *** Joins: jak2017 (~jak2000@replaced-ip )
           
         
        
          642 [05:47:57] *** Joins: MaBunny (~MaBunny@replaced-ip )
           
         
        
          643 [05:48:01] *** debhelper sets mode: +l 1663
           
         
        
          644 [05:48:59] *** Quits: MaBunny (~MaBunny@replaced-ip ) (Changing host)
           
         
        
          645 [05:48:59] *** Joins: MaBunny (~MaBunny@replaced-ip )
           
         
        
          646 [05:49:00] *** Quits: Atm0sphe1 (~future@replaced-ip ) (Remote host closed the connection)
           
         
        
          647 [05:49:05] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          648 [05:49:14] *** MaBunny is now known as OtakuSenpai
           
         
        
          649 [05:49:47] *** Joins: Atm0sphe1 (~future@replaced-ip )
           
         
        
          650 [05:50:10] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          651 [05:50:19] *** Joins: Raineer (~textual@replaced-ip )
           
         
        
          652 [05:51:11] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
           
         
        
          653 [05:51:35] *** Joins: f-ford (~fnord@replaced-ip )
           
         
        
          654 [05:51:57] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Remote host closed the connection)
           
         
        
          655 [05:52:20] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          656 [05:55:30] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Remote host closed the connection)
           
         
        
          657 [05:55:40] <Nicho1as> has anyone experienced the
            /etc/network/interfaces file replaced by the short default one
            whenever the host boots?
           
         
        
          658 [05:56:24] *** Joins: robotroll (~robotroll@replaced-ip )
           
         
        
          659 [05:57:07] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Remote host closed the connection)
           
         
        
          660 [05:57:09] *** Quits: monoxane (~monoxane@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          661 [05:57:49] *** Joins: monoxane (~monoxane@replaced-ip )
           
         
        
          662 [05:58:07] *** Quits: Guest39822 (~ard1t@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          663 [05:58:56] *** Joins: Guest39822 (~ard1t@replaced-ip )
           
         
        
          664 [05:58:57] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
           
         
        
          665 [05:59:15] *** Quits: Atm0sphe1 (~future@replaced-ip ) (Remote host closed the connection)
           
         
        
          666 [05:59:19] *** Joins: Hacker01 (~Haxker01@replaced-ip )
           
         
        
          667 [06:01:44] *** Joins: Atm0sphe1 (~future@replaced-ip )
           
         
        
          668 [06:02:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          669 [06:02:22] *** Cabanoss- is now known as Cabanossi
           
         
        
          670 [06:07:50] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          671 [06:15:15] *** Quits: donofrio (~donofrio@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          672 [06:16:35] *** Quits: jak2017 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          673 [06:16:53] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          674 [06:18:39] *** Quits: justindevelops (~justindev@replaced-ip ) (Quit: Leaving)
           
         
        
          675 [06:18:59] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          676 [06:22:41] *** Joins: tikun (~David@replaced-ip )
           
         
        
          677 [06:24:13] *** Quits: f-ford (~fnord@replaced-ip ) (Quit: WeeChat 1.5)
           
         
        
          678 [06:26:36] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          679 [06:26:55] *** Quits: Caplain (~shayne@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          680 [06:27:08] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
           
         
        
          681 [06:27:20] <rjsalts> Nicho1as: no, are you using some kind of
            overlay system/live boot?
           
         
        
          682 [06:28:00] *** debhelper sets mode: +l 1655
           
         
        
          683 [06:30:06] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
           
         
        
          684 [06:30:20] *** Quits: systop (~Gareth@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          685 [06:30:27] <Nicho1as> rjsalts: No I don't believe so
           
         
        
          686 [06:31:36] *** Joins: RebelCoder (~Yuriy@replaced-ip )
           
         
        
          687 [06:34:41] *** Quits: grim4593 (~grim4593@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          688 [06:35:48] *** Quits: dTal (~dtal@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          689 [06:36:57] *** Quits: solarnetone (~scott@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          690 [06:40:17] *** Quits: jak2000 (~jak2000@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          691 [06:41:35] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          692 [06:41:53] *** Quits: Velgor|2 (~Velgor@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          693 [06:43:48] *** Joins: grim4593 (~grim4593@replaced-ip )
           
         
        
          694 [06:44:38] *** Joins: skism (uid26275@replaced-ip )
           
         
        
          695 [06:44:50] *** Quits: skism (uid26275@replaced-ip ) (Client Quit)
           
         
        
          696 [06:44:57] *** Joins: spacebison (~bison@replaced-ip )
           
         
        
          697 [06:45:36] *** Joins: Drzacek (~Drzacek@replaced-ip )
           
         
        
          698 [06:45:40] *** Quits: toadstar (~bison@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          699 [06:47:05] *** Joins: oo_miguel (~miguel@replaced-ip )
           
         
        
          700 [06:47:10] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          701 [06:48:41] *** Joins: bolt (r00t@replaced-ip )
           
         
        
          702 [06:48:49] *** Quits: Dadou (~Dadou@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          703 [06:48:57] *** Joins: systop (~Gareth@replaced-ip )
           
         
        
          704 [06:50:41] <oo_miguel> Can I somehow check if all files from
            all packages are in place?
           
         
        
          705 [06:52:06] *** Joins: morphis_ (~morphis@replaced-ip )
           
         
        
          706 [06:52:12] *** Joins: babasik122 (~Va55en@replaced-ip )
           
         
        
          707 [06:53:31] <rjsalts> oo_miguel: yes  
         
        
          708 [06:54:06] *** Joins: n3wborn (~n3wborn@replaced-ip )
           
         
        
          709 [06:54:50] *** Joins: Dadou (~Dadou@replaced-ip )
           
         
        
          710 [06:54:54] <rjsalts> oo_miguel:
            replaced-url 
           
         
        
          711 [06:55:24] <oo_miguel> rjsalts: thank you, I will study this
            script
           
         
        
          712 [06:56:02] <rjsalts> oo_miguel: but basically if you have a
            package installed it will list the files it owns in
            /var/lib/dpkg/info/foo.list
           
         
        
          713 [06:56:27] *** Quits: ghostlight (~ghostligh@replaced-ip ) (Quit: Leaving)
           
         
        
          714 [06:56:32] <oo_miguel> yeah I more thought about some kind of
            oneliner, that will get a list of all files installed and check if
            there are indeed there
           
         
        
          715 [06:58:47] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          716 [07:02:51] *** Joins: Vizva (~max@replaced-ip )
           
         
        
          717 [07:03:18] <rjsalts> oo_miguel: yeah, something like
            IFS=$'\n' for file in $(cat /var/lib/dpkg/info/*.list);do
            if [ -f ${file} ];do echo ${file} is there;else echo ${file} is
            missing;fi;done
           
         
        
          718 [07:03:35] <oo_miguel> hehe yeah I came up with something
            similar : for fn in `cat /var/lib/dpkg/info/*.list`; do [ -f $fn ]
            && echo "$fn =>exists" || echo "$fn
            =>not exist!"; done | grep "=>not exists"
           
         
        
          719 [07:04:23] <rjsalts> use the IFS=$'\n' for
            filenames with spaces in them
           
         
        
          720 [07:05:15] <oo_miguel> oh ok, thank you. did not know about
            this
           
         
        
          721 [07:05:54] *** Joins: dec0n (~dec0n@replaced-ip )
           
         
        
          722 [07:06:14] *** Joins: wlie (~wlie@replaced-ip )
           
         
        
          723 [07:09:13] *** Quits: babasik122 (~Va55en@replaced-ip ) (Quit: Best regards! (xchat 2.4.5))
           
         
        
          724 [07:10:34] *** Quits: OtakuSenpai (~MaBunny@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          725 [07:10:48] *** Joins: platvoeten (b2557af7@replaced-ip )
           
         
        
          726 [07:12:44] *** Quits: clippng (~CHRONIC@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          727 [07:14:34] *** Joins: Lal (uid175029@replaced-ip )
           
         
        
          728 [07:16:24] *** Quits: likcoras (~likcoras@replaced-ip ) (Quit: leaving)
           
         
        
          729 [07:17:10] *** Quits: Atm0sphe1 (~future@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          730 [07:17:37] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          731 [07:18:24] *** Joins: Atm0sphe1 (~future@replaced-ip )
           
         
        
          732 [07:19:08] *** Quits: DarinMiller (~darin@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          733 [07:19:31] *** Joins: Pjusur (~Pjusur@replaced-ip )
           
         
        
          734 [07:19:52] *** Joins: Pr0metheus (~nezos@replaced-ip )
           
         
        
          735 [07:21:37] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
           
         
        
          736 [07:21:57] *** Joins: bfit (~bfit@replaced-ip )
           
         
        
          737 [07:22:16] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          738 [07:22:25] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Remote host closed the connection)
           
         
        
          739 [07:23:11] *** Joins: OtakuSenpai (~MaBunny@replaced-ip )
           
         
        
          740 [07:23:31] *** Joins: velix_inuse (~Velix@replaced-ip )
           
         
        
          741 [07:24:27] *** Quits: Atm0sphe1 (~future@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          742 [07:26:15] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          743 [07:26:15] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          744 [07:26:43] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          745 [07:26:57] *** Quits: velix (~Velix@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          746 [07:27:07] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          747 [07:28:22] *** Joins: mavhq (~quassel@replaced-ip )
           
         
        
          748 [07:28:29] *** Joins: super_gollum (~ich@replaced-ip )
           
         
        
          749 [07:28:53] *** Joins: urchin_ (~urchin@replaced-ip )
           
         
        
          750 [07:29:52] *** Quits: phate408 (~Phate@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          751 [07:30:06] *** Joins: LexEither (~Big@replaced-ip )
           
         
        
          752 [07:30:37] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          753 [07:30:51] *** Joins: phate408 (~Phate@replaced-ip )
           
         
        
          754 [07:30:59] *** Quits: velix_inuse (~Velix@replaced-ip ) (Remote host closed the connection)
           
         
        
          755 [07:31:23] *** Joins: wonton (~wonton@replaced-ip )
           
         
        
          756 [07:31:25] *** Joins: velix_inuse (~Velix@replaced-ip )
           
         
        
          757 [07:31:29] *** Quits: derobert_work (~anthony@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          758 [07:31:53] *** Joins: mavhq (~quassel@replaced-ip )
           
         
        
          759 [07:32:08] *** Quits: Urchin (~urchin@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          760 [07:33:29] *** Joins: monpocchi (~monpocchi@replaced-ip )
           
         
        
          761 [07:33:41] *** Joins: sERAphim_5B (~sERAphim_@replaced-ip )
           
         
        
          762 [07:33:43] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          763 [07:34:37] *** Joins: stare (~stare@replaced-ip )
           
         
        
          764 [07:35:02] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          765 [07:35:46] *** Quits: velix_inuse (~Velix@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          766 [07:35:55] *** Joins: derobert_work (~anthony@replaced-ip )
           
         
        
          767 [07:36:37] *** Joins: stare_ (~stare@replaced-ip )
           
         
        
          768 [07:38:19] *** Joins: overlord_tm (~andraz@replaced-ip )
           
         
        
          769 [07:38:48] *** Quits: stare (~stare@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          770 [07:39:05] *** Joins: mda1_ (~mda1@replaced-ip )
           
         
        
          771 [07:40:21] *** Joins: Atm0sphe1 (~future@replaced-ip )
           
         
        
          772 [07:40:48] *** Quits: mda1 (~mda1@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          773 [07:41:12] *** Joins: towo^work (~towo@replaced-ip )
           
         
        
          774 [07:42:31] *** Quits: SugoiBeans (uid188175@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          775 [07:43:03] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          776 [07:43:40] *** Quits: sERAphim_5B (~sERAphim_@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          777 [07:44:46] *** Quits: zorg1 (~zorg1@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          778 [07:45:12] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
           
         
        
          779 [07:47:54] *** Joins: luckman212 (~luckman21@replaced-ip )
           
         
        
          780 [07:49:24] *** Joins: sliekas99 (~mantas@replaced-ip )
           
         
        
          781 [07:54:18] *** Joins: KyokoDebian (4d4da301@replaced-ip )
           
         
        
          782 [07:54:42] *** Parts: KyokoDebian (4d4da301@replaced-ip )
           
         
        
          783 [07:55:02] *** Joins: treaki__ (~treaki@replaced-ip )
           
         
        
          784 [07:55:14] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          785 [07:55:29] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          786 [07:56:02] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          787 [07:58:00] *** debhelper sets mode: +l 1662
           
         
        
          788 [07:58:37] *** Quits: treaki_ (~treaki@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          789 [08:00:23] *** Joins: bocaneri (~bocaneri@replaced-ip )
           
         
        
          790 [08:00:41] *** Joins: Elirips (~Elirips@replaced-ip )
           
         
        
          791 [08:06:35] *** Quits: comgot (~Icedove@replaced-ip ) (Remote host closed the connection)
           
         
        
          792 [08:06:54] *** Joins: comgot (~Icedove@replaced-ip )
           
         
        
          793 [08:07:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
           
         
        
          794 [08:08:05] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          795 [08:09:17] *** Joins: wabuh (~wabuh@replaced-ip )
           
         
        
          796 [08:09:43] *** Joins: abu0 (~abu0@replaced-ip )
           
         
        
          797 [08:11:03] *** Quits: aging (~aging@replaced-ip ) (Quit: Leaving)
           
         
        
          798 [08:12:09] *** Quits: ehlim (~yourname@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          799 [08:12:45] *** Joins: davin (6c5aca21@replaced-ip )
           
         
        
          800 [08:13:00] <davin> hello there  
         
        
          801 [08:13:06] <davin> how's it going???
           
         
        
          802 [08:13:53] <davin> do any of you use debian
           
         
        
          803 [08:14:25] *** Quits: sliekas99 (~mantas@replaced-ip ) (Quit: Leaving)
           
         
        
          804 [08:15:23] *** Joins: LucaTM (~LucaTM@replaced-ip )
           
         
        
          805 [08:15:31] <davin> hey there lucas  
         
        
          806 [08:16:10] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          807 [08:17:02] *** Quits: Guest62383 (~Ollie@replaced-ip ) (Quit: Leaving)
           
         
        
          808 [08:17:02] <zykotick9> davin: "do any of you use
            debian" <- do you _really_ need to ask such a question in
            the #debian irc channel? really?
           
         
        
          809 [08:17:11] <davin> i'm not sure  
         
        
          810 [08:17:21] <davin> maybe some people here are not competent
           
         
        
          811 [08:17:23] <davin> i don't know  
         
        
          812 [08:17:31] <davin> do you use it  
         
        
          813 [08:17:32] <zykotick9> yes MANY (read, "probably
            everyone") of us use debian ;)
           
         
        
          814 [08:17:32] <davin> ?  
         
        
          815 [08:18:00] <davin> i've met people in some places, and
            the things i see are not really that desirable
           
         
        
          816 [08:18:57] <davin> i went to school, and got a degree in
            computer engineering
           
         
        
          817 [08:19:03] <davin> they had an operating systems course, and
            it was horrible
           
         
        
          818 [08:19:15] <davin> we had minix, and it was a piece of shit
           
         
        
          819 [08:19:23] <davin> i looked forward to the course,
           
         
        
          820 [08:19:31] <davin> and thought it might have some nice things
           
         
        
          821 [08:19:32] <davin> but it wasn't
           
         
        
          822 [08:19:55] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Remote host closed the connection)
           
         
        
          823 [08:21:15] <GPenguin> davin: what exactly are you looking for
            here on this channel?
           
         
        
          824 [08:21:18] <jelly> davin: btw, we have a #debian-offtopic
            channel for chat and socializing, and keep this one clear for tech
            support
           
         
        
          825 [08:21:33] <davin> would you consider debian stable ???
           
         
        
          826 [08:21:46] <davin> because i think it has some problems
           
         
        
          827 [08:21:48] *** Quits: towo^work (~towo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          828 [08:22:04] <oo_miguel> dies debian-offtopic has anything to
            do with debian?
           
         
        
          829 [08:22:10] <oo_miguel> s/dies/does  
         
        
          830 [08:22:56] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          831 [08:22:57] *** Quits: PaulePanter (~paul@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          832 [08:23:00] <davin> i think the roberts family still needs to
            make some changes to this system
           
         
        
          833 [08:23:09] <jelly> oo_miguel: it has nothing to do with tech
            support; stuff other than tech support, including debian, can be
            discussed
           
         
        
          834 [08:23:18] <oo_miguel> jelly: ok thankx
           
         
        
          835 [08:23:31] *** Joins: neuraload (~neuraload@replaced-ip )
           
         
        
          836 [08:23:54] <davin> it feels kind of cheap without some of the
            roberts people
           
         
        
          837 [08:24:19] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
           
         
        
          838 [08:24:30] *** Joins: UUID00 (~UUID00@replaced-ip )
           
         
        
          839 [08:25:57] *** Joins: th3jam3sd3an (~th3jam3sd@replaced-ip )
           
         
        
          840 [08:26:29] *** Joins: chele (~chele@replaced-ip )
           
         
        
          841 [08:26:33] *** Quits: wonton (~wonton@replaced-ip ) (Quit: wonton)
           
         
        
          842 [08:26:40] *** Quits: stu_meat (~stu_meat@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          843 [08:27:34] *** Quits: tripkin (~tripkin@replaced-ip ) (Ping timeout: 246 seconds)
           
         
        
          844 [08:28:30] *** Joins: wabuh (~wabuh@replaced-ip )
           
         
        
          845 [08:28:48] *** Quits: OtakuSenpai (~MaBunny@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          846 [08:29:32] *** Joins: lithie (uid45836@replaced-ip )
           
         
        
          847 [08:30:22] *** Joins: PaulePanter (~paul@replaced-ip )
           
         
        
          848 [08:30:32] <davin> hmmm..........  
         
        
          849 [08:31:18] *** Quits: asandweech (~asandweec@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          850 [08:31:57] *** Joins: KeRT (~UnFaQ@replaced-ip )
           
         
        
          851 [08:31:57] *** Quits: KeRT (~UnFaQ@replaced-ip ) (Changing host)
           
         
        
          852 [08:31:57] *** Joins: KeRT (~UnFaQ@replaced-ip )
           
         
        
          853 [08:32:04] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (Quit: Programmers don't die. They just GOSUB without
            RETURN.)
           
         
        
          854 [08:32:13] <davin> hey kert  
         
        
          855 [08:32:19] <davin> are you of denmark?
           
         
        
          856 [08:33:28] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          857 [08:33:28] *** KeRT is now known as TReK  
         
        
          858 [08:33:52] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          859 [08:34:10] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Remote host closed the connection)
           
         
        
          860 [08:34:19] *** Joins: trytus (c12ebbfc@replaced-ip )
           
         
        
          861 [08:34:35] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          862 [08:35:04] *** Joins: towo^work (~towo@replaced-ip )
           
         
        
          863 [08:35:49] *** Quits: neuraload (~neuraload@replaced-ip ) (Quit: This computer has gone to sleep)
           
         
        
          864 [08:35:59] *** Joins: neuraload (~neuraload@replaced-ip )
           
         
        
          865 [08:37:31] <davin> denmark is kind of a nice place, sort of
           
         
        
          866 [08:37:41] *** Joins: bvdk (~bvdkfreen@replaced-ip )
           
         
        
          867 [08:37:46] <davin> some things are good, some things are bad
           
         
        
          868 [08:37:46] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          869 [08:37:47] *** Joins: noroot (~noroot@replaced-ip )
           
         
        
          870 [08:37:53] <davin> i think i'm the only person in this
            channel
           
         
        
          871 [08:37:57] <davin> i'll just type to myself
           
         
        
          872 [08:38:00] <oo_miguel> who are the roberts people?
           
         
        
          873 [08:38:07] <davin> don't look  
         
        
          874 [08:38:08] <davin> ok  
         
        
          875 [08:38:15] <davin> in a while i'm going to put it all in
            a text file
           
         
        
          876 [08:39:05] *** Quits: stare_ (~stare@replaced-ip ) (Remote host closed the connection)
           
         
        
          877 [08:39:32] *** Joins: stare (~stare@replaced-ip )
           
         
        
          878 [08:39:45] *** Joins: Wizek_ (~Wizek@replaced-ip )
           
         
        
          879 [08:40:52] <davin> the roberts family are a important and
            powerful people in the debian world
           
         
        
          880 [08:40:56] *** Quits: noroot_ (~noroot@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          881 [08:40:57] <davin> they are the owners of debian
           
         
        
          882 [08:41:15] *** Joins: zorg1 (~zorg1@replaced-ip )
           
         
        
          883 [08:41:49] *** Joins: OtakuSenpai (~MaBunny@replaced-ip )
           
         
        
          884 [08:41:55] *** Joins: giricz81 (~giricz81@replaced-ip )
           
         
        
          885 [08:42:19] *** Quits: LexEither (~Big@replaced-ip ) (Quit: AnacønÐa · "Any order that can be
            misunderstood has been misunderstood")
           
         
        
          886 [08:42:37] *** Joins: vj4 (~vj4@replaced-ip )
           
         
        
          887 [08:42:55] <davin> the roberts family started something, but
            they have more work to do to be done
           
         
        
          888 [08:42:56] <davin> or complete  
         
        
          889 [08:43:15] <oo_miguel> what did they start?
           
         
        
          890 [08:43:40] *** Quits: stare (~stare@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          891 [08:43:42] <davin> thats a good question
           
         
        
          892 [08:43:53] <davin> its kind of complicated
           
         
        
          893 [08:44:32] <davin> they started with a calculator, and in the
            end they had a simple unix system
           
         
        
          894 [08:45:01] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
           
         
        
          895 [08:45:32] <davin> in easy or recognizable terms
           
         
        
          896 [08:45:38] *** Joins: cerebro (~cerebro@replaced-ip )
           
         
        
          897 [08:45:40] <davin> they are the copyright owners of debian
           
         
        
          898 [08:45:47] *** Quits: fixmer (~pommes@replaced-ip ) (Quit: . )( .)
           
         
        
          899 [08:47:39] *** Joins: conta (~Thunderbi@replaced-ip )
           
         
        
          900 [08:48:06] *** Joins: arturo (~arturo@replaced-ip )
           
         
        
          901 [08:48:29] <davin> arturo have you ever been to denmark
           
         
        
          902 [08:48:34] <davin> i think you're closer to denmark than
            me
           
         
        
          903 [08:48:56] <arturo> davin: ?  
         
        
          904 [08:48:58] *** Quits: fp7 (~fp7@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          905 [08:49:41] <davin> probably i don't know how to type
           
         
        
          906 [08:49:47] <davin> probably i'm stupid, or something
           
         
        
          907 [08:50:10] <oo_miguel> davin: you are typing stupid stuff at
            least :P
           
         
        
          908 [08:50:16] *** Joins: thms (~thms@replaced-ip )
           
         
        
          909 [08:50:27] <oo_miguel> or have some very strong
            misconceptions about what debian is
           
         
        
          910 [08:50:44] <davin> haha  
         
        
          911 [08:50:47] <davin> thats funny  
         
        
          912 [08:51:38] <davin> how long have you been using debian?
           
         
        
          913 [08:51:46] *** Joins: i5um41ru (~Thunderbi@replaced-ip )
           
         
        
          914 [08:51:53] <davin> i personally favor solaris maybe
           
         
        
          915 [08:51:59] <davin> for my own use, windows xp
           
         
        
          916 [08:52:03] <missmbob> !chat  
         
        
          917 [08:52:03] <dpkg> This is not a chat channel, this is a
            Debian user support channel. Unless you have a Debian support
            question, please chat elsewhere, like #moocows on irc.oftc.net or
            ##chat on irc.freenode.net.
           
         
        
          918 [08:52:05] <davin> but i have a strong need for a linux
            system
           
         
        
          919 [08:52:59] <davin> well, i asked a question, here betty
           
         
        
          920 [08:53:09] <davin> i asked is debian stable??? or not???
           
         
        
          921 [08:53:20] <oo_miguel> debian stable is quite stable
           
         
        
          922 [08:53:29] <oo_miguel> I am using it since a couple of years
           
         
        
          923 [08:54:17] *** Joins: KyokoDebian (4d4da301@replaced-ip )
           
         
        
          924 [08:54:19] *** Joins: LotharKAtt (~LotharKAt@replaced-ip )
           
         
        
          925 [08:54:21] <davin> if you don't mind me asking
           
         
        
          926 [08:54:31] *** Quits: Atm0sphe1 (~future@replaced-ip ) (Quit: quit)
           
         
        
          927 [08:54:36] *** Joins: BlueByte (~walther@replaced-ip )
           
         
        
          928 [08:54:41] <davin> what function does it serve for you
           
         
        
          929 [08:54:43] *** Parts: KyokoDebian (4d4da301@replaced-ip )
           
         
        
          930 [08:54:46] <davin> and to what extent do you use it
           
         
        
          931 [08:54:47] *** Quits: OtakuSenpai (~MaBunny@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          932 [08:54:48] <davin> ???  
         
        
          933 [08:55:11] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
           
         
        
          934 [08:55:35] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          935 [08:57:21] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          936 [08:57:52] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
           
         
        
          937 [08:58:07] <oo_miguel> I answered you via a private message
            (since you did not join debian-offtopic as requested to)
           
         
        
          938 [08:58:46] <davin> i don't really do some things,
            homeboy
           
         
        
          939 [08:58:52] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          940 [08:59:00] <davin> probably some people are confused about
            what a question is
           
         
        
          941 [08:59:04] *** Quits: towo^work (~towo@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          942 [08:59:35] *** Quits: LotharKAtt (~LotharKAt@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          943 [08:59:53] *** Joins: t0mmy (~tprrt@replaced-ip )
           
         
        
          944 [09:00:19] *** Quits: neuraload (~neuraload@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          945 [09:00:59] <davin> thanks for you graciousness miguel
           
         
        
          946 [09:01:01] <davin> but i gotta go  
         
        
          947 [09:01:11] <davin> i can't be in some places for too
            long, or i get in trouble
           
         
        
          948 [09:01:12] *** Joins: neuraload (~neuraload@replaced-ip )
           
         
        
          949 [09:01:15] <davin> i'm not supposed to be doing some
            things
           
         
        
          950 [09:01:28] *** Joins: timahvo1 (~rogue@replaced-ip )
           
         
        
          951 [09:01:30] <davin> see ya i don't know when? later :)
           
         
        
          952 [09:01:34] *** Quits: i5um41ru (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          953 [09:01:39] *** Parts: davin (6c5aca21@replaced-ip )
           
         
        
          954 [09:01:39] *** Joins: Pr0metheus (~nezos@replaced-ip )
           
         
        
          955 [09:01:42] *** Joins: Atm0spher1c (~future@replaced-ip )
           
         
        
          956 [09:01:44] *** Joins: KindOne (kindone@replaced-ip )
           
         
        
          957 [09:01:54] <oo_miguel> bye  
         
        
          958 [09:02:35] *** Joins: ecclesia (~user@replaced-ip )
           
         
        
          959 [09:03:01] *** Joins: BrahRah (~BrahRah@replaced-ip )
           
         
        
          960 [09:03:14] *** Quits: neuraload (~neuraload@replaced-ip ) (Client Quit)
           
         
        
          961 [09:04:17] *** Quits: hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          962 [09:04:37] <ecclesia> I was fighting with cups last night. Up
            until 2am going "This is 2017 why am I even trying to configure
            this" TUrns out my troubles were twofold. First, cups
            wasn't even installed, and secondly, I had a dodgy usb cable.
           
         
        
          963 [09:04:38] *** Joins: stu_meat (~stu_meat@replaced-ip )
           
         
        
          964 [09:05:09] *** Joins: sandeepkr (~Sandeepkr@replaced-ip )
           
         
        
          965 [09:05:38] *** Joins: tripkin (~tripkin@replaced-ip )
           
         
        
          966 [09:05:49] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
           
         
        
          967 [09:05:59] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
           
         
        
          968 [09:06:00] *** ShalokShalom_ is now known as ShalokShalom
           
         
        
          969 [09:07:19] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
           
         
        
          970 [09:07:42] *** Joins: asdgadsg (~sdga@replaced-ip )
           
         
        
          971 [09:07:53] *** Joins: firztspawn (~firztspaw@replaced-ip )
           
         
        
          972 [09:07:53] *** Quits: firztspawn (~firztspaw@replaced-ip ) (Changing host)
           
         
        
          973 [09:07:53] *** Joins: firztspawn (~firztspaw@replaced-ip )
           
         
        
          974 [09:08:01] *** debhelper sets mode: +l 1670
           
         
        
          975 [09:08:09] *** Joins: OtakuSenpai (~MaBunny@replaced-ip )
           
         
        
          976 [09:08:59] *** Parts: asdgadsg (~sdga@replaced-ip )
           
         
        
          977 [09:09:07] *** Quits: ap0thic (~ap0thic@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          978 [09:10:00] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
           
         
        
          979 [09:10:46] *** Joins: mibo (~mibo@replaced-ip )
           
         
        
          980 [09:11:05] *** Joins: Lokke (~Thunderbi@replaced-ip )
           
         
        
          981 [09:11:16] <dgriffi> Does anyone here have a spare flash
            drive and a spare laptop?
           
         
        
          982 [09:11:27] *** Joins: SH0x_ (~saulius@replaced-ip )
           
         
        
          983 [09:11:28] *** Joins: ruied (~ruied@replaced-ip )
           
         
        
          984 [09:11:49] <dgriffi> For some reason, I can't make a
            writable Debian install flash drive anymore... using this howto:
            replaced-url 
           
         
        
          985 [09:12:38] *** Joins: MicroCheapFx (~quassel@replaced-ip )
           
         
        
          986 [09:13:49] *** Joins: towo^work (~towo@replaced-ip )
           
         
        
          987 [09:14:09] *** Joins: disposable2 (~Thunderbi@replaced-ip )
           
         
        
          988 [09:14:43] *** Joins: littlebearz__ (~littlebea@replaced-ip )
           
         
        
          989 [09:15:11] <joze> dgriffi: You can copy the installer iso
            with cp debiancd.ist /dev/sdX and it should boot.
           
         
        
          990 [09:15:17] <joze> *iso  
         
        
          991 [09:15:37] *** Quits: littlebear (littlebear@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          992 [09:15:46] <dgriffi> joze: I know how to make a bootable
            flash drive that way. The problem is the resulting flash drive is
            write-only.
           
         
        
          993 [09:15:56] *** Joins: TomyWork (~tomy@replaced-ip )
           
         
        
          994 [09:16:07] <dgriffi> joze: by following the directions I
            posted, I used to be able to make a bootable installer flash drive
            that I could write to.
           
         
        
          995 [09:16:13] *** Quits: jas4711 (~jas4711@replaced-ip ) (Remote host closed the connection)
           
         
        
          996 [09:16:34] *** Joins: thiras (~thiras@replaced-ip )
           
         
        
          997 [09:16:53] <dgriffi> joze: the upshot of that is so I can use
            a preseed file, include non-free firmware packages, and assorted
            other stuff I want to have when doing a fresh install
           
         
        
          998 [09:18:00] *** debhelper sets mode: +l 1678
           
         
        
          999 [09:18:06] <dgriffi> it worked   [ Wrote 35 lines ]
           
         
        
          1000 [09:18:06] <dgriffi> ^G Get Help ^O WriteOut ^R Read File ^Y
            Prev Page ^K Cut Text ^C Cur Pos
           
         
        
          1001 [09:18:14] <dgriffi> sorry  
         
        
          1002 [09:19:06] <dgriffi> it worked until last night. Then it
            complained about "No filesystem could mount root, tried: "
           
         
        
          1003 [09:19:21] *** Quits: jak2000 (~jak2000@replaced-ip ) (Remote host closed the connection)
           
         
        
          1004 [09:19:26] <dgriffi> and "Unable to mount root fs on
            unknown - block(0,0)"
           
         
        
          1005 [09:19:35] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          1006 [09:19:47] *** Quits: Atm0spher1c (~future@replaced-ip ) (Remote host closed the connection)
           
         
        
          1007 [09:19:49] <dgriffi> I'm wondering if I could get
            someone to follow that howto and tell me how it went
           
         
        
          1008 [09:21:16] *** Joins: Atm0spher1c (~future@replaced-ip )
           
         
        
          1009 [09:21:54] *** Quits: Atm0spher1c (~future@replaced-ip ) (Client Quit)
           
         
        
          1010 [09:22:50] *** Quits: TuxShells (~TuxShells@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1011 [09:23:25] *** Quits: th3jam3sd3an (~th3jam3sd@replaced-ip ) (Quit: Leaving)
           
         
        
          1012 [09:23:37] *** Quits: pfred1 (~pfred1@replaced-ip ) (Quit: ..)
           
         
        
          1013 [09:23:51] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1014 [09:24:01] *** Joins: fp7 (~fp7@replaced-ip )
           
         
        
          1015 [09:24:15] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1016 [09:24:26] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1017 [09:24:55] *** Joins: TuxShells (~TuxShells@replaced-ip )
           
         
        
          1018 [09:25:12] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
           
         
        
          1019 [09:25:19] *** Joins: antgel (~topdog@replaced-ip )
           
         
        
          1020 [09:25:39] *** Quits: ShalokShalom (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1021 [09:27:12] *** Joins: dreamon_ (~dreamon@replaced-ip )
           
         
        
          1022 [09:28:13] *** Joins: samodid (~vsamodid@replaced-ip )
           
         
        
          1023 [09:28:17] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1024 [09:28:22] *** Joins: Vizva (~max@replaced-ip )
           
         
        
          1025 [09:28:33] *** Quits: sqz (~sqz@replaced-ip ) (Remote host closed the connection)
           
         
        
          1026 [09:29:01] *** Quits: sandeepkr (~Sandeepkr@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1027 [09:29:36] *** Quits: ecclesia (~user@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1028 [09:30:04] *** Joins: wtkp (~wtkp@replaced-ip )
           
         
        
          1029 [09:31:21] *** Joins: sqz (~sqz@replaced-ip )
           
         
        
          1030 [09:31:34] *** Joins: soee (~soee@replaced-ip )
           
         
        
          1031 [09:31:48] *** Joins: izua (~temp@replaced-ip )
           
         
        
          1032 [09:32:03] *** Joins: mtcj (~AndChat21@replaced-ip )
           
         
        
          1033 [09:32:07] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1034 [09:32:37] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1035 [09:32:38] *** Joins: styl1te (~frederik@replaced-ip )
           
         
        
          1036 [09:33:04] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
           
         
        
          1037 [09:33:18] *** Joins: rkj (~rkj@replaced-ip )
           
         
        
          1038 [09:33:44] *** Joins: denis_k (~denisk@replaced-ip )
           
         
        
          1039 [09:34:23] *** Joins: Brigo (~Brigo@replaced-ip )
           
         
        
          1040 [09:34:30] *** Joins: disposable2 (~Thunderbi@replaced-ip )
           
         
        
          1041 [09:34:42] *** Joins: faw (~faw@replaced-ip )
           
         
        
          1042 [09:34:42] *** Quits: faw (~faw@replaced-ip ) (Changing host)
           
         
        
          1043 [09:34:42] *** Joins: faw (~faw@replaced-ip )
           
         
        
          1044 [09:35:08] *** Quits: soee__ (~soee@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1045 [09:35:37] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1046 [09:35:38] *** Joins: LotharKAtt (~LotharKAt@replaced-ip )
           
         
        
          1047 [09:36:18] *** Joins: it0 (~it0@replaced-ip )
           
         
        
          1048 [09:36:22] *** Quits: DalekSec (unit193@replaced-ip ) (Quit: In Soviet Russia, client quit YOU!!)
           
         
        
          1049 [09:37:21] *** Quits: arha_ (~temp@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1050 [09:37:32] *** Quits: LotharKAtt (~LotharKAt@replaced-ip ) (Client Quit)
           
         
        
          1051 [09:38:04] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1052 [09:38:36] <it0> Hi everyone, hope you're doing fine :)
           
         
        
          1053 [09:38:48] *** Quits: denis_k (~denisk@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1054 [09:39:26] *** Joins: PHPanos (~textual@replaced-ip )
           
         
        
          1055 [09:39:29] *** Joins: bvdk (~bvdkfreen@replaced-ip )
           
         
        
          1056 [09:41:09] *** Joins: brutser (e@replaced-ip )
           
         
        
          1057 [09:41:43] <brutser> hi, apt-get update is constantly
            freezing and showing "Waiting for headers" - how can i fix
            this?
           
         
        
          1058 [09:41:50] *** Joins: Insanity_ (uid179350@replaced-ip )
           
         
        
          1059 [09:42:06] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1060 [09:43:01] *** Joins: akwiatkowski (~bobik314@replaced-ip )
           
         
        
          1061 [09:43:08] <rmrfchik> hi. Looking into ext4 direntry on disk,
            I see inode number like this "ED 03 9C 01", i know block
            size (4096), blocks per group (32768) and inodes per group (32768).
            is there way to find _disk_ offset of this inode?
           
         
        
          1062 [09:43:21] *** Joins: parveen_kumar (~parveen@replaced-ip )
           
         
        
          1063 [09:44:40] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
           
         
        
          1064 [09:44:42] *** Joins: DalekSec (unit193@replaced-ip )
           
         
        
          1065 [09:45:06] *** Quits: OtakuSenpai (~MaBunny@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1066 [09:45:11] *** Joins: treaki_ (~treaki@replaced-ip )
           
         
        
          1067 [09:45:11] <malacozoan> brutser: Try anothe rmirror, have a
            look at netselect-apt
           
         
        
          1068 [09:45:47] <brutser> malacozoan: how do i force another
            mirror? i use non gui, and not expert - can you say where i change
            this?
           
         
        
          1069 [09:46:43] *** Joins: sz0 (uid110435@replaced-ip )
           
         
        
          1070 [09:47:05] <malacozoan> brutser:
            replaced-url 
           
         
        
          1071 [09:47:18] <malacozoan> Just update your
            /etc/apt/sources.list
           
         
        
          1072 [09:48:00] *** debhelper sets mode: +l 1690
           
         
        
          1073 [09:48:25] *** Parts: mtcj (~AndChat21@replaced-ip )
           
         
        
          1074 [09:48:46] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1075 [09:49:02] *** Quits: treaki__ (~treaki@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1076 [09:49:11] <brutser> ok thx  
         
        
          1077 [09:50:20] <dgriffi> does anyone here understand making
            writable installer thumb drives?
           
         
        
          1078 [09:50:23] *** Quits: denisk (~denisk@replaced-ip ) (Read error: No route to host)
           
         
        
          1079 [09:50:54] *** Joins: peterS (peters@replaced-ip )
           
         
        
          1080 [09:51:17] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1081 [09:52:51] <Almtesh> dgriffi, what do you want to do?
           
         
        
          1082 [09:53:24] *** Joins: Slashman (~Slash@replaced-ip )
           
         
        
          1083 [09:53:31] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
           
         
        
          1084 [09:53:33] *** Parts: Night_Elf (~user@replaced-ip )
           
         
        
          1085 [09:53:34] *** Joins: thxer (~thxer@replaced-ip )
           
         
        
          1086 [09:53:41] <dgriffi> Almtesh: the instructions at
            replaced-url 
           
         
        
          1087 [09:54:18] *** Quits: Teemo (~rory@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1088 [09:55:02] *** Joins: no_gravity (~no_gravit@replaced-ip )
           
         
        
          1089 [09:55:10] <no_gravity> Hello! Do you guys do screen with
            multiple linux users? If so, how?
           
         
        
          1090 [09:55:12] <Almtesh> dgriffi, you should try to dd the debian
            installer cd image.
           
         
        
          1091 [09:55:42] <dgriffi> Almtesh: doing that yields a write-only
            thumb drive. I need to have the resulting thumb drive WRITABLE.
           
         
        
          1092 [09:55:50] <dgriffi> sorry.,..  
         
        
          1093 [09:55:52] *** Joins: n4dir (~user@replaced-ip )
           
         
        
          1094 [09:55:52] <Almtesh> no_gravity, you want to have multiple
            users on the same screen?
           
         
        
          1095 [09:55:52] *** Joins: l3archos (~Icedove@replaced-ip )
           
         
        
          1096 [09:55:54] *** Quits: l3archos (~Icedove@replaced-ip ) (Client Quit)
           
         
        
          1097 [09:55:57] <dgriffi> Almtesh: doing that yields a read-only
            thumb drive. I need to have the resulting thumb drive WRITABLE.
           
         
        
          1098 [09:56:02] <no_gravity> Almtesh: Yup  
         
        
          1099 [09:56:13] *** Quits: Nicho1as (~nicho1as@replaced-ip ) (Quit: A man from the Far East using WeeChat 1.7)
           
         
        
          1100 [09:56:18] <Almtesh> dgriffi, try to install debian on the
            key.
           
         
        
          1101 [09:56:31] *** Joins: solarnetone (~scott@replaced-ip )
           
         
        
          1102 [09:56:39] <dgriffi> Almtesh: explain..
           
         
        
          1103 [09:56:42] *** Joins: ShalokShalom (~quassel@replaced-ip )
           
         
        
          1104 [09:57:00] <no_gravity> Almtesh: It works when all users log
            in as the same user and join via "screen -x". But how to
            do it when everybody logs in with his own account?
           
         
        
          1105 [09:58:34] <Almtesh> no_gravity, oh, that, I did this
            somewhere once.
           
         
        
          1106 [09:58:39] *** Joins: c0de254 (~code_254@replaced-ip )
           
         
        
          1107 [09:59:02] *** Joins: jwd (~jwd@replaced-ip )
           
         
        
          1108 [09:59:02] <Almtesh> dgriffi, you launch the installer and
            you install on the USB key instead of the hard drive.
           
         
        
          1109 [09:59:24] <Almtesh> dgriffi, to be sure, you can temporary
            remove your hard drive from your computer.
           
         
        
          1110 [09:59:33] <dgriffi> Almtesh: this seems awfully complicated
            for what I'm trying to accomplish
           
         
        
          1111 [09:59:43] <Almtesh> no_gravity, yo have several way to do
            this.
           
         
        
          1112 [09:59:43] <c0de254> hi..kindf late about the topic?
           
         
        
          1113 [09:59:51] <dgriffi> Almtesh: my question is why the howto
            doesn't work anymore
           
         
        
          1114 [09:59:52] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1115 [09:59:59] <Almtesh> no_gravity, don't expect this to be
            standard.
           
         
        
          1116 [10:00:28] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1117 [10:00:32] <no_gravity> Almtesh: Got it workin! The screen
            initiator has to do ":multiuser on" and ":add acl
            otheruser" and the other user has to do "screen -x
            initialuser/".
           
         
        
          1118 [10:00:37] *** Joins: olegfusion (~olegfusio@replaced-ip )
           
         
        
          1119 [10:00:40] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1120 [10:00:54] *** Quits: c0de254 (~code_254@replaced-ip ) (Client Quit)
           
         
        
          1121 [10:00:58] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1122 [10:01:14] *** Quits: AimHere (~David@replaced-ip ) (Remote host closed the connection)
           
         
        
          1123 [10:01:15] *** Joins: c0de254 (~code_254@replaced-ip )
           
         
        
          1124 [10:02:10] *** Quits: Raineer (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          1125 [10:02:41] <c0de254> thanks Chanserv  
         
        
          1126 [10:03:40] <Almtesh> no_gravity, really? Thanks.
           
         
        
          1127 [10:03:56] <Almtesh> dgriffi, good question.
           
         
        
          1128 [10:04:34] *** Quits: systop (~Gareth@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1129 [10:05:02] *** Quits: c0de254 (~code_254@replaced-ip ) (Client Quit)
           
         
        
          1130 [10:05:32] *** Joins: thiras (~thiras@replaced-ip )
           
         
        
          1131 [10:05:43] <dgriffi> Almtesh: so, do you have any idea?
           
         
        
          1132 [10:06:32] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1133 [10:07:46] <Almtesh> dgriffi, for me, the howto can not work.
           
         
        
          1134 [10:07:46] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
           
         
        
          1135 [10:07:54] <Almtesh> dgriffi, something misses.
           
         
        
          1136 [10:08:13] *** Joins: pavlushka (~pavlushka@replaced-ip )
           
         
        
          1137 [10:08:24] <no_gravity> Almtesh: Yup, it works.
           
         
        
          1138 [10:08:26] *** Joins: t0mmy (~tprrt@replaced-ip )
           
         
        
          1139 [10:08:33] <dgriffi> Almtesh: why doesn't it work for
            you?
           
         
        
          1140 [10:08:53] *** Quits: no_gravity (~no_gravit@replaced-ip ) (Quit: leaving)
           
         
        
          1141 [10:09:12] <Almtesh> dgriffi, you create a partition and you
            write the mbr just after.
           
         
        
          1142 [10:09:15] *** Joins: xcvb (~john@replaced-ip )
           
         
        
          1143 [10:09:27] *** Quits: dabba (~medium@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1144 [10:09:37] <Almtesh> dgriffi, there's no system
            installation, just the kernel.
           
         
        
          1145 [10:10:42] *** Quits: aegis (~aegis@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1146 [10:11:07] *** Joins: sandeepkr (~Sandeepkr@replaced-ip )
           
         
        
          1147 [10:11:08] <dgriffi> Almtesh: what is missing?
           
         
        
          1148 [10:11:10] *** Quits: bruce549 (~bruce549@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1149 [10:11:13] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
           
         
        
          1150 [10:11:26] *** Quits: nauticalnexus (~Emily@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1151 [10:13:02] <Almtesh> dgriffi, system installation.
           
         
        
          1152 [10:13:21] <dgriffi> Almtesh: okay...
           
         
        
          1153 [10:13:25] *** Quits: malacozoan (~smojphace@replaced-ip ) (Quit: "Smells faintly of Rhubarb")
           
         
        
          1154 [10:15:07] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1155 [10:16:23] *** Joins: nauticalnexus (~Emily@replaced-ip )
           
         
        
          1156 [10:16:25] *** Joins: clmsy (~eoz@replaced-ip )
           
         
        
          1157 [10:19:19] <dgriffi> Almtesh: how would I go about that?
            Previously I would add initrd.gz and vmlinux, dismount, then run
            "syslinux /dev/sdb1" and that would do the job
           
         
        
          1158 [10:20:14] <dgriffi> I have two flash drives set up according
            to the howto. One is an old one for installing Wheezy. The other I
            prepared an hour ago to install Jessie.
           
         
        
          1159 [10:20:55] <dgriffi> they contain the exact same files,
            though the latter's files are updated for Jessie
           
         
        
          1160 [10:21:15] <dgriffi> the one installing Wheezy works, but the
            one for Jessie will not.
           
         
        
          1161 [10:21:17] *** Quits: parveen_kumar (~parveen@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1162 [10:21:54] *** Joins: rory (~rory@replaced-ip )
           
         
        
          1163 [10:21:58] *** Joins: mdmkmk (~mdmkmk@replaced-ip )
           
         
        
          1164 [10:22:01] *** Joins: systop (~Gareth@replaced-ip )
           
         
        
          1165 [10:22:31] *** Joins: dTal (~dtal@replaced-ip )
           
         
        
          1166 [10:25:05] *** Joins: cdown (~cdown@replaced-ip )
           
         
        
          1167 [10:26:14] *** Joins: betandr (~betandr@replaced-ip )
           
         
        
          1168 [10:27:28] *** Joins: cerbere (~cerbere@replaced-ip )
           
         
        
          1169 [10:27:35] *** Quits: sine0 (~sine@replaced-ip ) (Changing host)
           
         
        
          1170 [10:27:35] *** Joins: sine0 (~sine@replaced-ip )
           
         
        
          1171 [10:30:31] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1172 [10:30:33] *** Joins: aegis (~aegis@replaced-ip )
           
         
        
          1173 [10:33:30] *** Joins: srtu (~hypnotoad@replaced-ip )
           
         
        
          1174 [10:33:57] *** Joins: p3rs3us (~jduro@replaced-ip )
           
         
        
          1175 [10:35:39] *** Quits: vila (~vila@replaced-ip ) (Remote host closed the connection)
           
         
        
          1176 [10:36:50] *** Joins: al3xclarke (~hello@replaced-ip )
           
         
        
          1177 [10:37:00] *** Quits: lss8 (~lss8@replaced-ip ) ()
           
         
        
          1178 [10:37:45] *** Joins: soee_ (~soee@replaced-ip )
           
         
        
          1179 [10:38:01] *** debhelper sets mode: +l 1696
           
         
        
          1180 [10:38:19] *** Joins: FilipeMaia (~filipe@replaced-ip )
           
         
        
          1181 [10:38:41] *** Quits: grift (~grift@replaced-ip ) (Quit: Bye world)
           
         
        
          1182 [10:38:58] *** Joins: soee__ (~soee@replaced-ip )
           
         
        
          1183 [10:39:07] *** Quits: soee_ (~soee@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1184 [10:39:08] *** Joins: disposable2 (~Thunderbi@replaced-ip )
           
         
        
          1185 [10:39:30] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
           
         
        
          1186 [10:39:39] *** Joins: qwe (5d2e688e@replaced-ip )
           
         
        
          1187 [10:39:58] *** kody9034 is now known as kody90
           
         
        
          1188 [10:40:47] *** Joins: IllakXunil (~OS-26855@replaced-ip )
           
         
        
          1189 [10:41:10] *** Parts: IllakXunil (~OS-26855@replaced-ip )
           
         
        
          1190 [10:41:30] *** Joins: vila (~vila@replaced-ip )
           
         
        
          1191 [10:41:33] *** Joins: voya (55ac035a@replaced-ip )
           
         
        
          1192 [10:44:36] *** Quits: clmsy (~eoz@replaced-ip ) (Remote host closed the connection)
           
         
        
          1193 [10:44:44] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1194 [10:44:44] *** Quits: l0xas (~unix@replaced-ip ) (Changing host)
           
         
        
          1195 [10:44:44] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1196 [10:45:13] *** Joins: clmsy (~eoz@replaced-ip )
           
         
        
          1197 [10:45:46] *** Parts: qwe (5d2e688e@replaced-ip )
           
         
        
          1198 [10:46:03] *** Joins: x_ (~x@replaced-ip )
           
         
        
          1199 [10:47:23] *** Joins: maotm (~mao@replaced-ip )
           
         
        
          1200 [10:47:52] *** Joins: stare (~stare@replaced-ip )
           
         
        
          1201 [10:48:00] *** debhelper sets mode: +l 1702
           
         
        
          1202 [10:49:53] *** Joins: jorgesanjuan (~jorgesanj@replaced-ip )
           
         
        
          1203 [10:50:05] *** Quits: theluckymike (~mike@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1204 [10:52:19] *** Joins: grift (~grift@replaced-ip )
           
         
        
          1205 [10:53:05] *** Quits: brutser (e@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1206 [10:53:15] *** Joins: uNmowed (~Mayu@replaced-ip )
           
         
        
          1207 [10:53:17] *** Joins: treaki__ (~treaki@replaced-ip )
           
         
        
          1208 [10:53:44] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1209 [10:53:53] *** Quits: voya (55ac035a@replaced-ip##) (Quit: ##replaced-url 
           
         
        
          1210 [10:53:57] *** Joins: TsukiRa (~fpob@replaced-ip )
           
         
        
          1211 [10:54:38] *** Joins: lucad111 (~lucad111@replaced-ip )
           
         
        
          1212 [10:55:40] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1213 [10:56:02] *** Joins: mosasaur (~mosasaur@replaced-ip )
           
         
        
          1214 [10:56:09] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1215 [10:56:13] *** Joins: Silvering (~textual@replaced-ip )
           
         
        
          1216 [10:56:56] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          1217 [10:56:57] *** Quits: treaki_ (~treaki@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1218 [11:00:02] *** Joins: Hacker01 (~Haxker01@replaced-ip )
           
         
        
          1219 [11:00:29] *** Joins: m8 (~m8@replaced-ip )
           
         
        
          1220 [11:00:47] *** Joins: schu-r (~Thunderbi@replaced-ip )
           
         
        
          1221 [11:01:50] *** Quits: hybridark (~hybridark@replaced-ip ) (Quit: Leaving)
           
         
        
          1222 [11:02:29] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          1223 [11:02:45] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1224 [11:03:08] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1225 [11:04:55] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          1226 [11:05:15] *** Quits: z448 (~z448@replaced-ip ) (Quit: Leaving)
           
         
        
          1227 [11:06:15] *** Joins: betao (~bet40@replaced-ip )
           
         
        
          1228 [11:07:07] *** Joins: k000 (~k000@replaced-ip )
           
         
        
          1229 [11:07:11] *** Joins: biberu (~biberu@replaced-ip )
           
         
        
          1230 [11:08:01] *** debhelper sets mode: +l 1708
           
         
        
          1231 [11:08:05] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1232 [11:08:18] *** Joins: Muadabi (~dante@replaced-ip )
           
         
        
          1233 [11:08:42] *** Joins: nj8__ (~nj8__@replaced-ip )
           
         
        
          1234 [11:09:04] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1235 [11:09:36] *** Joins: Cloudish (~Cloudish@replaced-ip )
           
         
        
          1236 [11:09:58] *** Joins: wabuh (~wabuh@replaced-ip )
           
         
        
          1237 [11:10:05] *** Joins: comgot1 (~Icedove@replaced-ip )
           
         
        
          1238 [11:10:17] *** Joins: neurot (~neurosis@replaced-ip )
           
         
        
          1239 [11:10:40] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1240 [11:10:47] *** Joins: brutser (e@replaced-ip )
           
         
        
          1241 [11:10:51] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
           
         
        
          1242 [11:11:31] *** Quits: urchin_ (~urchin@replaced-ip ) (Changing host)
           
         
        
          1243 [11:11:31] *** Joins: urchin_ (~urchin@replaced-ip )
           
         
        
          1244 [11:11:37] *** urchin_ is now known as Urchin
           
         
        
          1245 [11:11:45] *** Urchin is now known as urchin_
           
         
        
          1246 [11:11:55] *** Joins: shootingstar|2 (~kvirc@replaced-ip )
           
         
        
          1247 [11:11:56] *** urchin_ is now known as Urchin
           
         
        
          1248 [11:11:56] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1249 [11:12:10] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1250 [11:12:18] *** comgot1 is now known as comgot
           
         
        
          1251 [11:12:20] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1252 [11:15:35] *** Quits: shootingstar (~kvirc@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1253 [11:16:18] *** Joins: comgot1 (~Icedove@replaced-ip )
           
         
        
          1254 [11:16:40] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1255 [11:16:41] *** comgot1 is now known as comgot
           
         
        
          1256 [11:17:59] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
           
         
        
          1257 [11:18:28] *** Joins: LotharKAtt (~LotharKAt@replaced-ip )
           
         
        
          1258 [11:20:27] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1259 [11:23:41] *** captain_fixerpc1 is now known as captainfixerpc14
           
         
        
          1260 [11:23:44] *** Quits: captainfixerpc14 (~captainfi@replaced-ip ) (Changing host)
           
         
        
          1261 [11:23:45] *** Joins: captainfixerpc14 (~captainfi@replaced-ip )
           
         
        
          1262 [11:25:11] *** Joins: ruied (~ruied@replaced-ip )
           
         
        
          1263 [11:26:11] *** Joins: Not_a_Robot (~soul@replaced-ip )
           
         
        
          1264 [11:26:49] *** Joins: disposable3 (~Thunderbi@replaced-ip )
           
         
        
          1265 [11:27:05] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1266 [11:27:05] *** disposable3 is now known as disposable2
           
         
        
          1267 [11:27:24] *** Joins: grumpy (uid195327@replaced-ip )
           
         
        
          1268 [11:27:52] *** Joins: ralinux (~lnx@replaced-ip )
           
         
        
          1269 [11:27:53] *** Quits: x_ (~x@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1270 [11:27:55] *** Joins: amcorreia (~amcorreia@replaced-ip )
           
         
        
          1271 [11:28:00] *** debhelper sets mode: +l 1715
           
         
        
          1272 [11:28:12] *** Joins: x_ (~x@replaced-ip )
           
         
        
          1273 [11:28:57] *** Joins: RickXy (~zncadmin@replaced-ip )
           
         
        
          1274 [11:31:08] <drahti> hi  
         
        
          1275 [11:32:11] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
           
         
        
          1276 [11:32:31] *** Quits: UUID00 (~UUID00@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1277 [11:32:36] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
           
         
        
          1278 [11:32:49] *** Joins: theluckymike (~mike@replaced-ip )
           
         
        
          1279 [11:34:02] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1280 [11:34:32] *** Joins: tyranny12 (~blarg@replaced-ip )
           
         
        
          1281 [11:34:35] *** Joins: oish (~charlie@replaced-ip )
           
         
        
          1282 [11:35:11] *** Joins: cyan__ (~cyan@replaced-ip )
           
         
        
          1283 [11:35:30] *** Quits: cyan__ (~cyan@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1284 [11:35:35] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1285 [11:35:42] *** Quits: grinsekatze (~andreas@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1286 [11:36:08] *** Joins: max_182735234446 (~max472728@replaced-ip )
           
         
        
          1287 [11:36:50] <max_182735234446> hi  
         
        
          1288 [11:37:11] *** Joins: cyan__ (~cyan@replaced-ip )
           
         
        
          1289 [11:37:34] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1290 [11:37:47] <max_182735234446> welcome cyan__
           
         
        
          1291 [11:38:20] *** Quits: cyan__ (~cyan@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1292 [11:39:04] *** Joins: stripe (~stripe@replaced-ip )
           
         
        
          1293 [11:39:12] *** Joins: h8R (~ari_pak@replaced-ip )
           
         
        
          1294 [11:39:19] *** Joins: _Nox (~Nox@replaced-ip )
           
         
        
          1295 [11:39:25] *** Joins: cyan__ (~cyan@replaced-ip )
           
         
        
          1296 [11:39:27] *** Quits: Not_a_Robot (~soul@replaced-ip ) (Read error: No route to host)
           
         
        
          1297 [11:39:33] *** Joins: Not_a_Robot_ (~soul@replaced-ip )
           
         
        
          1298 [11:39:59] *** Joins: OS-27469 (~OS-27469@replaced-ip )
           
         
        
          1299 [11:40:09] *** Joins: oish_ (~charlie@replaced-ip )
           
         
        
          1300 [11:40:34] *** Quits: cyan__ (~cyan@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1301 [11:40:58] *** Joins: noxs_ (~noxs@replaced-ip )
           
         
        
          1302 [11:41:17] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
           
         
        
          1303 [11:41:55] *** Quits: FilipeMaia (~filipe@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1304 [11:42:08] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1305 [11:42:18] *** Joins: Tiffon (~name@replaced-ip )
           
         
        
          1306 [11:42:48] *** Joins: blueness (~blueness@replaced-ip )
           
         
        
          1307 [11:43:31] *** Parts: tadej (~universe@replaced-ip )
           
         
        
          1308 [11:44:05] *** Quits: noxs (~noxs@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1309 [11:44:45] *** Joins: FilipeMaia (~filipe@replaced-ip )
           
         
        
          1310 [11:44:46] *** Quits: max_182735234446 (~max472728@replaced-ip ) (Quit: Leaving)
           
         
        
          1311 [11:46:19] *** Quits: qvery (~Oracle@replaced-ip ) (Quit: qvery)
           
         
        
          1312 [11:46:19] *** Quits: v4nelle (~van@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1313 [11:46:31] *** Joins: ltem (~panta@replaced-ip )
           
         
        
          1314 [11:46:51] *** Joins: savantgarde (~savantgar@replaced-ip )
           
         
        
          1315 [11:46:59] *** Joins: v4nelle (~van@replaced-ip )
           
         
        
          1316 [11:47:06] *** Quits: brutser (e@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1317 [11:48:01] *** debhelper sets mode: +l 1721
           
         
        
          1318 [11:49:08] *** Quits: muhannad___ (~muhannad@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1319 [11:49:48] *** Quits: OS-27469 (~OS-27469@replaced-ip ) (Quit: Leaving)
           
         
        
          1320 [11:49:56] *** Joins: realies|afk (~realies@replaced-ip )
           
         
        
          1321 [11:50:21] *** Joins: jubo2 (~juboxi@replaced-ip )
           
         
        
          1322 [11:50:24] *** Joins: grinsekatze (~andreas@replaced-ip )
           
         
        
          1323 [11:51:02] *** Quits: realies (~realies@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1324 [11:51:22] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1325 [11:51:32] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1326 [11:51:34] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
           
         
        
          1327 [11:51:35] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1328 [11:52:15] *** Joins: earthundead (~earthunde@replaced-ip )
           
         
        
          1329 [11:52:23] *** Joins: muhannad___ (~muhannad@replaced-ip )
           
         
        
          1330 [11:53:49] *** Joins: tyranny12 (~blarg@replaced-ip )
           
         
        
          1331 [11:54:09] *** realies|afk is now known as realies
           
         
        
          1332 [11:54:09] *** Quits: realies (~realies@replaced-ip ) (Changing host)
           
         
        
          1333 [11:54:09] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1334 [11:55:19] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1335 [11:55:28] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1336 [11:55:49] *** Joins: UUID00 (~UUID00@replaced-ip )
           
         
        
          1337 [11:56:03] *** Joins: macartur (~macartur@replaced-ip )
           
         
        
          1338 [11:56:03] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1339 [11:56:05] *** Quits: Silvering (~textual@replaced-ip ) (Remote host closed the connection)
           
         
        
          1340 [11:56:43] *** Joins: mavhq (~quassel@replaced-ip )
           
         
        
          1341 [11:58:12] *** Joins: pbrewczynski (uid172802@replaced-ip )
           
         
        
          1342 [11:59:28] *** Quits: mda1_ (~mda1@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1343 [11:59:35] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1344 [11:59:47] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1345 [12:00:35] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1346 [12:00:40] *** Quits: wabuh (~wabuh@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1347 [12:01:07] *** Quits: savantgarde (~savantgar@replaced-ip ) (Quit: Leaving...)
           
         
        
          1348 [12:01:20] *** gftg_away is now known as gftg
           
         
        
          1349 [12:01:46] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit:
            Textual IRC Client:
            replaced-url 
           
         
        
          1350 [12:03:05] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1351 [12:03:31] *** Joins: schu-r (~Thunderbi@replaced-ip )
           
         
        
          1352 [12:03:48] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
           
         
        
          1353 [12:04:44] *** Joins: oish_ (~charlie@replaced-ip )
           
         
        
          1354 [12:06:54] *** Joins: ruied (~ruied@replaced-ip )
           
         
        
          1355 [12:07:08] *** Joins: Silvering (~textual@replaced-ip )
           
         
        
          1356 [12:07:10] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1357 [12:08:09] *** Joins: MDrights (~MDrights@replaced-ip )
           
         
        
          1358 [12:08:55] *** Quits: giricz81 (~giricz81@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          1359 [12:09:35] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1360 [12:09:59] *** Joins: oish_ (~charlie@replaced-ip )
           
         
        
          1361 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
           
         
        
          1362 [12:10:31] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1363 [12:11:17] *** Joins: dselect (~dselect@replaced-ip )
           
         
        
          1364 [12:11:50] *** gftg is now known as gftg_away
           
         
        
          1365 [12:12:15] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
           
         
        
          1366 [12:12:39] *** Joins: redShadow (~redShadow@replaced-ip )
           
         
        
          1367 [12:14:51] *** Joins: wabuh (~wabuh@replaced-ip )
           
         
        
          1368 [12:14:54] *** Joins: mda1 (~mda1@replaced-ip )
           
         
        
          1369 [12:16:13] *** Quits: FilipeMaia (~filipe@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1370 [12:16:40] *** gftg_away is now known as gftg
           
         
        
          1371 [12:18:10] *** Joins: GhostInTheShell (~melkor@replaced-ip )
           
         
        
          1372 [12:19:37] *** Quits: realies (~realies@replaced-ip ) (Quit: -)
           
         
        
          1373 [12:19:40] *** Joins: czesmir (~stefan@replaced-ip )
           
         
        
          1374 [12:20:08] *** Joins: careta (~botto@replaced-ip )
           
         
        
          1375 [12:20:13] *** Joins: huwjr (~huwjr@replaced-ip )
           
         
        
          1376 [12:20:17] *** Joins: comgot1 (~Icedove@replaced-ip )
           
         
        
          1377 [12:21:47] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1378 [12:21:47] *** Quits: realies (~realies@replaced-ip ) (Changing host)
           
         
        
          1379 [12:21:47] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1380 [12:21:53] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1381 [12:21:54] *** comgot1 is now known as comgot
           
         
        
          1382 [12:22:25] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1383 [12:22:46] *** Joins: moozer (~moz@replaced-ip )
           
         
        
          1384 [12:22:47] *** Joins: pawalls_ (~pawalls@replaced-ip )
           
         
        
          1385 [12:22:47] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1386 [12:22:59] *** Quits: pawalls_ (~pawalls@replaced-ip ) (Client Quit)
           
         
        
          1387 [12:23:32] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1388 [12:23:56] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1389 [12:25:12] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
           
         
        
          1390 [12:26:05] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1391 [12:26:35] *** Quits: sawk (~sawk@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1392 [12:26:53] *** Joins: sawk (~sawk@replaced-ip )
           
         
        
          1393 [12:27:26] *** Joins: noc_ (~u1000@replaced-ip )
           
         
        
          1394 [12:28:45] *** Parts: raidghost (raidghost@replaced-ip )
           
         
        
          1395 [12:29:09] *** Quits: neurot (~neurosis@replaced-ip ) (Quit: Leaving)
           
         
        
          1396 [12:31:05] *** Joins: yareckon (~ryan@replaced-ip )
           
         
        
          1397 [12:32:17] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1398 [12:32:19] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
           
         
        
          1399 [12:33:26] *** Quits: Silvering (~textual@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1400 [12:34:00] *** Joins: ani82937 (~anon@replaced-ip )
           
         
        
          1401 [12:34:06] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1402 [12:34:09] *** Joins: makimaki (~makimaki`@replaced-ip )
           
         
        
          1403 [12:35:38] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
           
         
        
          1404 [12:35:51] *** Joins: sharky (~sharky@replaced-ip )
           
         
        
          1405 [12:36:04] *** Joins: Quatroking (~Quatrokin@replaced-ip )
           
         
        
          1406 [12:38:17] *** Quits: denisk (~denisk@replaced-ip ) (Read error: No route to host)
           
         
        
          1407 [12:38:59] *** Quits: realies (~realies@replaced-ip ) (Remote host closed the connection)
           
         
        
          1408 [12:39:37] *** Quits: thms (~thms@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1409 [12:40:44] *** Joins: neurot (~neurosis@replaced-ip )
           
         
        
          1410 [12:41:34] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1411 [12:41:34] *** Quits: realies (~realies@replaced-ip ) (Changing host)
           
         
        
          1412 [12:41:34] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1413 [12:42:35] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1414 [12:43:30] *** Joins: GenteelBen (~GenteelBe@replaced-ip )
           
         
        
          1415 [12:44:19] *** Joins: fford (~fnord@replaced-ip )
           
         
        
          1416 [12:44:25] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1417 [12:44:48] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Remote host closed the connection)
           
         
        
          1418 [12:46:23] *** Quits: mosasaur (~mosasaur@replaced-ip ) (Quit: Leaving)
           
         
        
          1419 [12:46:29] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
           
         
        
          1420 [12:46:58] *** Quits: PHPanos (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
           
         
        
          1421 [12:47:10] *** Joins: mosasaur (~mosasaur@replaced-ip )
           
         
        
          1422 [12:47:36] *** Joins: _VxX_ (BM2FLhm4Ly@replaced-ip )
           
         
        
          1423 [12:47:48] *** Quits: _VxX (BM2FLhm4Ly@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1424 [12:47:48] *** _VxX_ is now known as _VxX  
         
        
          1425 [12:48:09] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          1426 [12:49:04] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
           
         
        
          1427 [12:51:10] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: leaving)
           
         
        
          1428 [12:51:13] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1429 [12:51:53] *** Quits: mdmkmk (~mdmkmk@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          1430 [12:52:47] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1431 [12:52:51] *** Joins: Pr0metheus (~nezos@replaced-ip )
           
         
        
          1432 [12:53:06] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1433 [12:53:08] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1434 [12:53:32] *** Joins: dreamon_ (~dreamon@replaced-ip )
           
         
        
          1435 [12:54:16] *** Joins: conta (~Thunderbi@replaced-ip )
           
         
        
          1436 [12:54:49] *** Joins: PITYHERO233 (~shizhengy@replaced-ip )
           
         
        
          1437 [12:55:46] <sputnik> guys  
         
        
          1438 [12:56:00] <sputnik> anyone has a clue
           
         
        
          1439 [12:56:02] <sputnik>
            replaced-url 
           
         
        
          1440 [12:56:16] *** Quits: realies (~realies@replaced-ip ) (Remote host closed the connection)
           
         
        
          1441 [12:56:27] <sputnik> i tried to build these two deb packages
            from deb source
           
         
        
          1442 [12:56:34] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1443 [12:56:47] *** Joins: triski (~triski@replaced-ip )
           
         
        
          1444 [12:56:49] <sputnik> but those ain't work, i'm sure
            i'm doing something wrong with the keys
           
         
        
          1445 [12:57:23] *** Joins: Drzacek (~Drzacek@replaced-ip )
           
         
        
          1446 [12:57:43] *** Joins: Hacker01 (~Haxker01@replaced-ip )
           
         
        
          1447 [12:57:58] *** Quits: betao (~bet40@replaced-ip ) (Remote host closed the connection)
           
         
        
          1448 [12:58:00] *** debhelper sets mode: +l 1728
           
         
        
          1449 [12:58:09] *** Joins: mdmkmk (~mdmkmk@replaced-ip )
           
         
        
          1450 [12:58:10] *** Joins: betao (~bet40@replaced-ip )
           
         
        
          1451 [12:58:13] *** Joins: SugoiBeans (uid188175@replaced-ip )
           
         
        
          1452 [12:58:23] *** Joins: flux242 (~chatzilla@replaced-ip )
           
         
        
          1453 [12:58:37] *** Quits: betao (~bet40@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1454 [12:58:57] *** Joins: betao (~bet40@replaced-ip )
           
         
        
          1455 [12:59:54] *** Quits: h8R (~ari_pak@replaced-ip ) (Remote host closed the connection)
           
         
        
          1456 [12:59:56] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1457 [12:59:56] *** Quits: realies (~realies@replaced-ip ) (Changing host)
           
         
        
          1458 [12:59:56] *** Joins: realies (~realies@replaced-ip )
           
         
        
          1459 [12:59:58] *** Quits: betao (~bet40@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1460 [13:00:10] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
           
         
        
          1461 [13:00:10] *** Joins: betao (~bet40@replaced-ip )
           
         
        
          1462 [13:00:14] <sputnik> anyone?  
         
        
          1463 [13:00:33] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1464 [13:00:44] *** Joins: sphenxes (~sphenxes@replaced-ip )
           
         
        
          1465 [13:01:04] *** Quits: triski (~triski@replaced-ip ) (Client Quit)
           
         
        
          1466 [13:01:05] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1467 [13:01:11] *** Joins: atcagn (~martin@replaced-ip )
           
         
        
          1468 [13:02:52] *** Joins: KeRT (~UnFaQ@replaced-ip )
           
         
        
          1469 [13:02:52] *** Quits: KeRT (~UnFaQ@replaced-ip ) (Changing host)
           
         
        
          1470 [13:02:52] *** Joins: KeRT (~UnFaQ@replaced-ip )
           
         
        
          1471 [13:02:55] *** Quits: MrNeon (~misterneo@replaced-ip##) (Quit: ZNC 1.6.4 - ##replaced-url 
           
         
        
          1472 [13:03:23] *** Joins: MrNeon (~misterneo@replaced-ip )
           
         
        
          1473 [13:04:04] <unborn> ,v Crytkeeper  
         
        
          1474 [13:04:05] <judd> No package named 'Crytkeeper' was
            found in amd64.
           
         
        
          1475 [13:04:39] *** Quits: iNs (~ins@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1476 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
           
         
        
          1477 [13:05:28] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1478 [13:05:28] *** KeRT is now known as TReK  
         
        
          1479 [13:05:32] *** Joins: dpkg (~dpkg@replaced-ip )
           
         
        
          1480 [13:05:53] *** Quits: Hacker01 (~Haxker01@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1481 [13:07:48] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1482 [13:08:14] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1483 [13:10:53] *** Joins: AlexPortable (uid7568@replaced-ip )
           
         
        
          1484 [13:13:49] <petn-randall> unborn: Are you looking for this?
           
         
        
          1485 [13:13:51] <petn-randall> ,v cryptkeeper
           
         
        
          1486 [13:13:52] <judd> Package: cryptkeeper on amd64 -- wheezy:
            0.9.5-5.1; jessie: 0.9.5-5.1
           
         
        
          1487 [13:14:12] <unborn> petn-randall: i was just checking if that
            was removed already
           
         
        
          1488 [13:14:12] <SynrG> also msg the bot  
         
        
          1489 [13:15:53] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1490 [13:16:46] *** Quits: PITYHERO233 (~shizhengy@replaced-ip ) ()
           
         
        
          1491 [13:18:10] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
           
         
        
          1492 [13:19:11] *** Quits: nighty (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
           
         
        
          1493 [13:19:49] *** Quits: _raynold_ (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1494 [13:20:27] *** Joins: giricz81 (~giricz81@replaced-ip )
           
         
        
          1495 [13:20:40] *** Joins: PHPanos (~textual@replaced-ip )
           
         
        
          1496 [13:20:44] *** Quits: ralinux (~lnx@replaced-ip ) (Quit: Leaving)
           
         
        
          1497 [13:21:51] *** Joins: thms (~thms@replaced-ip )
           
         
        
          1498 [13:24:06] *** Quits: crdil (~crdil@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1499 [13:25:53] *** Joins: morphis (~morphis@replaced-ip )
           
         
        
          1500 [13:26:07] *** Quits: clopez (~tau@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1501 [13:27:40] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1502 [13:28:01] *** Joins: B[]rG (~tuptidup@replaced-ip )
           
         
        
          1503 [13:28:25] *** Joins: clopez (~tau@replaced-ip )
           
         
        
          1504 [13:28:28] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
           
         
        
          1505 [13:28:35] *** Joins: thxer_ (~thxer@replaced-ip )
           
         
        
          1506 [13:28:42] *** Joins: B[]rG (~tuptidup@replaced-ip )
           
         
        
          1507 [13:28:51] *** Quits: thxer (~thxer@replaced-ip ) (Quit: Ex-Chat)
           
         
        
          1508 [13:28:51] *** Joins: HansE (~HansE@replaced-ip )
           
         
        
          1509 [13:29:29] *** Quits: betao (~bet40@replaced-ip ) (Quit: Leaving)
           
         
        
          1510 [13:29:59] *** Joins: CuSn (~glockensp@replaced-ip )
           
         
        
          1511 [13:32:38] <petn-randall> unborn: The version in stable is
            unaffected by the bug you're probably looking at.
           
         
        
          1512 [13:33:03] <unborn> petn-randall: thanks
           
         
        
          1513 [13:34:19] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          1514 [13:35:55] *** Quits: Nik05 (~Nik05@replaced-ip ) (Remote host closed the connection)
           
         
        
          1515 [13:37:59] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1516 [13:38:26] *** Joins: Nik05 (~Nik05@replaced-ip )
           
         
        
          1517 [13:38:30] *** Quits: CuSn (~glockensp@replaced-ip ) (Remote host closed the connection)
           
         
        
          1518 [13:40:03] *** Quits: steakwipe (~ninjapira@replaced-ip ) (Remote host closed the connection)
           
         
        
          1519 [13:40:34] *** Quits: cyphase (~cyphase@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1520 [13:41:03] *** _Nox is now known as Nox_{PoT}
           
         
        
          1521 [13:41:08] *** Joins: daniel-s (~daniel-s@replaced-ip )
           
         
        
          1522 [13:41:10] *** Quits: ruied (~ruied@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1523 [13:41:49] *** Joins: ruied (~ruied@replaced-ip )
           
         
        
          1524 [13:41:58] *** Quits: grumpy (uid195327@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1525 [13:42:02] *** Joins: frostschutz (~frostschu@replaced-ip )
           
         
        
          1526 [13:42:58] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1527 [13:43:20] *** Joins: kzimmermann (~fiui3uhqi@replaced-ip )
           
         
        
          1528 [13:43:30] *** Joins: cyphase_eviltwin (~cyphase@replaced-ip )
           
         
        
          1529 [13:44:11] *** Joins: Guest20377 (~cyphase@replaced-ip )
           
         
        
          1530 [13:44:12] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Quit: Leaving)
           
         
        
          1531 [13:44:43] *** Quits: ruied (~ruied@replaced-ip ) (Remote host closed the connection)
           
         
        
          1532 [13:45:42] *** Joins: lsv (~nn@replaced-ip )
           
         
        
          1533 [13:45:56] *** Quits: Lal (uid175029@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1534 [13:46:03] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Remote host closed the connection)
           
         
        
          1535 [13:46:06] *** Quits: Guest20377 (~cyphase@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1536 [13:46:30] *** Joins: adev (~adev@replaced-ip )
           
         
        
          1537 [13:46:50] *** Quits: mdmkmk (~mdmkmk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1538 [13:47:07] *** Joins: blueness (~blueness@replaced-ip )
           
         
        
          1539 [13:47:20] *** Joins: lowin (~lowin@replaced-ip )
           
         
        
          1540 [13:47:40] *** Quits: FishAndChips (~FishChips@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1541 [13:48:01] *** Joins: FishAndChips (~FishChips@replaced-ip )
           
         
        
          1542 [13:48:20] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1543 [13:48:26] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1544 [13:48:27] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
           
         
        
          1545 [13:49:15] *** Joins: f10_ (~flo@replaced-ip )
           
         
        
          1546 [13:49:37] *** Quits: methyl (~methyl@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1547 [13:50:06] *** Quits: reev (~reev@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1548 [13:50:46] *** Joins: schu-r (~Thunderbi@replaced-ip )
           
         
        
          1549 [13:50:48] *** jackNemrod_ is now known as jackNemrod
           
         
        
          1550 [13:51:35] *** Joins: crdil (~crdil@replaced-ip )
           
         
        
          1551 [13:51:42] *** Quits: nyo (~nyo@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1552 [13:52:19] *** Joins: OS-19296 (~OS-19296@replaced-ip )
           
         
        
          1553 [13:52:26] <OS-19296> identify  
         
        
          1554 [13:52:34] <OS-19296> NickServ identify
           
         
        
          1555 [13:52:58] <peteski> 0_o  
         
        
          1556 [13:53:05] *** Quits: Dadou (~Dadou@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1557 [13:53:18] *** Joins: cdown (~cdown@replaced-ip )
           
         
        
          1558 [13:54:00] *** Joins: Ryushin (chris@replaced-ip )
           
         
        
          1559 [13:54:13] *** Joins: f10 (~flo@replaced-ip )
           
         
        
          1560 [13:55:15] *** Quits: pawalls (~pawalls@replaced-ip ) (Remote host closed the connection)
           
         
        
          1561 [13:56:32] *** Joins: nighty (~nighty@replaced-ip )
           
         
        
          1562 [13:56:46] *** Quits: crdil (~crdil@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1563 [13:57:41] *** Joins: Kafei (~Kafei@replaced-ip )
           
         
        
          1564 [13:57:53] *** Quits: lsv (~nn@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1565 [13:57:54] *** Joins: pawalls (~pawalls@replaced-ip )
           
         
        
          1566 [13:58:05] *** Joins: regedit (uid150526@replaced-ip )
           
         
        
          1567 [13:59:21] *** Joins: nikoma (~nikoma@replaced-ip )
           
         
        
          1568 [14:00:11] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
           
         
        
          1569 [14:00:27] *** Joins: disposable2 (~Thunderbi@replaced-ip )
           
         
        
          1570 [14:00:42] *** Joins: alecov (~control@replaced-ip )
           
         
        
          1571 [14:01:54] *** Joins: gr8 (~gr8@replaced-ip )
           
         
        
          1572 [14:02:53] <gr8> I just installed a fresh Debian 8 and the
            download rate from Github via git is extremely slow (<10 KB/s
            range). But browsing the web and speed test were fine. any ideas?
           
         
        
          1573 [14:03:32] *** Joins: KoS_ (~Andaris@replaced-ip )
           
         
        
          1574 [14:03:38] *** Quits: mirage335 (~mirage335@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1575 [14:04:02] *** Parts: KoS_ (~Andaris@replaced-ip )
           
         
        
          1576 [14:04:05] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1577 [14:04:28] *** Quits: [Saint] (~sinner@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1578 [14:04:32] *** Quits: madmattco (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          1579 [14:04:49] *** Joins: lowin (~lowin@replaced-ip )
           
         
        
          1580 [14:05:05] *** Quits: Dan_au (~Dan@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1581 [14:05:11] *** Quits: tyler-baker (tyler-bake@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1582 [14:05:45] *** Quits: rpcope (~GOTZNC@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1583 [14:05:48] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1584 [14:05:55] *** Quits: dtcrshr (~datacrush@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1585 [14:06:19] *** Quits: l0xas (~unix@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1586 [14:06:19] *** Quits: swordsmanz (~swordsman@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1587 [14:06:31] *** Joins: mrprole (~mrprole@replaced-ip )
           
         
        
          1588 [14:06:38] *** Joins: madmattco (~quassel@replaced-ip )
           
         
        
          1589 [14:07:11] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1590 [14:07:56] *** Joins: swordsmanz (~swordsman@replaced-ip )
           
         
        
          1591 [14:08:04] *** Joins: [Saint] (~sinner@replaced-ip )
           
         
        
          1592 [14:08:08] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1593 [14:08:10] *** Quits: Raed (~Raed@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1594 [14:08:27] *** Joins: enkrypt (~enkrypt@replaced-ip )
           
         
        
          1595 [14:08:29] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          1596 [14:08:32] *** Quits: JoshuaACasey (Joshua@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1597 [14:08:35] *** Quits: BlackoutIsHere (Blackout@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1598 [14:08:37] *** Joins: tyler-baker (tyler-bake@replaced-ip )
           
         
        
          1599 [14:09:02] *** Quits: fnljk (~fnljk@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1600 [14:09:09] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
           
         
        
          1601 [14:09:09] *** Quits: cyborg (~cyborg@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1602 [14:09:14] *** Quits: haasn (~haasn@replaced-ip ) (Remote host closed the connection)
           
         
        
          1603 [14:09:26] *** Joins: BlackoutIsHere|O (Blackout@replaced-ip )
           
         
        
          1604 [14:09:36] *** BlackoutIsHere|O is now known as BlackoutIsHere
           
         
        
          1605 [14:09:37] *** Joins: calisto (~calisto@replaced-ip )
           
         
        
          1606 [14:09:52] *** Quits: dinoocch (~dinoocch@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1607 [14:09:53] *** Quits: M-wkennington (wkenningto@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1608 [14:09:53] *** Quits: dexta (j3z@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1609 [14:10:02] *** Joins: derpdude (uid189461@replaced-ip )
           
         
        
          1610 [14:10:08] *** Quits: pavlushka (~pavlushka@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1611 [14:10:14] *** Quits: Tsutsukakushi (~Tsutsukak@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1612 [14:10:23] *** Quits: rosseaux (~BeRo@replaced-ip ) (Remote host closed the connection)
           
         
        
          1613 [14:10:31] *** Joins: tomcres (~tom@replaced-ip )
           
         
        
          1614 [14:10:33] *** Joins: rpcope (~GOTZNC@replaced-ip )
           
         
        
          1615 [14:10:54] *** Joins: rosseaux (~BeRo@replaced-ip )
           
         
        
          1616 [14:10:54] *** Quits: derpdude (uid189461@replaced-ip ) (Client Quit)
           
         
        
          1617 [14:11:26] *** Joins: JoshuaACasey (Joshua@replaced-ip )
           
         
        
          1618 [14:11:37] *** Joins: dexta (j3z@replaced-ip )
           
         
        
          1619 [14:11:47] *** Joins: Tsutsukakushi (~Tsutsukak@replaced-ip )
           
         
        
          1620 [14:12:04] *** Joins: Dadou (~Dadou@replaced-ip )
           
         
        
          1621 [14:12:30] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
           
         
        
          1622 [14:12:39] *** Joins: fnljk (~fnljk@replaced-ip )
           
         
        
          1623 [14:14:08] *** Joins: de-facto_ (~de-facto@replaced-ip )
           
         
        
          1624 [14:14:08] *** Quits: xormor (~thukydide@replaced-ip ) (Quit: Leaving)
           
         
        
          1625 [14:14:27] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
           
         
        
          1626 [14:14:40] *** de-facto_ is now known as de-facto
           
         
        
          1627 [14:14:47] *** Joins: trifolio6 (~h@replaced-ip )
           
         
        
          1628 [14:15:17] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
           
         
        
          1629 [14:15:44] *** Quits: M-shine (shinematri@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1630 [14:16:22] *** Joins: haasn (~haasn@replaced-ip )
           
         
        
          1631 [14:17:56] *** Joins: tsglove (~tsglove@replaced-ip )
           
         
        
          1632 [14:18:13] *** Quits: nSe (~leo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1633 [14:19:04] *** Quits: vOYtEC_ (~vOYtEC@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1634 [14:19:21] *** Joins: vOYtEC_ (~vOYtEC@replaced-ip )
           
         
        
          1635 [14:19:29] *** Joins: nSe (~leo@replaced-ip )
           
         
        
          1636 [14:19:30] *** Joins: pavlushka (~pavlushka@replaced-ip )
           
         
        
          1637 [14:20:41] *** Quits: argus (~65dsaf5@replaced-ip ) (Remote host closed the connection)
           
         
        
          1638 [14:20:48] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
           
         
        
          1639 [14:20:48] *** Quits: Al3xG0 (~65dsaf5@replaced-ip ) (Changing host)
           
         
        
          1640 [14:20:48] *** Joins: Al3xG0 (~65dsaf5@replaced-ip )
           
         
        
          1641 [14:21:06] *** Joins: remo (~remo@replaced-ip )
           
         
        
          1642 [14:21:18] *** Joins: MoonkYang (~moonkyang@replaced-ip )
           
         
        
          1643 [14:21:31] *** Joins: cyborg (~cyborg@replaced-ip )
           
         
        
          1644 [14:21:34] *** Joins: Raed (~Raed@replaced-ip )
           
         
        
          1645 [14:22:10] *** Joins: M-wkennington (wkenningto@replaced-ip )
           
         
        
          1646 [14:22:35] *** Joins: Freenoodle (~Bratwurst@replaced-ip )
           
         
        
          1647 [14:23:44] *** Quits: MDrights (~MDrights@replaced-ip ) (Quit: MDrights)
           
         
        
          1648 [14:23:48] *** Joins: crdil (~crdil@replaced-ip )
           
         
        
          1649 [14:24:03] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
           
         
        
          1650 [14:24:57] *** Quits: uNmowed (~Mayu@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1651 [14:25:42] *** Quits: timahvo1 (~rogue@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1652 [14:26:04] *** Joins: timahvo1 (~rogue@replaced-ip )
           
         
        
          1653 [14:26:38] <ztealmax> Good day all :-)
           
         
        
          1654 [14:27:03] *** Quits: remo (~remo@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1655 [14:27:10] *** Joins: remo (~remo@replaced-ip )
           
         
        
          1656 [14:27:41] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1657 [14:28:46] *** Quits: crdil (~crdil@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1658 [14:28:47] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1659 [14:29:18] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1660 [14:29:36] *** Joins: geoid_ (~geoid@replaced-ip )
           
         
        
          1661 [14:29:54] *** Quits: l0xas (~unix@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1662 [14:30:30] *** Quits: thxer_ (~thxer@replaced-ip ) (Quit: Ex-Chat)
           
         
        
          1663 [14:30:32] *** Joins: M-shine (shinematri@replaced-ip )
           
         
        
          1664 [14:30:41] *** Joins: thxer_ (~thxer@replaced-ip )
           
         
        
          1665 [14:32:05] *** Quits: jandrusk (~jra@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1666 [14:32:22] *** Joins: poleprogger (~mj@replaced-ip )
           
         
        
          1667 [14:32:30] *** Joins: jandrusk (~jra@replaced-ip )
           
         
        
          1668 [14:32:32] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1669 [14:32:36] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
           
         
        
          1670 [14:32:47] *** Quits: l0xas (~unix@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1671 [14:32:54] *** Joins: nullbyte_ (~ghost@replaced-ip )
           
         
        
          1672 [14:33:05] *** Quits: apetc (~apetc@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1673 [14:33:13] *** Quits: nullbyte_ (~ghost@replaced-ip ) (Client Quit)
           
         
        
          1674 [14:33:21] *** Joins: apetc (~apetc@replaced-ip )
           
         
        
          1675 [14:34:56] *** Quits: kyan (~kyan@replaced-ip ) (Remote host closed the connection)
           
         
        
          1676 [14:36:35] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
           
         
        
          1677 [14:36:45] *** Quits: trytus (c12ebbfc@replaced-ip ) (Quit: Page closed)
           
         
        
          1678 [14:36:56] *** Joins: dinoocch (~dinoocch@replaced-ip )
           
         
        
          1679 [14:37:47] *** Quits: thxer_ (~thxer@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1680 [14:37:52] *** Joins: _aeris_ (~aeris@replaced-ip )
           
         
        
          1681 [14:38:50] *** Joins: Dan_au (~Dan@replaced-ip )
           
         
        
          1682 [14:38:54] *** Joins: liquidxd (~liquidxd@replaced-ip )
           
         
        
          1683 [14:39:40] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1684 [14:41:10] *** Quits: comgot (~Icedove@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1685 [14:41:19] *** Joins: comgot1 (~Icedove@replaced-ip )
           
         
        
          1686 [14:42:24] *** Joins: Andrew_S (~Icedove@replaced-ip )
           
         
        
          1687 [14:43:40] *** comgot1 is now known as comgot
           
         
        
          1688 [14:43:55] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
           
         
        
          1689 [14:43:56] *** Quits: Muadabi (~dante@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1690 [14:44:03] *** Quits: ztealmax (51e6e8d0@replaced-ip ) (Quit: Page closed)
           
         
        
          1691 [14:44:12] *** Joins: TomTomTo1 (~henryk@replaced-ip )
           
         
        
          1692 [14:44:22] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
           
         
        
          1693 [14:45:00] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1694 [14:45:34] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1695 [14:45:42] *** Quits: dinoocch (~dinoocch@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1696 [14:46:03] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1697 [14:46:50] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          1698 [14:46:52] *** Joins: schu-r (~Thunderbi@replaced-ip )
           
         
        
          1699 [14:46:57] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          1700 [14:48:17] *** Quits: Zewwy (~zem@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1701 [14:48:39] *** Quits: Nox_{PoT} (~Nox@replaced-ip ) (Remote host closed the connection)
           
         
        
          1702 [14:48:45] *** Quits: soee (~soee@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1703 [14:49:05] *** Quits: giricz81 (~giricz81@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          1704 [14:49:06] *** Quits: oish (~charlie@replaced-ip ) (Quit: leaving)
           
         
        
          1705 [14:49:50] *** Quits: PHPanos (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
           
         
        
          1706 [14:50:00] *** Joins: Zewwy (~zem@replaced-ip )
           
         
        
          1707 [14:50:03] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
           
         
        
          1708 [14:50:35] *** Joins: soee (~soee@replaced-ip )
           
         
        
          1709 [14:50:40] *** Quits: poleprogger (~mj@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1710 [14:50:55] *** Joins: poleprogger (~mj@replaced-ip )
           
         
        
          1711 [14:51:20] *** Quits: Andrew_S (~Icedove@replaced-ip ) (Quit: Andrew_S)
           
         
        
          1712 [14:51:24] *** Joins: x032cx (~lxuser@replaced-ip )
           
         
        
          1713 [14:52:30] *** Quits: poleprogger (~mj@replaced-ip ) (Client Quit)
           
         
        
          1714 [14:52:35] *** Quits: soee (~soee@replaced-ip ) (Client Quit)
           
         
        
          1715 [14:52:44] *** Joins: poleprogger (~mj@replaced-ip )
           
         
        
          1716 [14:53:12] *** Joins: mirage335 (~mirage335@replaced-ip )
           
         
        
          1717 [14:53:15] *** Joins: m1sh-L (~m1sh-L@replaced-ip )
           
         
        
          1718 [14:53:22] *** Quits: poleprogger (~mj@replaced-ip ) (Client Quit)
           
         
        
          1719 [14:53:25] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1720 [14:53:55] *** Quits: al3xclarke (~hello@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1721 [14:54:37] *** Joins: Brigo (~Brigo@replaced-ip )
           
         
        
          1722 [14:54:39] *** Quits: soee__ (~soee@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          1723 [14:54:53] *** Quits: yareckon (~ryan@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1724 [14:55:47] *** Joins: soee (~soee@replaced-ip )
           
         
        
          1725 [14:56:06] *** Joins: crdil (~crdil@replaced-ip )
           
         
        
          1726 [14:57:45] *** Joins: PHPanos (~textual@replaced-ip )
           
         
        
          1727 [14:58:06] *** Joins: dtcrshr (~datacrush@replaced-ip )
           
         
        
          1728 [14:58:36] *** Joins: danke (~danke@replaced-ip )
           
         
        
          1729 [14:59:24] *** Quits: abu0 (~abu0@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1730 [14:59:50] *** Quits: timahvo1 (~rogue@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1731 [14:59:51] *** Quits: arturo (~arturo@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1732 [14:59:59] *** Joins: feal (~fiel@replaced-ip )
           
         
        
          1733 [15:00:07] *** Joins: timahvo1 (~rogue@replaced-ip )
           
         
        
          1734 [15:00:20] *** Quits: crdil (~crdil@replaced-ip ) (Client Quit)
           
         
        
          1735 [15:01:56] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
           
         
        
          1736 [15:01:56] *** Joins: rrehbein (~rrehbein@replaced-ip )
           
         
        
          1737 [15:02:01] *** Joins: n4dir (~user@replaced-ip )
           
         
        
          1738 [15:02:09] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1739 [15:03:02] *** Quits: kiao2938 (~mj@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          1740 [15:03:19] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1741 [15:04:00] *** Quits: Kafei (~Kafei@replaced-ip ) (Remote host closed the connection)
           
         
        
          1742 [15:04:49] *** Quits: mrprole (~mrprole@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          1743 [15:05:12] *** Joins: muhannad____ (~muhannad@replaced-ip )
           
         
        
          1744 [15:05:41] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
           
         
        
          1745 [15:05:56] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1746 [15:05:56] *** Joins: oish (~charlie@replaced-ip )
           
         
        
          1747 [15:06:26] *** Joins: gabe__ (~gabe@replaced-ip )
           
         
        
          1748 [15:07:06] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1749 [15:07:10] *** Quits: muhannad___ (~muhannad@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1750 [15:07:24] *** Joins: Nac44les (~root@replaced-ip )
           
         
        
          1751 [15:07:53] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1752 [15:08:15] *** Joins: Strife89 (~quassel@replaced-ip )
           
         
        
          1753 [15:09:17] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
           
         
        
          1754 [15:09:24] *** Joins: poleprogger (~mj@replaced-ip )
           
         
        
          1755 [15:10:01] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: Leaving)
           
         
        
          1756 [15:10:08] *** Joins: sharky (~sharky@replaced-ip )
           
         
        
          1757 [15:10:09] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1758 [15:10:10] *** Quits: poleprogger (~mj@replaced-ip ) (Client Quit)
           
         
        
          1759 [15:11:07] *** Blendify|zzz is now known as Blendify|afk
           
         
        
          1760 [15:11:11] *** Joins: gladia2r (~gladia2r@replaced-ip )
           
         
        
          1761 [15:11:26] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
           
         
        
          1762 [15:11:41] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1763 [15:12:32] *** Quits: Nac44les (~root@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1764 [15:12:35] *** Joins: wdb_m (~wdb@replaced-ip )
           
         
        
          1765 [15:12:37] *** Joins: dinoocch (~dinoocch@replaced-ip )
           
         
        
          1766 [15:12:44] *** Joins: piGoJeff (~pi@replaced-ip )
           
         
        
          1767 [15:12:52] *** Joins: Chinesium (~Chinesium@replaced-ip )
           
         
        
          1768 [15:13:22] *** Quits: systop (~Gareth@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1769 [15:13:38] *** Joins: _foldLeft (~foldleft@replaced-ip )
           
         
        
          1770 [15:14:41] *** Quits: wdb_m (~wdb@replaced-ip ) (Client Quit)
           
         
        
          1771 [15:17:01] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1772 [15:18:06] *** Joins: pos (~pos@replaced-ip )
           
         
        
          1773 [15:21:47] *** Joins: Jehpe (~Jehpe@replaced-ip )
           
         
        
          1774 [15:21:48] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1775 [15:22:14] *** Joins: systop (~Gareth@replaced-ip )
           
         
        
          1776 [15:22:31] *** Joins: CuSn (~glockensp@replaced-ip )
           
         
        
          1777 [15:22:33] <sputnik> what's the meaning of
            '-i' option passed to debuild?
           
         
        
          1778 [15:22:39] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
           
         
        
          1779 [15:22:51] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1780 [15:23:00] *** Joins: Guest57631 (~prandiere@replaced-ip )
           
         
        
          1781 [15:24:39] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          1782 [15:24:42] *** Quits: kiao2938 (~mj@replaced-ip ) (Client Quit)
           
         
        
          1783 [15:24:55] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          1784 [15:25:01] *** Quits: akash_ (uid150251@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1785 [15:25:05] *** Joins: _Nox (~Nox@replaced-ip )
           
         
        
          1786 [15:25:17] *** Joins: enkrypt (~enkrypt@replaced-ip )
           
         
        
          1787 [15:25:33] *** Joins: Brah (~BrahRah@replaced-ip )
           
         
        
          1788 [15:26:48] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
           
         
        
          1789 [15:27:35] *** Joins: donofrio (~donofrio@replaced-ip )
           
         
        
          1790 [15:27:55] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1791 [15:28:01] *** debhelper sets mode: +l 1737
           
         
        
          1792 [15:28:32] *** Quits: makimaki (~makimaki`@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1793 [15:28:43] *** Quits: BrahRah (~BrahRah@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1794 [15:30:17] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1795 [15:30:22] *** Quits: monoxane (~monoxane@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1796 [15:30:24] *** Joins: ignuki (~inaki@replaced-ip )
           
         
        
          1797 [15:30:36] *** Joins: BrahRah (~BrahRah@replaced-ip )
           
         
        
          1798 [15:30:43] *** Quits: iViLe (~bob@replaced-ip ) (Read error: No route to host)
           
         
        
          1799 [15:31:06] *** Quits: pbrewczynski (uid172802@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          1800 [15:32:44] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
           
         
        
          1801 [15:33:10] *** Quits: Brah (~BrahRah@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1802 [15:33:22] *** Quits: akwiatkowski (~bobik314@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          1803 [15:35:17] *** Quits: BrahRah (~BrahRah@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1804 [15:36:07] *** Joins: l3archos (~Icedove@replaced-ip )
           
         
        
          1805 [15:36:18] *** Joins: OMSQ (~OMSQ@replaced-ip )
           
         
        
          1806 [15:36:49] *** Joins: monoxane (~monoxane@replaced-ip )
           
         
        
          1807 [15:39:00] *** Joins: triski (~triski@replaced-ip )
           
         
        
          1808 [15:40:28] *** Joins: aaro (~aaro@replaced-ip )
           
         
        
          1809 [15:41:11] *** Quits: CuSn (~glockensp@replaced-ip ) (Remote host closed the connection)
           
         
        
          1810 [15:42:24] <TomTomTo1> sputnik: that options gets passed to
            dpkg-buildpackage, which i think passes it on to dpkg-source. man
            dpkg-source has a description of what that option does by itself.
           
         
        
          1811 [15:42:27] *** Joins: seoner (~usr@replaced-ip )
           
         
        
          1812 [15:43:25] *** Quits: Jehpe (~Jehpe@replaced-ip ) (Remote host closed the connection)
           
         
        
          1813 [15:43:56] *** Joins: cereal_poster (~cereal_po@replaced-ip )
           
         
        
          1814 [15:44:17] *** Quits: ShalokShalom (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1815 [15:44:30] *** Joins: ShalokShalom (~quassel@replaced-ip )
           
         
        
          1816 [15:44:40] *** Joins: akash_ (uid150251@replaced-ip )
           
         
        
          1817 [15:45:50] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1818 [15:47:05] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1819 [15:47:28] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          1820 [15:50:06] *** Joins: f10_ (~flo@replaced-ip )
           
         
        
          1821 [15:50:20] *** Joins: turfal (~Icedove@replaced-ip )
           
         
        
          1822 [15:50:53] *** Quits: rkj (~rkj@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1823 [15:52:03] *** Joins: Kafei (~Kafei@replaced-ip )
           
         
        
          1824 [15:52:44] *** Joins: dfh978 (5e153332@replaced-ip )
           
         
        
          1825 [15:52:50] *** Quits: fp7 (~fp7@replaced-ip ) (Quit: .)
           
         
        
          1826 [15:53:02] *** Joins: aliov (~ali@replaced-ip )
           
         
        
          1827 [15:53:07] *** Quits: conta (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1828 [15:54:25] *** Quits: aliov (~ali@replaced-ip ) (Client Quit)
           
         
        
          1829 [15:54:40] <gabe__> I'm trying to install an Intel 8260
            wifi card on a machine running Jessie 3.16.39-1. I've installed
            firmware-iwlwifi 0.43 (also tried 20161130 from jessie-backports),
            reinserted the module, and rebooted. lspci -nnk shows the card, but
            doesn't show a "Kernel driver in use:". The card
            [8086:24f3] shows up as an alias line in modinfo, so I think it is
            supported. Any ideas?
           
         
        
          1830 [15:55:50] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
           
         
        
          1831 [15:55:55] *** Joins: conta (~Thunderbi@replaced-ip )
           
         
        
          1832 [15:56:05] *** Joins: _raynold_ (uid201163@replaced-ip )
           
         
        
          1833 [15:56:49] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1834 [15:57:13] *** Quits: wtkp (~wtkp@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1835 [15:57:59] *** Joins: wtkp (~wtkp@replaced-ip )
           
         
        
          1836 [15:58:17] *** Joins: kpease_ (~kpease@replaced-ip )
           
         
        
          1837 [15:58:32] *** Quits: dec0n (~dec0n@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1838 [15:59:07] *** Joins: dreamon (~dreamon@replaced-ip )
           
         
        
          1839 [15:59:14] *** Joins: rkj (~rkj@replaced-ip )
           
         
        
          1840 [16:00:44] *** Joins: trumpiscool (~alex@replaced-ip )
           
         
        
          1841 [16:02:34] *** Joins: dec0n (~dec0n@replaced-ip )
           
         
        
          1842 [16:02:35] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          1843 [16:04:01] *** Joins: dave0x6d (uid190567@replaced-ip )
           
         
        
          1844 [16:06:40] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1845 [16:07:01] *** cyphase_eviltwin is now known as cyphase
           
         
        
          1846 [16:07:01] *** Quits: danke (~danke@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          1847 [16:07:12] *** Quits: _Nox (~Nox@replaced-ip ) (Quit: Eat time)
           
         
        
          1848 [16:07:20] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1849 [16:07:26] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
           
         
        
          1850 [16:08:23] *** Quits: trumpiscool (~alex@replaced-ip ) (Quit: Leaving)
           
         
        
          1851 [16:08:29] *** Quits: l3archos (~Icedove@replaced-ip ) (Remote host closed the connection)
           
         
        
          1852 [16:09:11] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1853 [16:09:36] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1854 [16:10:36] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1855 [16:10:41] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1856 [16:11:16] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1857 [16:11:27] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1858 [16:11:55] <Brigo> gabe__, lcpci says it is an intel 8260 ?
           
         
        
          1859 [16:13:15] *** Joins: denis_k (~denisk@replaced-ip )
           
         
        
          1860 [16:13:17] *** Quits: denisk (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1861 [16:13:43] *** Joins: f10_ (~flo@replaced-ip )
           
         
        
          1862 [16:14:01] *** Quits: triski (~triski@replaced-ip ) (Remote host closed the connection)
           
         
        
          1863 [16:14:09] *** Joins: dixie7z_ (~dixie7z@replaced-ip )
           
         
        
          1864 [16:14:09] *** Quits: denis_k (~denisk@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1865 [16:15:03] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          1866 [16:15:22] <gabe__> Brigo, Yes  
         
        
          1867 [16:15:43] *** Quits: denisk (~denisk@replaced-ip ) (Read error: No route to host)
           
         
        
          1868 [16:15:53] <gabe__> Brigo, 07:00.0 Network controller: Intel
            Corporation Wireless 8260 (rev 3a)
           
         
        
          1869 [16:16:05] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1870 [16:16:16] <Brigo> gabe__, i am asking becasue the wiki says
            it is supported:
            replaced-url 
           
         
        
          1871 [16:16:30] *** Parts: gr8 (~gr8@replaced-ip )
           
         
        
          1872 [16:16:34] <Brigo> gabe__, try checking the logs with
            journalctl -b
           
         
        
          1873 [16:16:37] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
           
         
        
          1874 [16:16:57] *** Quits: dec0n (~dec0n@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1875 [16:17:32] *** Quits: dixie7z (~dixie7z@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          1876 [16:17:39] *** Quits: CyberaX (~elodie@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1877 [16:17:46] *** Joins: samodid (~vsamodid@replaced-ip )
           
         
        
          1878 [16:17:57] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
           
         
        
          1879 [16:18:00] *** debhelper sets mode: +l 1730
           
         
        
          1880 [16:18:01] *** Joins: nlsthzn (~nlsthzn@replaced-ip )
           
         
        
          1881 [16:18:10] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1882 [16:18:13] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1883 [16:19:32] *** Joins: Raineer (~textual@replaced-ip )
           
         
        
          1884 [16:20:02] *** Joins: l3archos (~Icedove@replaced-ip )
           
         
        
          1885 [16:20:25] *** Quits: piGoJeff (~pi@replaced-ip ) (Quit: Leaving)
           
         
        
          1886 [16:20:31] *** Joins: CyberaX (~elodie@replaced-ip )
           
         
        
          1887 [16:20:43] *** Quits: hejohn (~gernot@replaced-ip ) (Quit: hejohn)
           
         
        
          1888 [16:20:46] *** Joins: iNs (~ins@replaced-ip )
           
         
        
          1889 [16:21:05] *** Joins: Darcidride (~Darcidrid@replaced-ip )
           
         
        
          1890 [16:23:13] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          1891 [16:23:14] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1892 [16:23:15] *** Joins: dkas (~dkas@replaced-ip )
           
         
        
          1893 [16:23:19] *** Quits: PHPanos (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
           
         
        
          1894 [16:23:24] *** Joins: webuser5224 (~webuser52@replaced-ip )
           
         
        
          1895 [16:23:40] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Max SendQ exceeded)
           
         
        
          1896 [16:24:12] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
           
         
        
          1897 [16:25:32] *** Quits: Masterphi (~Masterphi@replaced-ip ) (Remote host closed the connection)
           
         
        
          1898 [16:25:42] *** Joins: k3rn3lwalk3r (~k3rn3lwal@replaced-ip )
           
         
        
          1899 [16:25:53] *** Quits: k3rn3lwalk3r (~k3rn3lwal@replaced-ip ) (Changing host)
           
         
        
          1900 [16:25:53] *** Joins: k3rn3lwalk3r (~k3rn3lwal@replaced-ip )
           
         
        
          1901 [16:26:14] *** Quits: conta (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1902 [16:26:39] *** Quits: lethu (~lethu@replaced-ip ) (Client Quit)
           
         
        
          1903 [16:27:05] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          1904 [16:27:05] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          1905 [16:27:39] *** Joins: maotm (~mao@replaced-ip )
           
         
        
          1906 [16:27:44] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          1907 [16:27:54] *** Joins: overlord_tm (~andraz@replaced-ip )
           
         
        
          1908 [16:28:08] *** Quits: seoner (~usr@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1909 [16:29:55] *** Quits: tallbarr (~none@replaced-ip ) (Quit: kernel)
           
         
        
          1910 [16:29:56] *** Joins: f10_ (~flo@replaced-ip )
           
         
        
          1911 [16:30:09] *** Quits: Braven2 (~Braven36@replaced-ip##) (Quit: Nettalk6 - ##replaced-url 
           
         
        
          1912 [16:30:39] *** Joins: abu0 (~abu0@replaced-ip )
           
         
        
          1913 [16:30:49] *** Quits: systop (~Gareth@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1914 [16:31:21] *** Joins: ben_roose (~roose@replaced-ip )
           
         
        
          1915 [16:31:50] *** Joins: conta (~Thunderbi@replaced-ip )
           
         
        
          1916 [16:32:26] *** Quits: tomocha_______ (tomocha@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1917 [16:32:57] *** Joins: stare_ (~stare@replaced-ip )
           
         
        
          1918 [16:33:27] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
           
         
        
          1919 [16:33:55] *** Joins: clippng (~CHRONIC@replaced-ip )
           
         
        
          1920 [16:33:55] *** Quits: clippng (~CHRONIC@replaced-ip ) (Changing host)
           
         
        
          1921 [16:33:55] *** Joins: clippng (~CHRONIC@replaced-ip )
           
         
        
          1922 [16:33:56] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
           
         
        
          1923 [16:34:10] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1924 [16:34:13] *** Joins: tomocha_______ (tomocha@replaced-ip )
           
         
        
          1925 [16:34:14] *** Joins: asandweech (~asandweec@replaced-ip )
           
         
        
          1926 [16:35:00] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
           
         
        
          1927 [16:35:58] *** Joins: stare__ (~stare@replaced-ip )
           
         
        
          1928 [16:36:05] *** Quits: stare (~stare@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1929 [16:36:09] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1930 [16:36:10] *** Joins: Colti (Miramar-FL@replaced-ip )
           
         
        
          1931 [16:36:45] *** Joins: towo` (~towo@replaced-ip )
           
         
        
          1932 [16:37:20] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          1933 [16:38:01] *** Joins: enkrypt (~enkrypt@replaced-ip )
           
         
        
          1934 [16:38:09] *** Quits: stare_ (~stare@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1935 [16:38:28] *** Joins: PHPanos (~textual@replaced-ip )
           
         
        
          1936 [16:38:51] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1937 [16:38:51] *** Quits: l0xas (~unix@replaced-ip ) (Changing host)
           
         
        
          1938 [16:38:51] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          1939 [16:39:06] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1940 [16:40:10] *** Blendify|afk is now known as Blendify
           
         
        
          1941 [16:41:17] *** Joins: dethos (~dethos@replaced-ip )
           
         
        
          1942 [16:41:25] *** gftg is now known as gftg_away
           
         
        
          1943 [16:41:35] *** Joins: ocbtec (~ocbtec@replaced-ip )
           
         
        
          1944 [16:41:37] *** Joins: velix_inuse (~Velix@replaced-ip )
           
         
        
          1945 [16:41:41] *** Joins: jbitdrop (~jbitdrop@replaced-ip )
           
         
        
          1946 [16:42:20] *** Joins: cybiko123 (~cybiko123@replaced-ip )
           
         
        
          1947 [16:42:37] *** Quits: n4dir (~user@replaced-ip ) (Quit: Leaving.)
           
         
        
          1948 [16:43:39] *** gftg_away is now known as gftg
           
         
        
          1949 [16:43:42] *** Quits: PityDaFool (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          1950 [16:43:48] *** Joins: samodid (~vsamodid@replaced-ip )
           
         
        
          1951 [16:45:22] *** Quits: CyberaX (~elodie@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          1952 [16:45:27] *** Joins: WormFewd (~wormfood@replaced-ip )
           
         
        
          1953 [16:45:46] *** Quits: urzds (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          1954 [16:46:09] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1955 [16:46:38] *** Joins: Toordog- (~toordog@replaced-ip )
           
         
        
          1956 [16:46:56] *** Joins: keltim (~keltim@replaced-ip )
           
         
        
          1957 [16:47:17] *** Joins: Silvering (~textual@replaced-ip )
           
         
        
          1958 [16:47:44] *** Quits: WormDude (~wormfood@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1959 [16:48:01] *** debhelper sets mode: +l 1738
           
         
        
          1960 [16:48:18] *** Joins: _Nox (~Nox@replaced-ip )
           
         
        
          1961 [16:48:32] *** Joins: _Hez (~hez@replaced-ip )
           
         
        
          1962 [16:48:41] *** Quits: wabuh (~wabuh@replaced-ip ) (Remote host closed the connection)
           
         
        
          1963 [16:48:46] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1964 [16:49:38] *** Joins: electro33 (uid613@replaced-ip )
           
         
        
          1965 [16:50:05] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          1966 [16:50:20] *** Joins: SamsaraSoup (~benward@replaced-ip )
           
         
        
          1967 [16:50:52] *** Joins: discensa (discensa@replaced-ip )
           
         
        
          1968 [16:52:04] <Pr0metheus> If I use the 8.4 installation cd will
            it make it be upgraded to 8.6 after apt-get upgrade?
           
         
        
          1969 [16:52:08] *** Quits: mda1 (~mda1@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1970 [16:52:33] <jelly> Pr0metheus: apt-get dist-upgrade may be
            needed to patch up everything
           
         
        
          1971 [16:52:39] <jelly> but in general yes
           
         
        
          1972 [16:52:53] <Pr0metheus> ok i'll try it thanks jelly:)
           
         
        
          1973 [16:52:59] <jelly> Pr0metheus: and it will be 8.7 actually
           
         
        
          1974 [16:53:30] *** Joins: mda1 (~mda1@replaced-ip )
           
         
        
          1975 [16:53:34] *** Joins: conta (~Thunderbi@replaced-ip )
           
         
        
          1976 [16:53:56] *** Joins: fp7 (~fp7@replaced-ip )
           
         
        
          1977 [16:54:55] *** Joins: CyberaX (~elodie@replaced-ip )
           
         
        
          1978 [16:55:11] *** Joins: Rave1 (~dell@replaced-ip )
           
         
        
          1979 [16:55:25] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
           
         
        
          1980 [16:55:35] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1981 [16:57:14] *** Joins: webuser5224 (~webuser52@replaced-ip )
           
         
        
          1982 [16:57:30] *** Quits: sillyslux (~sillyslux@replaced-ip ) (Remote host closed the connection)
           
         
        
          1983 [16:58:00] *** debhelper sets mode: +l 1744
           
         
        
          1984 [16:59:05] *** Quits: ltem (~panta@replaced-ip ) (Quit: Leaving)
           
         
        
          1985 [17:00:07] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          1986 [17:00:08] *** Joins: Ricardo__ (~rick@replaced-ip )
           
         
        
          1987 [17:00:08] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
           
         
        
          1988 [17:00:08] *** Joins: Ricardo__ (~rick@replaced-ip )
           
         
        
          1989 [17:02:00] *** Joins: mtn_ (~mtn@replaced-ip )
           
         
        
          1990 [17:02:06] *** Joins: hybridark (~hybridark@replaced-ip )
           
         
        
          1991 [17:02:11] *** Joins: dabba (~dabba@replaced-ip )
           
         
        
          1992 [17:02:30] *** Joins: newbie22 (~newbie22@replaced-ip )
           
         
        
          1993 [17:03:41] *** Joins: eternal-pain (~eternal-p@replaced-ip )
           
         
        
          1994 [17:03:42] *** Quits: SamsaraSoup (~benward@replaced-ip ) (Quit: Leaving)
           
         
        
          1995 [17:04:12] *** Joins: SamsaraSoup (~benward@replaced-ip )
           
         
        
          1996 [17:05:39] *** Joins: hejohn (~gernot@replaced-ip )
           
         
        
          1997 [17:06:08] *** Quits: Pelle` (~Pelle`@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          1998 [17:07:00] *** Quits: tomcres (~tom@replaced-ip ) (Quit: Leaving)
           
         
        
          1999 [17:07:26] *** Joins: tallbarr (~none@replaced-ip )
           
         
        
          2000 [17:08:00] *** debhelper sets mode: +l 1750
           
         
        
          2001 [17:08:00] *** Quits: ArchDuke (~ArchDuke@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2002 [17:08:31] *** Quits: theluckymike (~mike@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2003 [17:08:38] *** Joins: ArchDuke (~ArchDuke@replaced-ip )
           
         
        
          2004 [17:08:43] *** Joins: kiao2938 (~mj@replaced-ip )
           
         
        
          2005 [17:09:11] *** Quits: x_ (~x@replaced-ip ) (Quit: Leaving)
           
         
        
          2006 [17:09:35] *** Quits: radialneon (~radialneo@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2007 [17:09:51] *** Joins: disposable3 (~Thunderbi@replaced-ip )
           
         
        
          2008 [17:10:44] *** Quits: LotharKAtt (~LotharKAt@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2009 [17:10:55] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
           
         
        
          2010 [17:11:07] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2011 [17:11:07] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
           
         
        
          2012 [17:12:06] *** Joins: Christoph_vW (~chatzilla@replaced-ip )
           
         
        
          2013 [17:12:14] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
           
         
        
          2014 [17:12:17] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2015 [17:12:36] *** Joins: Pr0metheus (~nezos@replaced-ip )
           
         
        
          2016 [17:12:51] <Christoph_vW> what about TLS 1.3 support in
            Debian Stretch? full freeze is near and openssl 1.1.1 is not
            released yet :/
           
         
        
          2017 [17:13:14] <Christoph_vW> but having to wait for Debian 10 to
            get TLS 1.3 is a no go
           
         
        
          2018 [17:13:18] *** Joins: LotharKAtt (~LotharKAt@replaced-ip )
           
         
        
          2019 [17:14:27] *** Joins: tyranny12 (~blarg@replaced-ip )
           
         
        
          2020 [17:14:28] *** Quits: disposable3 (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2021 [17:15:06] *** Joins: samodid (~vsamodid@replaced-ip )
           
         
        
          2022 [17:15:07] *** Blendify is now known as Blendify_lnx|afk
           
         
        
          2023 [17:15:13] <teraflops> ^  
         
        
          2024 [17:15:23] *** Quits: Starduster (~guest@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2025 [17:15:45] *** Quits: Fr_Dae (~dae@replaced-ip ) (Remote host closed the connection)
           
         
        
          2026 [17:17:06] *** Joins: KaiserAres (~KaiserAre@replaced-ip )
           
         
        
          2027 [17:17:53] *** Joins: Fr_Dae (~dae@replaced-ip )
           
         
        
          2028 [17:18:25] *** Quits: stripe (~stripe@replaced-ip ) (Remote host closed the connection)
           
         
        
          2029 [17:18:53] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Quit:
            My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          2030 [17:19:46] *** Quits: samodid (~vsamodid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2031 [17:19:52] *** Joins: shinnya (~shinnya@replaced-ip )
           
         
        
          2032 [17:21:01] *** Quits: Christoph_vW (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 51.0.1/20170125094131])
           
         
        
          2033 [17:21:11] *** Quits: shabius (~shaburov1@replaced-ip ) (Quit: C20H25N3O)
           
         
        
          2034 [17:21:32] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2035 [17:23:03] *** Joins: theluckymike (~mike@replaced-ip )
           
         
        
          2036 [17:23:52] *** Quits: Pavr (~Pavr@replaced-ip ) (Quit: bye)
           
         
        
          2037 [17:23:54] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
           
         
        
          2038 [17:24:04] *** Joins: Pavr (~Pavr@replaced-ip )
           
         
        
          2039 [17:24:23] *** Joins: fax (~fax@replaced-ip )
           
         
        
          2040 [17:25:16] *** Quits: v4nelle (~van@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2041 [17:25:58] *** Joins: v4nelle (~van@replaced-ip )
           
         
        
          2042 [17:26:47] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2043 [17:27:33] *** Joins: overlord_tm (~andraz@replaced-ip )
           
         
        
          2044 [17:28:18] *** Joins: rafalcpp (~racalcppp@replaced-ip )
           
         
        
          2045 [17:28:23] *** Joins: PadawanLearner (~Thunderbi@replaced-ip )
           
         
        
          2046 [17:28:48] *** Quits: noc_ (~u1000@replaced-ip ) (Quit: Leaving)
           
         
        
          2047 [17:30:09] *** Joins: shabius (~shaburov1@replaced-ip )
           
         
        
          2048 [17:30:36] *** Joins: greycat (~wooledg@replaced-ip )
           
         
        
          2049 [17:31:14] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
           
         
        
          2050 [17:31:20] *** Joins: Circuitsoft (4b92a52b@replaced-ip )
           
         
        
          2051 [17:31:26] *** Quits: atcagn (~martin@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2052 [17:32:10] *** Quits: k000 (~k000@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          2053 [17:32:23] *** Joins: Ooze (~Ooze@replaced-ip )
           
         
        
          2054 [17:32:56] *** Quits: murphy42 (~murphy@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2055 [17:33:10] <Ooze> My root partition is too small, I'd
            like to shrink my home partition and extend the space on /sda1.
            I'm getting a warning message in gparted when I try to make
            this operation telling me this may cause my system to fail booting
           
         
        
          2056 [17:33:16] *** Joins: murphy (~murphy@replaced-ip )
           
         
        
          2057 [17:33:19] <Ooze> What's the correct way to go about
            this w/o causing system damage?
           
         
        
          2058 [17:33:28] <Circuitsoft> Hello - I'm trying to examine a
            piece of software that requires /proc/scsi/scsi. I'm running
            Jessie.
           
         
        
          2059 [17:33:32] <greycat> Depends on where the partitions *are*
           
         
        
          2060 [17:33:41] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
           
         
        
          2061 [17:33:42] <Circuitsoft> Is there a way to fake the existence
            of that file for this software?
           
         
        
          2062 [17:34:25] <rafalcpp> Circuitsoft: well you can even make
            such a file, but it will of course fail as soon as the program tries
            to actually use that
           
         
        
          2063 [17:34:28] <greycat> See, generally you don't shrink the
            *beginning* of a partition/file system. You shrink the *end* of it.
            So if your home is right after your root, then shrinking the end of
            home doesn't give you any space that you can attach to root.
           
         
        
          2064 [17:34:37] *** Quits: ocbtec (~ocbtec@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2065 [17:34:58] <Ooze> Yeah, the unallocated space is now between
            swap and the /home partition
           
         
        
          2066 [17:35:03] *** Joins: DammitJim (~DammitJim@replaced-ip )
           
         
        
          2067 [17:35:04] <Ooze> can't I then move the swap?
           
         
        
          2068 [17:35:17] <rafalcpp> Circuitsoft: no wait, you can't
            create in /proc. Ok mabye some overlay / unionfs. or maybe ld
            preload some stuff to fake files
           
         
        
          2069 [17:35:38] <rafalcpp> Ooze: btw for future do use LVM, this
            resolves such things much easier
           
         
        
          2070 [17:35:42] <greycat> We'd have to know how your
            partitions are arranged. If you have root, swap, home and you remove
            that swap partition entirely, then you can expand root into that
            space. And then maybe shrink home and put a new swap at the end of
            home.
           
         
        
          2071 [17:35:59] *** Joins: Cihan (uid210580@replaced-ip )
           
         
        
          2072 [17:36:05] *** Joins: Night_Elf (~user@replaced-ip )
           
         
        
          2073 [17:36:11] <Ooze>
            replaced-url 
           
         
        
          2074 [17:36:26] <Ooze> That's what I'd like to do
           
         
        
          2075 [17:36:40] *** Quits: ohforfsake (50dfd69f@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2076 [17:36:46] <Circuitsoft> rafalcpp: I've found that this
            program is calling execve("/bin/sh", ["sh",
            "-c", "cat /proc/scsi/scsi | awk
            ....something..."])
           
         
        
          2077 [17:36:53] <Ooze> It will allow me, I just want to be sure my
            system will still boot
           
         
        
          2078 [17:36:57] <Circuitsoft> Maybe there's a way to capture
            that?
           
         
        
          2079 [17:36:59] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2080 [17:37:06] <Ooze> I'm performing this from a Live disk
            instance
           
         
        
          2081 [17:37:15] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
           
         
        
          2082 [17:37:34] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2083 [17:37:37] <greycat> I'm very confused. In that image,
            root is *already* your biggest partition, bigger than all the others
            added together.
           
         
        
          2084 [17:37:47] <greycat> Where are you thinking you can steal
            space from? There isn't any.
           
         
        
          2085 [17:37:55] *** Joins: barnseen1o (~bb@replaced-ip )
           
         
        
          2086 [17:38:00] *** Joins: de-facto (~de-facto@replaced-ip )
           
         
        
          2087 [17:38:02] <Ooze> This is current:
            replaced-url 
           
         
        
          2088 [17:38:06] <greycat> FUCK ME  
         
        
          2089 [17:38:08] *** Quits: xcvb (~john@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2090 [17:38:12] <greycat> more god damned images...
           
         
        
          2091 [17:38:23] <Ooze> sry  
         
        
          2092 [17:39:29] *** Joins: zh1 (~zh1@replaced-ip )
           
         
        
          2093 [17:39:33] *** Joins: RajRajRaj (uid72176@replaced-ip )
           
         
        
          2094 [17:39:35] *** Joins: justcar (~jcarroll@replaced-ip )
           
         
        
          2095 [17:39:39] *** Quits: srtu (~hypnotoad@replaced-ip ) (Quit: Verlassend)
           
         
        
          2096 [17:40:04] <Circuitsoft> Ooze: First thing I'd do is,
            using fdisk, delete your extended partition, then add an
            "sda2" with the exact same start and length of your
            current sda6. Then, open gparted again, and adjust things a little
            from there.
           
         
        
          2097 [17:40:09] *** Parts: RajRajRaj (uid72176@replaced-ip )
           
         
        
          2098 [17:40:13] <Circuitsoft> However, there's also the
            question as to why you have so much stuff on your rootfs.
           
         
        
          2099 [17:40:39] <Circuitsoft> Well, I guess 20GB isn't /that/
            big, but it's still pretty big.
           
         
        
          2100 [17:41:01] <Ooze> yeah I'm not so sure since I just
            moved my
            replaced-url 
           
         
        
          2101 [17:41:05] <Ooze> I have some stuff in /var still and /opt
           
         
        
          2102 [17:41:49] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
           
         
        
          2103 [17:41:54] *** Joins: betandr_ (~betandr@replaced-ip )
           
         
        
          2104 [17:42:39] *** Joins: steakwipe (~ninjapira@replaced-ip )
           
         
        
          2105 [17:42:59] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Remote host closed the connection)
           
         
        
          2106 [17:43:02] <Circuitsoft> Ooze: "du -shx /*"
           
         
        
          2107 [17:43:09] *** Parts: barnseen1o (~bb@replaced-ip )
           
         
        
          2108 [17:43:26] *** Quits: beencubed (~beencubed@replaced-ip ) (Quit: Leaving)
           
         
        
          2109 [17:43:39] <Ooze> I'm so low on space I have it powered
            down rn
           
         
        
          2110 [17:43:42] *** Joins: lithie (uid45836@replaced-ip )
           
         
        
          2111 [17:44:37] *** Quits: betandr (~betandr@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2112 [17:45:05] *** Joins: shewp (~z@replaced-ip )
           
         
        
          2113 [17:45:13] *** Quits: valeech (~valeech@replaced-ip ) (Quit: valeech)
           
         
        
          2114 [17:45:16] <Circuitsoft> Well, then mount your root partition
            somewhere from the rescue disk you're running gparted from.
           
         
        
          2115 [17:45:22] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url 
           
         
        
          2116 [17:47:10] *** Quits: izua (~temp@replaced-ip ) (Quit: leaving)
           
         
        
          2117 [17:47:11] *** Joins: arha (~temp@replaced-ip )
           
         
        
          2118 [17:47:14] *** Quits: Ooze (~Ooze@replaced-ip ) (Quit: Leaving)
           
         
        
          2119 [17:47:35] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2120 [17:48:00] *** debhelper sets mode: +l 1743
           
         
        
          2121 [17:48:23] *** Joins: Ooze (~Ooze@replaced-ip )
           
         
        
          2122 [17:49:27] *** Joins: graps (~grapster@replaced-ip )
           
         
        
          2123 [17:49:30] <graps> Hi all  
         
        
          2124 [17:50:43] *** Joins: llucenic (~Thunderbi@replaced-ip )
           
         
        
          2125 [17:51:03] *** Joins: giricz81 (~giricz81@replaced-ip )
           
         
        
          2126 [17:51:07] *** Joins: tlaxkit (~Thunderbi@replaced-ip )
           
         
        
          2127 [17:51:31] *** Joins: domovoy_ (~domovoy@replaced-ip )
           
         
        
          2128 [17:52:35] <_Nox> ho  
         
        
          2129 [17:52:48] <_Nox> *hi  
         
        
          2130 [17:53:37] *** Joins: dayten (~gnoid@replaced-ip )
           
         
        
          2131 [17:53:46] *** Quits: liquidxd (~liquidxd@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2132 [17:54:18] *** Joins: Nnavd (~Nnavd@replaced-ip )
           
         
        
          2133 [17:54:37] *** Joins: lss8 (~lss8@replaced-ip )
           
         
        
          2134 [17:55:29] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2135 [17:55:31] <graps> _Nox: Hi  
         
        
          2136 [17:56:28] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
           
         
        
          2137 [17:56:41] *** Quits: betandr_ (~betandr@replaced-ip ) (Remote host closed the connection)
           
         
        
          2138 [17:57:22] *** Quits: sillyslux (~sillyslux@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2139 [17:57:35] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
           
         
        
          2140 [17:57:36] *** Joins: sinopia (~sinopia@replaced-ip )
           
         
        
          2141 [17:57:43] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Quit: Leaving)
           
         
        
          2142 [17:57:47] *** Quits: bertbob (~bertbob@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2143 [17:57:57] *** Joins: littlebit (~Thunderbi@replaced-ip )
           
         
        
          2144 [17:58:40] *** Joins: liquidxd (~liquidxd@replaced-ip )
           
         
        
          2145 [17:58:54] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
           
         
        
          2146 [17:58:56] *** Joins: ee2455 (~ee2455@replaced-ip )
           
         
        
          2147 [17:59:01] *** Quits: theluckymike (~mike@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2148 [17:59:45] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2149 [18:00:11] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Client Quit)
           
         
        
          2150 [18:00:24] *** Joins: WayToDoor (~milk.bott@autresservs.api-d.com)
           
         
        
          2151 [18:01:14] *** Joins: ocbtec (~ocbtec@replaced-ip )
           
         
        
          2152 [18:01:20] *** Quits: ocbtec (~ocbtec@replaced-ip ) (Client Quit)
           
         
        
          2153 [18:01:40] *** Quits: graps (~grapster@replaced-ip ) (Quit: [BX] It's game over, man! game over!)
           
         
        
          2154 [18:02:15] *** Quits: ignuki (~inaki@replaced-ip ) (Quit: leaving)
           
         
        
          2155 [18:02:50] *** Joins: thunderrd (~thunderrd@replaced-ip )
           
         
        
          2156 [18:03:06] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
           
         
        
          2157 [18:03:08] *** Joins: bertbob (~bertbob@replaced-ip )
           
         
        
          2158 [18:03:42] <it0> /away  
         
        
          2159 [18:03:44] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
           
         
        
          2160 [18:04:26] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
           
         
        
          2161 [18:04:38] *** Joins: dadinn (~you-user-@replaced-ip )
           
         
        
          2162 [18:04:59] *** Joins: littlebit (~Thunderbi@replaced-ip )
           
         
        
          2163 [18:05:23] *** Joins: kimkil (~kimkil@replaced-ip )
           
         
        
          2164 [18:05:35] <_Nox> graps ;-)  
         
        
          2165 [18:06:07] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Client Quit)
           
         
        
          2166 [18:06:50] *** Joins: littlebit (~Thunderbi@replaced-ip )
           
         
        
          2167 [18:07:54] *** Quits: giricz81 (~giricz81@replaced-ip ) (Quit: Leaving)
           
         
        
          2168 [18:08:05] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Client Quit)
           
         
        
          2169 [18:08:10] *** Quits: Shahnaz (~Shahnaz@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2170 [18:08:33] *** Joins: littlebit (~Thunderbi@replaced-ip )
           
         
        
          2171 [18:09:08] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2172 [18:09:09] *** Joins: Shahnaz (~Shahnaz@replaced-ip )
           
         
        
          2173 [18:09:18] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
           
         
        
          2174 [18:09:44] *** Quits: SaMaRiTaN (~SaMaRiTaN@replaced-ip ) (Quit: Ex-Chat)
           
         
        
          2175 [18:10:14] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
           
         
        
          2176 [18:11:14] *** Joins: rajasekhar (~rajasekha@replaced-ip )
           
         
        
          2177 [18:11:42] *** Quits: sinopia (~sinopia@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          2178 [18:11:53] *** Joins: sinopia (~sinopia@replaced-ip )
           
         
        
          2179 [18:12:01] <_Nox> @away  
         
        
          2180 [18:13:13] *** Joins: Shahnaz- (~Shahnaz@replaced-ip )
           
         
        
          2181 [18:13:15] *** Quits: Shahnaz (~Shahnaz@replaced-ip ) (Remote host closed the connection)
           
         
        
          2182 [18:13:18] *** Joins: Muadabi (~dante@replaced-ip )
           
         
        
          2183 [18:14:41] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2184 [18:15:02] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          2185 [18:15:29] <it0> lol  
         
        
          2186 [18:15:43] *** Joins: theluckymike (~mike@replaced-ip )
           
         
        
          2187 [18:15:46] *** Joins: doublehp (~DoubleHP@replaced-ip )
           
         
        
          2188 [18:15:48] <it0> trying to get used to irssi, sorry guys ;)
           
         
        
          2189 [18:15:55] *** Quits: zorg1 (~zorg1@replaced-ip ) (Quit: Leaving)
           
         
        
          2190 [18:15:57] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Quit: jackNemrod)
           
         
        
          2191 [18:16:14] *** Quits: hybridark (~hybridark@replaced-ip ) (Quit: Leaving)
           
         
        
          2192 [18:16:25] <doublehp> when upstream dev refuse to fix any
            bug, is it worth reporting to distro BTS, or should I give up with
            reporting completely ?
           
         
        
          2193 [18:16:32] *** Quits: clmsy (~eoz@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2194 [18:16:32] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          2195 [18:17:19] <jelly> doublehp: it depends, some maintainers fix
            stuff in debian right away, some prefer upstream issues are solved
            upstream first
           
         
        
          2196 [18:17:56] <doublehp> so I can try reporting to Debian ?
           
         
        
          2197 [18:18:04] <jelly> doublehp: if you already have a patch of
            your own, it makes debian maintainer's choice easier
           
         
        
          2198 [18:18:08] <jelly> yes  
         
        
          2199 [18:18:14] <doublehp> no i don't have patch
           
         
        
          2200 [18:18:15] *** Joins: Shahnaz (~Shahnaz@replaced-ip )
           
         
        
          2201 [18:18:19] *** Joins: rafalcpp (~racalcppp@replaced-ip )
           
         
        
          2202 [18:18:26] *** Quits: Shahnaz- (~Shahnaz@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2203 [18:18:47] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: The Pwca has left the building)
           
         
        
          2204 [18:18:54] <jelly> upstream unwilling to fix bugs is a sign
            you probably should shop for a replacement software sooner
           
         
        
          2205 [18:18:55] <doublehp> i have found several flaws in several
            apps, that require several weeks of digging each; I don't have
            time, and I don't have knowledge
           
         
        
          2206 [18:18:59] *** Quits: stare__ (~stare@replaced-ip ) (Remote host closed the connection)
           
         
        
          2207 [18:19:25] *** Joins: stare (~stare@replaced-ip )
           
         
        
          2208 [18:19:48] <doublehp> jelly: replacement for Xorg ?
            OpenOffice ? Munin ? ZoneMinder ? GCC ? Linux ? ...
           
         
        
          2209 [18:19:57] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
           
         
        
          2210 [18:20:00] <jelly> doublehp: yes.  
         
        
          2211 [18:20:01] <rafalcpp> doublehp: most of FOSS is poor quality
           
         
        
          2212 [18:20:26] * doublehp leaves before going offtopic, troll, or angry
           
         
        
          2213 [18:20:30] <jelly> doublehp: software development and
            maintenance is not free
           
         
        
          2214 [18:20:36] <rafalcpp> but much is acceptable
           
         
        
          2215 [18:21:04] *** Joins: thunderrd (~thunderrd@replaced-ip )
           
         
        
          2216 [18:21:12] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2217 [18:22:22] *** Joins: wonderworld (~ww@replaced-ip )
           
         
        
          2218 [18:22:28] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Quit: Leaving)
           
         
        
          2219 [18:22:33] *** Joins: sphenxes02 (~sphenxes@replaced-ip )
           
         
        
          2220 [18:22:36] <doublehp> dev think that when source code is
            available, users should debug it for them ... seing that very often
            is making me angry; fact I had the knowledge 10 years ago does not
            mean my familly and work TODAY let me time to contribute now.
           
         
        
          2221 [18:22:39] <jelly> doublehp: what's the bug number on
            bugs.freedesktop.org for that Xorg issue?
           
         
        
          2222 [18:22:47] *** Quits: nj8__ (~nj8__@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2223 [18:22:50] <jelly> doublehp: of course users should debug
           
         
        
          2224 [18:23:10] *** Quits: theluckymike (~mike@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2225 [18:23:22] <doublehp> jelly: I gaveup on Xorg in 2011
           
         
        
          2226 [18:23:23] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2227 [18:23:37] *** Joins: cdown_ (~cdown@replaced-ip )
           
         
        
          2228 [18:23:38] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
           
         
        
          2229 [18:23:44] *** cdown_ is now known as cdown
           
         
        
          2230 [18:23:45] *** Joins: Vizva (~max@replaced-ip )
           
         
        
          2231 [18:24:00] *** Quits: boudiccas (~boudiccas@replaced-ip ) (Remote host closed the connection)
           
         
        
          2232 [18:24:12] *** Joins: lowin (~lowin@replaced-ip )
           
         
        
          2233 [18:24:14] * jelly shrugs  
         
        
          2234 [18:24:14] *** Quits: stare (~stare@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2235 [18:24:26] *** Joins: sphenxes (~sphenxes@replaced-ip )
           
         
        
          2236 [18:25:40] *** Quits: sphenxes01 (~sphenxes@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2237 [18:27:10] *** Quits: sillyslux (~sillyslux@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2238 [18:27:18] *** Quits: kzimmermann (~fiui3uhqi@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          2239 [18:27:37] *** Quits: Silvering (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url 
           
         
        
          2240 [18:27:59] *** Joins: mrprole (~androirc@replaced-ip )
           
         
        
          2241 [18:29:05] *** Joins: Shahnaz_ (~Shahnaz@replaced-ip )
           
         
        
          2242 [18:29:10] *** Quits: Shahnaz (~Shahnaz@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2243 [18:29:22] *** Quits: sinopia (~sinopia@replaced-ip ) (Quit: Leaving)
           
         
        
          2244 [18:29:50] *** Quits: morphis (~morphis@replaced-ip ) (Quit: Ex-Chat)
           
         
        
          2245 [18:29:54] *** Joins: captbiz (~captbiz@replaced-ip )
           
         
        
          2246 [18:30:24] *** Joins: tomcres (~tom@replaced-ip )
           
         
        
          2247 [18:30:29] *** Quits: muhannad____ (~muhannad@replaced-ip ) (Remote host closed the connection)
           
         
        
          2248 [18:30:40] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2249 [18:30:58] *** Joins: alxy (uid115853@replaced-ip )
           
         
        
          2250 [18:31:43] *** Joins: dionysus70 (~Thunderbi@replaced-ip )
           
         
        
          2251 [18:32:10] <Riku> why does debian still ship with kernel
            3.16?
           
         
        
          2252 [18:32:24] <greycat> because stable (jessie) was frozen in
            November 2014 or so
           
         
        
          2253 [18:32:25] <Riku> which fails to boot on kaby lake
           
         
        
          2254 [18:32:28] <greycat> !freeze  
         
        
          2255 [18:32:28] <dpkg> The 'freeze' is when large
            changes to testing version of Debian are stopped for few months.
            During this period, no new package uploads are made except to fix
            critical bugs or to provide documentation updates. During the
            freeze, bugs are squashed to 'stabilize' the release to
            make the new 'stable'. Stretch will start to freeze in
            early 2017. Also ask me about <slushy>, <stretch
            freeze>.
           
         
        
          2256 [18:32:43] <greycat> !jessie freeze  
         
        
          2257 [18:32:43] <dpkg> Remember, remember, the fifth of November,
            gunpowder treason and plot! Debian 8.0 "Jessie" was frozen
            on 2014-11-05; no new versions of packages will enter this release
            and a period of intense bug fixing has begun. See
            replaced-url 
           
         
        
          2258 [18:32:52] *** Joins: samodid (~vsamodid@replaced-ip )
           
         
        
          2259 [18:33:07] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2260 [18:33:08] *** dionysus70 is now known as dionysus69
           
         
        
          2261 [18:33:11] *** Joins: ToHellWithGA (~ToHellWit@replaced-ip )
           
         
        
          2262 [18:33:13] <Riku> just installed debian 8.7 and it won't
            even boot on my 7600K because the kernel is too ancient
           
         
        
          2263 [18:34:30] *** Parts: ToHellWithGA (~ToHellWit@replaced-ip )
           
         
        
          2264 [18:35:03] <jelly> Riku: don't buy hardware before
            investigating it works on your desired distro, is what I do
           
         
        
          2265 [18:35:05] <greycat> So test the testing installer (but we
            don't support it here), or use a different OS.
           
         
        
          2266 [18:35:26] <jelly> kaby lake is shiny new stuff
           
         
        
          2267 [18:36:44] *** Joins: enoch85 (~enoch85@replaced-ip )
           
         
        
          2268 [18:36:44] *** Quits: enoch85 (~enoch85@replaced-ip ) (Changing host)
           
         
        
          2269 [18:36:44] *** Joins: enoch85 (~enoch85@replaced-ip )
           
         
        
          2270 [18:36:53] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2271 [18:37:37] *** Quits: captbiz (~captbiz@replaced-ip ) (Quit: Leaving)
           
         
        
          2272 [18:37:58] *** Joins: atinon (~atinon@replaced-ip )
           
         
        
          2273 [18:38:13] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          2274 [18:38:30] *** Quits: tatalazo (~Icedove@replaced-ip ) (Remote host closed the connection)
           
         
        
          2275 [18:38:43] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
           
         
        
          2276 [18:38:45] <towo`> i ask myself, how could debian be
            installed with the same nit running kernel
           
         
        
          2277 [18:39:02] <jelly> !install stretch  
         
        
          2278 [18:39:02] <dpkg> The best way to install Debian 9
            "Stretch" is probably using the current release candidate
            of the installer images.
            replaced-url 
           
         
        
          2279 [18:39:05] <jelly> Riku: ^^  
         
        
          2280 [18:39:13] <AlexLikeRock> good mornig GNUs
           
         
        
          2281 [18:39:27] <greycat> towo`: I wonder that too, but I
            don't know anything about this lake
           
         
        
          2282 [18:39:41] <mrprole> Riku, use another distro with rolling
            release. Debian is for old tested hardware.
           
         
        
          2283 [18:40:18] *** Joins: Pelle` (~Pelle`@replaced-ip )
           
         
        
          2284 [18:40:51] *** Quits: sillyslux (~sillyslux@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2285 [18:41:12] *** Quits: ffatman (~ffamousff@replaced-ip ) (Remote host closed the connection)
           
         
        
          2286 [18:41:14] <petn-randall> Riku: You could debootstrap the
            machine with a kernel from jessie-backports.
           
         
        
          2287 [18:41:35] <KingsQuest> when is debian non-release candidate
            for stretch ?
           
         
        
          2288 [18:41:45] <greycat> !stretch  
         
        
          2289 [18:41:45] <dpkg> The release following Debian 8
            "Jessie" is codenamed "Stretch" (the rubber
            octopus in Toy Story 3) and will be Debian 9:
            replaced-url 
           
         
        
          2290 [18:41:47] *** Joins: Levure (~quassel@replaced-ip )
           
         
        
          2291 [18:41:50] <Riku> stretch has linux 4.9, so I'm going
            with that
           
         
        
          2292 [18:42:10] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2293 [18:42:12] <petn-randall> Riku: Sure, just be aware that
            it's still pre-release quality.
           
         
        
          2294 [18:42:29] <Riku> I know I used stretch as the only OS on my
            old laptop
           
         
        
          2295 [18:42:36] <greycat> It's half-frozen now. Full freeze
            in a few days.
           
         
        
          2296 [18:42:48] *** Quits: thms (~thms@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2297 [18:42:54] *** Quits: tlaxkit (~Thunderbi@replaced-ip ) (Quit: tlaxkit)
           
         
        
          2298 [18:43:28] <doublehp> jelly: gave you 4 bug numbers in
            private. note that two of them never got a single reply.
           
         
        
          2299 [18:44:29] *** Joins: n4dir (~user@replaced-ip )
           
         
        
          2300 [18:44:55] *** Quits: d3fc0n (~forsaken@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2301 [18:45:24] *** Quits: PadawanLearner (~Thunderbi@replaced-ip ) (Remote host closed the connection)
           
         
        
          2302 [18:45:37] *** Joins: danke (~danke@replaced-ip )
           
         
        
          2303 [18:45:41] *** Joins: PadawanLearner (~Thunderbi@replaced-ip )
           
         
        
          2304 [18:45:48] *** Quits: Pelle` (~Pelle`@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2305 [18:45:56] <mrprole> Guys, when will be debian 9 final
            release? This year?
           
         
        
          2306 [18:46:14] <tomcres> !stretch pool  
         
        
          2307 [18:46:15] <dpkg> See <stretch pool 1> for bets placed
            on when Stretch will release. To add one, ask me about <stretch
            bet>.
           
         
        
          2308 [18:46:16] <KingsQuest> i'd like to know
           
         
        
          2309 [18:46:19] <tomcres> !stretch pool 1  
         
        
          2310 [18:46:19] <dpkg> ! cruncher=2017-04-12 cruncher=2017-02-18
            bæbīlen=2017-05-06 TomTomTosch=2017-08-08 greycat=2017-08-15
            jellÿ=2017-03-17 themíll=2017-05-01
           
         
        
          2311 [18:46:20] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
           
         
        
          2312 [18:46:37] <nauticalnexus> !stretch bet
           
         
        
          2313 [18:46:37] <dpkg> To add a bet to the <stretch pool>,
            /msg dpkg stretch pool 1 =~ s/!/! yournick=yyyy-mm-dd/ and when
            "stretch pool 1" is full, create "stretch pool
            2" and update this factoid.
           
         
        
          2314 [18:46:52] *** Quits: rajasekhar (~rajasekha@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2315 [18:46:54] <tomcres> my own guess is end of summer
           
         
        
          2316 [18:47:07] *** Quits: rattking (~rattking@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2317 [18:47:24] *** Joins: awal1 (~awal1@replaced-ip )
           
         
        
          2318 [18:48:03] *** Joins: ffatman (~ffamousff@replaced-ip )
           
         
        
          2319 [18:48:37] <mrprole> Is there are any good guide to update
            debian from one version to another?
           
         
        
          2320 [18:49:15] <greycat> dpkg, wheezy->jessie
           
         
        
          2321 [18:49:16] <dpkg> Read (at least) the upgrading chapter of
            the <release notes>
            replaced-url 
           
         
        
          2322 [18:49:16] <nauticalnexus> :O I contributed
           
         
        
          2323 [18:49:20] <nauticalnexus> !stretch pool 1
           
         
        
          2324 [18:49:20] <dpkg> ! nauticalnexus=2017-04-19
            cruncher=2017-04-12 cruncher=2017-02-18 bæbīlen=2017-05-06
            TomTomTosch=2017-08-08 greycat=2017-08-15 jellÿ=2017-03-17
            themíll=2017-05-01
           
         
        
          2325 [18:49:22] <petn-randall> mrprole: Yes, there are always very
            detailed intructions in the release notes.
           
         
        
          2326 [18:50:10] *** Joins: silverhom (~silverhom@replaced-ip )
           
         
        
          2327 [18:50:49] *** Joins: radialneon (~radialneo@replaced-ip )
           
         
        
          2328 [18:50:50] <tomcres> mrprole, for stretch:
            replaced-url 
           
         
        
          2329 [18:51:05] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
           
         
        
          2330 [18:51:07] *** Quits: brett\ (~snacks@replaced-ip ) (Read error: No route to host)
           
         
        
          2331 [18:51:10] <mrprole> THX  
         
        
          2332 [18:51:54] *** Quits: vivid (~vivid@replaced-ip ) (Quit: Leaving)
           
         
        
          2333 [18:52:18] *** Joins: rattking (~rattking@replaced-ip )
           
         
        
          2334 [18:53:23] *** Quits: turfal (~Icedove@replaced-ip ) (Quit: turfal)
           
         
        
          2335 [18:53:41] *** Joins: ChmEarl (~chmearl@replaced-ip )
           
         
        
          2336 [18:53:52] *** Quits: danke (~danke@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2337 [18:54:27] *** Quits: fauweh (~root@replaced-ip ) (Quit: )
           
         
        
          2338 [18:54:44] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Client Quit)
           
         
        
          2339 [18:54:53] *** Joins: Ridah (~root@replaced-ip )
           
         
        
          2340 [18:55:00] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
           
         
        
          2341 [18:55:40] *** Joins: fauweh (~root@replaced-ip )
           
         
        
          2342 [18:55:44] *** Joins: systop (~Gareth@replaced-ip )
           
         
        
          2343 [18:55:52] *** Joins: seanvk (~quassel@replaced-ip )
           
         
        
          2344 [18:55:52] *** Joins: mprianichnikov (~mprianich@replaced-ip )
           
         
        
          2345 [18:56:19] *** Joins: vivid (~vivid@replaced-ip )
           
         
        
          2346 [18:56:53] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
           
         
        
          2347 [18:57:22] <jelly> doublehp: multiple screen situation
            probably got better in the meantime on its own :-)
           
         
        
          2348 [18:57:23] *** Quits: geoid_ (~geoid@replaced-ip ) (Quit: Be back later ...)
           
         
        
          2349 [18:57:40] *** Quits: fauweh (~root@replaced-ip ) (Client Quit)
           
         
        
          2350 [18:57:42] <doublehp> jelly: I hear this since 2004 ...
           
         
        
          2351 [18:57:55] *** Joins: geoid_ (~geoid@replaced-ip )
           
         
        
          2352 [18:58:13] *** Joins: fauweh (~root@replaced-ip )
           
         
        
          2353 [18:58:39] *** Quits: RowdyB (ir@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2354 [18:59:04] *** Joins: boudiccas (~boudiccas@replaced-ip )
           
         
        
          2355 [18:59:52] *** Joins: eSa| (~esa@replaced-ip )
           
         
        
          2356 [19:01:28] *** Joins: sillyslux (~sillyslux@replaced-ip )
           
         
        
          2357 [19:02:11] *** Quits: djvdorp (djvdorp@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2358 [19:02:13] *** Joins: blueness (~blueness@replaced-ip )
           
         
        
          2359 [19:02:22] *** Quits: geoid_ (~geoid@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2360 [19:02:23] *** Quits: fauweh (~root@replaced-ip ) (Client Quit)
           
         
        
          2361 [19:02:32] *** Quits: HansE (~HansE@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
           
         
        
          2362 [19:02:40] *** Joins: kw21 (~kw21@replaced-ip )
           
         
        
          2363 [19:02:50] *** Joins: fauweh (~root@replaced-ip )
           
         
        
          2364 [19:02:50] *** Quits: k3rn3lwalk3r (~k3rn3lwal@replaced-ip ) (Quit: Leaving)
           
         
        
          2365 [19:03:53] <jelly> doublehp: I've only looked at the
            first link. A corner case that only appears with a specific hw setup
            is hard to reproduce, let alone fix. You don't get to "I
            shouldn't have to debug as a user" there, esp. if
            developer's time is limited.
           
         
        
          2366 [19:03:59] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          2367 [19:04:06] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2368 [19:04:09] *** Quits: shewp (~z@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2369 [19:04:56] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2370 [19:05:29] *** Quits: Hobbyboy (Hobbyboy@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2371 [19:05:30] *** Quits: dixie7z_ (~dixie7z@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2372 [19:05:39] *** Quits: feal (~fiel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2373 [19:05:54] <doublehp> jelly: in 2010, I was less negative,
            had more time , had more energy to test things, and was even willing
            to provide root access to my network (not only to the machine, but
            to a bunch of machine to help people control the machine; including
            machines proving serial port console over ssh, and remote power
            buttons).
           
         
        
          2374 [19:06:23] *** Quits: adev (~adev@replaced-ip ) (Remote host closed the connection)
           
         
        
          2375 [19:06:25] *** Quits: mrprole (~androirc@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2376 [19:07:10] <jelly> doublehp: so I understand your
            frustration, but you also need to understand the resources of both
            distro maintainers and upstream are limited. You could argue their
            work ethic, much like yours, is one such resource. :->
           
         
        
          2377 [19:07:26] *** Quits: LV-426 (~LV-426@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2378 [19:07:41] *** Quits: barteks2x (barteks2x@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2379 [19:07:45] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2380 [19:07:51] *** Quits: bhuddah (~michael@replaced-ip ) (Quit: WeeChat 1.4)
           
         
        
          2381 [19:07:51] *** Joins: AimHere (~David@replaced-ip )
           
         
        
          2382 [19:08:01] *** debhelper sets mode: +l 1736
           
         
        
          2383 [19:08:06] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
           
         
        
          2384 [19:08:16] <jelly> this often results in software (both open
            and closed source) be half-assed half-products
           
         
        
          2385 [19:08:23] *** Joins: gl-prout (~gl-prout@replaced-ip )
           
         
        
          2386 [19:08:27] *** Quits: Muadabi (~dante@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2387 [19:08:49] *** Joins: geoid_ (~geoid@replaced-ip )
           
         
        
          2388 [19:08:51] <AlexLikeRock> if any DD can solution to this
            Bug#852619: Acknowledgement (GRUB2 unbootable 2.02~beta2-22+deb8u1)
           
         
        
          2389 [19:08:53] *** Joins: RebelCoder (~Yuriy@replaced-ip )
           
         
        
          2390 [19:09:18] *** Joins: forgotmynick (uid24625@replaced-ip )
           
         
        
          2391 [19:09:21] <jelly> AlexLikeRock: ... then what?
           
         
        
          2392 [19:09:27] *** Quits: remo (~remo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2393 [19:09:33] *** Joins: santinic (~santinic@replaced-ip )
           
         
        
          2394 [19:09:54] *** Parts: santinic (~santinic@replaced-ip )
           
         
        
          2395 [19:10:01] <doublehp> jelly: just as we speak ... a bug in
            firefox.
           
         
        
          2396 [19:10:02] <AlexLikeRock> no body answer to my bug
           
         
        
          2397 [19:10:53] *** Joins: bhuddah (~michael@replaced-ip )
           
         
        
          2398 [19:10:54] *** Joins: danke (~danke@replaced-ip )
           
         
        
          2399 [19:11:23] <doublehp> jelly: firefox prints a page, but,
            printer complains about syntax error; I will have to make a
            screenshot, and print the image ... otherwise, stopping OT. Good
            night. You asked links to Xorg, I gave some. I could give links to
            many other apps (including Debian).
           
         
        
          2400 [19:11:25] <jelly> AlexLikeRock: they've received your
            bug, but there's no obligation to fix or comment on it. Maybe
            the grub2 maintainer is busy with stretch or real life.
           
         
        
          2401 [19:11:38] <AlexLikeRock> jelly, calm down
           
         
        
          2402 [19:11:44] *** Quits: lethu (~lethu@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2403 [19:11:45] <jelly> AlexLikeRock: esp. since you have a
            workaround
           
         
        
          2404 [19:11:47] <AlexLikeRock> i now all its volunter
           
         
        
          2405 [19:12:10] <AlexLikeRock> well, i just remember
           
         
        
          2406 [19:12:17] *** Quits: macartur (~macartur@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2407 [19:12:30] <jelly> AlexLikeRock: not many DDs in here any
            more, not since irc.debian.org moved off Freenode
           
         
        
          2408 [19:12:42] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          2409 [19:13:40] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
           
         
        
          2410 [19:14:00] *** Quits: doublehp (~DoubleHP@replaced-ip ) (Quit: Leaving.)
           
         
        
          2411 [19:14:13] *** Quits: PHPanos (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
           
         
        
          2412 [19:15:29] *** Joins: Elirips (~Elirips@replaced-ip )
           
         
        
          2413 [19:15:39] *** Joins: krytarik (~krytarik@replaced-ip )
           
         
        
          2414 [19:16:20] <AlexLikeRock> move off freenode?
           
         
        
          2415 [19:16:22] <AlexLikeRock> why?  
         
        
          2416 [19:16:46] *** Quits: l0xas (~unix@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2417 [19:16:55] <jelly> !irc move  
         
        
          2418 [19:17:09] *** Joins: niluxer (~niluxer@replaced-ip )
           
         
        
          2419 [19:17:19] <greycat> !oftc move  
         
        
          2420 [19:17:19] <dpkg> irc.debian.org moved to OFTC on June 4th
            2006, see
            replaced-url 
           
         
        
          2421 [19:18:00] *** Quits: discensa (discensa@replaced-ip ) (Quit: Leaving)
           
         
        
          2422 [19:18:15] <AlexLikeRock> tankyou  
         
        
          2423 [19:18:39] <jelly> AlexLikeRock: is it possible something
            else tampered with your /etc/default/grub and added the bad boot
            kernel params there
           
         
        
          2424 [19:19:24] <AlexLikeRock> yes, GRUB must be do a best TEST
            with KVM
           
         
        
          2425 [19:19:35] <AlexLikeRock> if are ON or OFF
           
         
        
          2426 [19:19:35] *** Quits: careta (~botto@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2427 [19:20:31] <jelly> AlexLikeRock: does console=hvc0 appear in
            /etc/default/grub?
           
         
        
          2428 [19:20:42] *** Joins: Wildtux (~Wildtux@replaced-ip )
           
         
        
          2429 [19:21:05] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          2430 [19:21:05] *** Quits: l0xas (~unix@replaced-ip ) (Changing host)
           
         
        
          2431 [19:21:05] *** Joins: l0xas (~unix@replaced-ip )
           
         
        
          2432 [19:21:17] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2433 [19:21:19] *** Joins: LV-426 (~LV-426@replaced-ip )
           
         
        
          2434 [19:21:38] <AlexLikeRock> yes , i remove time ago
           
         
        
          2435 [19:21:48] *** Quits: Wildtux (~Wildtux@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2436 [19:21:52] *** Quits: niluxer (~niluxer@replaced-ip ) (Remote host closed the connection)
           
         
        
          2437 [19:22:05] <AlexLikeRock> but mi sugestion , its; no active
            KVM , if they are not active by bios
           
         
        
          2438 [19:22:10] *** Quits: k^ (k@replaced-ip ) (Remote host closed the connection)
           
         
        
          2439 [19:22:22] *** Quits: flux242 (~chatzilla@replaced-ip ) (Remote host closed the connection)
           
         
        
          2440 [19:22:24] *** Quits: hiberno (~flume@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          2441 [19:22:45] <jelly> AlexLikeRock: did you run
            "update-grub" after editing /etc/default/grub?
           
         
        
          2442 [19:23:05] *** Quits: PadawanLearner (~Thunderbi@replaced-ip ) (Quit: PadawanLearner)
           
         
        
          2443 [19:23:31] *** Joins: jnavila (~jnavila@replaced-ip )
           
         
        
          2444 [19:23:39] *** Quits: antgel (~topdog@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2445 [19:23:50] *** Joins: k^ (k@replaced-ip )
           
         
        
          2446 [19:24:33] *** Joins: macartur (~macartur@replaced-ip )
           
         
        
          2447 [19:25:17] *** Joins: remo (~remo@replaced-ip )
           
         
        
          2448 [19:25:51] *** Joins: Hypnosekroete (hypno@replaced-ip )
           
         
        
          2449 [19:27:46] <jelly> AlexLikeRock: if you forget to do that,
            old /boot/grub/grub.conf stays in place and can cause something like
            your issue
           
         
        
          2450 [19:28:18] *** Joins: lafleurdubien (uid206563@replaced-ip )
           
         
        
          2451 [19:29:34] *** Joins: Muadabi (~dante@replaced-ip )
           
         
        
          2452 [19:30:26] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
           
         
        
          2453 [19:31:46] *** Parts: Muadabi (~dante@replaced-ip )
           
         
        
          2454 [19:31:47] *** Quits: geoid_ (~geoid@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2455 [19:32:09] *** Joins: kdog (~kdog@replaced-ip )
           
         
        
          2456 [19:33:05] *** Joins: BadSappa (~BadSnappa@replaced-ip )
           
         
        
          2457 [19:33:09] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2458 [19:34:32] *** Quits: BadSappa (~BadSnappa@replaced-ip ) (Client Quit)
           
         
        
          2459 [19:34:48] *** Joins: ltem (~panta@replaced-ip )
           
         
        
          2460 [19:34:53] *** Joins: z448 (~Mutter@replaced-ip )
           
         
        
          2461 [19:35:36] *** Quits: Tiffon (~name@replaced-ip ) (Quit: exit)
           
         
        
          2462 [19:36:17] *** Quits: ltem (~panta@replaced-ip ) (Client Quit)
           
         
        
          2463 [19:36:23] *** Joins: Dante (~dante@replaced-ip )
           
         
        
          2464 [19:37:18] *** Joins: djvdorp (djvdorp@replaced-ip )
           
         
        
          2465 [19:37:30] *** Joins: barteks2x (barteks2x@replaced-ip )
           
         
        
          2466 [19:37:58] *** Quits: z448 (~Mutter@replaced-ip ) (Client Quit)
           
         
        
          2467 [19:38:05] *** Joins: littlebit1 (~Thunderbi@replaced-ip )
           
         
        
          2468 [19:38:22] *** Quits: newbie22 (~newbie22@replaced-ip ) (Quit: Leaving)
           
         
        
          2469 [19:38:51] *** Quits: lanartri (~lanartri@replaced-ip ) (Quit: geronimo...)
           
         
        
          2470 [19:39:22] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2471 [19:39:22] *** littlebit1 is now known as littlebit
           
         
        
          2472 [19:39:32] *** Quits: gabe__ (~gabe@replaced-ip ) (Quit: Leaving)
           
         
        
          2473 [19:39:33] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
           
         
        
          2474 [19:40:20] *** Quits: Kafei (~Kafei@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
           
         
        
          2475 [19:40:24] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
           
         
        
          2476 [19:40:26] *** Joins: xet7 (~xet7@replaced-ip )
           
         
        
          2477 [19:41:50] *** Joins: electro7 (~electro7@replaced-ip )
           
         
        
          2478 [19:42:09] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          2479 [19:42:32] *** Quits: electro7 (~electro7@replaced-ip ) (Client Quit)
           
         
        
          2480 [19:42:44] *** Joins: electro7 (~electro7@replaced-ip )
           
         
        
          2481 [19:43:39] *** Joins: dreamon (~dreamon@replaced-ip )
           
         
        
          2482 [19:44:02] *** Parts: electro7 (~electro7@replaced-ip )
           
         
        
          2483 [19:44:14] *** Joins: Hobbyboy (Hobbyboy@replaced-ip )
           
         
        
          2484 [19:44:53] *** Quits: malf (~malf@replaced-ip ) (Quit: Leaving.)
           
         
        
          2485 [19:45:30] *** Joins: graps (~grapster@replaced-ip )
           
         
        
          2486 [19:46:17] *** Joins: jmpzer0 (~joel@replaced-ip )
           
         
        
          2487 [19:46:47] *** Quits: BackEndCoder (~steve@replaced-ip ) (Excess Flood)
           
         
        
          2488 [19:46:47] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Quit: leaving)
           
         
        
          2489 [19:46:54] *** Quits: ffatman (~ffamousff@replaced-ip ) (Remote host closed the connection)
           
         
        
          2490 [19:47:00] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
           
         
        
          2491 [19:47:32] *** Joins: sjohnson (sjohnson@replaced-ip )
           
         
        
          2492 [19:47:41] *** Joins: BackEndCoder (~steve@replaced-ip )
           
         
        
          2493 [19:48:05] <sjohnson> hi. is there a way to tell dpkg to not
            "flash the screen" during installer questions? i have zero
            way of knowing if some script had errors while trying to do
            something.
           
         
        
          2494 [19:48:16] <sjohnson> in particular, openswan's key
            importer setup.
           
         
        
          2495 [19:48:30] <sjohnson> well, x509 importer to be more
            specific.
           
         
        
          2496 [19:48:36] *** Quits: LotharKAtt (~LotharKAt@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          2497 [19:48:55] *** Joins: OerHeks (~OerHeks@replaced-ip )
           
         
        
          2498 [19:49:01] <sjohnson> for all i know there could have been a
            dozen error messages for a split-second.
           
         
        
          2499 [19:49:05] *** Joins: Vizva (~max@replaced-ip )
           
         
        
          2500 [19:49:27] *** Joins: makimaki (~makimaki`@replaced-ip )
           
         
        
          2501 [19:50:15] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          2502 [19:51:26] *** Joins: Shahnaz- (~Shahnaz@replaced-ip )
           
         
        
          2503 [19:52:21] <sjohnson> secondly, how do you just exit out? ^C
            doesn't seem to take.
           
         
        
          2504 [19:52:30] <sjohnson> like of the installer questions.
           
         
        
          2505 [19:52:33] *** Quits: radialneon (~radialneo@replaced-ip ) (Remote host closed the connection)
           
         
        
          2506 [19:52:45] *** Quits: Shahnaz- (~Shahnaz@replaced-ip ) (Remote host closed the connection)
           
         
        
          2507 [19:53:44] <n4dir> not sure if either "tee" or
            redirecting stderr might help to look at probable errors later, in
            the logged file
           
         
        
          2508 [19:54:05] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
           
         
        
          2509 [19:54:07] <graps> Does postfix work with smtp, or can it
            send messages all by itself ?
           
         
        
          2510 [19:54:42] <sjohnson> both.  
         
        
          2511 [19:55:14] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
           
         
        
          2512 [19:55:17] *** Joins: riku1 (~riku@replaced-ip )
           
         
        
          2513 [19:55:17] *** Quits: Shahnaz_ (~Shahnaz@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2514 [19:55:26] *** Joins: wraithoftheropes (~andi@replaced-ip )
           
         
        
          2515 [19:56:12] <graps> sjohnson: Okay. I've been working
            with postfix on my server, but it doesn't send e-mail
            successfully. Does the nobody user flag host/hostname errors with
            e-mailed messages ?
           
         
        
          2516 [19:57:03] <sjohnson> not sure what you're asking;
            i'd check the logs.
           
         
        
          2517 [19:57:15] *** Quits: wtkp (~wtkp@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2518 [19:57:16] <sjohnson> or ask #postfix
           
         
        
          2519 [19:57:22] * greycat wonders what "send messages all by
            itself" means if it doesn't mean sending by SMTP
           
         
        
          2520 [19:57:30] *** Joins: Krakakanok (~k4@replaced-ip )
           
         
        
          2521 [19:57:30] *** Quits: Krakakanok (~k4@replaced-ip ) (Changing host)
           
         
        
          2522 [19:57:30] *** Joins: Krakakanok (~k4@replaced-ip )
           
         
        
          2523 [19:57:40] *** Joins: babasik122 (~Vassen@replaced-ip )
           
         
        
          2524 [19:57:48] *** Joins: wtkp (~wtkp@replaced-ip )
           
         
        
          2525 [19:57:56] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
           
         
        
          2526 [19:58:01] *** debhelper sets mode: +l 1743
           
         
        
          2527 [19:58:07] <graps> sjohnson: Thanks, I'm off to #postfix
           
         
        
          2528 [19:58:16] *** Quits: danke (~danke@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2529 [19:58:20] *** Parts: graps (~grapster@replaced-ip )
           
         
        
          2530 [19:58:27] <teraflops> I'm still trying to understand
            both, the question and the answer
           
         
        
          2531 [19:59:06] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2532 [19:59:07] *** Joins: danke (~danke@replaced-ip )
           
         
        
          2533 [19:59:29] *** Quits: Krakakanok (~k4@replaced-ip ) (Client Quit)
           
         
        
          2534 [19:59:56] *** Joins: savantgarde (~savantgar@replaced-ip )
           
         
        
          2535 [20:00:31] *** Joins: nuno_nunes (~PC@replaced-ip )
           
         
        
          2536 [20:01:02] *** Quits: gl-prout (~gl-prout@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2537 [20:01:15] <sjohnson> i understood it to mean that it can
            relay messages, but who know what he actually meant.
           
         
        
          2538 [20:01:47] *** Joins: Atm0spher1c (~future@replaced-ip )
           
         
        
          2539 [20:02:26] *** Joins: _foldLeft (~foldleft@replaced-ip )
           
         
        
          2540 [20:02:30] *** Quits: riku1 (~riku@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          2541 [20:02:35] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Remote host closed the connection)
           
         
        
          2542 [20:02:58] *** Quits: liquidxd (~liquidxd@replaced-ip ) (Remote host closed the connection)
           
         
        
          2543 [20:04:02] *** Joins: cdown (~cdown@replaced-ip )
           
         
        
          2544 [20:04:23] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
           
         
        
          2545 [20:05:05] *** Quits: t0mmy (~tprrt@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2546 [20:05:10] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2547 [20:06:07] *** Joins: olegfusion (~olegfusio@replaced-ip )
           
         
        
          2548 [20:06:20] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2549 [20:06:59] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
           
         
        
          2550 [20:09:46] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip )
           
         
        
          2551 [20:10:27] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Changing host)
           
         
        
          2552 [20:10:27] *** Joins: cybrNaut (cybrNaut@replaced-ip )
           
         
        
          2553 [20:10:37] *** Quits: _Nox (~Nox@replaced-ip ) (Quit: Leaving)
           
         
        
          2554 [20:10:40] *** Joins: yareckon (~ryan@replaced-ip )
           
         
        
          2555 [20:10:57] *** Joins: gl-prout (~gl-prout@replaced-ip )
           
         
        
          2556 [20:10:58] *** Joins: _Nox (~Nox@replaced-ip )
           
         
        
          2557 [20:10:58] *** Quits: _Nox (~Nox@replaced-ip ) (Client Quit)
           
         
        
          2558 [20:11:17] *** Joins: LtL (~irssi@replaced-ip )
           
         
        
          2559 [20:12:30] *** Joins: civillian (~nick@replaced-ip )
           
         
        
          2560 [20:12:59] *** Joins: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es)
           
         
        
          2561 [20:13:08] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2562 [20:13:51] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
           
         
        
          2563 [20:14:11] *** Quits: bocaneri (~bocaneri@replaced-ip ) (Remote host closed the connection)
           
         
        
          2564 [20:15:06] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          2565 [20:16:38] *** Joins: dontknow (~dontknow@replaced-ip )
           
         
        
          2566 [20:16:48] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
           
         
        
          2567 [20:17:21] <Pr0metheus> I have configured
            /etc/network/interfaces with dns-nameservers xxx.xxx.xxx.xxx after
            gateway as stated in the help but although I can ping any ip address
            I can't resolve hostnames, any idea?
           
         
        
          2568 [20:17:50] <somiaj> Pr0metheus: do you have resolvconf or
            openresolv installed?
           
         
        
          2569 [20:17:53] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2570 [20:18:05] *** Joins: fhdrin (~fhdrin@replaced-ip )
           
         
        
          2571 [20:18:29] *** Joins: socomm (~socomm@replaced-ip )
           
         
        
          2572 [20:18:59] <stoned> Hello  
         
        
          2573 [20:19:03] <stoned> am I online?  
         
        
          2574 [20:19:12] <stoned> Lagged out (but on znc)
           
         
        
          2575 [20:19:12] <somiaj> nope  
         
        
          2576 [20:19:14] *** Quits: regedit (uid150526@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          2577 [20:19:16] <stoned> ok good  
         
        
          2578 [20:19:19] <somiaj> stoned: /msg dpkg test in the future
           
         
        
          2579 [20:19:28] <somiaj> that will work if you rae in #debian
           
         
        
          2580 [20:19:29] <stoned> I recorded an audio on my phone, put it
            on my debian pc
           
         
        
          2581 [20:19:32] <Pr0metheus> somiaj I tried to run them but
            couldn't find them
           
         
        
          2582 [20:19:41] <stoned> Now if I want to add a bit of reverb to
            that, how can I do this?
           
         
        
          2583 [20:19:49] *** Quits: mtn_ (~mtn@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2584 [20:19:50] <stoned> I tried audacity but that always freezes
            up
           
         
        
          2585 [20:19:54] <somiaj> Pr0metheus: they are packages, you need
            one of those packages to make use of that dns-nameservers option in
            your interfaces file
           
         
        
          2586 [20:20:09] <stoned> Any other software you know that can add
            reverb to a sound file?
           
         
        
          2587 [20:20:59] *** Joins: SquOnk (~emhn@replaced-ip )
           
         
        
          2588 [20:21:11] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url 
           
         
        
          2589 [20:21:37] *** Joins: t0mmy (~tprrt@replaced-ip )
           
         
        
          2590 [20:21:55] *** Quits: gl-prout (~gl-prout@replaced-ip ) (Quit: Leaving)
           
         
        
          2591 [20:22:20] <croddy> stoned there are a number of ladspa
            plugins that can do reverb but you'll need some sort of audio
            editor to host them
           
         
        
          2592 [20:22:47] <croddy> if audacity is locking up and you're
            using pulseaudio, try setting PULSE_LATENCY_MSEC=50 or =100 to run
            audacity
           
         
        
          2593 [20:23:00] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          2594 [20:23:10] *** Quits: soulz (~soulz@replaced-ip ) (Quit: leaving)
           
         
        
          2595 [20:23:12] <croddy> no good if you're trying to do
            near-real-time processing, of course, but good enough for just
            editing files
           
         
        
          2596 [20:23:19] <stoned> let me check  
         
        
          2597 [20:23:54] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
           
         
        
          2598 [20:23:54] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip ) (Client Quit)
           
         
        
          2599 [20:23:55] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
           
         
        
          2600 [20:24:15] *** Joins: akwiatkowski (~bobik314@replaced-ip )
           
         
        
          2601 [20:24:34] <stoned> host is alsa  
         
        
          2602 [20:25:37] *** Quits: N3X15 (~Rob@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2603 [20:25:59] <Pr0metheus> Is it possible to put IP addresses in
            /etc/apt/sources.list ?
           
         
        
          2604 [20:26:24] <jelly> yes.  
         
        
          2605 [20:26:28] <somiaj> Pr0metheus: I would assume so
           
         
        
          2606 [20:26:33] <stoned> Ok  
         
        
          2607 [20:26:35] *** Joins: exedore6 (~cleryd@replaced-ip )
           
         
        
          2608 [20:26:36] <greycat> As part of an
            replaced-url 
           
         
        
          2609 [20:27:10] <jelly> whether the http server is going to serve
            the correct content on
            replaced-url 
           
         
        
          2610 [20:27:10] *** Quits: bazhang (~bazhang@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2611 [20:27:56] <jelly> I don't know if ftp has virtual hosts
            these days
           
         
        
          2612 [20:27:57] *** Quits: SquOnk (~emhn@replaced-ip ) (Quit: Leaving)
           
         
        
          2613 [20:27:57] *** Quits: dreki (~dreki@replaced-ip ) (Quit: Leaving.)
           
         
        
          2614 [20:28:10] *** Joins: bazhang (~bazhang@replaced-ip )
           
         
        
          2615 [20:28:30] <greycat> I would assume he's doing this for
            a private repository of his own creation.
           
         
        
          2616 [20:28:37] *** Quits: Freenoodle (~Bratwurst@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2617 [20:28:48] <greycat> If he's doing it to get around
            broken DNS on a public mirror, he should just put the mirror's
            hostname and IP in /etc/hosts instead.
           
         
        
          2618 [20:28:57] <jelly> yes  
         
        
          2619 [20:29:07] *** Joins: soulz (~soulz@replaced-ip )
           
         
        
          2620 [20:29:19] <jelly> I like this talking about the present user
            in third person and giving them advice.
           
         
        
          2621 [20:29:20] <somiaj> or maybe fix the dns problem, which might
            just mean installing openresolv or resolvconf package.
           
         
        
          2622 [20:29:35] <jelly> Dominance: established.
           
         
        
          2623 [20:30:01] *** Joins: `ajven (~ajven@replaced-ip )
           
         
        
          2624 [20:30:41] *** Quits: l3archos (~Icedove@replaced-ip ) (Quit: l3archos)
           
         
        
          2625 [20:31:11] <Pr0metheus> somiaj exactly, I can't install
            resolvconf, have no access to anything apart from network
           
         
        
          2626 [20:31:20] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
           
         
        
          2627 [20:31:37] <greycat> Pr0metheus: exactly what problem are you
            trying to solve?
           
         
        
          2628 [20:31:39] <somiaj> Pr0metheus: I would use greycat
            /etc/hosts suggestion over changing the mirror to an ip.
           
         
        
          2629 [20:31:49] <somiaj> Pr0metheus: or manually put the dns in
            /etc/resolv.conf
           
         
        
          2630 [20:32:02] <somiaj> (though this may get overwritten if so,
            that is what resolvconf/openresolv are for)
           
         
        
          2631 [20:32:15] <teraflops> stoned: hmm fmpeg-filters or just sox
           
         
        
          2632 [20:32:15] <Pr0metheus> ok will do with hosts
           
         
        
          2633 [20:32:29] <`ajven> Hi all ! I'm in country x, got VPS
            server with squid in country Y. I want to setup squid to as a proxy
            server. I need it for some programs and web browser see like im in
            country Y. Could you help me with config please ?
            replaced-url 
           
         
        
          2634 [20:32:33] *** Joins: wilbert (~wilbert@replaced-ip )
           
         
        
          2635 [20:33:14] <stoned> I just discovered sox on googly moogly
           
         
        
          2636 [20:33:25] *** Joins: N3X15 (~Rob@replaced-ip )
           
         
        
          2637 [20:33:36] <teraflops> ffmpeg filters are great too
           
         
        
          2638 [20:33:51] *** Joins: bumbal (~lxk@replaced-ip )
           
         
        
          2639 [20:33:58] <jelly> sox still exists?  
         
        
          2640 [20:34:01] <teraflops> yeah  
         
        
          2641 [20:34:02] <jelly> wow  
         
        
          2642 [20:34:14] <jelly> that piece of software is older than
            Linux, IIRC
           
         
        
          2643 [20:34:20] <stoned> lol  
         
        
          2644 [20:34:21] <teraflops> hehe  
         
        
          2645 [20:34:26] <stoned> I wonder if it can do m4a files
           
         
        
          2646 [20:34:30] <stoned> it surely does wav
           
         
        
          2647 [20:34:36] <stoned> I got probably compressed crapola from
            phone
           
         
        
          2648 [20:34:42] <jelly> !tias  
         
        
          2649 [20:34:42] <dpkg> TIAS is "Try It And See".
           
         
        
          2650 [20:34:47] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2651 [20:34:47] <stoned> eh, dork :D  
         
        
          2652 [20:34:52] *** Quits: danke (~danke@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2653 [20:35:16] <teraflops> stoned: first extract the audio, do
            whatever you want, then merge the audio tack to the video
           
         
        
          2654 [20:35:55] <teraflops> or use video editing sw I think
           
         
        
          2655 [20:36:29] <teraflops> s/tack/track/  
         
        
          2656 [20:36:33] <stoned> I already make vidoes on openshot
           
         
        
          2657 [20:36:40] <stoned> just need to tweak the audio tracks first
           
         
        
          2658 [20:36:45] <stoned> i wishopenshot allowed audo editing
           
         
        
          2659 [20:36:53] <stoned> and cutting/pasting like that
           
         
        
          2660 [20:37:05] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2661 [20:37:15] <stoned> Let me see if i can just do it on my
            phone, some android app, then xfer to debian
           
         
        
          2662 [20:37:23] *** Joins: SpeccyMan (~nick@replaced-ip )
           
         
        
          2663 [20:38:42] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
           
         
        
          2664 [20:39:08] *** Quits: ben_roose (~roose@replaced-ip ) (Remote host closed the connection)
           
         
        
          2665 [20:39:28] *** Quits: Rave1 (~dell@replaced-ip ) (Quit: Leaving)
           
         
        
          2666 [20:39:33] <n4dir> pacpl might help (in case it doesn't
            do m4a but does do wav, or whatever formats ) ?
           
         
        
          2667 [20:39:47] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
           
         
        
          2668 [20:40:15] <stoned> well, just gonna add effects in audcatiy,
            export, and test audio eselwhere
           
         
        
          2669 [20:40:19] <stoned> stupid testing audio in audacity crahes
            it
           
         
        
          2670 [20:40:21] *** Joins: sharky (~sharky@replaced-ip )
           
         
        
          2671 [20:40:52] *** Joins: schu-r (~Thunderbi@replaced-ip )
           
         
        
          2672 [20:40:53] *** Joins: Brigo (~Brigo@replaced-ip )
           
         
        
          2673 [20:41:50] <stoned> yeah, that works. I just dunno why my
            system's audio config (whatever it is atm, I don't
            remember) is freezing audacity. Also, I hear nothing but scratch out
            of hydrogen
           
         
        
          2674 [20:42:03] <stoned> after I use openshot, mplayer sound is
            scartchy, have to restart to get sound in system back
           
         
        
          2675 [20:42:04] <`ajven> any chance to take help here with squid
            server as a proxy server ?
           
         
        
          2676 [20:42:12] *** Joins: jnavila (~jnavila@replaced-ip )
           
         
        
          2677 [20:42:31] <Artemis3> stoned, try pulseaudio -k instead of
            restarting.
           
         
        
          2678 [20:42:31] *** Quits: babasik122 (~Vassen@replaced-ip ) (Quit: Bye)
           
         
        
          2679 [20:42:42] *** Quits: yareckon (~ryan@replaced-ip ) (Quit: yareckon)
           
         
        
          2680 [20:43:06] *** Joins: babasik122 (~Vassen@replaced-ip )
           
         
        
          2681 [20:43:33] <teraflops> `ajven: setup your proxy tell the
            machines to use it
           
         
        
          2682 [20:43:44] <stoned> ok  
         
        
          2683 [20:44:30] *** Parts: babasik122 (~Vassen@replaced-ip )
           
         
        
          2684 [20:44:59] <`ajven> teraflops thank you cpt obvious you save
            the day
           
         
        
          2685 [20:45:01] *** Quits: akash_ (uid150251@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          2686 [20:45:20] *** Quits: mprianichnikov (~mprianich@replaced-ip ) (Quit: Leaving)
           
         
        
          2687 [20:45:50] <teraflops> `ajven: you pasted the config not
            saying what your issue is
           
         
        
          2688 [20:46:48] <`ajven> because its not issue ?? I ask how to do
            that and paste my config
           
         
        
          2689 [20:47:22] <`ajven> was checking a squid tutorials but it
            looks the same like my but resoult is different
           
         
        
          2690 [20:47:46] <teraflops> if you use a proxy the programs that
            are using it will look like they are using proxy ip address, I dont
            see where the problem is
           
         
        
          2691 [20:47:59] *** Parts: wraithoftheropes (~andi@replaced-ip )
           
         
        
          2692 [20:48:00] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
           
         
        
          2693 [20:48:00] *** debhelper sets mode: +l 1737
           
         
        
          2694 [20:48:05] *** Joins: kapitalist (~kapitalis@replaced-ip )
           
         
        
          2695 [20:49:01] <`ajven> so i paste my squid config, put address
            of my server into firefox and still got same IP
           
         
        
          2696 [20:49:13] <`ajven> so its mean squid is not working as a
            proxy server
           
         
        
          2697 [20:49:26] *** Quits: cereal_poster (~cereal_po@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2698 [20:49:26] <teraflops> that's a different question
           
         
        
          2699 [20:49:42] <teraflops> sorry for being captain obvious
           
         
        
          2700 [20:49:59] *** Quits: serban (serban@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2701 [20:51:22] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2702 [20:52:05] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url 
           
         
        
          2703 [20:53:00] *** Quits: `ajven (~ajven@replaced-ip ) ()
           
         
        
          2704 [20:53:12] *** Joins: cereal_poster (~cereal_po@replaced-ip )
           
         
        
          2705 [20:55:11] <Pr0metheus> Is there a list of the packages
            installed with tasksel and selecting web server? It just says it
            installs a list of useful programs...
           
         
        
          2706 [20:55:52] <Pr0metheus> (as you can understand I managed to
            get access to the internet - thanks all:)
           
         
        
          2707 [20:56:09] *** Quits: lithie (uid45836@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          2708 [20:56:36] <TomTomTo1> yes, it installs this package and its
            dependencies.
            replaced-url 
           
         
        
          2709 [20:56:49] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          2710 [20:57:36] *** Joins: Pelle` (~Pelle`@replaced-ip )
           
         
        
          2711 [20:57:43] <Pr0metheus> tomtomto1 yeah, but what does it
            include?
           
         
        
          2712 [20:58:20] *** Quits: OS-19296 (~OS-19296@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2713 [20:58:35] <missmbob> Pr0metheus: are you being serious?
           
         
        
          2714 [20:58:42] <n4dir>
            tasksel --task-packages web-server ; is said to list the
            according packages; from here:
            replaced-url 
           
         
        
          2715 [20:58:43] <TomTomTo1> the dependencies are listed on the
            website.
           
         
        
          2716 [20:58:51] *** Joins: OS-19296 (~OS-19296@replaced-ip )
           
         
        
          2717 [20:59:21] <TomTomTo1> n4dir: did you run it before
            recommending it?
           
         
        
          2718 [20:59:30] *** Quits: lethu (~lethu@replaced-ip ) (Quit: Quit())
           
         
        
          2719 [20:59:38] <n4dir> no, i didn't.
           
         
        
          2720 [20:59:44] <Pr0metheus> ok let me try it n4dir
           
         
        
          2721 [21:00:17] *** Joins: cicocico (~cicocico@replaced-ip )
           
         
        
          2722 [21:00:22] <Pr0metheus> result: task-web-server :P
           
         
        
          2723 [21:00:47] <Pavr> now you know  
         
        
          2724 [21:00:54] <n4dir> then look at the site.
           
         
        
          2725 [21:01:09] <Pr0metheus> missmbob yes I am serious, what is
            the list of "packages useful for a general purpose web server
            system"
           
         
        
          2726 [21:01:22] <cicocico> hello @ll  
         
        
          2727 [21:01:24] <cicocico> :)  
         
        
          2728 [21:01:34] <greycat> Define "general purpose".
            Static files only? PHP?
           
         
        
          2729 [21:01:40] <somiaj> Pr0metheus: depends on what webserver you
            use and what you consider general.
           
         
        
          2730 [21:02:04] <Pavr>
            replaced-url 
           
         
        
          2731 [21:02:14] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
           
         
        
          2732 [21:02:39] <TomTomTo1> Pavr: again. they are listed as
            dependencies on the site i linked. or run apt-cache depends
            task-web-server if you want to see it in your terminal...
           
         
        
          2733 [21:02:47] <somiaj> the LAMP collection is common, but still
            not what each user would need for a 'general web server'
           
         
        
          2734 [21:03:04] <Pavr> TomTomTo1, wrong guy
           
         
        
          2735 [21:03:18] <Pavr> or gal  
         
        
          2736 [21:03:29] *** Quits: cicocico (~cicocico@replaced-ip ) (Client Quit)
           
         
        
          2737 [21:03:34] <Pr0metheus> so this thing just installs apache?
           
         
        
          2738 [21:04:10] *** Quits: Pelle` (~Pelle`@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2739 [21:04:17] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2740 [21:04:49] *** Joins: cicocico (~cicocico@replaced-ip )
           
         
        
          2741 [21:04:53] <Pr0metheus> greycat the quoted phrase is the
            description from the package webpage
           
         
        
          2742 [21:05:12] <somiaj> Pr0metheus: yea kinda a strange task,
            since it depends only on apache2
           
         
        
          2743 [21:05:12] *** Parts: cicocico (~cicocico@replaced-ip )
           
         
        
          2744 [21:05:12] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
           
         
        
          2745 [21:05:21] <TomTomTo1> recommends are installed too, i
            believe.
           
         
        
          2746 [21:05:29] <n4dir> perhaps so the list of tasks is not that
            short ...
           
         
        
          2747 [21:05:42] <somiaj> Pr0metheus: most likely there to help new
            users who don't know what websrever they want to install one
            during the install phase.
           
         
        
          2748 [21:05:45] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
           
         
        
          2749 [21:07:22] <Atm0spher1c> apt-listbugs seems to have pinned a
            package automatically to /etc/apt/preferences.d/apt-listbugs. I
            wanted to install it anyway, how can I undo this?
           
         
        
          2750 [21:07:36] *** Joins: Pelle` (~Pelle`@replaced-ip )
           
         
        
          2751 [21:07:51] *** Joins: Martyn (~Martyn@replaced-ip )
           
         
        
          2752 [21:07:55] <n4dir> !hold  
         
        
          2753 [21:07:56] <dpkg> hold is a status flag that tells the
            package manager to not automatically upgrade a package. To hold a
            package 'echo $package hold|dpkg --set-selections' or
            'aptitude hold $package'. Note that "aptitude
            hold" is ignored by other package managers (i.e. Update
            Manager, synaptic, apt-get) and aptitude won't necessarily use
            holds set with dpkg; see Debian bug #137771 (fixed in stretch). See
            also <hold list>, <unhold>.
           
         
        
          2754 [21:08:20] <n4dir> ah, unhold then  
         
        
          2755 [21:08:29] <n4dir> !unhold  
         
        
          2756 [21:08:29] <dpkg> Removing a <hold> status flag can be
            achieved through «echo packagename install | dpkg
            --set-selections», or «aptitude unhold
            packagename» if the package is held in aptitude.
           
         
        
          2757 [21:08:31] *** Joins: kyan (~kyan@replaced-ip )
           
         
        
          2758 [21:08:35] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2759 [21:08:39] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          2760 [21:08:59] <tomcres> there's also apt-mark hold/unhold
            foo
           
         
        
          2761 [21:09:16] <n4dir> probably more easy, as far it's me
           
         
        
          2762 [21:09:42] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
           
         
        
          2763 [21:09:47] *** Quits: HandheldPenguin (~dude@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2764 [21:10:19] *** Joins: shewp (~z@replaced-ip )
           
         
        
          2765 [21:10:23] *** Joins: bit1 (~joseanton@replaced-ip )
           
         
        
          2766 [21:10:25] <somiaj> Atm0spher1c: it doens't pin it
            automatically, but it asks you if you want to during the install.
            Just remove the file it put in /etc/apt/apt.conf.d/ (or
            preferences.d) that caused the file to be pinned
           
         
        
          2767 [21:10:27] <Atm0spher1c> I was using apt, then tried aptitude
            unhold, and it did nothing. I'll try apt-mark
           
         
        
          2768 [21:10:35] *** Joins: Kaylas (~mirio@replaced-ip )
           
         
        
          2769 [21:10:37] <somiaj> it isn't held, it is pinned, there
            is a difference.
           
         
        
          2770 [21:10:39] *** Quits: Kaylas (~mirio@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2771 [21:11:17] *** Joins: user001 (~usuari@replaced-ip )
           
         
        
          2772 [21:11:20] <user001> hello  
         
        
          2773 [21:11:25] *** Joins: DammitJim (~DammitJim@replaced-ip )
           
         
        
          2774 [21:11:25] <Atm0spher1c> somiaj: maybe because I was writing
            stdout to a log file? 2>&1 | tee log
           
         
        
          2775 [21:11:40] <user001> i would know what happened with kompozer
            package
           
         
        
          2776 [21:11:50] <somiaj> Atm0spher1c: could be, apt-list bugs
            should prompt the user about any rc bugs and ask the user what to do
            about them
           
         
        
          2777 [21:11:52] <user001> does not exist on jessie repository
           
         
        
          2778 [21:12:01] <Pelle`> i think i have fucked up abit... i
            extended my raid.. and now when im trying to extend the partition
            wich is ext4 i cant do it since it has a max size of 16tb? and my
            raid is now at like 18.9... any way to get around that?
           
         
        
          2779 [21:12:04] *** Joins: HandheldPenguin (~dude@replaced-ip )
           
         
        
          2780 [21:12:10] <Atm0spher1c> somiaj: yes, it always has.
           
         
        
          2781 [21:12:13] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
           
         
        
          2782 [21:12:13] *** Quits: fhdrin (~fhdrin@replaced-ip ) (Remote host closed the connection)
           
         
        
          2783 [21:12:28] *** Quits: vj4 (~vj4@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2784 [21:12:34] *** Joins: discensa (discensa@replaced-ip )
           
         
        
          2785 [21:12:38] *** Quits: systop (~Gareth@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2786 [21:13:29] <somiaj> ,v kompozer  
         
        
          2787 [21:13:30] <judd> No package named 'kompozer' was
            found in amd64.
           
         
        
          2788 [21:13:37] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2789 [21:13:37] *** jackNemrod_ is now known as jackNemrod
           
         
        
          2790 [21:13:38] <somiaj> user001: when was the last time you saw
            that package in debian
           
         
        
          2791 [21:13:57] *** Joins: trifolio6 (~h@replaced-ip )
           
         
        
          2792 [21:14:10] <user001> where is kompozer?
           
         
        
          2793 [21:14:18] <user001> what repository?
           
         
        
          2794 [21:14:40] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
           
         
        
          2795 [21:14:46] *** Quits: KaiserAres (~KaiserAre@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2796 [21:14:48] *** Joins: Walakea (~marian@replaced-ip )
           
         
        
          2797 [21:15:05] <somiaj> ,v kompozer  
         
        
          2798 [21:15:06] <judd> No package named 'kompozer' was
            found in amd64.
           
         
        
          2799 [21:15:14] <TomTomTo1> #690251  
         
        
          2800 [21:15:28] <TomTomTo1> hmpf.
            replaced-url 
           
         
        
          2801 [21:15:28] *** Joins: shootingstar (~kvirc@replaced-ip )
           
         
        
          2802 [21:15:33] <somiaj> user001: there is no package by that name
            recentally in debian, so I'd have to look in older releases to
            track down the bug/reason, looks like TomTomTo1 did this for you
           
         
        
          2803 [21:15:40] <judd> Bug
            replaced-url 
           
         
        
          2804 [21:15:52] <user001> judd, i need install kompozer in my
            amd64
           
         
        
          2805 [21:15:53] <judd> No package named 'need' was found
            in jessie/amd64.
           
         
        
          2806 [21:15:53] *** Quits: shootingstar (~kvirc@replaced-ip ) (Max SendQ exceeded)
           
         
        
          2807 [21:16:39] <somiaj> user001: well it is dead upstream, you
            can go search archive.debian.org for the old packages, but ymmv on
            if they work anymore, and no one will support them. Debian
            isn't and upstream is dead according to tha tbug
           
         
        
          2808 [21:17:12] *** Quits: teraflops (~teraflops@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2809 [21:18:02] *** Quits: ani82937 (~anon@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2810 [21:18:13] <user001> somiaj, thank you
           
         
        
          2811 [21:18:25] *** Quits: discensa (discensa@replaced-ip ) (Quit: Leaving)
           
         
        
          2812 [21:18:48] *** Quits: shootingstar|2 (~kvirc@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2813 [21:18:49] *** Quits: wilbert (~wilbert@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2814 [21:19:30] *** Joins: teraflops (~teraflops@replaced-ip )
           
         
        
          2815 [21:19:54] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
           
         
        
          2816 [21:20:26] <n4dir> seamonkey has composer as a simple html
            editor. As i don't know kompozer, i can't tell if that
            will suit your needs, user001
           
         
        
          2817 [21:20:28] *** Joins: _foldLeft (~foldleft@replaced-ip )
           
         
        
          2818 [21:20:38] *** Quits: calisto (~calisto@replaced-ip ) (Quit: Leaving.)
           
         
        
          2819 [21:21:02] *** Joins: littlebit (~Thunderbi@replaced-ip )
           
         
        
          2820 [21:21:06] *** Quits: macartur (~macartur@replaced-ip ) (Quit: Leaving)
           
         
        
          2821 [21:21:49] *** Joins: _ADN_ (~Test@replaced-ip )
           
         
        
          2822 [21:22:06] *** Quits: dfh978 (5e153332@replaced-ip ) (Quit: Page closed)
           
         
        
          2823 [21:22:10] *** Joins: discensa (discensa@replaced-ip )
           
         
        
          2824 [21:23:41] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Client Quit)
           
         
        
          2825 [21:24:01] *** Joins: jnavila (~jnavila@replaced-ip )
           
         
        
          2826 [21:24:11] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2827 [21:24:13] *** Quits: user001 (~usuari@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          2828 [21:24:17] *** Joins: kernello (~kernello@replaced-ip )
           
         
        
          2829 [21:24:36] *** Joins: HansE (~HansE@replaced-ip )
           
         
        
          2830 [21:25:31] *** Joins: user001 (~usuari@replaced-ip )
           
         
        
          2831 [21:25:45] <kernello> hello everyone, I'd like to
            reinstall my system with all present packages, so I found
            'apt-clone'..but the command is new to me, and I
            don't make much sense of it; sudo apt-clone clone
            path-to/apt-clone-state-ubuntu-$(lsb_release -sr)-$(date +%F).tar.gz
            ?
           
         
        
          2832 [21:25:51] <kernello> what is
            'path-to/apt-clone-state-ubuntu' here?
           
         
        
          2833 [21:25:52] *** Quits: eternal-pain (~eternal-p@replaced-ip ) (Quit: Leaving)
           
         
        
          2834 [21:26:21] <kernello> and what follows thereafter is supposed
            to remain as it is?
           
         
        
          2835 [21:27:06] *** Quits: user001 (~usuari@replaced-ip ) (Client Quit)
           
         
        
          2836 [21:27:36] *** Joins: soee (~soee@replaced-ip )
           
         
        
          2837 [21:28:01] *** debhelper sets mode: +l 1731
           
         
        
          2838 [21:28:25] <somiaj> !aptitude clone  
         
        
          2839 [21:28:25] <dpkg> To clone a Debian machine using aptitude
            (or install your favourite packages) use aptitude search
            --disable-columns -F%p '~i!~M!~v' > package_list; on
            the reference machine; xargs aptitude --schedule-only install <
            package_list; aptitude install; on the other machine. This preserves
            information about "automatically installed" packages that
            other methods do not. See also <reinstall>, <things to
            backup>, <debian clone>, <apt-clone>.
           
         
        
          2840 [21:28:36] <somiaj> kernello: I prefer that approach as it
            stores auto/manual install info
           
         
        
          2841 [21:28:58] *** Quits: mosasaur (~mosasaur@replaced-ip ) (Remote host closed the connection)
           
         
        
          2842 [21:29:09] *** Quits: makimaki (~makimaki`@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2843 [21:29:20] *** Joins: dArK_IcE (~lawl@replaced-ip )
           
         
        
          2844 [21:29:46] *** Quits: APexil (~you@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2845 [21:30:07] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
           
         
        
          2846 [21:30:45] *** Joins: vista (~vista@replaced-ip )
           
         
        
          2847 [21:31:04] <tomcres> question: if a package was removed from
            debian for being dead upstream, but has since been revived, is there
            any way to request its inclusion again?
           
         
        
          2848 [21:31:40] <TomTomTo1> yes, you can file a RFP bug.
           
         
        
          2849 [21:31:51] <TomTomTo1> !rfp  
         
        
          2850 [21:31:51] <dpkg> Request For Package (RFP) is the way to ask
            for a piece of software to be included in Debian. See
            replaced-url 
           
         
        
          2851 [21:31:52] *** Joins: lankanmon (~LKNnet@replaced-ip )
           
         
        
          2852 [21:32:02] *** Joins: Cassiopaya (~Discovery@replaced-ip )
           
         
        
          2853 [21:32:21] *** Quits: _ADN_ (~Test@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2854 [21:32:29] *** Joins: serban (serban@replaced-ip )
           
         
        
          2855 [21:32:49] *** Joins: _ADN_ (~Test@replaced-ip )
           
         
        
          2856 [21:32:51] <tomcres> TomTomTo1, thanks
           
         
        
          2857 [21:32:53] *** Joins: Vizva (~max@replaced-ip )
           
         
        
          2858 [21:33:23] *** Quits: _ADN_ (~Test@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2859 [21:33:37] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2860 [21:33:43] *** Joins: VLife390VL (~devas@replaced-ip )
           
         
        
          2861 [21:35:10] *** Quits: lethu (~lethu@replaced-ip ) (Quit: Quit())
           
         
        
          2862 [21:35:10] *** Joins: wilbert (~wilbert@replaced-ip )
           
         
        
          2863 [21:35:33] *** Joins: taylan (~taylan@replaced-ip )
           
         
        
          2864 [21:35:55] <taylan> my system time keeps getting out of sync.
            by five minutes or so. ntpd is definitely running. what may be the
            problem?
           
         
        
          2865 [21:36:13] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          2866 [21:36:16] <greycat> look for errors from ntp
           
         
        
          2867 [21:37:03] *** Quits: Vizva (~max@replaced-ip ) (Remote host closed the connection)
           
         
        
          2868 [21:37:36] <taylan> where does openntpd log by default?
           
         
        
          2869 [21:38:12] *** Joins: tatalazo (~Icedove@replaced-ip )
           
         
        
          2870 [21:38:13] <taylan> nevermind, seems to be
            /var/log/daemon.log
           
         
        
          2871 [21:38:14] <greycat> When I don't know, I cd to /var/log
            and run ls -lart to see the files in mtime order, and then start
            reading the tails of the ones that look promising.
           
         
        
          2872 [21:38:34] *** Joins: xingu (~xingu@replaced-ip )
           
         
        
          2873 [21:38:52] *** Joins: Kafei (~Kafei@replaced-ip )
           
         
        
          2874 [21:39:31] *** Joins: mtn_ (~mtn@replaced-ip )
           
         
        
          2875 [21:39:58] *** Joins: czesmir_ (~stefan@replaced-ip )
           
         
        
          2876 [21:40:18] *** Joins: feal (~fiel@replaced-ip )
           
         
        
          2877 [21:41:11] *** Quits: Kafei (~Kafei@replaced-ip ) (Remote host closed the connection)
           
         
        
          2878 [21:41:28] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
           
         
        
          2879 [21:41:37] *** Joins: moozer (~moz@replaced-ip )
           
         
        
          2880 [21:41:37] <somiaj> taylan: with systemd, systemctl status
            ntpd would be useful, or journalctl ntpd (think that is the syntax
            for journalctl)
           
         
        
          2881 [21:41:47] *** Quits: phorce1 (~gvl2@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2882 [21:41:52] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2883 [21:41:52] *** jackNemrod_ is now known as jackNemrod
           
         
        
          2884 [21:42:25] <taylan> I see a lot of messages like
            "adjusting local clock by x" where x tends to be around
            -300s which is about 5 minutes to the past, which seems about right,
            but I suppose the system doesn't accept it / reverts it so it
            keeps doing that
           
         
        
          2885 [21:43:07] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2886 [21:43:11] <taylan> other than that there's a lot of
            "peer [IP address] is now valid" and rarely "... is
            now invalid"
           
         
        
          2887 [21:43:17] <greycat> That's definitely bad. You
            don't want your clock to be moved by 300s at a time.
           
         
        
          2888 [21:43:46] *** Joins: phorce1 (~gvl2@replaced-ip )
           
         
        
          2889 [21:43:53] *** Joins: APexil (~you@replaced-ip )
           
         
        
          2890 [21:43:55] <taylan> that too I guess :\ might that be why the
            system rejects the change?..
           
         
        
          2891 [21:44:03] *** Joins: ohforfsake (50dfd69f@replaced-ip )
           
         
        
          2892 [21:44:04] <m4ndr4_> how can i remove xorg and all the files
            related to it? is apt-get remove --purge xserver-xorg enough?
           
         
        
          2893 [21:44:25] *** Joins: ttl- (~bootpanic@replaced-ip )
           
         
        
          2894 [21:44:39] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2895 [21:44:42] *** Quits: mtn_ (~mtn@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2896 [21:44:55] *** Joins: nprs (uid54228@replaced-ip )
           
         
        
          2897 [21:45:58] *** Joins: patterson (~patterson@replaced-ip )
           
         
        
          2898 [21:46:02] <ttl-> does anybody know where to find the
            iwlwifi-3168-24.ucode firmware file
           
         
        
          2899 [21:46:05] <ttl-> ?  
         
        
          2900 [21:46:10] *** Quits: sharky (~sharky@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2901 [21:46:18] *** Joins: cerebro (~cerebro@replaced-ip )
           
         
        
          2902 [21:46:20] *** Joins: thrmo (~thrmo@replaced-ip )
           
         
        
          2903 [21:46:24] <kernello> thank you, somiaj!
           
         
        
          2904 [21:46:26] *** Quits: Dante (~dante@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          2905 [21:46:43] <thrmo> when is the testing branch freeze
            happening?
           
         
        
          2906 [21:46:52] <somiaj> ttl-: there is a newer firmware-iwlwifi
            package in jessie-backports, but this seems to be missing some of
            the newest firmware, in that case you can get it directly form intel
           
         
        
          2907 [21:47:04] *** Joins: mtn_ (~mtn@replaced-ip )
           
         
        
          2908 [21:47:06] <somiaj> thrmo: it has been happening, final part
            of the freeze is feb. 5th
           
         
        
          2909 [21:47:20] <somiaj> thrmo: transition freeze happend about 2
            months ago, and soft freeze (no new packages) happened jan. 5th.
           
         
        
          2910 [21:47:42] <thrmo> ty  
         
        
          2911 [21:47:47] <greycat> And the full freeze is in a few days.
           
         
        
          2912 [21:47:53] <ttl-> somiaj: thanks but i don't find it
            from intel
           
         
        
          2913 [21:48:01] *** debhelper sets mode: +l 1742
           
         
        
          2914 [21:48:15] <thrmo> greycat, how long from full freeze to
            release (in general)?
           
         
        
          2915 [21:48:24] <greycat> Your guess is as good as anyone's!
           
         
        
          2916 [21:48:29] *** Joins: savantgarde (~savantgar@replaced-ip )
           
         
        
          2917 [21:48:29] <greycat> !stretch pool 1  
         
        
          2918 [21:48:30] <dpkg> ! nauticalnexus=2017-04-19
            cruncher=2017-04-12 cruncher=2017-02-18 bæbīlen=2017-05-06
            TomTomTosch=2017-08-08 greycat=2017-08-15 jellÿ=2017-03-17
            themíll=2017-05-01
           
         
        
          2919 [21:48:40] *** Quits: kimkil (~kimkil@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          2920 [21:48:45] *** Joins: cerebro_ (~cerebro@replaced-ip )
           
         
        
          2921 [21:48:54] *** Quits: cerebro (~cerebro@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2922 [21:49:08] <somiaj> ttl-: I know that somewhere around -22,
            -23 or -24 debian isnt' providing them, so you have to ge tthem
            from intel, and I don't know the links, you'll hvae to
            keep searchign intels pages.
           
         
        
          2923 [21:49:49] <somiaj> thrmo: it varries, I like to think 6
            months give or take 2 months. the longest time was about a year, but
            the release team did not like that, and now has an agressive policy.
            2months would be ideal, 6 months may be long compared to what jessie
            took.
           
         
        
          2924 [21:51:04] <thrmo> thanks somiaj!  
         
        
          2925 [21:51:35] <somiaj> thrmo: usually the annoucment i sonly
            about a week or so before, you can follow
            replaced-url 
           
         
        
          2926 [21:52:14] <thrmo> i will  
         
        
          2927 [21:53:01] <thrmo> thanks a lot  
         
        
          2928 [21:53:11] <somiaj> thrmo: jessie froze Nov. 5th and was
            released April 25th for reference.
           
         
        
          2929 [21:53:18] <somiaj> note debian uses this time line
           
         
        
          2930 [21:53:26] <somiaj> !wir  
         
        
          2931 [21:53:27] <dpkg> well, wir is When It's Ready. See also
            <rsn> and <siyh>.
           
         
        
          2932 [21:53:32] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          2933 [21:53:52] <thrmo> :)  
         
        
          2934 [21:54:12] *** Joins: Shahnaz (~Shahnaz@replaced-ip )
           
         
        
          2935 [21:54:52] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
           
         
        
          2936 [21:55:16] *** Quits: lowin (~lowin@replaced-ip ) (Remote host closed the connection)
           
         
        
          2937 [21:55:23] <vista> Hi, does anyone happen to have any
            experience with installing debian on systems with SCSI/SAS
            controllers? In the "partitioning" section of the
            installer, I only see the USB drive as an option, `fdisk -l` shows
            all 16 disks
           
         
        
          2938 [21:56:00] *** Joins: lowin (~lowin@replaced-ip )
           
         
        
          2939 [21:57:09] <somiaj> vista: using normal or expert install?
           
         
        
          2940 [21:57:15] <vista> normal  
         
        
          2941 [21:57:45] <somiaj> vista: try expert, there is a phase in
            the expert it asks about installing additional software to the
            installer (udebs) that may be useful in seeing more complicated
            setups
           
         
        
          2942 [21:58:12] <vista> thanks for the tip
           
         
        
          2943 [21:58:43] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2944 [21:58:50] *** Joins: uslf (~uslf@replaced-ip )
           
         
        
          2945 [21:58:56] *** Quits: uslf (~uslf@replaced-ip ) (Max SendQ exceeded)
           
         
        
          2946 [21:59:07] *** Quits: jesopo (jess@replaced-ip ) (Quit: et nos unum sumus)
           
         
        
          2947 [21:59:08] *** Parts: kernello (~kernello@replaced-ip )
           
         
        
          2948 [21:59:29] *** Joins: blueness (~blueness@replaced-ip )
           
         
        
          2949 [21:59:32] *** Joins: _foldLeft (~foldleft@replaced-ip )
           
         
        
          2950 [22:01:03] *** Quits: gladia2r (~gladia2r@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2951 [22:01:27] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2952 [22:01:42] *** Joins: john_rambo (~john_ramb@replaced-ip )
           
         
        
          2953 [22:01:44] *** Joins: zat0 (~zat0@replaced-ip )
           
         
        
          2954 [22:02:32] *** Joins: _foldLeft (~foldleft@replaced-ip )
           
         
        
          2955 [22:03:02] <john_rambo> Hi, I am trying to install gnumeric
            under Jessie but I get
            replaced-url 
           
         
        
          2956 [22:03:22] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2957 [22:03:23] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
           
         
        
          2958 [22:03:32] *** Quits: karakedi (~e7E2C80CD@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          2959 [22:04:00] *** Joins: danke (~danke@replaced-ip )
           
         
        
          2960 [22:04:39] *** Quits: Not_a_Robot_ (~soul@replaced-ip ) (Quit: Konversation terminated!)
           
         
        
          2961 [22:05:21] *** Joins: vvande__ (~vvande@replaced-ip )
           
         
        
          2962 [22:05:42] *** Joins: KaiserAres (~KaiserAre@replaced-ip )
           
         
        
          2963 [22:05:44] *** jackNemrod_ is now known as jackNemrod
           
         
        
          2964 [22:05:54] *** Joins: aielima (~aielima@replaced-ip )
           
         
        
          2965 [22:06:04] *** Joins: sphenxes01 (~sphenxes@replaced-ip )
           
         
        
          2966 [22:06:50] *** Quits: lafleurdubien (uid206563@replaced-ip ) (Quit: Connection closed for inactivity)
           
         
        
          2967 [22:07:22] *** Quits: vvande_ (~vvande@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          2968 [22:08:20] <john_rambo>
            replaced-url 
           
         
        
          2969 [22:08:32] *** Joins: trifolio6 (~h@replaced-ip )
           
         
        
          2970 [22:08:34] *** Quits: dontknow (~dontknow@replaced-ip ) (Quit: Leaving)
           
         
        
          2971 [22:08:59] *** Joins: ompaul (~ompaul@replaced-ip )
           
         
        
          2972 [22:09:11] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          2973 [22:09:20] *** Quits: sphenxes02 (~sphenxes@replaced-ip ) (Ping timeout: 258 seconds)
           
         
        
          2974 [22:09:25] *** Joins: karakedi (~e7E2C80CD@replaced-ip )
           
         
        
          2975 [22:09:35] *** Joins: sphenxes (~sphenxes@replaced-ip )
           
         
        
          2976 [22:09:38] <TomTomTo1> you need to fix your sources.list
           
         
        
          2977 [22:09:43] <TomTomTo1> !jessie sources.list
           
         
        
          2978 [22:09:43] <dpkg> A suitable /etc/apt/sources.list for Debian
            8 "Jessie" has three lines: "deb
            replaced-url 
           
         
        
          2979 [22:11:30] *** gftg is now known as gftg_away
           
         
        
          2980 [22:11:49] *** Quits: aielima (~aielima@replaced-ip ) (Quit: Leaving)
           
         
        
          2981 [22:14:41] *** Joins: LotharKAtt (~LotharKAt@replaced-ip )
           
         
        
          2982 [22:15:03] *** Joins: psyberai (~psyberai@replaced-ip )
           
         
        
          2983 [22:15:34] *** Joins: NP|2 (kvirc@replaced-ip )
           
         
        
          2984 [22:17:38] *** Quits: kpease_ (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url 
           
         
        
          2985 [22:18:03] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
           
         
        
          2986 [22:18:14] *** Parts: thrmo (~thrmo@replaced-ip )
           
         
        
          2987 [22:18:56] *** Joins: xcvb (~john@replaced-ip )
           
         
        
          2988 [22:19:16] <vista> still not seeing any disks in the
            installer, have a server with a SAS controller
           
         
        
          2989 [22:19:59] <vista> I was able to repartition manually using
            fdisk, but the installer still does not give me the option to
            install to that
           
         
        
          2990 [22:20:30] *** Parts: GPenguin (~patrick@replaced-ip )
           
         
        
          2991 [22:21:18] <somiaj> vista: might want to do a manuall install
            with debootstrap then, I don't know the hardware so no other
            avice
           
         
        
          2992 [22:21:27] <somiaj> vista: wait, are you botting efi or
            legacy?
           
         
        
          2993 [22:21:35] *** Joins: Kruppt (~Kirk_Krup@replaced-ip )
           
         
        
          2994 [22:21:58] *** Quits: SuperTramp83 (~SuperTram@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          2995 [22:22:19] <somiaj> vista: if booting efi you must use gtp
            partitions and fdisk only deals wtih mbr partition tables, so unsure
            if that will cause an issue.
           
         
        
          2996 [22:22:21] *** Joins: i5um41ru (~Thunderbi@replaced-ip )
           
         
        
          2997 [22:22:23] *** Quits: Kruppt (~Kirk_Krup@replaced-ip ) (Client Quit)
           
         
        
          2998 [22:22:36] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
           
         
        
          2999 [22:22:50] *** Joins: NightMonkey (~NightMonk@replaced-ip )
           
         
        
          3000 [22:23:10] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
           
         
        
          3001 [22:23:17] *** Joins: ghostlight (~ghostligh@replaced-ip )
           
         
        
          3002 [22:23:36] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          3003 [22:24:28] *** Quits: exedore6 (~cleryd@replaced-ip ) (Quit: exedore6)
           
         
        
          3004 [22:25:17] *** Quits: jbitdrop (~jbitdrop@replaced-ip ) (Quit: leaving)
           
         
        
          3005 [22:25:45] <john_rambo> TomTomTo1, I am really confused
            ...Can u share your sources.list ?
           
         
        
          3006 [22:26:10] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Remote host closed the connection)
           
         
        
          3007 [22:26:17] <greycat> The bot gave us all the standard one.
           
         
        
          3008 [22:26:21] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
           
         
        
          3009 [22:26:39] *** Joins: radialneon (~radialneo@replaced-ip )
           
         
        
          3010 [22:26:40] *** Quits: radialneon (~radialneo@replaced-ip ) (Max SendQ exceeded)
           
         
        
          3011 [22:26:56] <mtn_> john_rambo:
            replaced-url 
           
         
        
          3012 [22:27:08] *** Joins: radialneon (~radialneo@replaced-ip )
           
         
        
          3013 [22:27:11] <john_rambo>
            replaced-url 
           
         
        
          3014 [22:27:37] <greycat> The use of an ubuntu.com paste site is
            somewhat concerning.
           
         
        
          3015 [22:27:49] *** Joins: saptech (~saptech@replaced-ip )
           
         
        
          3016 [22:27:56] *** Quits: platvoeten (b2557af7@replaced-ip ) (Quit: Page closed)
           
         
        
          3017 [22:29:35] *** Joins: faw (~faw@replaced-ip )
           
         
        
          3018 [22:29:35] *** Quits: faw (~faw@replaced-ip ) (Changing host)
           
         
        
          3019 [22:29:35] *** Joins: faw (~faw@replaced-ip )
           
         
        
          3020 [22:29:44] *** Joins: marcozink (~marcozink@replaced-ip )
           
         
        
          3021 [22:30:04] *** Quits: SH0x_ (~saulius@replaced-ip ) (Quit: SH0x_)
           
         
        
          3022 [22:30:41] *** Quits: john_rambo (~john_ramb@replaced-ip ) (Quit: Leaving)
           
         
        
          3023 [22:31:01] *** Quits: eSa| (~esa@replaced-ip ) (Remote host closed the connection)
           
         
        
          3024 [22:31:08] *** Quits: danke (~danke@replaced-ip ) (Quit: Leaving)
           
         
        
          3025 [22:31:15] *** Joins: shibumi (~shibumi@replaced-ip )
           
         
        
          3026 [22:31:51] <shibumi> hello guys, whats wrong with this
            message?
            replaced-url 
           
         
        
          3027 [22:32:17] *** Joins: fealscience (~fiel@replaced-ip )
           
         
        
          3028 [22:32:50] <taylan> shibumi: You pasted the same link twice.
           
         
        
          3029 [22:32:54] <shibumi> ahhh sorry  
         
        
          3030 [22:33:08] <shibumi> taylan:
            replaced-url 
           
         
        
          3031 [22:33:11] <shibumi> thats my error  
         
        
          3032 [22:33:13] <shibumi> sorry :)  
         
        
          3033 [22:33:20] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) ()
           
         
        
          3034 [22:34:01] *** Joins: th0r (~Thor@replaced-ip )
           
         
        
          3035 [22:34:26] *** Joins: anuxivm (~anuxi@replaced-ip )
           
         
        
          3036 [22:34:42] *** Quits: Walakea (~marian@replaced-ip ) (Quit: Walakea)
           
         
        
          3037 [22:35:46] *** Quits: feal (~fiel@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3038 [22:36:01] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          3039 [22:37:48] *** Joins: stripe (~stripe@replaced-ip )
           
         
        
          3040 [22:38:04] *** Joins: Tom01 (~tom@replaced-ip )
           
         
        
          3041 [22:38:18] *** Quits: th0r (~Thor@replaced-ip ) (Client Quit)
           
         
        
          3042 [22:38:55] *** Joins: wedgie (~wedgie@replaced-ip )
           
         
        
          3043 [22:39:35] *** Quits: Jacob843 (~Jacob843@replaced-ip ) (Remote host closed the connection)
           
         
        
          3044 [22:39:49] <wedgie> I'm getting "The following
            pacakges have been kept back: openjdk-8-jre-headless" This is
            even with apt-get dist-upgrade. What am I missing?
           
         
        
          3045 [22:39:58] *** Joins: Jacob843 (~Jacob843@replaced-ip )
           
         
        
          3046 [22:40:03] <wedgie> (debian jessie)  
         
        
          3047 [22:40:10] <abrotman> wedgie: aptitude install
            openjdk-8-jre-headless
           
         
        
          3048 [22:40:12] <abrotman> what does it say?
           
         
        
          3049 [22:41:10] *** Quits: lethu (~lethu@replaced-ip ) (Remote host closed the connection)
           
         
        
          3050 [22:41:40] <wedgie> The following packages have unmet
            dependencies:
           
         
        
          3051 [22:41:40] <wedgie> openjdk-8-jre-headless : Breaks:
            ca-certificates-java (< 20160321~) but 20140324 is installed.
           
         
        
          3052 [22:41:46] *** Joins: ledufakademy (~ledufakad@replaced-ip )
           
         
        
          3053 [22:41:57] <wedgie> wants to remove ca-certificates-java and
            openjdk-8-jre-headless
           
         
        
          3054 [22:41:58] <greycat> ,v ca-certificates-java
           
         
        
          3055 [22:41:59] <judd> Package: ca-certificates-java on amd64 --
            wheezy: 20121112+nmu2; jessie: 20140324; stretch: 20160321;
            jessie-backports: 20161107~bpo8+1; sid: 20161107; stretch: 20161107
           
         
        
          3056 [22:42:09] <greycat> Hmm.  
         
        
          3057 [22:42:21] <greycat> ,v openjdk-8-jre-headless
           
         
        
          3058 [22:42:22] <judd> Package: openjdk-8-jre-headless on amd64 --
            jessie-backports: 8u111-b14-2~bpo8+1; sid: 8u121-b13-2; stretch:
            8u121-b13-2
           
         
        
          3059 [22:42:42] *** Quits: totonika (~toto@replaced-ip##) (Quit: ZNC - ##replaced-url 
           
         
        
          3060 [22:42:52] <greycat> Oh, unfortunately he didn't give us
            a version number of that one.
           
         
        
          3061 [22:43:14] <somiaj> it is a jessie-backports package so there
            are pinning issues, but it should be upgraded if it has already been
            installed from jessie backports
           
         
        
          3062 [22:43:34] <greycat> Sounds like manually upgrading
            ca-certificates-java first might be in order.
           
         
        
          3063 [22:43:45] <somiaj> wonder if it was some local install
            package confusing apt that it should be upgraded from
            jessie-backports
           
         
        
          3064 [22:44:32] <somiaj> nevermind that last statement, apt
            wouldn't think it would need to upgraded in that case, so yea
            maybe it now requires a new dependency from jessie-backports that
            was not installed and won't be without manual intervertion.
           
         
        
          3065 [22:44:49] <wedgie> don't think there any locally
            installed packages. java8 from backports, plus elastic stack stuff
            from the elastic.co repos
           
         
        
          3066 [22:45:20] *** Joins: edderf (~edderf@replaced-ip )
           
         
        
          3067 [22:45:34] *** Dracunos is now known as noyes
           
         
        
          3068 [22:48:24] <wedgie> greycat: says ca-certificates-java is
            already newest version
           
         
        
          3069 [22:48:30] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          3070 [22:48:51] *** Quits: jwd (~jwd@replaced-ip ) ()
           
         
        
          3071 [22:48:58] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          3072 [22:49:22] <tomcres> wedgie did you specify -t
            jessie-backports?
           
         
        
          3073 [22:49:47] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: 'Goodbye')
           
         
        
          3074 [22:49:51] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
           
         
        
          3075 [22:50:10] <wedgie> tomcres: no. Doing that seems to have
            done the trick :) Thanks!
           
         
        
          3076 [22:50:39] *** Joins: wonderworld (~ww@replaced-ip )
           
         
        
          3077 [22:50:46] <tomcres> :-)  
         
        
          3078 [22:50:54] *** Joins: lethu (~lethu@replaced-ip )
           
         
        
          3079 [22:51:04] *** Joins: nodauf (~florian@replaced-ip )
           
         
        
          3080 [22:51:57] *** Quits: benklop (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          3081 [22:51:58] *** Quits: Toordog- (~toordog@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          3082 [22:52:47] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (Quit: Leaving.)
           
         
        
          3083 [22:53:13] *** Joins: benklop (~quassel@replaced-ip )
           
         
        
          3084 [22:53:44] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          3085 [22:54:06] *** Joins: beatdown (beatdown@replaced-ip )
           
         
        
          3086 [22:54:31] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Leaving)
           
         
        
          3087 [22:54:37] *** Quits: discensa (discensa@replaced-ip ) (Quit: Leaving)
           
         
        
          3088 [22:55:25] *** Joins: JohnA1 (~John@replaced-ip )
           
         
        
          3089 [22:57:22] *** Quits: WayToDoor (~milk.bott@autresservs.api-d.com)
            (Quit: Textual IRC Client:
            replaced-url 
           
         
        
          3090 [22:57:28] *** Joins: mrprole (~androirc@replaced-ip )
           
         
        
          3091 [22:57:38] *** Joins: PHPanos (~textual@replaced-ip )
           
         
        
          3092 [22:59:11] <Cueball> Can anyone recommend some CD Ripping
            software? Would like to convert some CD's to flac and mp3. I
            know I could probably download them but I have the CD's here so
            would rather do it myself.
           
         
        
          3093 [22:59:23] <greycat> I use abcde  
         
        
          3094 [22:59:37] <greycat> (with cdparanoia doing the actual
            ripping, and vorbis-tools for encoding to ogg vorbis)
           
         
        
          3095 [22:59:37] *** Joins: mniip (mniip@replaced-ip )
           
         
        
          3096 [23:00:04] <tomcres> I use asunder  
         
        
          3097 [23:00:09] *** Joins: totonika (~toto@replaced-ip )
           
         
        
          3098 [23:01:19] <Cueball> Thanks greycat and tomcres Will check
            those out.
           
         
        
          3099 [23:01:55] *** Joins: Texou (~Texou@replaced-ip )
           
         
        
          3100 [23:02:37] <greycat> If you want MP3 output files, I would
            use lame as the encoder.
           
         
        
          3101 [23:02:58] *** Quits: Smither (~Smither@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          3102 [23:03:05] *** Quits: Olufunmilayo (~Olufunmil@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          3103 [23:03:08] *** Joins: Dante (~dante@replaced-ip )
           
         
        
          3104 [23:03:12] *** Quits: mrprole (~androirc@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          3105 [23:04:39] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3106 [23:04:45] *** Joins: Smither (~Smither@replaced-ip )
           
         
        
          3107 [23:06:23] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 252 seconds)
           
         
        
          3108 [23:07:04] *** Quits: ledufakademy (~ledufakad@replaced-ip ) (Quit: WeeChat 1.6)
           
         
        
          3109 [23:07:37] *** Quits: KingsQuest (~quassel@replaced-ip ) (Remote host closed the connection)
           
         
        
          3110 [23:08:04] *** Quits: treegor (~gary@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3111 [23:09:01] *** Quits: shewp (~z@replaced-ip ) ()
           
         
        
          3112 [23:10:18] *** Quits: disi (~quassel@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          3113 [23:10:28] *** Joins: Attoy_ (~attoy@replaced-ip )
           
         
        
          3114 [23:10:32] *** Joins: Chinesium (~Chinesium@replaced-ip )
           
         
        
          3115 [23:10:40] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: This time the bullet cold rocked ya / A yellow ribbon
            instead of a swastika)
           
         
        
          3116 [23:10:43] *** Quits: Raineer (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
           
         
        
          3117 [23:11:42] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
           
         
        
          3118 [23:12:06] *** Joins: beencubed (~beencubed@replaced-ip )
           
         
        
          3119 [23:12:14] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
           
         
        
          3120 [23:12:40] *** Quits: Attoy (~attoy@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3121 [23:12:41] *** Attoy_ is now known as Attoy
           
         
        
          3122 [23:12:53] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
           
         
        
          3123 [23:13:01] *** Quits: LotharKAtt (~LotharKAt@replaced-ip ) (Quit: Leaving)
           
         
        
          3124 [23:13:01] *** Joins: ltem (~panta@replaced-ip )
           
         
        
          3125 [23:13:37] *** Joins: dArK_IcE (~lawl@replaced-ip )
           
         
        
          3126 [23:14:49] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
           
         
        
          3127 [23:15:57] *** Joins: macartur (~macartur@replaced-ip )
           
         
        
          3128 [23:16:05] *** Quits: macartur (~macartur@replaced-ip ) (Remote host closed the connection)
           
         
        
          3129 [23:16:14] *** Quits: biberu (~biberu@replaced-ip ) ()
           
         
        
          3130 [23:16:45] *** Joins: disi (~quassel@replaced-ip )
           
         
        
          3131 [23:18:01] *** debhelper sets mode: +l 1736
           
         
        
          3132 [23:18:10] *** Joins: Olufunmilayo (~Olufunmil@replaced-ip )
           
         
        
          3133 [23:18:10] *** Quits: RebelCoder (~Yuriy@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3134 [23:18:43] *** Quits: OMSQ (~OMSQ@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url 
           
         
        
          3135 [23:18:48] *** Joins: ambient (~ambient@replaced-ip )
           
         
        
          3136 [23:19:15] *** Joins: pos (~pos@replaced-ip )
           
         
        
          3137 [23:19:17] *** Joins: miczac (~miczac@replaced-ip )
           
         
        
          3138 [23:19:23] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          3139 [23:19:42] <ambient> Hello, should I be concerned about this,
            do I need and can I get this firmware?
           
         
        
          3140 [23:19:44] <ambient>
            replaced-url 
           
         
        
          3141 [23:21:25] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
           
         
        
          3142 [23:21:54] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          3143 [23:21:57] *** Joins: treegor (~gary@replaced-ip )
           
         
        
          3144 [23:23:56] *** Quits: stripe (~stripe@replaced-ip ) (Quit: Leaving)
           
         
        
          3145 [23:25:17] *** Quits: miczac (~miczac@replaced-ip ) (Remote host closed the connection)
           
         
        
          3146 [23:25:28] *** Joins: squigz1 (~squigz@replaced-ip )
           
         
        
          3147 [23:25:36] <SuperTramp83> ambient,
            replaced-url 
           
         
        
          3148 [23:25:42] *** Quits: dArK_IcE (~lawl@replaced-ip ) (Ping timeout: 260 seconds)
           
         
        
          3149 [23:25:52] *** Joins: dArK_IcE (~lawl@replaced-ip )
           
         
        
          3150 [23:26:09] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3151 [23:26:32] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          3152 [23:26:37] *** Quits: Colti (Miramar-FL@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3153 [23:26:46] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3154 [23:27:04] <squigz1> X crashes whenever I try to launch a
            video. The x-window-manager process is also using 20TB of virtual
            memory. I'm on Debian 8, using the opensource graphics drivers
           
         
        
          3155 [23:27:10] *** squigz1 is now known as squigz
           
         
        
          3156 [23:27:43] *** Quits: jmpzer0 (~joel@replaced-ip ) (Quit: Leaving)
           
         
        
          3157 [23:28:00] <ambient> SuperTramp83, Thanks, I see the driver
            is no big deal.
           
         
        
          3158 [23:28:00] <teraflops> 20TB of virtual memory!?!?
           
         
        
          3159 [23:28:01] *** Dante is now known as Muadabi
           
         
        
          3160 [23:28:28] <squigz> teraflops: squigz 1493 0.0 6.3
            21475042400 249364 tty1 S Jan25 3:45 \_ x-window-manager -a
            --restart /run/user/1000/i3/restart-state.1493
           
         
        
          3161 [23:28:56] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
           
         
        
          3162 [23:28:57] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          3163 [23:29:01] <tomcres> squigz what video hardware?
           
         
        
          3164 [23:29:24] <squigz> tomcres: An AMD HD 7770
           
         
        
          3165 [23:29:43] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
           
         
        
          3166 [23:30:04] <SuperTramp83> ambient, exactly, yw!
           
         
        
          3167 [23:30:18] *** Quits: VLife390VL (~devas@replaced-ip ) (Changing host)
           
         
        
          3168 [23:30:19] *** Joins: VLife390VL (~devas@replaced-ip )
           
         
        
          3169 [23:30:20] *** VLife390VL is now known as Devastator
           
         
        
          3170 [23:31:40] *** Quits: dadinn (~you-user-@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3171 [23:32:34] *** noyes is now known as Dracunos
           
         
        
          3172 [23:32:49] *** Quits: dArK_IcE (~lawl@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3173 [23:33:07] <squigz> Is there any easy way to re-install X and
            all the components?
           
         
        
          3174 [23:33:12] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
           
         
        
          3175 [23:33:16] <squigz> I've had troubles doing that in the
            past, I've found it easier simply to reinstall Debian :P
           
         
        
          3176 [23:33:32] *** Joins: dArK_IcE (~lawl@replaced-ip )
           
         
        
          3177 [23:34:02] <tomcres> honestly, I've had problems with
            radeonsi and jessie. I found it easier just to use the fglrx driver.
           
         
        
          3178 [23:34:26] *** Joins: denisk (~denisk@replaced-ip )
           
         
        
          3179 [23:34:48] *** Joins: LifeFrame (~smica@replaced-ip )
           
         
        
          3180 [23:35:04] <squigz> I gave up on the proprietary driver :P
           
         
        
          3181 [23:35:07] *** Quits: ompaul (~ompaul@replaced-ip ) (Quit: and zebedee said its time for other stuff)
           
         
        
          3182 [23:35:17] <squigz> I forget all the reasons, but I remember
            one was it was hard to setup my 3 monitors
           
         
        
          3183 [23:35:25] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          3184 [23:35:43] <tomcres> have you tried using the updated kernel
            and drivers from jessie-backports?
           
         
        
          3185 [23:35:44] *** Joins: fealy (~fiel@replaced-ip )
           
         
        
          3186 [23:35:50] <squigz> No  
         
        
          3187 [23:36:05] <squigz> I'll try that
           
         
        
          3188 [23:36:08] <squigz> but how?  
         
        
          3189 [23:36:09] *** Joins: murphy42 (~murphy@replaced-ip )
           
         
        
          3190 [23:36:17] <tomcres> !jessie-backports
           
         
        
          3191 [23:36:18] <dpkg> Selected packages intended for the Debian 9
            "Stretch" release but recompiled for use with
            "Jessie" (8.x) can be found in the
            "jessie-backports" repository. Note that jessie-backports
            are on the regular mirror network, not on backports.debian.org. A
            suitable line for your sources.list is «deb
            replaced-url 
           
         
        
          3192 [23:36:24] *** Quits: murphy (~murphy@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3193 [23:36:59] <tomcres> what it says, but add "contrib
            non-free" to the end as you'll probably also want the
            latest firmware-linux-nonfree from backports, too
           
         
        
          3194 [23:37:16] *** Quits: NightMonkey (~NightMonk@replaced-ip##) (Quit: ZNC - ##replaced-url 
           
         
        
          3195 [23:37:21] <squigz> I have 100 upgrades to get. Can I enable
            backports and then update and upgrade?
           
         
        
          3196 [23:38:05] <Brigo> squigz, yes  
         
        
          3197 [23:38:20] <squigz> Oh I already have the main contrib and
            non-free backport sources
           
         
        
          3198 [23:38:27] <squigz> Sorry about that  
         
        
          3199 [23:38:27] <TomTomTo1> you really don't want to upgrade
            with backports pinned high.
           
         
        
          3200 [23:38:42] <tomcres> once you add that to
            /etc/apt/sources.list, do apt update, then you can apt -t
            jessie-backports linux-image-amd64 xserver-xorg-video-amdgpu
            firmware-linux-nonfree
           
         
        
          3201 [23:39:05] <tomcres> oops... apt -t jessie-backports install
            ...
           
         
        
          3202 [23:39:05] *** Joins: Colti (Miramar-FL@replaced-ip )
           
         
        
          3203 [23:39:07] <squigz> tomcres: I already had the backports
            added, i didn't remember though
           
         
        
          3204 [23:39:13] <squigz> Do I just do the apt install?
           
         
        
          3205 [23:39:27] <tomcres> yes  
         
        
          3206 [23:39:28] *** Quits: fealscience (~fiel@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3207 [23:39:35] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3208 [23:40:10] <squigz> Alright, things are about to happen
           
         
        
          3209 [23:40:12] <squigz> Reboot after?  
         
        
          3210 [23:40:32] <tomcres> yes  
         
        
          3211 [23:40:37] <squigz> cool, wish me luck
           
         
        
          3212 [23:40:42] *** Joins: jak2017 (~jak2000@replaced-ip )
           
         
        
          3213 [23:40:45] <tomcres> doesn't hurt to cross fingers
            either :-)
           
         
        
          3214 [23:40:52] *** Joins: Kafei (~Kafei@replaced-ip )
           
         
        
          3215 [23:41:30] *** Quits: ambient (~ambient@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3216 [23:41:55] *** Quits: _Hez (~hez@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3217 [23:42:08] <squigz> I was using kernel 3.16 I think, new one
            is 4.9
           
         
        
          3218 [23:42:10] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
           
         
        
          3219 [23:42:13] <squigz> That's pretty old
           
         
        
          3220 [23:42:21] <squigz> Time to reboot, brb
           
         
        
          3221 [23:42:23] *** Quits: squigz (~squigz@replaced-ip ) (Quit: WeeChat 1.0.1)
           
         
        
          3222 [23:43:18] *** Joins: Colti (Miramar-FL@replaced-ip )
           
         
        
          3223 [23:43:34] *** Quits: jak2000 (~jak2000@replaced-ip ) (Ping timeout: 264 seconds)
           
         
        
          3224 [23:43:42] *** Joins: squigz (~squigz@replaced-ip )
           
         
        
          3225 [23:43:45] *** Joins: jak2000 (~jak2000@replaced-ip )
           
         
        
          3226 [23:43:50] <squigz> x-window-manager is still reporting 20TB
           
         
        
          3227 [23:43:55] <squigz> I'd rather not try and launch a
            video
           
         
        
          3228 [23:44:28] <tomcres> did you also install
            xserver-xorg-video-amdgpu and firmware-linux-nonfree from
            jessie-backports?
           
         
        
          3229 [23:44:31] *** Quits: dtcrshr (~datacrush@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3230 [23:44:48] *** Quits: jak2017 (~jak2000@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3231 [23:44:48] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3232 [23:44:52] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Ping timeout: 245 seconds)
           
         
        
          3233 [23:44:54] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3234 [23:44:55] *** Quits: tugrik (~username@replaced-ip ) (Ping timeout: 246 seconds)
           
         
        
          3235 [23:45:24] <squigz> If that was in the list of packages you
            sent me, yes
           
         
        
          3236 [23:45:30] <Atm0spher1c> I just formatted a usb as both ext4
            and then ext2. When attempting to mount on another machine I keep
            getting mount: unknown filesystem type 'ext2'. Could I be
            missing a package or something?
           
         
        
          3237 [23:45:44] <tomcres> OK, which window manager/desktop
            environment are you running?
           
         
        
          3238 [23:45:48] <squigz> tomcres: i3  
         
        
          3239 [23:46:02] <squigz> Mmm. I am running i3-gaps, a fork
           
         
        
          3240 [23:46:05] <squigz> I'll try i3  
         
        
          3241 [23:46:11] <tomcres> shoot, that shouldn't require
            anything NEAR 20 terabytes lol
           
         
        
          3242 [23:46:26] *** Joins: miczac (~miczac@replaced-ip )
           
         
        
          3243 [23:46:34] <squigz> Of course  
         
        
          3244 [23:46:42] <squigz> And it's constantly at 20TB, even
            immediatley after launching
           
         
        
          3245 [23:47:20] *** Joins: sharky (~sharky@replaced-ip )
           
         
        
          3246 [23:47:27] <squigz> Okay it's a problem with i3-gaps
           
         
        
          3247 [23:47:34] <squigz> I just switched back to normal i3 and
            it's fine
           
         
        
          3248 [23:47:49] *** Joins: gigetoo (~gigetoo@replaced-ip )
           
         
        
          3249 [23:47:50] <tomcres> could be a memory leak in the i3-gaps
            code
           
         
        
          3250 [23:47:51] *** Quits: sharky (~sharky@replaced-ip ) (Remote host closed the connection)
           
         
        
          3251 [23:48:01] *** debhelper sets mode: +l 1728
           
         
        
          3252 [23:48:02] <squigz> That's a pretty bad leak :P
           
         
        
          3253 [23:48:08] *** Quits: justcar (~jcarroll@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3254 [23:48:16] <squigz> tomcres: thanks for the help :)
           
         
        
          3255 [23:48:26] *** Quits: fealy (~fiel@replaced-ip ) (Quit: Leaving)
           
         
        
          3256 [23:48:29] *** Joins: Throdne (~Throdne@replaced-ip )
           
         
        
          3257 [23:48:30] *** Quits: Throdne (~Throdne@replaced-ip ) (Max SendQ exceeded)
           
         
        
          3258 [23:48:31] <tomcres> no prob. at least you have an up-to-date
            graphics stack anyway.
           
         
        
          3259 [23:48:34] <squigz> lol yeah  
         
        
          3260 [23:48:37] <Atm0spher1c> that's too bad, I was planning
            to build i3-gaps
           
         
        
          3261 [23:48:53] <squigz> Atm0spher1c: it's an old build, it
            could be updated by now
           
         
        
          3262 [23:49:00] *** Joins: Throdne (~Throdne@replaced-ip )
           
         
        
          3263 [23:49:09] <squigz> I'd give it a shot, the features are
            nice
           
         
        
          3264 [23:49:32] *** Parts: sveva65 (~sverre@replaced-ip )
           
         
        
          3265 [23:49:34] <Iridos> you have 20TB ram?
           
         
        
          3266 [23:49:41] <squigz> No  
         
        
          3267 [23:50:12] <tw> vss is not actually real, it's just what
            it requested.
           
         
        
          3268 [23:51:03] <squigz> Why would that cause crashes when I try
            to launch videos?
           
         
        
          3269 [23:51:03] <Iridos> maybe just a peek into the future…
           
         
        
          3270 [23:51:09] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
           
         
        
          3271 [23:51:52] <teraflops> Iridos: nah  
         
        
          3272 [23:52:09] *** Joins: peter_hcql (~Mutter@replaced-ip )
           
         
        
          3273 [23:52:16] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 256 seconds)
           
         
        
          3274 [23:52:24] <Iridos> you just wait… the time will come
            when 20TB ram for a window manager will be seen as reasonable
           
         
        
          3275 [23:52:27] <tomcres> i dunno. maybe it's messing up the
            window manager's memory map and it's having trouble
            allocating RAM
           
         
        
          3276 [23:52:45] <squigz> Iridos: A couple TB, maybe :P
           
         
        
          3277 [23:52:58] *** Joins: f10 (~flo@replaced-ip )
           
         
        
          3278 [23:53:00] <tomcres> iridos a tiling window manager at that!
           
         
        
          3279 [23:53:05] <Iridos> :D  
         
        
          3280 [23:53:07] <squigz> hah, apparently  
         
        
          3281 [23:53:21] *** Quits: miczac (~miczac@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          3282 [23:53:49] <Iridos> just remember that everything used to fit
            in to 640K… and into 64K shortly before that 25ish years
            ago… and where we are now
           
         
        
          3283 [23:53:56] <teraflops> bah if you run i3gaps you deserve all
            evil :D
           
         
        
          3284 [23:54:17] *** Quits: Smither (~Smither@replaced-ip##) (Quit: ZNC 1.7.x-nightly-20161227-e7b9ab27 -
              ##replaced-url 
           
         
        
          3285 [23:54:18] <squigz> teraflops: rude :P
           
         
        
          3286 [23:54:25] <tomcres> my first computer had 2K of RAM
           
         
        
          3287 [23:54:26] <squigz> It works for my specific use case
           
         
        
          3288 [23:54:30] * TomTomTo1 boos teraflops off the stage
           
         
        
          3289 [23:54:33] <squigz> I have trouble seeing the outer edges of
            my monitors
           
         
        
          3290 [23:54:48] <teraflops> sorry but whats the point of having
            gaps in a tilling wm…
           
         
        
          3291 [23:55:00] <squigz> Outer gaps, for me
           
         
        
          3292 [23:55:00] *** Joins: oxiih (~oxiih@replaced-ip )
           
         
        
          3293 [23:55:04] *** Quits: peter_hcql (~Mutter@replaced-ip ) (Client Quit)
           
         
        
          3294 [23:55:05] <squigz> inner gaps are stupid
           
         
        
          3295 [23:55:51] *** Joins: lethu_ (~lethu@replaced-ip )
           
         
        
          3296 [23:56:08] *** Quits: lethu (~lethu@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3297 [23:56:10] *** Quits: oxiih (~oxiih@replaced-ip ) (Max SendQ exceeded)
           
         
        
          3298 [23:56:26] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 276 seconds)
           
         
        
          3299 [23:56:30] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
           
         
        
          3300 [23:56:32] *** Joins: tugrik (~username@replaced-ip )
           
         
        
          3301 [23:56:40] *** Quits: dArK_IcE (~lawl@replaced-ip ) (Ping timeout: 255 seconds)
           
         
        
          3302 [23:56:44] <Atm0spher1c> any idea on this lame error - mount:
            unknown filesystem type 'ext2'
           
         
        
          3303 [23:56:47] *** lethu_ is now known as lethu
           
         
        
          3304 [23:56:57] *** Joins: dArK_IcE (~lawl@replaced-ip )
           
         
        
          3305 [23:57:01] <TomTomTo1> i3 has borders and a bar at the top of
            windows too.
           
         
        
          3306 [23:57:10] *** Quits: wilbert (~wilbert@replaced-ip ) (Ping timeout: 240 seconds)
           
         
        
          3307 [23:57:15] *** Quits: wtkp (~wtkp@replaced-ip ) (Read error: Connection reset by peer)
           
         
        
          3308 [23:57:29] <Atm0spher1c> those can be hidden
           
         
        
          3309 [23:57:30] *** Quits: ltem (~panta@replaced-ip ) (Quit: Leaving)
           
         
        
          3310 [23:57:36] *** Joins: Smither (~Smither@replaced-ip )
           
         
        
          3311 [23:57:37] *** Joins: wtkp (~wtkp@replaced-ip )
           
         
        
          3312 [23:57:45] <squigz> I have 1px borders and actually 2 status
            bars
           
         
        
          3313 [23:57:50] *** Joins: stripe (~stripe@replaced-ip )
           
         
        
          3314 [23:57:54] <squigz> 1 on top for time and date, workspace
            list, and system tray
           
         
        
          3315 [23:58:00] *** debhelper sets mode: +l 1722
           
         
        
          3316 [23:58:02] <squigz> Bottom is blank, but used for scrolling
            between workspaces
           
         
        
          3317 [23:58:09] *** Quits: peterS (peters@replaced-ip ) (Ping timeout: 248 seconds)
           
         
        
          3318 [23:59:29] <teraflops> squigz: anyway where does it say is
            using 20 TB here? squigz 1493 0.0 6.3 21475042400 249364 tty1 S
            Jan25 3:45 \_ x-window-manager -a --restart
           
         
        
          3319 [23:59:40] <squigz> 21475042400  
         
        
          3320 [23:59:45] <teraflops> ugh nope  
         
        
          3321 [23:59:53] *** Quits: _foldLeft (~foldleft@replaced-ip ) (Remote host closed the connection)
           
         
        
          3322 [23:59:58] <squigz> Htop also says '20.0T'
           
         
        
          ↑ top 
       
     
    
      
     
    
      
        context: nick names on moving displays as market values 
        #debian Freenode IRC channel closed on 2021-06-01 
        
          
            contact: a @ her0. be