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:06] *** Joins: de-facto (~de-facto@replaced-ip )
1 [00:00:43] <awwal> starting to be lost calebwill :P
2 [00:00:49] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 252 seconds)
3 [00:01:17] *** Quits: liny01 (~liny01@replaced-ip ) (Ping timeout: 250 seconds)
4 [00:01:34] *** Quits: rrehbein (~rrehbein@replaced-ip ) (Quit: Leaving)
5 [00:01:34] <de-facto> is there an easy way to clone one
jessie vps to another vps? i thought about installing the target,
then boot from an emergency cd, nuke the fs and rsync the source
over that partition, would that work when i adjust just the uuids in
fstab?
6 [00:01:38] *** Quits: cach (~CACH@replaced-ip ) (Quit: Saindo)
7 [00:01:39] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
8 [00:01:52] *** Joins: NaStYdoG (NaStYdoG@replaced-ip )
9 [00:02:21] <awwal> so if i run systemctl set-default
multi-user.target only the multi-user.target services will be loaded
and not the graphical ones? calebwill
10 [00:02:37] *** Joins: ScutulatIum (~scutulati@replaced-ip )
11 [00:03:15] <calebwill> awwal: yes, targets are a little like
runlevels. if the default target is multi-user.target on boot
systemd will only start what multi-user.target depends on.
12 [00:03:32] <calebwill> awwal: this still doesn't answer
why "systemctl mask lightdm" did not actually mask the
service
13 [00:04:02] *** Joins: Aorious (~prakash@replaced-ip )
14 [00:04:14] <awwal> calebwill, no idea
15 [00:05:31] <awwal> so I have to compare the 2 list multi user
and graphical targets and find if i set multi user as default?
calebwill
16 [00:05:49] <calebwill> awwal: the only way i get reproduce
that (using different service) is to mask the service while it is
still running
17 [00:05:49] *** Quits: le_grisha (~kem@replaced-ip ) (Quit: leaving)
18 [00:05:50] *** Joins: Meow-J (uid69628@replaced-ip )
19 [00:05:51] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
20 [00:06:16] <calebwill> awwal: you don't have to..
i'm saying look at the output of those commands to understand
what each target will load
21 [00:06:24] *** Joins: mutante (mutante@replaced-ip )
22 [00:06:58] <awwal> calebwill, ok,
23 [00:07:03] *** Quits: Ryushin (~Ryushin@replaced-ip ) (Ping timeout: 276 seconds)
24 [00:07:10] <mutante> just upgrade an iceweasel on stretch and
..bam i have Firefox again. after 10 years , and it almost feels
wrong now, haha, but congrats to Mozilla agreement
25 [00:07:26] <mutante> was surprised by it.. wtf its firefox :)
26 [00:07:35] *** Quits: SlaGTaTs (~bilbo@replaced-ip ) (Remote host closed the connection)
27 [00:07:39] <awwal> I dont execute commands just bcoz of
executing them, calebwill :P
28 [00:07:58] <awwal> calebwill, ok, going to mask lightdm while
is running now
29 [00:08:35] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 258 seconds)
30 [00:09:04] <awwal> calebwill, disable then mask or just mask?
or it doesnt matter?
31 [00:09:18] <awwal> mask will disable anyway, eh?
32 [00:10:08] <awwal> i mean mask = disable+mask, eh
33 [00:10:12] <awwal> ?
34 [00:10:19] <calebwill> awwal: you need to use mask because
the lightdm.service is missing an [Install] section. systemd is not
supposed to load masked units (which are links to /dev/null)
35 [00:10:22] *** Quits: ne0h|nihilist (~ne0h@replaced-ip ) (Quit: leaving)
36 [00:10:25] *** Quits: PlasmaStar (Plasma@replaced-ip ) (Ping timeout: 260 seconds)
37 [00:11:11] <calebwill> awwal: disable is unnecessary when you
mask something
38 [00:11:25] <awwal> calebwill, ok I just masked
lightdm.service but no output :P
39 [00:12:17] <awwal> rebooting and see...
40 [00:12:22] <calher> Is Firefox GNU FSDG-compliant now?
41 [00:12:54] *** Quits: kottenp (~root@replaced-ip ) (Ping timeout: 276 seconds)
42 [00:12:58] *** Quits: ddoo (~ircap@replaced-ip ) (Quit: Me'n vaig)
43 [00:12:58] *** Quits: kwaku (~kwaku@replaced-ip ) (Remote host closed the connection)
44 [00:13:08] *** Joins: kottenp (~root@replaced-ip )
45 [00:13:51] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
46 [00:13:58] <awwal> calebwill, no chance :P lightdm still
loaded
47 [00:14:48] *** Parts: Guest67 (~textual@replaced-ip )
48 [00:14:55] <awwal> what is the install section exactly?
49 [00:15:00] *** Quits: tor (~tor@replaced-ip ) (Quit: Ex-Chat)
50 [00:15:13] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
51 [00:15:16] *** Joins: THX1138 (~Zzyzx@replaced-ip )
52 [00:15:49] *** Joins: jo34 (~jo342@replaced-ip )
53 [00:15:51] *** Joins: Xzn (~Xzn@replaced-ip )
54 [00:16:20] *** Joins: nyrk (~nyrk@replaced-ip )
55 [00:16:28] <calebwill> awwal: it's covered in the
systemd.unit man page. "systemctl status lightdm" still
says "Loaded: loaded (/lib/systemd/system/lightdm.service;
masked)" and /etc/systemd/system/lightdm.service is still a
symlink to /dev/null?
56 [00:16:43] *** Joins: PlasmaStar (Plasma@replaced-ip )
57 [00:16:47] <nyrk> hi, can someone point me to : how to have
debian jessie boot from partition bootloader ?
58 [00:17:15] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
59 [00:17:38] <nyrk> in debian 7 we used extlinux, it was fine,
but there's less than no support in jessie, and grub seems to
be unable to install itself in partition, so any help ?
60 [00:17:39] <awwal> calebwill, yes
replaced-url
61 [00:18:00] *** debhelper sets mode: +l 1691
62 [00:18:10] <calebwill> awwal: what happens if you
"systemctl stop lightdm"?
63 [00:18:47] <awwal> calebwill, let me logout from X and check
64 [00:19:16] *** Quits: edgrey (~edgrey@replaced-ip ) (Read error: Connection reset by peer)
65 [00:19:20] *** Joins: AlexLikeRock (~alex@replaced-ip )
66 [00:19:34] *** Joins: edgrey (~edgrey@replaced-ip )
67 [00:19:35] *** Quits: Xzn (~Xzn@replaced-ip ) (Remote host closed the connection)
68 [00:20:25] *** Quits: patterson (~patterson@replaced-ip ) (Read error: Connection reset by peer)
69 [00:20:37] *** Quits: mazert (~mazert@replaced-ip ) (Quit: /msg NickServ identify 113446779446113)
70 [00:22:09] *** Joins: Rurd2di (~atom@replaced-ip )
71 [00:22:09] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
72 [00:22:15] *** Joins: Nunm (~Nunm@replaced-ip )
73 [00:22:42] <awwal> calebwill, ok, logged out from X and
started X with startx in tty1 the stoped lightdm
74 [00:22:48] *** Joins: ScutulatIum (~scutulati@replaced-ip )
75 [00:22:54] *** Quits: keltim (~keltim@replaced-ip ) (Ping timeout: 246 seconds)
76 [00:22:56] <awwal> lightdm is stoped fine
77 [00:23:00] *** Quits: galex-713 (~galex-713@replaced-ip ) (Ping timeout: 244 seconds)
78 [00:23:16] *** Joins: hyfrehyfre (~hyfrehyfr@replaced-ip )
79 [00:24:02] *** Quits: edgrey (~edgrey@replaced-ip ) (Ping timeout: 244 seconds)
80 [00:24:04] <calebwill> awwal: what does the status say?
81 [00:24:35] *** Joins: galex|713 (~galex-713@replaced-ip )
82 [00:25:00] <awwal> paste.debian.net/735968
83 [00:25:05] <awwal> calebwill
84 [00:25:22] <calebwill> awwal: also "systemctl start
lightdm" should say "Failed to start lightdm.service: Unit
lightdm.service is masked."
85 [00:25:36] *** Quits: Guest22584 (~rage@replaced-ip ) (Read error: Connection reset by peer)
86 [00:25:44] <awwal> let me try :P
87 [00:26:07] <calebwill> awwal: you're using systemd 215
right?
88 [00:27:39] *** Quits: jo34 (~jo342@replaced-ip ) (Ping timeout: 244 seconds)
89 [00:27:47] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
90 [00:28:00] *** Parts: hpardis (~homan@replaced-ip )
91 [00:29:26] <awwal> calebwill, lightdm is started just fine :P
replaced-url
92 [00:30:15] *** Quits: biberu (~biberu@replaced-ip ) (Read error: Connection reset by peer)
93 [00:31:08] <awwal> now i have to X sessions. fvwm started
with startx and running in tty1, and another session of fvwm running
in tty7 started by lightdm :D
94 [00:31:24] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
95 [00:31:59] *** Quits: Aorious (~prakash@replaced-ip ) (Quit: Aorious)
96 [00:32:34] <awwal> calebwill, so masked havent did it's
job, seems
97 [00:32:58] *** Quits: owl0 (~owl@replaced-ip ) (Quit: Leaving.)
98 [00:33:07] <awwal> "mask" havent did its job ^
99 [00:33:47] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 250 seconds)
100 [00:33:57] *** Quits: zaz (~zaz@replaced-ip ) (Quit: Leaving)
101 [00:34:05] <calebwill> awwal: something is fishy. A masked
service for me shows " Loaded: masked (/dev/null)", but
for you it shows a path to the unit in /lib, with a status masked
102 [00:34:16] <linuxthefish> very fishy
103 [00:34:33] <awwal> If systemctl has masked it really, I
souldn't be able to start it regarding what man says. I dont
get output when executing systemctl mask lightdm.service . something
is missing here :P
104 [00:34:35] *** Joins: owl0 (~owl@replaced-ip )
105 [00:35:15] *** Joins: dethos (~dethos@replaced-ip )
106 [00:35:27] *** Joins: mekeor (~user@replaced-ip )
107 [00:35:53] *** Quits: dethos (~dethos@replaced-ip ) (Client Quit)
108 [00:36:14] <awwal> No clue what happens exactly
109 [00:36:15] *** Quits: AlexLikeRock (~alex@replaced-ip ) (Read error: Connection reset by peer)
110 [00:36:32] <awwal> dpkg can do something in this case?
111 [00:36:34] <dpkg> awwal: KCI error, or a problem with the
Keyboard-Chair Interface.
112 [00:36:38] *** Joins: jubo2 (~juboxi@replaced-ip )
113 [00:36:44] *** Joins: dethos (~dethos@replaced-ip )
114 [00:36:45] <calebwill> awwal: is it creating the symlink in
/etc/systemd/system/lightdm.service?
115 [00:36:57] *** Quits: NaStYdoG (NaStYdoG@replaced-ip ) (Ping timeout: 244 seconds)
116 [00:37:27] <awwal> calebwill, who and when?
117 [00:37:29] *** Joins: cliluw (~cliluw@replaced-ip )
118 [00:37:39] *** Quits: msb (~msb@replaced-ip ) (Quit: ENOENT)
119 [00:37:51] <awwal> systemctl when enabling?
120 [00:38:00] *** debhelper sets mode: +l 1684
121 [00:38:27] <awwal> ok, got you now
122 [00:38:30] <awwal> let me check
123 [00:38:32] <calebwill> awwal: "systemctl mask ..."
should create /etc/systemd/system/lightdm.service which is a symlink
to /dev/null
124 [00:38:35] <calebwill> does that happen?
125 [00:38:39] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 246 seconds)
126 [00:39:37] <awwal> as I told you, I dont get output when I
execute systemctl mask lightdm.service but let me ls etc systemd
system
127 [00:39:39] *** emma|offline is now known as emma-
128 [00:39:43] *** Joins: gigetoo (~gigetoo@replaced-ip )
129 [00:40:25] *** Joins: Attoy_ (~attoy@replaced-ip )
130 [00:41:01] <awwal> calebwill, i see lightdm.service there
replaced-url
131 [00:41:02] *** Joins: amcorreia (~amcorreia@replaced-ip )
132 [00:41:57] *** Quits: hyfrehyfre (~hyfrehyfr@replaced-ip ) (Quit: Leaving)
133 [00:42:02] <calebwill> awwal: you need to use ls -l to see
what the symlink points to.
134 [00:42:54] *** Quits: Attoy (~attoy@replaced-ip ) (Ping timeout: 250 seconds)
135 [00:42:55] *** Attoy_ is now known as Attoy
136 [00:43:22] <awwal> calebwill , same as what I pasted before
"lrwxrwxrwx 1 root root 9 Jun 10 17:29
/etc/systemd/system/lightdm.service -> /dev/null"
137 [00:43:36] *** Joins: mtn (~mtn@replaced-ip )
138 [00:44:06] <calebwill> awwal: i'm going to try and
reproduce this with lightdm in a VM
139 [00:44:20] <awwal> calebwill, ok
140 [00:45:01] <awwal> calebwill, while you do that, I go smoke
one :P brb
141 [00:45:03] *** Joins: msb (~msb@replaced-ip )
142 [00:45:45] *** Quits: f10 (~flo@replaced-ip ) (Read error: Connection reset by peer)
143 [00:46:19] *** Quits: f10_ (~flo@replaced-ip ) (Read error: Connection reset by peer)
144 [00:46:30] *** Joins: f10_ (~flo@replaced-ip )
145 [00:46:34] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
146 [00:46:42] *** Quits: nitefall (~thewellin@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
147 [00:47:06] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 272 seconds)
148 [00:48:19] *** Quits: SuperTramp83 (~gnu@replaced-ip ) (Ping timeout: 244 seconds)
149 [00:48:27] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 246 seconds)
150 [00:48:47] *** Joins: f10 (~flo@replaced-ip )
151 [00:49:18] *** Quits: MrFrood (U2FsdGVkX1@replaced-ip ) (Ping timeout: 276 seconds)
152 [00:50:43] *** Parts: CyberGabber (~CyberGabb@replaced-ip )
153 [00:52:43] *** Joins: BenLue (~BenLue@replaced-ip )
154 [00:52:51] *** Joins: AlexLikeRock (~alex@replaced-ip )
155 [00:53:44] *** Quits: Nunm (~Nunm@replaced-ip ) (Remote host closed the connection)
156 [00:54:29] *** Joins: ScutulatIum (~scutulati@replaced-ip )
157 [00:55:09] *** Parts: soiled (~user@replaced-ip )
158 [00:55:27] *** Quits: jpgepetto (~jean-phil@replaced-ip ) (Quit: Leaving.)
159 [00:56:02] *** Quits: FoolishOwl (U2FsdGVkX1@replaced-ip ) (Ping timeout: 260 seconds)
160 [00:56:15] <awwal> calebwill, reproducible there?
161 [00:57:06] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 276 seconds)
162 [00:57:26] *** Joins: aaro1 (~aaro@replaced-ip )
163 [00:57:44] <calebwill> awwal: the VM is still installing lxde
164 [00:57:47] *** Quits: AlexLikeRock (~alex@replaced-ip ) (Ping timeout: 260 seconds)
165 [00:57:54] *** Joins: FoolishOwl (U2FsdGVkX1@replaced-ip )
166 [00:57:58] *** Quits: Kouki (~Kouki@replaced-ip ) (Read error: Connection reset by peer)
167 [00:58:00] *** debhelper sets mode: +l 1677
168 [00:58:04] *** Quits: enoch85 (~enoch85@replaced-ip##) (Quit: Tech And Me - ZNC server 1.6.3 -
##replaced-url
169 [00:58:23] <awwal> calebwill, ok
170 [00:58:27] *** Joins: nexr (~nexr@replaced-ip )
171 [00:58:27] *** Joins: jo34 (~jo342@replaced-ip )
172 [00:58:35] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: thisisapartmessage)
173 [00:58:41] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Ping timeout: 240 seconds)
174 [00:59:51] *** Quits: bcd (~bcd@replaced-ip ) (Ping timeout: 264 seconds)
175 [01:01:00] <awwal> calebwill, here is task-lxde-desktop, not
only lxde meta pkg. dont know if it matters
176 [01:01:00] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 276 seconds)
177 [01:01:14] *** Joins: yeticry (~yeticry@replaced-ip )
178 [01:01:55] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: Leaving)
179 [01:02:46] <awwal> since that task recommends lightdm |
x-display-manager
180 [01:03:02] *** Quits: LeFnorZ (~FnorZ@replaced-ip ) (Ping timeout: 260 seconds)
181 [01:03:21] *** Joins: bcd (~bcd@replaced-ip )
182 [01:03:44] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Quit: llorephie)
183 [01:03:47] *** Quits: fernie (~jarkko@replaced-ip ) (Ping timeout: 258 seconds)
184 [01:03:48] *** Joins: enoch85 (~enoch85@replaced-ip )
185 [01:03:48] *** Quits: enoch85 (~enoch85@replaced-ip ) (Changing host)
186 [01:03:48] *** Joins: enoch85 (~enoch85@replaced-ip )
187 [01:03:57] <awwal> curious why lightdm is a recommend for
task-lxde-desktop but a dependency for task-xfce-desktop
188 [01:05:29] <calebwill> awwal: so if you run "systemctl
unmask lightdm" does it say Removed symlink
/etc/systemd/system/lightdm.service.?
189 [01:05:39] *** Joins: fernie (~jarkko@replaced-ip )
190 [01:06:55] *** Quits: Almtesh (~Almtesh@replaced-ip ) (Remote host closed the connection)
191 [01:07:22] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 252 seconds)
192 [01:07:47] *** Quits: jo34 (~jo342@replaced-ip ) (Ping timeout: 244 seconds)
193 [01:08:00] *** Joins: SuperTramp83 (~gnu@replaced-ip )
194 [01:08:49] *** Quits: ccl (~ccl@replaced-ip ) (Ping timeout: 244 seconds)
195 [01:09:01] <calebwill> awwal: okay, the VM still loads and
starts lightdm.service even when it is masked
196 [01:09:05] <awwal> calebwill, curious, now I get output
masking and unmasking
replaced-url
197 [01:09:32] *** Joins: ArchNoob (~ArchNoob@replaced-ip )
198 [01:09:37] *** Quits: ocbtec (~ocbtec@replaced-ip ) (Quit: leaving)
199 [01:09:58] <awwal> calebwill, ok, so you have reproduced the
problem
200 [01:10:59] <calebwill> awwal: do you have a
/etc/systemd/system/display-manager.service ?
201 [01:11:37] *** Quits: __COOLGUY (~gnome@replaced-ip ) (Quit: leaving)
202 [01:11:54] <awwal> no that I get output (creating and
removing the symlinks) when i run systemctl mask or unmask
lightdm.service lightdm may not be loaded anymore if I mask it again
and reboot
203 [01:12:24] <awwal> calebwill, let me check
204 [01:12:30] *** Joins: Soul_Eater (~marcelo@replaced-ip )
205 [01:12:30] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Changing host)
206 [01:12:30] *** Joins: Soul_Eater (~marcelo@replaced-ip )
207 [01:12:42] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 276 seconds)
208 [01:13:20] *** Joins: DBZ732838 (~usr@replaced-ip )
209 [01:13:33] *** Joins: spacebison (~bison@replaced-ip )
210 [01:13:56] *** Joins: zelaum (~Jose@replaced-ip )
211 [01:13:58] <calebwill> awwal: aha.. lrwxrwxrwx 1 root root 35
Jun 10 19:13 display-manager.service ->
/lib/systemd/system/lightdm.service
212 [01:14:17] <awwal> calebwill, no, no trace of
display-manager.service in systemd/system
213 [01:14:19] *** Joins: tzica (~tzica@replaced-ip )
214 [01:14:29] *** Quits: nexr (~nexr@replaced-ip ) (Remote host closed the connection)
215 [01:16:03] <awwal> calebwill, the symlink of mask is
effectively created and removed now here only after I masked,
rebooted, stoped and started lightdm
216 [01:16:25] <awwal> you may reproduce that there too
217 [01:16:33] *** Joins: kus (~minot@replaced-ip )
218 [01:17:16] <awwal> going to mask lightdm again, reboot and
see now if its effectively disabled /masked
219 [01:18:36] *** Joins: uld (~uld@replaced-ip )
220 [01:19:12] *** Quits: DBZ732838 (~usr@replaced-ip ) (Ping timeout: 276 seconds)
221 [01:19:38] *** Quits: Nik05 (~Nik05@replaced-ip ) (Remote host closed the connection)
222 [01:19:41] <awwal> after removing the symlink (unmask),
systemctl wont mask anymore :P
223 [01:19:53] <tzica> apache2ctl -S shouldn't show all
vhosts ? including https ?
224 [01:21:27] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 250 seconds)
225 [01:21:33] <calebwill> awwal: it's not clear to me why
the masked service is still starting. have you tried "systemctl
set-default multi-user.target"?
226 [01:21:48] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 276 seconds)
227 [01:22:15] *** Joins: Nik05 (~Nik05@replaced-ip )
228 [01:23:03] <awwal> calebwill, not yet
229 [01:23:11] *** Parts: owl0 (~owl@replaced-ip )
230 [01:23:19] *** Quits: winsen_ (~winsen@replaced-ip ) (Ping timeout: 252 seconds)
231 [01:23:19] *** Quits: winsen (~winsen@replaced-ip ) (Ping timeout: 252 seconds)
232 [01:23:19] *** Quits: B[]rG (~Borg@replaced-ip ) (Remote host closed the connection)
233 [01:23:25] <awwal> trying to mask it again and get systemctl
create the symlink
234 [01:23:40] *** Joins: winsen (~winsen@replaced-ip )
235 [01:24:05] <calebwill> awwal: i think there is something else
starting the unit, but i haven't figured it out.
multi-user.target probably does what you want though
236 [01:24:20] *** Joins: CrackerJack (~show@replaced-ip )
237 [01:24:31] *** Joins: __CoolGuy (~gnome@replaced-ip )
238 [01:24:36] <__CoolGuy> hi
239 [01:25:13] <__CoolGuy> Cannot send to channel. What does it
mean?
240 [01:25:23] <awwal> calebwill, rebooting after masking. then
i'll stop the service and start it again and maybe i'll
get systemctl creating the symlink as before
241 [01:25:44] *** Quits: macrobat (~beep@replaced-ip ) (Quit: bla)
242 [01:25:52] *** Joins: winsen_ (~winsen@replaced-ip )
243 [01:26:08] *** Quits: uld (~uld@replaced-ip ) (Remote host closed the connection)
244 [01:26:29] *** H4ndy is now known as h4ndy
245 [01:26:53] *** Quits: rahulnai (~androirc@replaced-ip ) (Ping timeout: 244 seconds)
246 [01:27:00] *** Quits: j3x (~j3x@replaced-ip ) (Ping timeout: 276 seconds)
247 [01:27:58] <de-facto> what weird units for "G" does
the debian installer use? 2^30 or 10^9 bytes? how can i use 2^30
bytes? this screwed up my install :(
248 [01:28:01] *** debhelper sets mode: +l 1668
249 [01:28:10] *** Joins: j3x (~j3x@replaced-ip )
250 [01:28:54] *** Quits: winsen (~winsen@replaced-ip ) (Ping timeout: 272 seconds)
251 [01:29:35] <de-facto> can i tell the installer for
partitioning the size in bytes instead of those?
252 [01:29:46] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
253 [01:32:36] *** Quits: CrackerJack (~show@replaced-ip ) (Quit: Leaving)
254 [01:33:34] <awwal> calebwill, mask creates the symlink only
if I stop lightdm and start it again, but lightdm still loaded :p
255 [01:33:44] <tomreyn> you can always partition first from a
live cd, then use the installer
256 [01:33:46] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 252 seconds)
257 [01:33:59] <calebwill> awwal: yeah something else we
haven't found is starting lightdm. use the multi-user.target
258 [01:34:22] <de-facto> tomreyn yeah thats what i thought too,
i think i would have to go this route :(
259 [01:34:30] *** Joins: garm (~otho@replaced-ip )
260 [01:34:35] *** Quits: garm (~otho@replaced-ip ) (Client Quit)
261 [01:35:10] *** Joins: ScutulatIum (~scutulati@replaced-ip )
262 [01:35:17] *** Joins: Epakai (~coweater@replaced-ip )
263 [01:35:45] <tomreyn> or use the gparted live cd if you
already installed
264 [01:36:05] *** Joins: Ryushin (user@replaced-ip )
265 [01:36:25] *** Quits: DLmass (~dlmass@replaced-ip ) (Remote host closed the connection)
266 [01:37:35] <de-facto> yeah but why does the debian installer
use such weird (useless) units? for example if i want to have swap
two times physical memory its not possible with this installer...
267 [01:37:40] *** Joins: winsen (~winsen@replaced-ip )
268 [01:38:17] <awwal> calebwill, yes, comparing the multi user
.target and the graphical one...
269 [01:38:22] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Quit: Leaving)
270 [01:38:30] <tomreyn> i'm not saying it does, i just
don't know
271 [01:39:16] *** Joins: Trellmor (~Trellmor@replaced-ip )
272 [01:39:18] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 244 seconds)
273 [01:39:19] <awwal> calebwill, you may be tired now :D
274 [01:40:02] *** Joins: DLmass (~dlmass@replaced-ip )
275 [01:40:27] *** Quits: par (~par@replaced-ip ) (Quit: Lost terminal)
276 [01:40:29] <calebwill> awwal: i would like to understand why
masking the service doesn't work. i suspect it has something to
do with Debian packaging or the alternatives system (to make sure
that a DM is started no matter which one it is).
277 [01:41:01] *** Quits: simonlnu (~eric@replaced-ip ) (Ping timeout: 240 seconds)
278 [01:41:13] *** Quits: l3archos (~Icedove@replaced-ip ) (Quit: l3archos)
279 [01:41:15] *** Quits: winsen_ (~winsen@replaced-ip ) (Ping timeout: 264 seconds)
280 [01:41:29] *** Joins: winsen_ (~winsen@replaced-ip )
281 [01:41:35] <awwal> calebwill, thats the case yes " make
sure that a DM is started no matter which one it is"
282 [01:42:00] <calebwill> awwal: anyways setting the default
target to multi-user.target is a much clearer way to do what you
want
283 [01:42:18] <calebwill> if you find that some services
aren't starting that you expected you could look at fixing that
284 [01:42:39] *** Quits: Gnomethrower (~B@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
285 [01:42:45] *** Joins: Udken (~Udken@replaced-ip )
286 [01:43:01] <awwal> but what I also no understand is why if I
install wdm and choose it as default when dpkg prompt then without
rebooting at all systemctl disables both lightdm and wdm just fine,
calebwill
287 [01:43:03] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
288 [01:43:17] *** Joins: murfjr (~douseiais@replaced-ip )
289 [01:43:17] *** Joins: simonlnu (~eric@replaced-ip )
290 [01:43:21] *** Quits: murfjr (~douseiais@replaced-ip ) (Max SendQ exceeded)
291 [01:43:36] *** Quits: tsuggs (~tim@replaced-ip ) (Ping timeout: 244 seconds)
292 [01:43:42] *** Quits: winsen_ (~winsen@replaced-ip ) (Read error: Connection reset by peer)
293 [01:43:42] *** Quits: winsen (~winsen@replaced-ip ) (Read error: Connection reset by peer)
294 [01:43:48] *** Joins: l3archos (~Icedove@replaced-ip )
295 [01:43:53] *** Joins: murfjr (~douseiais@replaced-ip )
296 [01:44:16] *** Parts: bollullera (~anuxi@replaced-ip )
297 [01:44:24] *** Quits: l3archos (~Icedove@replaced-ip ) (Client Quit)
298 [01:44:33] *** Joins: ccl (~ccl@replaced-ip )
299 [01:44:45] <calebwill> awwal: you could try comparing files
in /etc/systemd/system with and without wdm installed to try and
figure it out
300 [01:46:10] <de-facto> omg this is seriously annoying, i
really have to download another livecd for installing debian with
proper partitioning...
301 [01:46:16] <awwal> calebwill, yes, now trying to compare both
targets for find out if multi-user.target loads all the services
(right now wdm is not installed). later if I get really lost
I'll just install wdm then disable both lightdm and wdm for
finally use just startx which was my end goal
302 [01:46:25] *** Quits: edoardo (~edoardo@replaced-ip ) (Quit: Quitting)
303 [01:46:30] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Quit: Connection closed for inactivity)
304 [01:46:45] *** Quits: taylorbyte (~taylorbyt@replaced-ip ) (Ping timeout: 240 seconds)
305 [01:47:08] <calebwill> awwal: you don't want to try
booting with the multi-user.target?
306 [01:47:44] *** Quits: obihann (~jhann@replaced-ip ) (Ping timeout: 244 seconds)
307 [01:47:54] <awwal> calebwill, will try yes, but how to check
which one is default now?
308 [01:48:01] *** debhelper sets mode: +l 1661
309 [01:48:04] <awwal> I guess hraphical ?
310 [01:48:50] <calebwill> awwal: "systemctl
get-default"
311 [01:49:24] *** Quits: lasdam (john@replaced-ip ) (Remote host closed the connection)
312 [01:49:37] *** Joins: le_grisha (~kem@replaced-ip )
313 [01:49:42] <awwal> calebwill, ok, graphical is default
314 [01:50:03] <awwal> calebwill, so systemctl set-default
multi-user.target eh?
315 [01:50:52] <calebwill> awwal: you can always set it back to
graphical.target if you don't like it
316 [01:51:13] <awwal> calebwill, obvious yeah :P
317 [01:52:21] <awwal> calebwill, ok, rebooting after setting
multi user as default and check if finally I get out lighdm :P
318 [01:53:54] *** Quits: binaryplease (~binaryple@replaced-ip ) (Read error: Connection reset by peer)
319 [01:54:54] *** Joins: binaryplease (~binaryple@replaced-ip )
320 [01:55:06] *** Joins: atracht (~atracht@replaced-ip )
321 [01:57:25] <awwal> calebwill, finally lightdm is not loaded
paste.debian.net/736195
322 [01:57:40] *** Joins: drith (~drithdx@replaced-ip )
323 [01:57:56] <awwal> after setting multi-user.target as default
:P
324 [01:59:13] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
325 [01:59:37] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
326 [01:59:37] *** Quits: booboy (~booboy@replaced-ip ) (Ping timeout: 244 seconds)
327 [02:00:03] <awwal> calebwill, I know you must be tired , me
too I'm starting to have a headache :P Thanks for your time. i
think we have learned some stuff today :P
328 [02:01:22] *** Joins: booboy (~booboy@replaced-ip )
329 [02:01:29] *** Quits: bhuddah (~michael@replaced-ip ) (Quit: WeeChat 0.4.2)
330 [02:01:55] *** Quits: JimVFD (~jimvfd@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
331 [02:01:56] *** Quits: digidog (~digidog@replaced-ip ) (Quit: leaving)
332 [02:02:01] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 240 seconds)
333 [02:02:13] *** Joins: f10 (~flo@replaced-ip )
334 [02:02:26] *** Joins: Otis (~coffee@replaced-ip )
335 [02:02:30] *** Quits: GrimReaper (~f3d3@replaced-ip ) (Quit: Ph'nglui mglw'nafh Cthulhu R'lyeh
wgah'nagl fhtagn.)
336 [02:02:31] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
337 [02:02:45] <calebwill> awwal: cheers. that's basically
what the different targets are for. it's still a mystery to me
why masking lightdm.service wasn't enough
338 [02:03:31] *** Joins: bollocks_k (~bollocks@replaced-ip )
339 [02:04:13] *** Joins: kcirick (~rueno@replaced-ip )
340 [02:04:39] <kcirick> Hello.. I'm possibly interested in
having debian a go... Do they use systemd as default?
341 [02:04:53] <markybob> kcirick: yes
342 [02:05:25] *** Joins: WormDude (~wormfood@replaced-ip )
343 [02:06:21] <kcirick> also, does the netinstall work with wifi
card too, or just wired network?
344 [02:06:27] *** Quits: WormFood (~wormfood@replaced-ip ) (Disconnected by services)
345 [02:06:30] *** WormDude is now known as WormFood
346 [02:06:39] <awwal> calebwill, I have no clue :) now trying to
learn about "targets" for understand what they are exactly
and what real effect the end user experiments when one of them is
chosen as default. thanks for your time :P
347 [02:07:37] <markybob> kcirick: the normal netinst doesnt have
firmware which a lot of wifi's need. however, there is a
netinst that includes them.
replaced-url
348 [02:07:41] <BenLue> i have some trouble with my ipv6, cant
open my project page! Anyone ideas?
"/etc/network/interfaces":
replaced-url
349 [02:07:47] *** Quits: subzero79 (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
350 [02:08:00] *** Joins: gumby (~gumby@replaced-ip )
351 [02:08:06] *** Joins: f10__ (~flo@replaced-ip )
352 [02:09:06] <kcirick> the default is a 3 DVD set or 8 CD
set... is there no installation media that will fit into one DVD? Or
all DVD other than first one is optional?
353 [02:09:27] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 264 seconds)
354 [02:09:44] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
355 [02:09:55] <markybob> kcirick: you dont need them. you can
use netinst and it'll download what it needs. or just use dvd1.
you dont need the other images
356 [02:10:01] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
357 [02:10:12] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
358 [02:10:19] <markybob> kcirick: those wont come with firmware,
btw. unless you go to the unofficial firmware link i gave you
359 [02:10:33] <kcirick> markybob: thanks... what about the CD
images? just the first CD? Sorry the less I have to download the
better... netinstall won't work because I only have wifi
360 [02:10:58] <calebwill> kcirick: if you don't use the
firmware iso that markybob linked to and want to use wifi, you
should check this chapter of the install manual:
replaced-url
361 [02:11:03] <markybob> kcirick: did you try the firmware
netinst i just linked you to? no.
362 [02:11:08] *** Joins: subzero79 (~quassel@replaced-ip )
363 [02:11:17] *** Quits: galex|713 (~galex-713@replaced-ip ) (Ping timeout: 260 seconds)
364 [02:11:37] <kcirick> markybob: no I haven't tried yet.
I'm sure that would work though
365 [02:11:41] <calebwill> kcirick: wifi will work during in the
installer as long as it's a wifi card that doesn't need
firmware, or that has a firmware available on that ISO (which is
most of them.. some broadcoms not included)
366 [02:11:46] *** Quits: le_grisha (~kem@replaced-ip ) (Quit: Lost terminal)
367 [02:12:03] *** Quits: SuperTramp83 (~gnu@replaced-ip ) (Quit: Leaving.)
368 [02:13:14] *** Joins: Gaiseric_ (~Eex8oo@replaced-ip )
369 [02:14:49] *** Joins: BeamWatcher (~gashead76@replaced-ip )
370 [02:15:22] *** Joins: unwanted (unwanted@replaced-ip )
371 [02:15:27] *** Joins: f10 (~flo@replaced-ip )
372 [02:16:20] <kcirick> I have my partion set to /boot /home and
/, where /boot and /home will be shared with the current linux
I'm using. I think this is pretty standard setup so I
shouldn't run into problems right?
373 [02:17:01] <markybob> kcirick: that's not standard at
all
374 [02:17:02] *** Quits: Belkaar (~Belkaar@replaced-ip ) (Ping timeout: 272 seconds)
375 [02:17:03] *** Quits: Gaiseric (~Eex8oo@replaced-ip ) (Ping timeout: 276 seconds)
376 [02:17:10] <kcirick> markybob: oh...
377 [02:17:23] *** Joins: galex|713 (~galex-713@replaced-ip )
378 [02:17:25] <markybob> kcirick: you will run into problems.
probably wont even boot
379 [02:17:35] *** Quits: f10__ (~flo@replaced-ip ) (Ping timeout: 260 seconds)
380 [02:17:57] <markybob> well one will. the last one you
install. grub is in /boot. cant mix that up. and /home has to do
with uid's. that's gonna be messy
381 [02:18:13] *** Quits: bobe (~bobe@replaced-ip ) (Ping timeout: 244 seconds)
382 [02:18:17] <kcirick> maybe I didn't explain well, I have
/dev/sda1 mounted to /boot, dev/sda2 mounted to /home and /dev/sda3
mounted to /
383 [02:18:36] <markybob> i don't care. it's the
"sharing" that's all wrong
384 [02:18:39] *** Quits: vvande (~vvande@replaced-ip ) (Quit: vvande)
385 [02:18:44] *** Joins: Belkaar (~Belkaar@replaced-ip )
386 [02:18:45] <kcirick> markybob: yes, I understand your point
387 [02:18:51] <kcirick> hm...
388 [02:18:54] *** Quits: kiao2938 (~mj@replaced-ip ) (Quit: Konversation terminated!)
389 [02:19:00] *** Joins: namyzarc (~namyzarc@replaced-ip )
390 [02:19:33] <calebwill> kcirick: sharing /home isn't so
bad if your users have the same UIDs. There might be some conflicts
between per-user settings for various programs though
391 [02:19:59] *** Quits: f10_ (~flo@replaced-ip ) (Read error: Connection reset by peer)
392 [02:20:24] <kcirick> calebwill: sharing /home was my initial
thought process for residing on a separate partition... I
didn't think of the fact that different distros use different
uids
393 [02:21:01] <markybob> calebwill: and different versions of
programs. thus different config files for said programs. trouble
394 [02:21:19] <markybob> kcirick: ^
395 [02:22:06] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 272 seconds)
396 [02:22:06] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
397 [02:22:08] <kcirick> markybob: what about the /boot? whenever
you install an OS it will install a fresher grub on it right?
398 [02:22:30] <markybob> kcirick: yeah. sharing boot will not
happen. that's crazy talk
399 [02:23:18] <kcirick> markybob: this is my personal
computer... I only have one user on /home... all I have to do is
make sure I have the same uid for that one account (me)
400 [02:24:12] <markybob> possible different config formats due
to different versions went in one ear and out the other, huh?
401 [02:24:16] *** Quits: dtuxmac (~dmtucker@replaced-ip ) (Remote host closed the connection)
402 [02:24:40] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 258 seconds)
403 [02:24:41] <kcirick> markybob: it went in one ear, considered
it, havent decided how much of an issue that's going to cause
404 [02:24:43] *** Quits: Udken (~Udken@replaced-ip ) (Read error: Connection reset by peer)
405 [02:25:03] <markybob> kcirick: okay. enjoy.
406 [02:25:52] *** Joins: f10 (~flo@replaced-ip )
407 [02:26:03] *** Joins: vvande (~vvande@replaced-ip )
408 [02:26:03] <kcirick> markybob: I'm looking for
suggestions. Do you suggest to scrap the /home partition, and move
everything in there to the new /home directory that wil be on the
same partition as root?
409 [02:26:23] *** Joins: f10_ (~flo@replaced-ip )
410 [02:27:06] <kcirick> markybob: I'm not ignoring any of
your comments. I'm considering everything you've said so
far, and I appreciate all information you've given me so far
411 [02:27:10] *** Quits: pixdamix (~pix@replaced-ip ) (Quit: WeeChat 1.0.1)
412 [02:27:19] <markybob> kcirick: i suggest that between
different distros you keep everything divided. if it was two
debian's that'd be one thing, sure share home.
413 [02:27:20] *** Joins: BeamWatcher (~gashead76@replaced-ip )
414 [02:27:33] *** Quits: jeddi (~jedd@replaced-ip ) (Remote host closed the connection)
415 [02:27:56] <kcirick> markybob: got it
416 [02:28:01] *** debhelper sets mode: +l 1653
417 [02:28:04] *** Joins: jeddi (~jedd@replaced-ip )
418 [02:28:17] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
419 [02:28:41] *** Quits: ynanm (~quassel@replaced-ip ) (Read error: Connection reset by peer)
420 [02:29:09] *** Joins: unwanted (unwanted@replaced-ip )
421 [02:29:48] *** Joins: aphorise (~aphorise@replaced-ip )
422 [02:30:11] *** Parts: nyrk (~nyrk@replaced-ip )
423 [02:30:25] <aphorise> Any recommended reading material on
downsizing a default jessie net install ?
424 [02:30:58] <aphorise> Looking to go down from current 2Gbytes
425 [02:31:21] *** Quits: bn` (~Patrice@replaced-ip ) (Ping timeout: 240 seconds)
426 [02:31:38] *** Joins: bblindy (~bblinder@replaced-ip )
427 [02:32:12] <petemc> A standard installation for the amd64
architecture, including all standard packages and using the default
kernel, takes up 822MB of disk space.
428 [02:32:24] *** Joins: SpaceAce (~SpaceAce@replaced-ip )
429 [02:33:08] *** Joins: internat (~nf@replaced-ip )
430 [02:33:21] *** Joins: BeamWatcher (~gashead76@replaced-ip )
431 [02:34:07] <aphorise> petemc are there apt file or caches I
can remove - looking for a way to compact a base image as much as
possible.
432 [02:35:03] *** Joins: cccp (~AndChat51@replaced-ip )
433 [02:35:20] <internat> apt-cache clean?
434 [02:35:46] <LtL> apt-get clean
435 [02:36:00] <internat> yeah sorry that one
436 [02:36:05] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
437 [02:36:07] *** Joins: liny01 (~liny01@replaced-ip )
438 [02:36:18] <LtL> and apt-get autoremove
439 [02:36:38] <LtL> the latter scares me sometimes
440 [02:37:13] *** Joins: we6jbo2 (~we6jbo2@replaced-ip )
441 [02:37:22] <calebwill> aphorise: what will the system be used
for?
442 [02:37:58] *** Joins: andykay (~AndyKay@replaced-ip )
443 [02:37:59] *** Joins: ilCyx86_64 (~ilCyx86_6@replaced-ip )
444 [02:38:00] *** debhelper sets mode: +l 1660
445 [02:38:02] *** cccp is now known as cccp_
446 [02:38:25] *** Quits: axc1298 (~axc1298@replaced-ip ) (Quit: Leaving)
447 [02:38:51] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 258 seconds)
448 [02:40:22] *** Joins: dvs (~hibbard@replaced-ip )
449 [02:40:55] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 260 seconds)
450 [02:41:22] *** Joins: BeamWatcher (~gashead76@replaced-ip )
451 [02:41:22] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
452 [02:41:32] *** Joins: b00t3r (~dirtmcgir@replaced-ip )
453 [02:41:33] <kcirick> markybob: would getting a live install
CD be another way to go without having to install the whole DVD
collection?
454 [02:41:52] *** Joins: BeamWatcher (~gashead76@replaced-ip )
455 [02:41:59] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
456 [02:42:21] <calebwill> kcirick: debian live doesn't
support booting from UEFI at this point, so if you need/want that
use a regular installer image
457 [02:42:32] <LtL> kcirick: you only need cd1 or dvd1
458 [02:43:11] *** Joins: p3rror (~p3rror@replaced-ip )
459 [02:43:36] <kcirick> LtL: is there a list somewhere of what
packages comes in cd1?
460 [02:43:44] <kcirick> calebwill: thanks for that info! good to
know
461 [02:44:20] *** Joins: Strife89|Quassel (~quassel@replaced-ip )
462 [02:44:22] <calebwill> !cd contents
463 [02:44:22] <dpkg> To find out which CD or DVD image contains
a particular package or source file, use the search engine at
replaced-url
464 [02:44:33] <LtL> kcirick: mount it on another computer and
look. there may be a contents file on the repo, not sure
465 [02:44:57] <LtL> i love that bot
466 [02:45:02] <kcirick> dpkg: thank you
467 [02:45:02] <dpkg> my pleasure, kcirick
468 [02:45:14] <kcirick> oh that's a bot ...
469 [02:45:24] <LtL> dpkg: hush
470 [02:45:24] <dpkg> Fine, I'll shut up.
471 [02:45:32] *** Joins: MrFrood (U2FsdGVkX1@replaced-ip )
472 [02:45:32] *** Quits: ghormoon (~ghormoon@replaced-ip ) (Ping timeout: 250 seconds)
473 [02:45:45] <calebwill> kcirick: are you in linux now?
"lspci -nn | grep -i net" will help us figure out if
you'll have firmware problems with your wifi
474 [02:46:06] *** Quits: Trellmor (~Trellmor@replaced-ip ) (Remote host closed the connection)
475 [02:46:40] <kcirick> calebwill: 02:00.0 Network controller
[0280]: Intel Corporation Wireless 3160 [8086:08b3] (rev 83)
476 [02:46:51] *** Quits: cuechan_ (~paul@replaced-ip ) (Read error: Connection reset by peer)
477 [02:47:18] *** Joins: cuechan (~paul@replaced-ip )
478 [02:47:20] *** Joins: shodan` (~shodan`@replaced-ip )
479 [02:47:21] *** Joins: Trellmor (~Trellmor@replaced-ip )
480 [02:47:22] *** Joins: BeamWatcher (~gashead76@replaced-ip )
481 [02:47:52] *** Joins: aruna (~Icedove@replaced-ip )
482 [02:48:07] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
483 [02:48:21] <calebwill> judd: pciid 8086:08b3
484 [02:48:22] *** Joins: cdown (~cdown@replaced-ip )
485 [02:48:22] <judd> [8086:08b3] is 'Wireless 3160'
from 'Intel Corporation' with kernel modules
'ata_generic', 'snd-hda-intel' in jessie. See
also
replaced-url
486 [02:48:43] *** Quits: stvlker (~stvlker@replaced-ip ) (Read error: Connection reset by peer)
487 [02:49:01] <calebwill> kcirick: i bet that will work with the
firmware installer, or if you put the firmwares on a separate stick
following the instructions here:
replaced-url
488 [02:49:50] *** Joins: ghormoon (~ghormoon@replaced-ip )
489 [02:50:15] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 260 seconds)
490 [02:50:17] <kcirick> calebwill: I got the linux firmware from
replaced-url
491 [02:50:42] <calebwill> kcirick: you don't need that, use
the link in the documentation i linked to
492 [02:51:05] <markybob> or the iso i linked you to forever ago
493 [02:51:09] <markybob> mine's easier
494 [02:51:20] <calebwill> that iso is also linked to in the
documentation ^^
495 [02:51:28] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
496 [02:51:37] *** Joins: unwanted (unwanted@replaced-ip )
497 [02:52:29] <kcirick> I'm trying to understand the
lingo... what's non-free?
498 [02:52:51] <kcirick> I also don't like the word
"unofficial"
499 [02:52:53] *** Joins: BeamWatcher (~gashead76@replaced-ip )
500 [02:53:10] *** Quits: mastokley (~mastokley@replaced-ip ) (Ping timeout: 260 seconds)
501 [02:53:22] <calebwill> kcirick: non-free are packages not
part of Debian officially because they do not meet the Debian Free
Software Guidelines
502 [02:53:33] <markybob> !non-free
503 [02:53:34] <dpkg> [non-free] a component which contains
software that does not comply with the <DFSG>. To add non-free
packages to your packages index, ask me about <non-free
sources>. To see which non-free packages are installed ask me
about <non-free list>. For the non-free tracking system, see
replaced-url
504 [02:53:40] <markybob> !dfsg
505 [02:53:40] <dpkg> DFSG is the Debian Free Software
Guidelines, which are explained at
replaced-url
506 [02:53:45] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Ping timeout: 250 seconds)
507 [02:53:59] <calebwill> kcirick: Debian itself is in the
"main" section of the repos. There are also
"contrib" and "non-free" that can optionally be
enabled
508 [02:54:16] *** Joins: SmashingX_ (~quassel@replaced-ip )
509 [02:54:28] *** Quits: SmashingX_ (~quassel@replaced-ip ) (Client Quit)
510 [02:54:41] *** Joins: SmashingX (~quassel@replaced-ip )
511 [02:55:00] <kcirick> that's where I'm starting to
lose when trying to understand debian... all the licensing and
repos... Maybe it'll come clearer when I start using it
512 [02:56:15] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 264 seconds)
513 [02:56:18] *** Quits: ragedragon (~ragedrago@replaced-ip ) (Ping timeout: 272 seconds)
514 [02:56:23] *** Joins: pixdamix (~pix@replaced-ip )
515 [02:56:24] *** Joins: Nevyn|Work1 (~jhaskell@replaced-ip )
516 [02:56:55] *** Joins: we6jbo2_ (~we6jbo2@replaced-ip )
517 [02:57:33] <calebwill> kcirick: some people want to use
Debian with only free software, they just use "main".
Others want/need firmwares or to use Adobe Flash, they enable
contrib and non-free
518 [02:57:57] *** Joins: cam13 (cam@replaced-ip )
519 [02:58:20] *** Quits: dh64 (~dh64@replaced-ip ) (Quit: Konversation terminated!)
520 [02:58:53] <kcirick> I think I'm ready to just dive in
and get messy... If i get stuck you'll be around right? ;-)
521 [02:59:25] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
522 [02:59:32] <calebwill> someone will be
523 [02:59:40] <markybob> kcirick: what's the exact url to
the iso you downloaded?
524 [02:59:46] <kcirick> also, debian 8.5 is still gcc 4.9?
525 [03:00:03] *** Quits: we6jbo2 (~we6jbo2@replaced-ip ) (Ping timeout: 240 seconds)
526 [03:00:06] *** Quits: Nevyn|Work (~jhaskell@replaced-ip ) (Ping timeout: 272 seconds)
527 [03:00:11] <kcirick> markybob: haven't downloaded yet,
but will download just CD1
528 [03:00:12] <markybob> kcirick: yes
529 [03:00:21] <markybob> kcirick: yeah. i still want the full
url
530 [03:00:47] <kcirick>
replaced-url
531 [03:01:05] *** Parts: SmashingX (~quassel@replaced-ip )
532 [03:01:06] <kcirick> markybob: was fetching the address for
you
533 [03:01:09] <markybob> kcirick: so you're not using
firmware cd1 so your wifi will work
534 [03:01:11] *** Joins: SmashingX (~quassel@replaced-ip )
535 [03:01:13] *** Quits: elnin0 (~jj@replaced-ip ) (Quit: Computer gone bubu)
536 [03:01:19] *** Parts: SmashingX (~quassel@replaced-ip )
537 [03:01:21] *** Quits: shaun413 (uid121475@replaced-ip ) (Quit: Connection closed for inactivity)
538 [03:01:23] <kcirick> markybob: I thought the firmware thing
was only for netinstall?
539 [03:02:06] *** Quits: liny01 (~liny01@replaced-ip ) (Remote host closed the connection)
540 [03:02:13] <calebwill> kcirick: you can use CD1 if you want,
you just need to put the firmwares on a separate USB stick like
described in
replaced-url
541 [03:02:14] *** Joins: Wulf4 (~Wulf@replaced-ip )
542 [03:02:32] <calebwill> the advantage of the firmware ISO is
it already has them on the ISO (none of the others do)
543 [03:02:49] *** Joins: Niham (~textual@replaced-ip )
544 [03:02:51] *** Quits: markybob (~markybob@replaced-ip ) (Quit: leaving)
545 [03:02:55] *** Joins: Orbitrix (~Huevos@replaced-ip )
546 [03:02:55] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Excess Flood)
547 [03:03:09] <kcirick> markybob got tired of me already ;-)
548 [03:03:11] *** Quits: zelaum (~Jose@replaced-ip ) (Quit: Debian Inside !)
549 [03:03:29] *** Joins: Orbitrix (~Huevos@replaced-ip )
550 [03:03:44] *** Quits: Niham (~textual@replaced-ip ) (Max SendQ exceeded)
551 [03:04:19] *** Joins: Niham (~textual@replaced-ip )
552 [03:04:24] *** Joins: BeamWatcher (~gashead76@replaced-ip )
553 [03:04:24] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
554 [03:04:55] *** Quits: P6hjakonn (~NASA@replaced-ip ) (Ping timeout: 258 seconds)
555 [03:05:05] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
556 [03:05:05] *** Wulf4 is now known as Wulf
557 [03:05:09] *** Quits: Horachi (~Horachi@replaced-ip ) (Ping timeout: 276 seconds)
558 [03:05:24] *** Joins: BeamWatcher (~gashead76@replaced-ip )
559 [03:05:25] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
560 [03:06:13] *** Joins: winsen (~winsen@replaced-ip )
561 [03:06:24] *** Joins: BeamWatcher (~gashead76@replaced-ip )
562 [03:06:34] <kcirick> calebwill: I remember I need firmware
for my graphics card too
563 [03:07:06] *** Quits: p3rror (~p3rror@replaced-ip ) (Ping timeout: 276 seconds)
564 [03:07:18] <calebwill> kcirick: you can install that after
the first boot
565 [03:07:22] *** Joins: wobeling1rs (~wobelinge@replaced-ip )
566 [03:07:35] *** Joins: liny01 (~liny01@replaced-ip )
567 [03:07:57] *** Quits: happy-dude (uid62780@replaced-ip ) (Quit: Connection closed for inactivity)
568 [03:08:09] *** Joins: unwanted (unwanted@replaced-ip )
569 [03:08:25] *** eblip is now known as eb0t
570 [03:08:38] <kcirick> is it possible for any modern systems to
not have a firmware in one way or another? I feel like all the
systems I owned I had to do some firmware things
571 [03:09:00] <LtL> kcirick: gcc 4.9 in jessie 8.5
572 [03:10:00] *** Joins: dtuxmac (~dmtucker@replaced-ip )
573 [03:10:04] <kcirick> LtL: I guess that's okay? currently
I have 5.3.0 and Arch is now up to 6.1...
574 [03:10:06] *** Joins: skrb_ (~skrb@replaced-ip )
575 [03:10:14] *** Quits: kooldavi (~kooldavi@replaced-ip ) (Ping timeout: 250 seconds)
576 [03:10:23] *** Quits: wobelingers (~wobelinge@replaced-ip ) (Ping timeout: 244 seconds)
577 [03:10:39] <calebwill> kcirick: using Debian Stable means
using the same version of everything for 2 or 3 years at a time
(which some exceptions)
578 [03:11:04] *** Joins: winsen_ (~winsen@replaced-ip )
579 [03:11:05] *** Joins: MaBunny (~Peter@replaced-ip )
580 [03:11:16] <calebwill> but it also means you only have to
deal with new versions every couple of years
581 [03:11:35] *** Quits: cccp_ (~AndChat51@replaced-ip ) (Read error: Connection reset by peer)
582 [03:11:37] *** Quits: winsen_ (~winsen@replaced-ip ) (Remote host closed the connection)
583 [03:11:37] *** Quits: bbabich_ (~bbabich@replaced-ip ) (Remote host closed the connection)
584 [03:11:42] *** Joins: cccp (~AndChat51@replaced-ip )
585 [03:11:45] <kcirick> calebwill: but I assume there are
patches available when security update comes along?
586 [03:11:59] <calebwill> kcirick: yes of course
587 [03:12:17] *** Quits: cccp (~AndChat51@replaced-ip ) (Client Quit)
588 [03:12:43] *** Quits: shodan` (~shodan`@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
589 [03:12:49] <calher> calebwill: It's weird seeing my name
all the time.
590 [03:13:01] *** Joins: kooldavi (~kooldavi@replaced-ip )
591 [03:13:42] <kcirick> and when is EOL for jessie?
592 [03:13:46] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
593 [03:14:02] *** Quits: skrb (~skrb@replaced-ip ) (Ping timeout: 272 seconds)
594 [03:14:39] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
595 [03:15:18] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 272 seconds)
596 [03:15:51] *** Joins: DBZ732838 (~usr@replaced-ip )
597 [03:16:08] <kcirick> got it
replaced-url
598 [03:16:10] *** Joins: unwanted (unwanted@replaced-ip )
599 [03:17:06] *** Joins: hyfrehyfre (~hyfrehyfr@replaced-ip )
600 [03:18:21] <calebwill> calher: heh sorry. I picked this nick
from the book by William Godwin
601 [03:18:37] *** Joins: fstd_ (~fstd@replaced-ip )
602 [03:18:50] *** Quits: rosten (~rosten@replaced-ip ) (Ping timeout: 260 seconds)
603 [03:19:29] *** Joins: Horachi (~Horachi@replaced-ip )
604 [03:20:07] *** Joins: hualet (~hualet@replaced-ip )
605 [03:20:57] *** Joins: cam13 (cam@replaced-ip )
606 [03:21:00] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 272 seconds)
607 [03:21:10] *** Joins: unwanted (unwanted@replaced-ip )
608 [03:21:46] *** Joins: markybob (~markybob@replaced-ip )
609 [03:21:50] *** Joins: aaro (~aaro@replaced-ip )
610 [03:21:58] *** Joins: amcorreia (~amcorreia@replaced-ip )
611 [03:22:39] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
612 [03:22:42] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 276 seconds)
613 [03:22:42] *** fstd_ is now known as fstd
614 [03:23:03] *** Quits: liny01 (~liny01@replaced-ip ) (Ping timeout: 240 seconds)
615 [03:23:13] *** Quits: aaro1 (~aaro@replaced-ip ) (Ping timeout: 250 seconds)
616 [03:24:14] *** Joins: SpikeSpiegel (~GitGud@replaced-ip )
617 [03:24:33] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 246 seconds)
618 [03:24:48] <vvande> On Debian 7, is there an easy way to stop
the screen from going black?
619 [03:25:05] <petemc> no
620 [03:25:37] <petemc> sorry, yes
621 [03:25:44] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
622 [03:25:44] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
623 [03:25:59] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
624 [03:26:22] <dvs> maybe?
625 [03:26:28] <petemc> perhaps
626 [03:26:43] *** Joins: Arahael (~arahael@replaced-ip )
627 [03:26:55] <dvs> I don't know... can you repeat the
question. ;-)
628 [03:27:02] <epsilon> probably
629 [03:27:11] *** Joins: Lewoco (~Lewoco@replaced-ip )
630 [03:27:19] <petemc> its an ecumenical matter
631 [03:27:19] <kcirick> distrowatch review on jessie:
"really seems much better suited for use on servers than
desktop computers"
632 [03:27:21] *** Joins: shaun413 (uid121475@replaced-ip )
633 [03:27:36] <Lewoco> Why are there no 'unstable'
security updates?:
replaced-url
634 [03:27:37] <kcirick> just ignore and use it as a desktop? :-D
635 [03:27:43] <Arahael> what's a current, good, cheap but
possibly slow cloud service these days? for essentially personal
use.
636 [03:27:52] *** Joins: webdev007 (~webdev007@replaced-ip )
637 [03:27:55] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 258 seconds)
638 [03:27:56] <LtL> kcirick: yup
639 [03:27:57] *** Joins: BeamWatcher (~gashead76@replaced-ip )
640 [03:27:57] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
641 [03:27:58] *** Quits: webdev007 (~webdev007@replaced-ip ) (Remote host closed the connection)
642 [03:27:59] <Arahael> amazon ec2 looks reasonable?
643 [03:28:04] <calebwill> kcirick: i use Jessie on my laptop and
it works great. the most difficult hurdle is dealing with firmware
in the install, and you know how to do it :)
644 [03:28:14] * dvs misses "Malcolm in the Middle"
645 [03:28:20] <kcirick> calebwill: thanks to you!
646 [03:28:54] *** Joins: unwanted (unwanted@replaced-ip )
647 [03:29:06] *** Joins: z0ran (~z0ran@replaced-ip )
648 [03:29:27] *** Joins: BeamWatcher (~gashead76@replaced-ip )
649 [03:29:27] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
650 [03:29:28] <kcirick> ok wish me luck... if I return,
it's either because I failed or because I'm on debian :-)
651 [03:29:38] <kcirick> cheers
652 [03:29:42] *** Parts: kcirick (~rueno@replaced-ip )
653 [03:30:27] *** Joins: BeamWatcher (~gashead76@replaced-ip )
654 [03:30:27] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
655 [03:30:32] *** Joins: obihann (~jhann@replaced-ip )
656 [03:30:38] <vvande> I turned off screen blanking on one
Debian 7 machine which has a KDE desktop, but one with Gnome seems
to always go off. The menu item has max 1 hour on. I want it to stay
on.
657 [03:30:40] *** Joins: lsyoyom (~liny01@replaced-ip )
658 [03:31:16] *** Joins: sulit (~user@replaced-ip )
659 [03:31:27] *** Joins: BeamWatcher (~gashead76@replaced-ip )
660 [03:31:27] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
661 [03:31:36] <LtL> vvande: gnome-tweak-tool can fix that, or it
might be in power settings
662 [03:32:01] <vvande> LtL: thanks, I check out both.
663 [03:32:15] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
664 [03:32:27] *** Joins: BeamWatcher (~gashead76@replaced-ip )
665 [03:32:49] <SpikeSpiegel> hey there i have a question. does
one of either microsoft or google use a debian based server in their
cloud?
666 [03:32:49] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
667 [03:32:53] <SpikeSpiegel> i heard something like that
668 [03:33:02] *** Quits: TsukiRa1 (~tsukira@replaced-ip ) (Ping timeout: 272 seconds)
669 [03:33:06] *** Quits: phOb0s (~yasin.far@208.71.184.41) (Quit:
Leaving)
670 [03:33:43] <Arahael> SpikeSpiegel: possibly. i'm sure
they have a debian option.
671 [03:33:58] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
672 [03:34:08] *** Joins: Colti (Miramar-FL@replaced-ip )
673 [03:34:08] *** Quits: atracht (~atracht@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
674 [03:34:17] <markybob> SpikeSpiegel: they use their own custom
based debian for their servers
675 [03:34:27] *** Quits: feneco (uid135851@replaced-ip ) (Quit: Connection closed for inactivity)
676 [03:34:29] *** Joins: Poppabear (~Poppabear@replaced-ip )
677 [03:34:29] *** Quits: Poppabear (~Poppabear@replaced-ip ) (Changing host)
678 [03:34:29] *** Joins: Poppabear (~Poppabear@replaced-ip )
679 [03:34:51] <markybob> SpikeSpiegel: they being google.
680 [03:34:52] <SpikeSpiegel> markybob, whos they? ms or google?
681 [03:34:53] *** Joins: sidmo (~sidmo@replaced-ip )
682 [03:34:55] <SpikeSpiegel> ah ok
683 [03:35:13] <SpikeSpiegel> markybob, do you think microsoft
company are stingy and just use windows servers in all their
systems?
684 [03:35:34] *** Joins: rahulnai (~androirc@replaced-ip )
685 [03:35:52] <LtL> vvande: in power settings, dim screen =
never
686 [03:35:57] <markybob> SpikeSpiegel: they have to have linux
somewhere. they release linux tools (skype). i don't know or
give two shits what they do/use though
687 [03:36:10] <SpikeSpiegel> ah i see
688 [03:36:12] *** Quits: Seto_Kaiba (Hunterkll@replaced-ip ) (Ping timeout: 272 seconds)
689 [03:36:32] *** Joins: wigust (~quassel@replaced-ip )
690 [03:36:33] <SpikeSpiegel> markybob, Arahael nah was just
curious. because i see this trio and i wonder if apple only uses
apple or lowkey uses linux somewhere in there etc
691 [03:36:54] <Arahael> SpikeSpiegel: ms uses freebsd and
windows i think, primarily.
692 [03:37:13] <Arahael> SpikeSpiegel: but there is very little
reason for ms not to use windows.
693 [03:37:58] *** Joins: BeamWatcher (~gashead76@replaced-ip )
694 [03:38:01] <vvande> LtL: Thaks for the suggestion. However,
there is no "dim screen" setting in the power setting
menu. Perhaps on a different version.
695 [03:38:03] *** Quits: sidmo_ (~sidmo@replaced-ip ) (Ping timeout: 240 seconds)
696 [03:38:15] * Arahael discovers digital ocean.
697 [03:39:04] <SpikeSpiegel> Arahael, well i think linux is the
better choice in servers because they have better uptime and more
minimal
698 [03:39:05] <LtL> vvande: search 'power' its there
699 [03:39:17] <Arahael> a pathetic 99.99% uptime... but
reasonable enough for me.
700 [03:39:26] <vvande> in Debian 7? _ I'll look again.
701 [03:39:41] <LtL> vvande: this is v8
702 [03:39:52] <LtL> vvande: sorry
703 [03:39:54] <Arahael> SpikeSpiegel: i would question that, in
the hands of an expert.
704 [03:40:05] <markybob> Arahael: they're cheap for a
reason. last i checked you couldn't change your kernel. i need
a real vps
705 [03:40:33] <Arahael> SpikeSpiegel: remember, being ms, they
have absolute full control and understanding of heir own OS. that
has to be significant.
706 [03:40:34] *** Quits: Poppabear (~Poppabear@replaced-ip ) (Quit: BBIAB)
707 [03:40:52] <vvande> LtL: I tried once before and it seems
like that was one of the changes between 7 and 8. I'm asking
here because it occured to me that I could do this in some
configration file.
708 [03:40:55] *** Joins: owlr (~owlr@replaced-ip )
709 [03:40:58] *** Quits: sceadwian (~sceadwian@replaced-ip ) (Quit: quit)
710 [03:41:08] *** Joins: Heinz (~Heinz@replaced-ip )
711 [03:41:14] <Arahael> markybob: not being able to change the
kernel isn't a limitation for me.
712 [03:41:16] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 272 seconds)
713 [03:41:31] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
714 [03:41:45] *** Quits: Ad1 (~Adrian@replaced-ip ) (Ping timeout: 244 seconds)
715 [03:41:49] <owlr> why mounting a partition with -o rw always
modified it? checksum is modified everytime.. while doing the same
with -o ro does not affect the partition?
716 [03:41:54] <de-facto> guys when i want to rsync a root fs
over ssh and 1.2.3.4 is my source, would i run "rsync -aHAXv
root@1.2.3.4:/mnt/root/* /mnt/root" on the destination to clone
those (both offline live cd)?
717 [03:42:01] <SpikeSpiegel> Arahael, true
718 [03:42:21] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Read error: Connection reset by peer)
719 [03:42:29] <Arahael> markybob: i do notice, however, hat they
have no S3 service or the like.
720 [03:42:46] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
721 [03:43:29] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
722 [03:43:32] *** Quits: ColtonDRG (~coltondrg@replaced-ip ) (Quit: Quit - Rebooting system or troubleshooting ZNC)
723 [03:43:44] <SpikeSpiegel> anyway Arahael and markybob thanks
for the answers :)
724 [03:43:48] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 272 seconds)
725 [03:43:58] <Arahael> markybob: i would prefer to spend less
than ~$10 for many GB of storage and the ability tp serve files and
run weechat+tmux+ssh
726 [03:44:07] <owlr> hello, anyone knows why mounting an ext4
partition with -o rw always modifies it? checksum is modified
everytime.. while doing the same with -o ro does not affect the
partition
727 [03:44:27] *** Joins: ColtonDRG (~coltondrg@replaced-ip )
728 [03:44:30] *** Joins: cam13 (cam@replaced-ip )
729 [03:44:56] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
730 [03:45:42] <Arahael> owlr: maybe it checks and applies the
journal?
731 [03:46:03] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
732 [03:46:37] *** Quits: nathanleclaire (~nathanlec@replaced-ip ) (Quit: nathanleclaire)
733 [03:46:52] <owlr> maybe! how to read the journal information?
734 [03:46:53] * Arahael supposes he could use digitalocean + aws for
s3 or google cloud.
735 [03:46:55] *** Quits: dextrose (~dextrose@replaced-ip ) (Ping timeout: 244 seconds)
736 [03:47:07] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
737 [03:47:23] *** Joins: unwanted (unwanted@replaced-ip )
738 [03:47:30] <Arahael> owlr: just create a partition without a
journal and see.
739 [03:49:01] *** Quits: cam13 (cam@replaced-ip ) (Client Quit)
740 [03:49:24] *** Quits: marcozink (~marcozink@replaced-ip ) (Ping timeout: 246 seconds)
741 [03:50:21] *** Joins: Ad1 (~Adrian@replaced-ip )
742 [03:51:00] *** Joins: BeamWatcher (~gashead76@replaced-ip )
743 [03:51:00] <paperd> How can I find out which package, if any,
provides the file libpixbufloader-xcf.so
744 [03:52:03] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 264 seconds)
745 [03:52:16] *** Joins: irn4l (~irn4l@replaced-ip )
746 [03:52:17] <irn4l> hi
747 [03:52:26] <irn4l> so you guys work hard to have high quality
stuff?
748 [03:52:38] <irn4l> those that hard work get payed only by
donations or what?
749 [03:53:57] <paperd> irn4l: We try to have high quality stuff,
yes.
750 [03:54:05] *** Quits: wildlander (~wild@replaced-ip ) (Quit: Saliendo)
751 [03:54:26] <calebwill> paperd:
replaced-url
752 [03:54:28] <paperd> I don't think there are a lot of
people concerned with getting paid working on debian.
753 [03:54:33] <irn4l> so you dont work hard?
754 [03:54:49] <paperd> I don't work hard on debian, no.
Other people do.
755 [03:54:54] <paperd> Debian makes my work easy ;)
756 [03:55:07] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
757 [03:55:51] <irn4l> cant see how, linux kernel dont achieve
any other operating system performance
758 [03:55:55] <calebwill> irn4l: hello. do you have a Debian
support question?
759 [03:56:18] <irn4l> yes i was wondering how people get payed
to work hard on debian
760 [03:56:22] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 244 seconds)
761 [03:56:22] <irn4l> and if it dont get payed
762 [03:56:31] <irn4l> how it is possible to work hard and not
have any income
763 [03:56:50] <irn4l> do i need any special requirement
764 [03:57:02] *** Quits: overlord_tm (~overlord@replaced-ip ) (Ping timeout: 250 seconds)
765 [03:57:03] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
766 [03:57:04] <irn4l> like beeing born in a golden nest to study
debian or what?
767 [03:57:08] <paperd> Yes, you need to know someone who is
willing to pay you to work on debian.
768 [03:57:16] <paperd> Then you'll get paid.
769 [03:57:33] <irn4l> and that someone, what he do?
770 [03:57:34] <calebwill> irn4l: Debian is not-for-profit. Many
of the package maintainers and developers contribute to Debian in
their spare time, or as part of their jobs where they use Debian.
771 [03:57:58] <calebwill> irn4l: this is more a conversation for
#debian-offtopic, this channel is primarily for tech support
772 [03:58:00] *** debhelper sets mode: +l 1650
773 [03:58:22] <awwal> I have fvwm session right now running in
tty7 but I wanna run another openbox session in tty8. What I have to
do exactly?
774 [03:58:39] <irn4l> so if its made just by people in their
spare time how can you say you try to have high quality stuff?
775 [03:58:57] <paperd> log into tty8 and startx & openbox,
awwal
776 [03:59:19] <irn4l> ok guys thank you i got it
777 [03:59:36] *** Joins: Wulf4 (~Wulf@replaced-ip )
778 [03:59:48] <paperd> If you're going to try and troll,
you could at least do it well.
779 [03:59:52] *** Joins: unwanted (unwanted@replaced-ip )
780 [03:59:56] *** Joins: walkenx (~walkenx@replaced-ip )
781 [04:00:03] *** Quits: Tetrazene (~Carp@replaced-ip ) (Ping timeout: 250 seconds)
782 [04:00:04] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
783 [04:00:18] <irn4l> troll? im trying to understand, it gets
hard when 2 experts say opposite things
784 [04:00:22] <awwal> xinit -- :1 and what more I have to add to
that command for launch openbox not another fvwm session (bcox I set
fvwm as default x manager in xinitrc) ?
785 [04:00:32] *** dtuxmac is now known as dtux
786 [04:00:56] <irn4l> probably is so much shit to hide that we
forget to tell everybody to tell the same lie
787 [04:00:57] <awwal> paperd, no login prompt in tty8
788 [04:01:20] <awwal> as is the usual
789 [04:02:00] *** Joins: BeamWatcher (~gashead76@replaced-ip )
790 [04:02:39] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
791 [04:02:45] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 240 seconds)
792 [04:02:45] *** Wulf4 is now known as Wulf
793 [04:04:10] <paperd> awwal: use another tty.
794 [04:04:20] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 258 seconds)
795 [04:04:28] <paperd> awwal: to start openbox, you can
configure it in your ~/.xinit
796 [04:04:45] *** Joins: unwanted (unwanted@replaced-ip )
797 [04:04:50] <paperd> irn4l: you're not making a lot of
sense.
798 [04:05:11] *** Joins: d0nn1e (~d0nn1e@replaced-ip )
799 [04:05:26] <irn4l> ok i said that cause
800 [04:05:37] <irn4l> debian should pay his users and sell eye
candy
801 [04:05:49] <irn4l> in fact
802 [04:05:56] *** Joins: acr_ (~acr@replaced-ip )
803 [04:06:02] <irn4l> it was nice that debian and all other
distros made a single linux like that
804 [04:06:07] <irn4l> that could compete with mac
805 [04:06:09] *** acr_ is now known as MrBar
806 [04:06:16] <awwal> paperd, got it to work "startx
/usr/bin/openbox-session" but wanted to use tty8 :P
807 [04:06:33] <irn4l> so, gather around with all others and do
it!
808 [04:06:35] <paperd> awwal: awesome, glad it is working
809 [04:06:39] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
810 [04:06:58] <paperd> irn4l: I don't think anyone in
"linux" is worried about competing with a Mac.
811 [04:07:07] <vvande> exactly
812 [04:07:31] *** Joins: BeamWatcher (~gashead76@replaced-ip )
813 [04:07:40] <paperd> nor do I ever think there will be one
distribution of linux that everyone works on.
814 [04:07:52] <irn4l> is anyone in linux worried that his work
could return a bit more fair and balanced income?
815 [04:07:52] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
816 [04:07:53] <vvande> let's hope so
817 [04:07:57] *** Quits: monpocchi (~monpocchi@replaced-ip ) (Ping timeout: 246 seconds)
818 [04:08:19] <irn4l> or just knowing you can setup a good
machine for yourself is enough?
819 [04:08:25] <paperd> irn4l: you either get paid to work on
linux, or you do it because you love it.
820 [04:08:42] <paperd> either way people are OK with it in
general, I'd think, or they'd do something else.
821 [04:08:48] <markybob> irn4l: and you were already told this
was offtopic and where to take it. this is for support *only*
822 [04:08:55] <markybob> irn4l: please move on
823 [04:08:58] <irn4l> so you use the excuse of love for not
giving money for the ones that work for love?
824 [04:09:04] <irn4l> they work for love they dont ened money?
825 [04:09:15] <vvande> there's #debian-offtopic
826 [04:09:27] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 264 seconds)
827 [04:09:37] <irn4l> ok ok i get it
828 [04:09:53] <irn4l> cry to suck methodology
829 [04:09:59] *** Joins: tlolczyk (~Thad@replaced-ip )
830 [04:10:01] *** Quits: winsen (~winsen@replaced-ip ) (Quit: Leaving)
831 [04:10:07] <paperd> lmao
832 [04:10:13] <vvande> irn4l: lots of places use Linux and pay
employees. Like the London Stock Exchange.
833 [04:10:15] *** Joins: Niham_ (~textual@replaced-ip )
834 [04:10:32] <irn4l> yeah corporation had a different contract
835 [04:10:32] <irn4l> like
836 [04:10:56] <irn4l> an instituition that gona use linux maybe
could pay
837 [04:11:11] <irn4l> since dont affect the freedom all linux
ideology applies and requires
838 [04:11:12] *** Quits: Niham (~textual@replaced-ip ) (Ping timeout: 244 seconds)
839 [04:11:29] <markybob> irn4l: you're going on ignore. why
cant you listen and go to #debian-offtopic?
840 [04:11:40] <irn4l> what is important in linux is that
everybody can have access to kowledge and same oportunities
841 [04:11:40] *** Quits: Niham_ (~textual@replaced-ip ) (Client Quit)
842 [04:11:41] <irn4l> people
843 [04:11:49] * awwal wondering if "startx" in tty1 for
launch fvwm session (default) and "startx
/usr/bin/openbox-session" in tty2 is the nice way for run 2 X
sessions with same user
844 [04:11:50] <irn4l> corporation dont lack oportunities entiher
knowledge
845 [04:12:02] *** Quits: Seekha (~seekha__@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
846 [04:12:21] <paperd> awwal: that should work, if that's
the way you want to do it.
847 [04:13:41] *** Quits: jfdh4 (~jfdh@replaced-ip ) (Ping timeout: 240 seconds)
848 [04:14:02] *** Joins: BeamWatcher (~gashead76@replaced-ip )
849 [04:14:02] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
850 [04:15:03] *** Quits: kus (~minot@replaced-ip ) (Ping timeout: 240 seconds)
851 [04:15:04] <awwal> paperd, thats how I do it yes, yet before
I asked but googling I have seen the option xinit --:1 or startx
--:1 but I dont get it to work :P
852 [04:15:27] *** Joins: cam13 (cam@replaced-ip )
853 [04:15:32] *** Joins: BeamWatcher (~gashead76@replaced-ip )
854 [04:15:38] *** Joins: unwanted (unwanted@replaced-ip )
855 [04:15:40] <irn4l> ok please last question
856 [04:15:41] <irn4l> guys
857 [04:15:58] <irn4l> why tha fuck do an enterprise need to have
and operating system for free?
858 [04:16:01] <irn4l> please answer
859 [04:16:18] <markybob> irn4l: is this debian support related?
no. take it to #debian-offtopic
860 [04:16:59] <irn4l> i will leave if you wish after the answer,
but tell me your thoughts about this markybob
861 [04:17:34] <irn4l> guys sell eye candy and enterprise
editions
862 [04:17:35] <markybob> irn4l: so i can break the rules like
you? no. read the /topic. anything else, #debian-offtopic will
answer you there
863 [04:17:37] <irn4l> pay users
864 [04:17:43] <irn4l> all distros, one linux
865 [04:17:48] <irn4l> better then mac
866 [04:17:54] <irn4l> all people gona use it
867 [04:17:57] <irn4l> all gona get payed
868 [04:18:00] <paperd> irn4l: I think it is your responsibility
to unite everyone.
869 [04:18:04] <paperd> Godspeed.
870 [04:18:15] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 250 seconds)
871 [04:18:36] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 244 seconds)
872 [04:18:50] *** mutante is now known as mutante|away
873 [04:19:11] *** Joins: Joebai (42e16d2a@replaced-ip )
874 [04:20:42] *** Joins: hualet (~hualet@replaced-ip )
875 [04:21:14] *** Joins: chachasmooth (~chachasmo@replaced-ip )
876 [04:21:20] *** Joins: ty3f1n9 (~ty3f1n9@replaced-ip )
877 [04:21:29] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
878 [04:22:57] *** Joins: cam13 (cam@replaced-ip )
879 [04:23:02] *** Quits: ty3f1n9 (~ty3f1n9@replaced-ip ) (Quit: ...)
880 [04:23:51] *** Quits: BenLue (~BenLue@replaced-ip ) (Remote host closed the connection)
881 [04:24:00] *** Quits: cuechan (~paul@replaced-ip ) (Remote host closed the connection)
882 [04:24:52] *** Joins: n_blownapart (~john@replaced-ip )
883 [04:25:25] *** Quits: n_blownapart (~john@replaced-ip ) (Client Quit)
884 [04:25:42] *** Joins: n_blownapart (~john@replaced-ip )
885 [04:25:45] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 276 seconds)
886 [04:26:02] *** Quits: n_blownapart (~john@replaced-ip ) (Client Quit)
887 [04:26:19] *** Joins: n_blownapart (~john@replaced-ip )
888 [04:26:24] *** Quits: Ad1 (~Adrian@replaced-ip ) (Ping timeout: 276 seconds)
889 [04:26:30] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 250 seconds)
890 [04:27:19] *** Joins: unwanted (unwanted@replaced-ip )
891 [04:27:42] *** Quits: faw (~Felipe@replaced-ip ) (Ping timeout: 276 seconds)
892 [04:27:47] *** Quits: cam13 (cam@replaced-ip ) (Ping timeout: 250 seconds)
893 [04:27:53] <irn4l> dude
894 [04:27:56] *** Joins: z8z (~x@replaced-ip )
895 [04:27:56] <irn4l> i cant
896 [04:28:20] <irn4l> you guys have to give the first step
897 [04:29:38] <irn4l> if biger distributions talk with smaller
ones
898 [04:29:40] <irn4l> they wont refuse
899 [04:29:51] <irn4l> a single unique linux
900 [04:30:17] <irn4l> all income distributed equaly fairly and
balanced between coders, with a biggest share
901 [04:30:24] <irn4l> designers with a medium share
902 [04:30:30] <irn4l> and users with the smallest share
903 [04:30:42] <paperd> fair & balanced pay tiers? lol.
904 [04:30:47] <irn4l> yup
905 [04:30:57] <paperd> users are going to pay other users??
906 [04:30:58] <irn4l> for example
907 [04:30:59] <paperd> hilarious.
908 [04:30:59] *** Quits: gumby (~gumby@replaced-ip ) (Ping timeout: 244 seconds)
909 [04:31:05] <markybob> please ignore the troll
910 [04:31:09] <irn4l> all use linux, and get payed
911 [04:31:18] <irn4l> if you contribute to the code
912 [04:31:24] <irn4l> you receive the other tier
913 [04:31:28] <markybob> ops have been alerted. wont be too
long.
914 [04:31:35] <irn4l> if you jsut contribute with stuff to sell
915 [04:31:37] <irn4l> like themes
916 [04:31:37] *** Joins: THX1138 (~Zzyzx@replaced-ip )
917 [04:31:51] <irn4l> you get a medium share
918 [04:31:55] <irn4l> cause sometimes
919 [04:31:56] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 272 seconds)
920 [04:32:05] <irn4l> its hard to have stuff jsut to sell
921 [04:32:10] <irn4l> is a problem
922 [04:32:20] <irn4l> so if we pay artist to make like eye candy
to sell
923 [04:32:28] <irn4l> we had bunch of stuff to sell
924 [04:32:32] *** Joins: Ad1 (~Adrian@replaced-ip )
925 [04:32:46] <paperd> what if we just made a phone.
926 [04:32:49] *** Joins: unwanted (unwanted@replaced-ip )
927 [04:32:51] <paperd> an internet phone!
928 [04:32:57] *** Joins: kcirick (~rueno@replaced-ip )
929 [04:32:58] <irn4l> done
930 [04:33:00] <paperd> we'd all be rich
931 [04:33:15] <irn4l> lol
932 [04:33:19] <irn4l> how so?
933 [04:33:22] <markybob> paperd: please just ignore. dont feed
the troll
934 [04:33:28] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
935 [04:33:33] <kcirick> just installed debian... running xfce,
but there is a huge lag when moving windows around
936 [04:33:48] *** Quits: Joebai (42e16d2a@replaced-ip ) (Quit: Page closed)
937 [04:33:52] <irn4l> just think about it guys
938 [04:34:38] <irn4l> an unique linux operating system with all
functionalities for free, with a single theme abckground and color
939 [04:34:48] <irn4l> if you want background green, pay
940 [04:34:50] <paperd> kcirick: do you have the correct video
drivers installed?
941 [04:34:57] <z8z> debian switched from iceweasel to firefox?
what happened?
942 [04:35:14] *** Joins: ToBeCloud (uid51591@replaced-ip )
943 [04:35:22] *** Quits: Ad1 (~Adrian@replaced-ip ) (Max SendQ exceeded)
944 [04:35:26] <markybob> z8z: yes. mozilla came to their senses
with regards to the licensing problem
945 [04:36:17] <z8z> markybob: oh finally
946 [04:36:23] *** Quits: rahulnai (~androirc@replaced-ip ) (Read error: Connection reset by peer)
947 [04:36:39] *** Joins: rahulnai (~androirc@replaced-ip )
948 [04:36:48] <kcirick> paperd, I have intel, how can I check if
xorg is using that driver?
949 [04:36:55] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 252 seconds)
950 [04:37:05] <avis-> kcirick, try google kernel mode parameters
for your video card to cure lag or somesuch on a live cd or
otherwise working internet connection/working system
951 [04:37:35] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 260 seconds)
952 [04:37:38] *** Quits: Scourje (uid63311@replaced-ip ) ()
953 [04:37:42] *** Quits: Arahael (~arahael@replaced-ip ) (Ping timeout: 260 seconds)
954 [04:38:00] *** debhelper sets mode: +l 1641
955 [04:38:05] *** Joins: Scourje (uid63311@replaced-ip )
956 [04:38:27] <irn4l> hardware manufacturer support dificulties?
957 [04:38:39] <kcirick> avis-, kernel mode setting?
958 [04:38:43] <irn4l> lol, they dont want to compete with mac...
959 [04:38:45] <irn4l> :P
960 [04:39:18] *** Joins: unwanted (unwanted@replaced-ip )
961 [04:39:21] <avis-> kcirick, yes sir. its possible. its the
first place i'd look. i had 100% success when video wasn't
working using the nonfree iso. i do not know if they have been
released for the latest jessie.
962 [04:39:42] <markybob> they have been. he was linked to it. he
didnt use it.
963 [04:39:56] <avis-> i always pay for all non free stuff
964 [04:39:59] <kcirick> it says (for i915), from squeeze on no
hand modification should be necessary.. but I'm on jessie
965 [04:41:03] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
966 [04:41:21] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
967 [04:41:40] *** Quits: plasmoduck (~cjg@replaced-ip ) (Ping timeout: 250 seconds)
968 [04:42:15] *** Quits: ghormoon (~ghormoon@replaced-ip ) (Ping timeout: 260 seconds)
969 [04:42:30] *** Joins: Arahael (~arahael@replaced-ip )
970 [04:42:47] *** Joins: shootbird (~quassel@replaced-ip )
971 [04:43:32] <paperd> kcirick: squeeze was before jessie, so it
should work.
972 [04:43:33] *** Joins: cdown_ (~cdown@replaced-ip )
973 [04:44:03] <avis-> kcirick, i even tried google myself and
didn't find anything blatantly fixing the issue you can and
should try yourself if nothing works you never know the nonfree iso
might work, is intel though, so that doesn't seem very
restricted drivers in any sense so please get confirmation here.
974 [04:44:17] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
975 [04:44:28] *** Joins: xiaodong (~xiaodong@replaced-ip )
976 [04:44:32] *** Quits: bblindy (~bblinder@replaced-ip ) (Read error: Connection reset by peer)
977 [04:44:45] *** Joins: bblindy (~bblinder@replaced-ip )
978 [04:44:51] <avis-> sometimes if you had a previous
installation you have to clean up alot of stuff to ensure future
upgrade functionality, not all though, be careful - if at all.
979 [04:45:01] *** Joins: chachasmooth (~chachasmo@replaced-ip )
980 [04:45:13] <n_blownapart> hi sorry still having this problem
: Debian Bug report logs - #727648
981 [04:45:13] <n_blownapart> gnome-shell: Missing characters and
icons on the shell status bar/clock and poor graphics in general
982 [04:45:14] <judd> Bug
replaced-url
983 [04:45:24] <kcirick> there is no lag on terminals, just gtk
apps and chrome (and firefox too)
984 [04:45:34] <n_blownapart> the graphics are perfect though
985 [04:45:55] <kcirick> avis-, I just did a fresh install of
non-free iso
986 [04:46:20] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 260 seconds)
987 [04:46:33] <avis-> i wish i knew what would fix it. have you
tried something like nomodeset in kernel parameters as a test ?
988 [04:46:47] <n_blownapart> sorry marky*bob I haven't
resolved this ^
989 [04:47:01] *** Joins: ghormoon (~ghormoon@replaced-ip )
990 [04:47:01] *** Quits: Arahael (~arahael@replaced-ip ) (Ping timeout: 244 seconds)
991 [04:47:28] *** Quits: galex|713 (~galex-713@replaced-ip ) (Read error: Connection reset by peer)
992 [04:47:57] *** Joins: cam13 (cam@replaced-ip )
993 [04:48:08] <avis-> i915 is not that old so i would think
support for it would still be there laggy though -- it might be
expected of it. i tried video on a 965g and no youtube.com videos
would play on that sucker. bless its heart.
994 [04:48:51] *** Quits: n_blownapart (~john@replaced-ip ) (Quit: Leaving)
995 [04:49:35] *** Joins: BeamWatcher (~gashead76@replaced-ip )
996 [04:49:38] *** Quits: fyrril (~fyrril@replaced-ip ) (Quit: Leaving)
997 [04:51:08] *** Quits: hexagoxel (~hexagoxel@replaced-ip ) (Ping timeout: 244 seconds)
998 [04:51:14] *** Joins: yuta (~ippan@replaced-ip )
999 [04:51:20] <kcirick> just noticed in xorg.log: (WW) intel(0):
Unknown chipset
1000 [04:51:58] <kcirick> does that mean correct module isn't
loaded?
1001 [04:52:01] *** Joins: n_blownapart (~john@replaced-ip )
1002 [04:52:07] <avis-> kcirick, people use lshw and hardinfo to
find out hardware info on linux
1003 [04:52:10] <n_blownapart> judd thanks reading that
1004 [04:52:32] <n_blownapart> I take it judd is not a bot..?
1005 [04:52:39] <markybob> n_blownapart: it is a bot
1006 [04:52:41] <kcirick> avis-, neither of these seems to be
installed by default
1007 [04:52:47] *** Joins: unwanted (unwanted@replaced-ip )
1008 [04:52:48] <avis-> kcirick, i think the operating system fell
short of identifying your driver
1009 [04:53:04] <avis-> or module
1010 [04:53:06] <markybob> kcirick: for 915 you need firmware.
install firmware-misc-nonfree
1011 [04:53:10] *** Joins: hexagoxel (~hexagoxel@replaced-ip )
1012 [04:53:11] *** Joins: wert (~wert@replaced-ip )
1013 [04:53:12] <markybob> kcirick: once you do that reboot
1014 [04:53:21] *** Joins: CluelessGuy (~CluelessG@replaced-ip )
1015 [04:53:23] *** cdown_ is now known as cdown
1016 [04:53:25] <CluelessGuy> hello!
1017 [04:53:28] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
1018 [04:53:45] <paperd> Hi CluelessGuy
1019 [04:54:05] <CluelessGuy> < the new guy
1020 [04:54:15] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 244 seconds)
1021 [04:54:20] <CluelessGuy> just getting into debian to get to
know things :)
1022 [04:54:25] <n_blownapart> dang thanks markybob
1023 [04:54:26] <CluelessGuy> ppl from ##linux sent me here
1024 [04:54:30] *** Joins: kaiux (~kaiux@replaced-ip )
1025 [04:54:57] *** Joins: RippyDippy (~RippyDipp@replaced-ip )
1026 [04:55:41] <RippyDippy> hey guys. I'm getting a gpg
error for
replaced-url
1027 [04:56:09] <paperd> RippyDippy: Did you add the repo key?
1028 [04:56:14] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1029 [04:56:27] <paperd> CluelessGuy: welcome, this is the place
for help with debian
1030 [04:56:30] <RippyDippy> paperd: Tried. Whats the best command
for that. I think I went about it wrong
1031 [04:56:30] <kcirick> markybob, I got "unable to locate
package" I have non-free in /etc/apt/sources.list
1032 [04:56:59] <CluelessGuy> paperd thanks! expect a lot of
stupid questions :D
1033 [04:57:01] <paperd> RippyDippy: what's the url to OBS?
1034 [04:57:03] <kcirick> markybob, deb
replaced-url
1035 [04:57:14] <RippyDippy> paperd: OBS?
1036 [04:57:24] <calebwill> kcirick: could you please put your
/var/log/Xorg.0.log on
replaced-url
1037 [04:57:38] <markybob> ,v firmware-misc-nonfree
1038 [04:57:39] <judd> Package: firmware-misc-nonfree on amd64 --
jessie-backports/non-free: 20160110-1~bpo8+1; sid/non-free:
20160110-1; stretch/non-free: 20160110-1
1039 [04:57:43] <markybob> kcirick: ^
1040 [04:57:46] <paperd> RippyDippy: Open Build Server, which is I
assume what is at downloads.opensuse.org
1041 [04:57:49] *** Quits: sulit (~user@replaced-ip ) (Ping timeout: 252 seconds)
1042 [04:57:57] *** Joins: cam13 (cam@replaced-ip )
1043 [04:58:00] *** debhelper sets mode: +l 1647
1044 [04:58:03] <calebwill> kcirick: also could you please show us
"lspci -nn | grep -i VGA"?
1045 [04:58:12] <markybob> kcirick: that means you need
jessie-backports. here are instructions .
replaced-url
1046 [04:58:13] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
1047 [04:58:25] <RippyDippy> paperd: OH.
replaced-url
1048 [04:58:43] <paperd> RippyDippy: are you trying to download a
suse iso?
1049 [04:58:52] <calebwill> kcirick: markybob: did we check for
firmware errors in "dmesg | grep -i firmware"?
1050 [04:59:20] <RippyDippy> paperd: No. I might be there from a
while ago, but I can't update because of those errors. Not sure
if I should just remove it or not
1051 [04:59:28] <markybob> i'm going to bed.
1052 [04:59:31] *** Quits: markybob (~markybob@replaced-ip ) (Quit: leaving)
1053 [04:59:33] <kcirick> calebwill, xorg.log:
replaced-url
1054 [05:00:42] <kcirick> calebwill, lspci -nn | grep -i VGA:
00:02.0 VGA compatible controller [0300]: Intel Corporation
Broadwell-U Integrated Graphics [8086:1616] (rev 09)
1055 [05:00:42] *** Quits: RA3OR (~demon@replaced-ip ) (Read error: Connection reset by peer)
1056 [05:01:07] <paperd> RippyDippy: what's the address in
the error?
1057 [05:01:28] <RippyDippy> paperd:
replaced-url
1058 [05:01:36] <RippyDippy> paperd: I feel like were not getting
anywhere hahaha
1059 [05:01:49] <paperd> RippyDippy: what did you try and install
from that address?
1060 [05:01:49] *** Quits: Akuw (~x@replaced-ip ) (Remote host closed the connection)
1061 [05:02:00] *** Joins: caterfxo (~caterfxo@replaced-ip )
1062 [05:02:05] <kcirick> calebwill, there is only firmware
loading for iwlwifi and r8169 in dmesg
1063 [05:02:28] *** Quits: cam13 (cam@replaced-ip ) (Remote host closed the connection)
1064 [05:02:29] <calebwill> kcirick: you may need a newer
linux-image-amd64 (kernel) and xserver-xorg-video-intel from
jessie-backports
1065 [05:02:36] <RippyDippy> paperd: Nothing. I was trying to
update minding my own business. Bang. GPG error. Again, it is
probably remaining from an old whatever.
1066 [05:02:44] <calebwill> !tell kcirick about bdo kernel
1067 [05:03:06] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1068 [05:03:13] <calebwill> kcirick: see the message from dpkg and
also
replaced-url
1069 [05:03:20] <RippyDippy> paperd: More or less trying to get
past it, whether it be update the key, or remove the repo (because I
dont think I have anythink depending on it that I care about)
1070 [05:03:44] <kcirick> calebwill, markybob sent me to it
already... looks like the needed firmware isn't installed on my
system
1071 [05:03:57] <n_blownapart> calebwill, could you look at this?
I just randomly tried your suggestion above 'dmesg | grep -i
firmware'
replaced-url
1072 [05:04:10] <paperd> RippyDippy: you're running Debian,
right?
1073 [05:04:19] <RippyDippy> paperd: hahah yes.
1074 [05:04:34] <calebwill> kcirick: you might not need
firmwares.. maybe if the newer kernel and intel driver need them.
1075 [05:04:38] <paperd> RippyDippy: in a terminal, cat
/etc/apt/sources.list
1076 [05:04:55] *** Quits: CluelessGuy (~CluelessG@replaced-ip ) (Quit: Leaving)
1077 [05:04:57] <paperd> RippyDippy: if you see that opensuse url
in the output, then edit the file and comment out that repo.
1078 [05:05:18] *** Joins: taylorbyte (~taylorbyt@replaced-ip )
1079 [05:05:21] <paperd> RippyDippy: Though I'm not sure why
you'd have that, as that is the url to just download OpenSuse
ISOs.
1080 [05:05:21] <calebwill> n_blownapart: that looks like
firmwares successfully loaded. it was be an error about firmwares
not found if there were a problem
1081 [05:05:21] <n_blownapart> anyone take a look for a noob here?
replaced-url
1082 [05:05:24] *** Joins: TheKernelMan (~TheKernel@replaced-ip )
1083 [05:05:32] *** Quits: __CoolGuy (~gnome@replaced-ip ) (Quit: leaving)
1084 [05:05:32] <RippyDippy> paperd: Already have it open. I
commented them out already. When I go to update, it's still
looking in that direction
1085 [05:05:39] *** Quits: kaiux (~kaiux@replaced-ip ) (Quit: leaving)
1086 [05:05:42] <n_blownapart> thanks calebwill !
1087 [05:05:52] <kcirick> calebwill, currently I am on kernel
3.16.0
1088 [05:05:59] <RippyDippy> paperd: Does this warrent a reboot?
1089 [05:05:59] <paperd> RippyDippy: did you save the file?
1090 [05:06:05] <paperd> RippyDippy: it shouldn't.
1091 [05:06:13] <RippyDippy> paperd: Yes.... I saved the file
1092 [05:06:18] <n_blownapart> I have this problem with missing
characters in the desktop, clock etc ... calebwill any possible
culprits?
1093 [05:06:33] <paperd> RippyDippy: there is the folder
/etc/apt/sources.list.d/
1094 [05:06:50] <paperd> RippyDippy: check in that folder for
something opensuse releated. you can remove the file if you
don't care about it.
1095 [05:07:03] <RippyDippy> paperd: bingo
1096 [05:07:09] *** Quits: walkenx (~walkenx@replaced-ip ) (Quit: Lost terminal)
1097 [05:07:10] *** Quits: genpaku (~genpaku@replaced-ip ) (Ping timeout: 252 seconds)
1098 [05:07:12] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
1099 [05:07:26] <RippyDippy> paperd: wait. no
1100 [05:08:00] *** debhelper sets mode: +l 1640
1101 [05:08:03] *** Joins: RA3OR (~demon@replaced-ip )
1102 [05:08:03] *** Quits: RA3OR (~demon@replaced-ip ) (Changing host)
1103 [05:08:03] *** Joins: RA3OR (~demon@replaced-ip )
1104 [05:08:10] <RippyDippy> paperd: its just steam, NodeJS,
rethinkDB, and numix. All things that should be there
1105 [05:08:30] *** Quits: unwanted (unwanted@replaced-ip ) (Ping timeout: 260 seconds)
1106 [05:09:23] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
1107 [05:09:30] <kcirick> got backports, but still getting
"firmware-misc-nonfree" can't be found
1108 [05:09:43] *** Joins: lostpacket (~lostpacke@replaced-ip )
1109 [05:10:05] *** Joins: genpaku (~genpaku@replaced-ip )
1110 [05:10:06] <paperd> RippyDippy: grep suse
/etc/apt/sources.list.d/*
1111 [05:10:50] <RippyDippy> paperd: AHH. It was the arc theme
1112 [05:10:57] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
1113 [05:11:11] <RippyDippy> paperd: So I do need it. How do I go
about updating the public key then.
1114 [05:11:38] *** Joins: Arahael (~arahael@replaced-ip )
1115 [05:12:31] *** Joins: DBA_1 (~DBA_1@replaced-ip )
1116 [05:12:45] <paperd> RippyDippy: The instructions are on the
page at
replaced-url
1117 [05:12:52] *** Joins: unwanted (unwanted@replaced-ip )
1118 [05:13:17] <paperd> RippyDippy: wget
replaced-url
1119 [05:14:06] <themill> because downloading the key over an
unencrypted connection and not checking it is clearly the right move
1120 [05:14:20] <RippyDippy> paperd: We have a winner. Thanks for
the help
1121 [05:14:32] <RippyDippy> paperd: Thats a handy grep trick
1122 [05:14:46] <RippyDippy> paperd: We have a winner. Thanks for
the help
1123 [05:15:03] *** Joins: denisk (~denisk@replaced-ip )
1124 [05:15:05] <paperd> RippyDippy: you're welcome. knowing
how to use the CLI tools is good knowledge to have ;)
1125 [05:15:24] <lostpacket> o/
1126 [05:15:41] <RippyDippy> paperd: Trust me, after a 1.5 years
linux fulltime. I can't learn enough.
1127 [05:15:42] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
1128 [05:15:49] *** Quits: jeddi (~jedd@replaced-ip ) (Quit: Konversation terminated!)
1129 [05:16:03] *** Quits: lostpacket (~lostpacke@replaced-ip ) (Quit: Leaving)
1130 [05:16:17] <calebwill> kcirick: only install
firmware-misc-nonfree if you having missing firmware errors in dmesg
after booting with the new kernel and video driver
1131 [05:16:17] <RippyDippy> paperd: Say.. You wouldn't know
a good way to screen cap video and turn it into a highquality gif
would you? I've tried a few things but the gifs look like ass
near the end
1132 [05:16:46] <themill> There's no such thing as a high
quality gif, that would be part of the problem
1133 [05:17:01] <kcirick> calebwill, ok, but I still can't
find firmware-misc-nonfree, i searched on packages.debian.org
1134 [05:17:18] *** Quits: aruna (~Icedove@replaced-ip ) (Quit: aruna)
1135 [05:17:49] <calebwill> kcirick: have you established that you
need this package?
1136 [05:18:28] <kcirick> calebwill, no.. like you said, I'm
going to reboot first to see if I see the error in dmesg... but I
want to make sure I know the next step if that happens
1137 [05:18:30] *** Quits: DBA_1 (~DBA_1@replaced-ip ) (Quit: Leaving)
1138 [05:18:48] <calebwill> kcirick: you did not have any errors
about missing firmware related to your GPU. Did you install newer
kernel and video driver from jessie-backports?
1139 [05:18:50] <paperd> RippyDippy: I think ffmpeg will make a
gif
1140 [05:19:00] <kcirick> calebwill, yes
1141 [05:19:06] <kcirick> but havent rebooted yet
1142 [05:19:18] <calebwill> kcirick: hopefully they improve video
performance after you restart
1143 [05:19:22] *** Quits: Arahael (~arahael@replaced-ip ) (Ping timeout: 250 seconds)
1144 [05:19:35] <paperd> RippyDippy: but you should use something
like youtube-dl to grab the video first, then change it to gif. I
wouldn't want to literally try and take screenshots.
1145 [05:19:46] *** Quits: nighty (~nighty@replaced-ip ) (Remote host closed the connection)
1146 [05:19:51] *** Quits: electsleeper (~electslee@replaced-ip ) (Ping timeout: 258 seconds)
1147 [05:19:52] <kcirick> calebwill, On my other system, I was
running 4.4.8 and had no lag issue, so hopefully this will do it :-)
1148 [05:19:56] *** Joins: electsleeper_ (~electslee@replaced-ip )
1149 [05:20:03] <kcirick> brb... going to reboot
1150 [05:20:07] *** Quits: kcirick (~rueno@replaced-ip ) (Quit: Leaving)
1151 [05:20:38] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1152 [05:21:29] *** Joins: hualet (~hualet@replaced-ip )
1153 [05:22:56] *** Joins: zanshin_ (~textual@replaced-ip )
1154 [05:24:39] <RippyDippy> paperd: Originally, I forget what I
was using, but it was screencap mp4 -> gif -> optimized gif
that actually made it worse
1155 [05:25:58] *** Joins: kcirick (~rueno@replaced-ip )
1156 [05:26:01] *** Quits: TheKernelMan (~TheKernel@replaced-ip##) (Quit: PD: ##replaced-url
1157 [05:26:17] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 250 seconds)
1158 [05:26:19] *** Joins: de-facto_ (~de-facto@replaced-ip )
1159 [05:26:29] <kcirick> calebwill, so new intel xorg driver did
it for me... the kernel update wasnt necessary
1160 [05:26:57] *** Joins: cam13 (cam@replaced-ip )
1161 [05:26:57] <kcirick> calebwill, Im back on 3.16.0. On the new
4.5.0, dmesg complained about missing firmware
1162 [05:27:10] <kcirick> calebwill, for the wireless, so i had no
internet
1163 [05:28:55] *** Quits: bblindy (~bblinder@replaced-ip ) (Quit: Lost terminal)
1164 [05:29:31] <paperd> RippyDippy: like literally take a screen
capture with the print screen key?
1165 [05:29:54] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 244 seconds)
1166 [05:29:59] *** Quits: de-facto_ (~de-facto@replaced-ip ) (Client Quit)
1167 [05:30:01] *** Quits: n_blownapart (~john@replaced-ip ) (Quit: Leaving)
1168 [05:32:27] <RippyDippy> paperd: No screencap like video
capture
1169 [05:33:59] *** Joins: plasmoduck (~cjg@replaced-ip )
1170 [05:34:32] <paperd> RippyDippy: Ah, ok. Take a look at
youtube-dl, it is pretty awesome and supports many sites.
1171 [05:34:32] *** Quits: dkas (~dkas@replaced-ip ) (Ping timeout: 250 seconds)
1172 [05:36:17] *** Joins: dkas (~dkas@replaced-ip )
1173 [05:36:34] *** Joins: mijofa (~mijofa@replaced-ip )
1174 [05:37:19] <mijofa> I fucked up, I just formatted my full
/home ext3 partition with a fresh ext3 filesystem, any chance I can
recover things
1175 [05:38:33] *** Joins: dreamon (~dreamon@replaced-ip )
1176 [05:40:19] <zanshin_> brew prune
1177 [05:40:23] <zanshin_> ww
1178 [05:40:42] <peterrooney> mijofa: file carving may find a few
things, but don't hold your breath.
1179 [05:40:57] <a1> mijofa,
replaced-url
1180 [05:41:09] *** Joins: babak (uid19622@replaced-ip )
1181 [05:41:43] <babilen> dpkg: what to backup
1182 [05:41:43] <dpkg> Some things you should back up include:
/etc /home /root /usr/local /usr/src /opt /srv. Tailor to your own
purposes. If you think you don't need /var, make sure you
don't forget /var/lib/dpkg /var/backups /var/lib/apt*
/var/lib/mysql /var/mail /var/replaced-url
1183 [05:42:27] *** Quits: rahulnai (~androirc@replaced-ip ) (Ping timeout: 260 seconds)
1184 [05:42:56] *** Joins: rahulnai (~androirc@replaced-ip )
1185 [05:42:59] *** Quits: SpikeSpiegel (~GitGud@replaced-ip ) (Quit: You're gonna carry that weight)
1186 [05:43:50] <mijofa> Thanks
1187 [05:44:08] <mijofa> It's a personal computer that
didn't have much backed up. :/
1188 [05:44:11] <mijofa> I really fucked up
1189 [05:44:19] *** Joins: Arahael (~arahael@replaced-ip )
1190 [05:44:21] *** Quits: we6jbo2_ (~we6jbo2@replaced-ip ) (Remote host closed the connection)
1191 [05:44:50] *** Quits: kcirick (~rueno@replaced-ip ) (Quit: Leaving)
1192 [05:45:12] *** Quits: irn4l (~irn4l@replaced-ip ) (Quit: Leaving)
1193 [05:45:42] <caterfxo> mijofa_ if you only overwrote a new FS,
and avoided rewriting every sector with something like /dev/null or
/dev/urandom, a lot of the data will still be on disk.
1194 [05:45:43] *** Joins: Rusty1 (~Rusty1@replaced-ip )
1195 [05:46:28] <caterfxo> i havent used any of those programs,
mysef, tho. sorrys
1196 [05:46:34] <mijofa> Yeah, didn't write to every sector,
so if I can just recreate the ext superblock is should be
recoverable, looking into tools to do that
1197 [05:46:53] <caterfxo> right on
1198 [05:47:03] *** Parts: caterfxo (~caterfxo@replaced-ip )
1199 [05:47:30] *** Joins: caterfxo (~caterfxo@replaced-ip )
1200 [05:47:49] *** Quits: caterfxo (~caterfxo@replaced-ip ) (Quit: Leaving)
1201 [05:47:53] *** Joins: Adbray (~Adbtay@replaced-ip )
1202 [05:48:28] *** Joins: sceadwian (~sceadwian@replaced-ip )
1203 [05:49:32] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 244 seconds)
1204 [05:50:32] *** Joins: aaro (~aaro@replaced-ip )
1205 [05:51:00] *** Joins: z0ran (~z0ran@replaced-ip )
1206 [05:51:27] *** Quits: LtL (~irssi@replaced-ip ) (Ping timeout: 264 seconds)
1207 [05:51:28] *** Joins: hasanatizaz2 (~hasan@replaced-ip )
1208 [05:52:41] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 240 seconds)
1209 [05:52:42] *** Joins: xiaodong (~xiaodong@replaced-ip )
1210 [05:52:51] *** Quits: HasanAtizaz (~hasan@replaced-ip ) (Ping timeout: 276 seconds)
1211 [05:54:16] *** Joins: xiaodong_ (~xiaodong@replaced-ip )
1212 [05:54:31] *** Quits: lucaswan_ (~lucaswang@replaced-ip ) (Remote host closed the connection)
1213 [05:55:59] *** Joins: lucaswang (~lucaswang@replaced-ip )
1214 [05:56:05] *** Joins: JimVFD (~jimvfd@replaced-ip )
1215 [05:57:30] *** Joins: Niham (~textual@replaced-ip )
1216 [05:57:35] *** Joins: Che-Anarch (~aphorise@replaced-ip )
1217 [05:57:57] *** Joins: m3tti (~user@replaced-ip )
1218 [05:58:01] *** debhelper sets mode: +l 1646
1219 [05:58:01] *** Parts: xiaodong_ (~xiaodong@replaced-ip )
1220 [05:59:03] *** Quits: aphorise (~aphorise@replaced-ip ) (Ping timeout: 240 seconds)
1221 [06:00:51] *** Joins: torpet (~torpet@replaced-ip )
1222 [06:01:14] <torpet> hi everyone, today i upgraded my debian 8
installation and now firefox-esr got installed
1223 [06:01:19] *** emma- is now known as emma|offline
1224 [06:01:22] <torpet> but i also had firefox from
mozilla.debian.net installed
1225 [06:01:34] <emma|offline> ESR is just iceweasel, no?
1226 [06:01:40] * emma|offline pulls up debian 8 in her VM
1227 [06:01:53] <torpet> now when i open regular firefox, it shows
version 47, but the gnome title says firefox esr
1228 [06:02:23] <torpet> for some reason also a new icon spawns:
replaced-url
1229 [06:02:41] <torpet> the reaosn for that is probably that
/usr/bin/firefox is a shellscript that calls /usr/bin/firefox.real
1230 [06:02:41] *** Quits: m3tti (~user@replaced-ip ) (Remote host closed the connection)
1231 [06:02:50] <torpet> any idea how to use dpkg-divert to fix
that?
1232 [06:03:10] *** Quits: hasanatizaz2 (~hasan@replaced-ip ) (Ping timeout: 258 seconds)
1233 [06:04:53] *** Quits: JimVFD (~jimvfd@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1234 [06:05:31] <themill> torpet: you could just remove the one
you don't want
1235 [06:05:37] <calebwill> torpet: you can right-click on icons
in that bar and "remove from favourites".
1236 [06:06:56] *** Joins: michaelni (~michael@replaced-ip )
1237 [06:07:10] *** Joins: m3tti (~user@replaced-ip )
1238 [06:07:34] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 272 seconds)
1239 [06:08:36] *** Joins: patterson (~patterson@replaced-ip )
1240 [06:09:45] *** Joins: madrik (~madrik@replaced-ip )
1241 [06:10:09] *** Joins: galex|713 (~galex-713@replaced-ip )
1242 [06:10:41] *** Quits: ilCyx86_64 (~ilCyx86_6@replaced-ip ) (Ping timeout: 240 seconds)
1243 [06:12:44] *** Quits: avis- (~ident@replaced-ip ) (Quit: Leaving)
1244 [06:13:58] *** Quits: donofrio (~donofrio@replaced-ip ) (Read error: Connection reset by peer)
1245 [06:14:38] *** Joins: denisk (~denisk@replaced-ip )
1246 [06:15:06] <torpet> i know
1247 [06:15:14] <torpet> but there is a new icon popping up
1248 [06:15:21] <torpet> because the shell scripts diverts to
another binary
1249 [06:15:27] <torpet> than the one called by the .desktop file
1250 [06:15:27] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1251 [06:15:32] <torpet> and i cant remove firefox-esr
1252 [06:15:38] *** Joins: jair (~jair@replaced-ip )
1253 [06:15:39] *** galex|713 is now known as galex-713
1254 [06:15:40] <torpet> because it is a dependency of gnome-core
1255 [06:16:03] <jair> has anyone found the solution for this
Google issue:
replaced-url
1256 [06:16:14] <jair> it is really annoying because I don't
understand if is a security issue, or just cosmetic
1257 [06:16:25] <pingfloyd> it's a security issue
1258 [06:16:35] <pingfloyd> sha-1 is cryptographically weak
1259 [06:16:54] <calebwill> torpet: gnome-core is only a
meta-package, it will not remove software. removing gnome-core could
mean that apt-get will suggest several candidates for autoremoval,
but you can mark them as manually installed
1260 [06:17:09] <torpet> it will also remove gnome
1261 [06:17:25] <pingfloyd> jair: tell google to get with the
program
1262 [06:17:25] <torpet> sudo apt-get purge firefox-esr
1263 [06:17:34] <torpet> The following packages will be REMOVED:
1264 [06:17:34] <torpet> firefox-esr* firefox-esr-l10n-de* gnome*
gnome-core* iceweasel*
1265 [06:17:34] <torpet> iceweasel-l10n-de* task-gnome-desktop*
1266 [06:17:37] *** Quits: ac1dh0n3ycl0ud (~rg00d@replaced-ip ) (Quit: 🐧)
1267 [06:18:04] <pingfloyd> gnome-core is a meta-package
1268 [06:18:05] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1269 [06:18:26] <pingfloyd> if you want to keep gnome-core and its
dependent packages, mark it as manually installed
1270 [06:18:46] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1271 [06:18:50] <pingfloyd> you can change that with apt-mark
1272 [06:18:56] *** mactimes is now known as mactimes_
1273 [06:19:19] <pingfloyd> apt-mark manual gnome-core then try
again
1274 [06:19:21] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
1275 [06:19:53] <torpet> gnome-core depends on firefox-esr
1276 [06:19:59] <torpet> i dont see how that matters
1277 [06:20:14] <torpet> if i uninstall firefox-esr, gnome-core is
being renderes useless
1278 [06:20:17] <pingfloyd> then you have to remove gnome-core and
mark what gnome-core depends on as manual that you want to keep
1279 [06:20:20] <torpet> setting it to manually installed
won't change that
1280 [06:20:45] <malf> Anyone else on testing getting messages
like this after an aptitude update?
1281 [06:20:45] <malf> E: Could not open file
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_stretch_contrib_i18n_Translation-en.IndexDiff
- open (2: No such file or directory)
1282 [06:20:45] <malf> E: Could not open file
/var/lib/apt/lists/ftp.us.debian.org_debian_dists_stretch_non-free_i18n_Translation-en.IndexDiff
- open (2: No such file or directory)
1283 [06:21:13] <malf> I don't see anything like that with an
apt-get update
1284 [06:21:32] <calebwill> torpet: the gnome-core and gnome
packages don't have anything in them, they just depend on the
packages that make up a GNOME desktop. You can mark their
dependencies as manually installed and still remove the
meta-packages
1285 [06:22:00] *** Quits: DBZ732838 (~usr@replaced-ip ) (Quit: Leaving)
1286 [06:22:10] *** Joins: hualet (~hualet@replaced-ip )
1287 [06:23:52] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 260 seconds)
1288 [06:24:14] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1289 [06:25:55] <calebwill> torpet: personally i've chosen to
use firefox-esr for now because i prefer to keep the meta-packages
installed, in case the dependencies change in the next release
1290 [06:26:33] <calebwill> torpet: the ESR is plenty sufficient
for anyone but web developers that need the newer releases
1291 [06:27:01] <torpet> hm you are right
1292 [06:27:05] <torpet> i am sticking with esr for now
1293 [06:27:18] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 276 seconds)
1294 [06:27:21] <torpet> can i downgrade safely or should i create
a new profile
1295 [06:27:44] <calebwill> torpet: backup the profile, give it a
try
1296 [06:28:19] *** Joins: dmr (~dmr@replaced-ip )
1297 [06:28:20] <calebwill> i had been using firefox from
mozilla.debian.net until this update. i also had iceweasel installed
but never ran it
1298 [06:28:33] <pingfloyd> theoretically you profile should be
fine since it is in home
1299 [06:28:49] <pingfloyd> but you have your home backed up
right?
1300 [06:28:50] <calebwill> torpet: so i downgraded from firefox
47 to firefox-esr 45 and my profile seems fine
1301 [06:28:52] *** Quits: Meow-J (uid69628@replaced-ip ) (Quit: Connection closed for inactivity)
1302 [06:28:54] <pingfloyd> just in case
1303 [06:29:19] <torpet> syes i have a few days old backup
1304 [06:29:44] *** Quits: murfjr (~douseiais@replaced-ip ) (Quit: Leaving)
1305 [06:29:45] <pingfloyd> you could always adhoc it for now and
cp your profile directory
1306 [06:30:10] <torpet> why does mozilla.debian.net provide
firefox-esr builds for jessie?
1307 [06:30:23] <torpet> it is in the main repos anyway
1308 [06:30:26] *** Joins: JimVFD (~jimvfd@replaced-ip )
1309 [06:30:29] *** Quits: zanshin_ (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1310 [06:30:32] <pingfloyd> because mozilla is nice
1311 [06:30:46] *** Joins: js9600 (~js9600@replaced-ip )
1312 [06:31:20] <calebwill> torpet: i wouldn't be too
surprised if firefox and firefox-esr packages start conflicting with
each other, but maybe people have a reason for wanting both
installed.
1313 [06:31:22] <pingfloyd> torpet: basically you have quite a few
options about which firefox package you want to install
1314 [06:31:32] <torpet> calebwill: firefox-esr and firefox
provided both the same file. something like
/usr/lib/mozilla/extension/UUID
1315 [06:31:40] <torpet> how can two packages provide the same
file yet don't have a conflict?
1316 [06:31:43] *** Parts: sceadwian (~sceadwian@replaced-ip )
1317 [06:32:18] <torpet> i think it was this file:
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
1318 [06:32:20] <pingfloyd> with firefox you don't even have
to worry about a package anyway
1319 [06:32:32] <pingfloyd> you can simply extract to /opt
1320 [06:33:08] *** Quits: JimVFD (~jimvfd@replaced-ip ) (Client Quit)
1321 [06:33:11] <torpet> yeah i think i'll do that when i
feel like trying version 48 with electrolysis
1322 [06:33:22] <pingfloyd> that's what I do
1323 [06:33:29] <pingfloyd> that way I get the latest version all
the time
1324 [06:33:39] <pingfloyd> then you can use the built in update
to keep it up to date
1325 [06:34:10] <pingfloyd> the browser is one of the few apps I
care about being the latest version
1326 [06:34:30] <pingfloyd> most of the other stuff, if it works
okay, good enough
1327 [06:34:36] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
1328 [06:34:39] *** Quits: mekeor (~user@replaced-ip ) (Ping timeout: 264 seconds)
1329 [06:34:49] <calebwill> then it would maybe make sense to keep
it in $HOME instead of /opt, but for most Debian users getting
Firefox updated with apt is what they want
1330 [06:35:06] <pingfloyd> calebwill: I use it with more than one
user account
1331 [06:35:17] *** Joins: xroldx (~xroldx@replaced-ip )
1332 [06:35:25] <calebwill> pingfloyd: which user updates the
software?
1333 [06:35:26] <xroldx> hello everyone
1334 [06:35:34] <pingfloyd> calebwill: just run gksudo firefox
1335 [06:35:37] <pingfloyd> and go to about
1336 [06:35:42] <pingfloyd> just don't surf around that way
1337 [06:36:41] <calebwill> pingfloyd: maybe you're
comfortable running the browser as root, but not everyone should do
that.
1338 [06:36:45] *** Joins: s4ndm4n (~sandman@replaced-ip )
1339 [06:36:45] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Changing host)
1340 [06:36:45] *** Joins: s4ndm4n (~sandman@replaced-ip )
1341 [06:36:53] <pingfloyd> calebwill: you're afraid to
update it?
1342 [06:37:03] <torpet> calebwill: yeah i am myself quite a
package-everyhing nazi
1343 [06:37:07] <torpet> so that doesn't help
1344 [06:37:11] *** Joins: mekeor (~user@replaced-ip )
1345 [06:37:27] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
1346 [06:37:48] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
1347 [06:37:48] <pingfloyd> calebwill: you'll be fine if you
use common sense
1348 [06:37:57] *** Joins: thunderrd (~thunderrd@replaced-ip )
1349 [06:38:23] *** Joins: HerculeP (~herc@replaced-ip )
1350 [06:38:31] <calebwill> pingfloyd: personally i wouldn't
do that, and i'd worry about people who do that without
discipline or common sense forgetting that the browser is root if
they tried that method
1351 [06:38:51] <pingfloyd> calebwill: well people that do that
are always a problem for themselves
1352 [06:39:04] *** Joins: adrian (~adrian@replaced-ip )
1353 [06:39:45] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1354 [06:39:48] <pingfloyd> if that doesn't get them,
something else will
1355 [06:40:18] *** Quits: darksbane3k (~darksbane@replaced-ip ) (Ping timeout: 276 seconds)
1356 [06:40:21] *** Joins: BW^- (~Bwbwbwbwb@replaced-ip )
1357 [06:40:28] <BW^-> what's the easiest way to get Boost
1.56 in stable DEBIAN?
1358 [06:40:32] <BW^-> build from source and install??
1359 [06:40:35] <BW^-> manually?
1360 [06:40:37] <BW^-> it bundles 1.55
1361 [06:41:12] <torpet> thanks for your help guys
1362 [06:41:26] <pingfloyd> torpet: no problem
1363 [06:42:12] *** Joins: THX1138 (~Zzyzx@replaced-ip )
1364 [06:42:22] <pingfloyd> calebwill: if you're really
worried though, change the ownerships on /opt/firefox to some user
you want to run the updates with
1365 [06:42:40] *** Quits: torpet (~torpet@replaced-ip ) (Remote host closed the connection)
1366 [06:43:05] *** Quits: Rusty1 (~Rusty1@replaced-ip ) (Quit: Leaving)
1367 [06:43:19] <calebwill> pingfloyd: good point, but it's
still one more thing to worry about
1368 [06:43:22] <pingfloyd> or change the group owners and give
necessary perms to that group and add the updating user to that
group (be creative).
1369 [06:44:13] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
1370 [06:44:24] <calebwill> BW^-: how strong is your need for
libboost 1.56?
1371 [06:44:44] *** Joins: arcvile (~quassel@replaced-ip )
1372 [06:46:11] *** Joins: eliotime (~Icedove@replaced-ip )
1373 [06:46:20] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Read error: Connection reset by peer)
1374 [06:47:16] *** Joins: purplesky (pnk@replaced-ip )
1375 [06:47:33] *** Quits: mo1991reg (~mo1991@replaced-ip ) (Ping timeout: 240 seconds)
1376 [06:48:37] *** Quits: dmr (~dmr@replaced-ip ) (Ping timeout: 250 seconds)
1377 [06:51:16] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1378 [06:51:29] *** Joins: Niham (~textual@replaced-ip )
1379 [06:51:48] *** Joins: Mike__ (~mike@replaced-ip )
1380 [06:51:51] *** Joins: ryan57 (~ryan60@replaced-ip )
1381 [06:53:09] <ryan57> well, I'm out of ideas
1382 [06:53:36] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1383 [06:53:44] <ryan57> can anyone tell me how I managed to
include the DEBIAN folder inside a .deb package?
1384 [06:55:08] *** Joins: Rokixz (~rokas@replaced-ip )
1385 [06:55:46] *** Parts: emma|offline (~tempodiva@replaced-ip )
1386 [06:56:13] <ryan57> perhaps an image will make this clearer
1387 [06:56:13] *** Joins: AnD[a]LeS (~andales@replaced-ip )
1388 [06:56:16] <ryan57>
replaced-url
1389 [06:57:32] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
1390 [06:57:32] <ryan57> and it continues to do that, no matter
how many times I rebuild it, or check the file manifest of
CheckInstall...
1391 [06:58:28] *** Joins: hasanatizaz2 (~hasan@replaced-ip )
1392 [06:59:28] *** Quits: SonicJam (~SonicJam@replaced-ip ) (Quit: Leaving...)
1393 [07:00:03] *** Joins: Drone4four (~Drone4fou@replaced-ip )
1394 [07:00:20] *** Joins: mo1991reg (~mo1991@replaced-ip )
1395 [07:00:40] <pingfloyd> ryan57:
replaced-url
1396 [07:01:14] <pingfloyd> ryan57: "You should also notice
that many template files are created in the source under the debian
directory."
1397 [07:04:14] *** Quits: purplesky (pnk@replaced-ip ) (Quit: Leaving)
1398 [07:04:56] <ryan57> pingfloyd: however, these are the control
files and directory, which should not be seen or included here
1399 [07:05:25] *** Joins: ghghgdh (~gchgccggc@replaced-ip )
1400 [07:06:21] *** Joins: inspiringN (singularit@replaced-ip )
1401 [07:07:37] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 260 seconds)
1402 [07:07:43] *** Quits: ghghgdh (~gchgccggc@replaced-ip ) (Client Quit)
1403 [07:07:52] <s4ndm4n> I am getting this error:
replaced-url
1404 [07:08:23] <s4ndm4n> Is there a way to fix this?
1405 [07:08:33] *** Quits: frediz (~Fred@replaced-ip ) (Ping timeout: 246 seconds)
1406 [07:08:58] <ryan57> pingfloyd: -b, --build directory
[archive|directory] Creates a debian archive from the filesystem
tree stored in directory. directory must have a DEBIAN subdirectory,
which contains the control information files such as the control
file itself. This directory will not appear in the binary
package's filesystem archive, but instead the files in it will
be put in the binary package's control information area.
1407 [07:09:33] *** Quits: RippyDippy (~RippyDipp@replaced-ip ) (Quit: Lost terminal)
1408 [07:09:36] <ryan57> pingfloyd:
replaced-url
1409 [07:09:47] *** Joins: frediz (~Fred@replaced-ip )
1410 [07:10:19] <calebwill> s4ndm4n: are the volume groups found
after you unlock the encrypted volume?
1411 [07:10:33] <ryan57>
replaced-url
1412 [07:10:42] *** Joins: david108 (~david@replaced-ip )
1413 [07:11:37] <ryan57> or if you want to take a look at the file
itself:
replaced-url
1414 [07:12:28] <s4ndm4n> calebwill: Yes
1415 [07:12:44] *** Quits: eliotime (~Icedove@replaced-ip ) (Quit: eliotime)
1416 [07:12:52] <calebwill> s4ndm4n: that happens to me too,
it's safe to ignore
1417 [07:13:34] <calebwill> ryan57: do you really need tcl 8.6.5
when 8.6.0 is in jessie?
1418 [07:14:06] <calebwill> ryan57: you could also try reusing the
proper Debian package bits with a newer version of upstream
1419 [07:14:13] <calebwill> dpkg: tell ryan57 about uupdate
1420 [07:14:56] *** Joins: likevinyl (~freebeer@replaced-ip )
1421 [07:15:17] <s4ndm4n> calebwill: Oh. BTW found the relevant
bug report I think:
replaced-url
1422 [07:15:43] <judd> Bug
replaced-url
1423 [07:16:40] *** Joins: bobe (~bobe@replaced-ip )
1424 [07:20:02] *** Joins: electro33 (uid613@replaced-ip )
1425 [07:21:21] *** Quits: shaun413 (uid121475@replaced-ip ) (Quit: Connection closed for inactivity)
1426 [07:22:05] *** Quits: Otis (~coffee@replaced-ip ) (Ping timeout: 260 seconds)
1427 [07:22:09] *** Joins: Meow-J (uid69628@replaced-ip )
1428 [07:22:26] *** Quits: mo1991reg (~mo1991@replaced-ip ) (Ping timeout: 250 seconds)
1429 [07:23:03] *** Joins: hualet (~hualet@replaced-ip )
1430 [07:23:12] <ryan57> calebwill: this is me fixing a larger
problem -> CheckInstall
1431 [07:23:15] *** Joins: ffamousffatman (~tupac-ama@replaced-ip )
1432 [07:23:47] *** Quits: ffamousffatman (~tupac-ama@replaced-ip ) (Client Quit)
1433 [07:23:49] *** Joins: superusr (~usr@replaced-ip )
1434 [07:24:02] *** Quits: Scourje (uid63311@replaced-ip ) (Quit: Connection closed for inactivity)
1435 [07:24:24] *** Parts: yuta (~ippan@replaced-ip )
1436 [07:25:34] <calebwill> ryan57: sounds like you tried to solve
a tcl problem and now you have a checkinstall problem too
1437 [07:25:44] <winterss> hi caleb
1438 [07:26:28] <ryan57> calebwill: lol, actually, I'm trying
to solve a GCC problem, with some cross-compiling thrown in...
1439 [07:28:00] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 272 seconds)
1440 [07:28:36] <calebwill> winterss: hi
1441 [07:28:45] <winterss> how are you?
1442 [07:29:09] <calebwill> winterss: i'm fine. Do you have a
Debian question?
1443 [07:30:25] *** Joins: guardianJ (~javaserve@replaced-ip )
1444 [07:30:56] *** Quits: david108 (~david@replaced-ip ) (Quit: Leaving)
1445 [07:31:50] *** Joins: dutchfish (~wil@replaced-ip )
1446 [07:32:35] *** Joins: Soul_Eater (~marcelo@replaced-ip )
1447 [07:32:55] *** Quits: dutchfish (~wil@replaced-ip ) (Client Quit)
1448 [07:33:07] *** Joins: dutchfish (~wil@replaced-ip )
1449 [07:34:39] *** Quits: inspiringN (singularit@replaced-ip ) (Quit: Leaving)
1450 [07:36:47] *** Quits: BW^- (~Bwbwbwbwb@replaced-ip ) (Read error: Connection reset by peer)
1451 [07:37:50] *** Quits: THX1138 (~Zzyzx@replaced-ip ) (Ping timeout: 260 seconds)
1452 [07:38:52] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Quit: Leaving)
1453 [07:38:58] *** Joins: mo1991reg (~mo1991@replaced-ip )
1454 [07:39:00] *** Quits: m3tti (~user@replaced-ip ) (Ping timeout: 260 seconds)
1455 [07:39:02] *** Joins: lun0s (~lun0s@replaced-ip )
1456 [07:39:15] <lun0s> Are there any tools that can tell me what
packages depend on a specific file?
1457 [07:39:29] <lun0s> To follow up on that, can I find what
package gives me a specific file?
1458 [07:41:16] <calebwill> lun0s: to see which installed package
provided a file use "dpkg -S partial/path/to/file". For
packages not installed you can use apt-file
1459 [07:42:20] <lun0s> If it's installed would apt-file work
as well?
1460 [07:42:51] <calebwill> yes
1461 [07:43:06] *** Joins: thelesserevil (~limewedge@replaced-ip )
1462 [07:43:40] <lun0s> Cheers, fingers crossed I don't kill
my server removing these infected files now
1463 [07:44:02] *** Joins: rpd_ (~rpd@replaced-ip )
1464 [07:44:47] <calebwill> lun0s: you might also be interested in
debsums which checks hashsums for installed packages (if the package
provides them)
1465 [07:45:03] *** Quits: antlarr (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1466 [07:45:23] <lun0s> calebwill, I actually am, some of these
files(such as libgcc4.so) are infected
1467 [07:45:25] *** Joins: cerebro_ (~cerebro@replaced-ip )
1468 [07:45:43] *** Joins: antlarr (~quassel@replaced-ip )
1469 [07:45:47] <calebwill> lun0s: if you have an infected server
though, probably best to bring it offline, backup the infected
system for later analysis, then do a fresh install and fresh
deployment of services, restore data from last known good backup
1470 [07:46:11] <calebwill> lun0s: it's next to impossible to
reliably disinfect a computer
1471 [07:46:26] *** Joins: fennesz (~fennesz@replaced-ip )
1472 [07:46:32] <lun0s> calebwill, Issue is, the base image for
this has a remote vulnerability(not sure of what it is myself) so if
I wipe it, it gets immediately reinfected. Strict iptables rules
have stopped this malware in it's tracks for a few months.
Deciding to finally tackle it
1473 [07:46:34] <calebwill> i mean how can you trust anything it
tells you anymore?
1474 [07:46:57] *** Quits: Mike__ (~mike@replaced-ip ) (Quit: Mike__)
1475 [07:47:28] <lun0s> From what I can tell it's just a
DoS(possible DDoS) tool, if removing all the infected files
doesn't solve this I will have to change hosts cause the host
won't address it and says it's my own fault
1476 [07:48:20] <stoned> Hello, I'm using Xmonad and I was
wondring if there is a standalone panel or something I can use that
will give me a something like a menu of installed applications
1477 [07:48:44] <jair> pingfloyd: thank you I will definitely do
1478 [07:48:45] <stoned> I used to run kicker in KDE3, just the
panel, but now that's gone away and when I run plasma-desktop
it takes over the desktop and all that.
1479 [07:48:52] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 250 seconds)
1480 [07:48:53] *** Quits: guardianJ (~javaserve@replaced-ip ) (Read error: Connection reset by peer)
1481 [07:49:04] <stoned> Any idea how to get a 'application
menu' in Xmonad (not dmenu)
1482 [07:51:04] *** Joins: Lokke (~Thunderbi@replaced-ip )
1483 [07:51:27] <calebwill> lun0s: how do you know a fresh install
would be exploited again? is this some VPS template or something?
1484 [07:51:51] <calebwill> stoned: one i know about but
don't use is docky. there are others from other desktops like
lxpanel you could try too
1485 [07:53:19] <lun0s> calebwill, Yeah it's the base image
they use for the install. I've done a lot of fresh installs and
the very moment the server goes online it becomes infected and uses
maximum bandwidth(which results in automatic suspension). I've
been meaning to find a new host that doesn't dismiss a customer
just because they're a customer anyways.
1486 [07:53:35] *** Quits: likevinyl (~freebeer@replaced-ip ) (Quit: likevinyl)
1487 [07:54:20] <calebwill> lun0s: sounds like a serious problem,
are you sure it's not a vulnerability in one of the sites or
services you're running?
1488 [07:54:55] *** Joins: jason_ (~jason@replaced-ip )
1489 [07:55:35] <lun0s> calebwill, The base install only has SSH.
It's a possibility that has a remote exploit available though.
1490 [07:55:42] <calebwill> lun0s: finding a better VPS provider
that lets you run the debian installer sounds like a priority
1491 [07:56:23] *** Joins: woshty (~irc@replaced-ip )
1492 [07:57:27] <lun0s> calebwill, Yeah I've been really
unhappy with this host, since they have been bought out it's
just gone down hill
1493 [07:58:32] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Ping timeout: 244 seconds)
1494 [08:01:04] *** Joins: fireball``` (~fireball@replaced-ip )
1495 [08:01:48] *** Joins: SweetKatya (~oracle@replaced-ip )
1496 [08:02:13] *** Joins: rosten (~rosten@replaced-ip )
1497 [08:02:47] *** Joins: klow (~textual@replaced-ip )
1498 [08:03:25] *** Joins: hassonofer (~hassonofe@replaced-ip )
1499 [08:04:05] *** Quits: hassonofer (~hassonofe@replaced-ip ) (Quit: Leaving)
1500 [08:04:09] *** Joins: xormor (~xormor@replaced-ip )
1501 [08:04:11] *** Joins: Hurtz (~Hurtz@replaced-ip )
1502 [08:06:46] *** Quits: juantelez (~juantelez@replaced-ip ) (Quit: WeeChat 1.0.1)
1503 [08:07:01] *** Quits: PryMar56 (~prymar@replaced-ip ) (Quit: Leaving)
1504 [08:08:00] *** debhelper sets mode: +l 1652
1505 [08:09:17] *** Quits: percY- (~percY@replaced-ip ) (Ping timeout: 258 seconds)
1506 [08:09:46] *** Joins: Jerm1_ (~Jerm1@replaced-ip )
1507 [08:10:31] *** Quits: Jerm1 (~Jerm1@replaced-ip ) (Ping timeout: 250 seconds)
1508 [08:12:33] *** Quits: Tempesta (Tempesta@replaced-ip ) (Ping timeout: 240 seconds)
1509 [08:14:43] *** Quits: nymony (~nymony@replaced-ip ) (Ping timeout: 252 seconds)
1510 [08:15:50] *** Joins: btf (~btf@replaced-ip )
1511 [08:16:58] *** Joins: liny01 (~liny01@replaced-ip )
1512 [08:17:37] *** Joins: Rephlexie (~Rephlexie@replaced-ip )
1513 [08:18:20] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 244 seconds)
1514 [08:18:45] *** Quits: Drone4four (~Drone4fou@replaced-ip ) (Quit: Leaving)
1515 [08:18:50] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 244 seconds)
1516 [08:19:55] *** Joins: youellet (~youellet@replaced-ip )
1517 [08:19:56] *** Quits: bipolar_ (~bipolar@replaced-ip ) (Ping timeout: 272 seconds)
1518 [08:21:42] *** Quits: Horachi (~Horachi@replaced-ip ) (Ping timeout: 276 seconds)
1519 [08:21:46] *** Joins: atis (~atis@replaced-ip )
1520 [08:21:46] *** Quits: atis (~atis@replaced-ip ) (Client Quit)
1521 [08:22:29] *** Joins: Horachi (~Horachi@replaced-ip )
1522 [08:22:59] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
1523 [08:23:38] *** Joins: hualet (~hualet@replaced-ip )
1524 [08:24:29] *** Joins: BenNZ (~Ben__@replaced-ip )
1525 [08:24:43] *** Joins: bipolar (~bipolar@replaced-ip )
1526 [08:25:19] *** Joins: sauvin (~sauvin@replaced-ip )
1527 [08:26:19] *** Joins: llucenic (~Thunderbi@replaced-ip )
1528 [08:26:30] *** Joins: Tempesta (Tempesta@replaced-ip )
1529 [08:26:33] *** Quits: Goddesspapa (~goddesspa@replaced-ip ) (Ping timeout: 250 seconds)
1530 [08:28:17] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 250 seconds)
1531 [08:28:42] *** Quits: bollocks_k (~bollocks@replaced-ip ) (Ping timeout: 260 seconds)
1532 [08:28:51] *** Quits: liny01 (~liny01@replaced-ip ) (Ping timeout: 276 seconds)
1533 [08:31:01] *** Quits: rpd_ (~rpd@replaced-ip ) (Remote host closed the connection)
1534 [08:33:33] *** Quits: Starduster (~SD@replaced-ip ) (Ping timeout: 240 seconds)
1535 [08:35:16] *** Joins: blueness (~blueness@replaced-ip )
1536 [08:35:27] *** Joins: Starduster (~SD@replaced-ip )
1537 [08:35:49] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Remote host closed the connection)
1538 [08:36:43] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
1539 [08:37:05] *** Joins: dmitrij_9567 (~dmitrij@replaced-ip )
1540 [08:37:47] *** Quits: croddy (~cmr@replaced-ip ) (Read error: Connection reset by peer)
1541 [08:37:50] *** Parts: dmitrij_9567 (~dmitrij@replaced-ip )
1542 [08:38:23] *** Joins: kiao2938 (~mj@replaced-ip )
1543 [08:38:26] *** Joins: croddy (~cmr@replaced-ip )
1544 [08:38:27] *** Quits: croddy (~cmr@replaced-ip ) (Read error: Connection reset by peer)
1545 [08:38:56] *** Joins: croddy (~cmr@replaced-ip )
1546 [08:39:00] *** Joins: Goddesspapa (~goddesspa@replaced-ip )
1547 [08:41:07] *** Joins: Rish (~quassel@replaced-ip )
1548 [08:41:07] *** Quits: croddy (~cmr@replaced-ip ) (Read error: Connection reset by peer)
1549 [08:41:26] *** Joins: croddy (~cmr@replaced-ip )
1550 [08:43:13] *** Joins: Gorianon (~Gorianon@replaced-ip )
1551 [08:43:25] *** Parts: Gorianon (~Gorianon@replaced-ip )
1552 [08:44:31] *** Quits: croddy (~cmr@replaced-ip ) (Read error: Connection reset by peer)
1553 [08:44:57] *** Joins: croddy (~cmr@replaced-ip )
1554 [08:46:36] *** Joins: rpd_ (~rpd@replaced-ip )
1555 [08:46:55] *** Quits: afernandez_ (~afernande@replaced-ip ) (Ping timeout: 250 seconds)
1556 [08:47:03] *** Joins: dmitrij_4586 (~dmitrij@replaced-ip )
1557 [08:47:09] *** Joins: afernandez_ (~afernande@replaced-ip )
1558 [08:47:37] *** Joins: frangor (~frangor@replaced-ip )
1559 [08:47:58] *** Quits: dmitrij_4586 (~dmitrij@replaced-ip ) (Read error: Connection reset by peer)
1560 [08:48:22] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1561 [08:48:39] *** Quits: bipolar (~bipolar@replaced-ip ) (Ping timeout: 244 seconds)
1562 [08:48:40] *** Quits: jason_ (~jason@replaced-ip ) (Ping timeout: 250 seconds)
1563 [08:50:47] *** Joins: bipolar (~bipolar@replaced-ip )
1564 [08:53:57] *** Quits: bipolar (~bipolar@replaced-ip ) (Excess Flood)
1565 [08:54:16] *** Joins: bipolar (~bipolar@replaced-ip )
1566 [08:54:27] *** Joins: RaminNietzsche (~RaminNiet@replaced-ip )
1567 [08:55:32] *** Quits: rpd_ (~rpd@replaced-ip ) (Ping timeout: 260 seconds)
1568 [08:55:39] *** Quits: Vante (~vante@replaced-ip ) (Read error: Connection reset by peer)
1569 [08:56:23] *** Joins: MoonkYang (~moonkyang@replaced-ip )
1570 [09:00:27] *** Quits: calher (~cal@replaced-ip ) (Ping timeout: 264 seconds)
1571 [09:00:32] *** Quits: rahulnai (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1572 [09:05:48] *** Joins: Otis (~coffee@replaced-ip )
1573 [09:05:58] *** Joins: rpd_ (~rpd@replaced-ip )
1574 [09:06:27] *** Joins: zblakany (~zblakany@replaced-ip )
1575 [09:06:32] *** Quits: zblakany (~zblakany@replaced-ip ) (Client Quit)
1576 [09:07:55] *** Quits: RA3OR (~demon@replaced-ip ) (Ping timeout: 244 seconds)
1577 [09:08:25] *** Joins: jubo2 (~juboxi@replaced-ip )
1578 [09:09:17] *** Joins: dreamon (~dreamon@replaced-ip )
1579 [09:10:19] *** Quits: fennesz (~fennesz@replaced-ip ) (Ping timeout: 250 seconds)
1580 [09:10:44] *** Joins: dmitrij (~dmitrij@replaced-ip )
1581 [09:11:25] *** Parts: dmitrij (~dmitrij@replaced-ip )
1582 [09:12:58] <xormor> bleep bloop
1583 [09:13:13] *** Joins: donoban (~user@replaced-ip )
1584 [09:13:19] *** Joins: Hootch (~Thunderbi@replaced-ip )
1585 [09:13:35] <xormor> "Resistance is futile! Future is
Debian's!"
1586 [09:13:47] *** Quits: Messenger_bird (~banana@replaced-ip ) (Ping timeout: 250 seconds)
1587 [09:15:02] *** Joins: z0ran (~z0ran@replaced-ip )
1588 [09:15:21] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
1589 [09:18:00] <xormor> how do I see what I just upgraded from
debian-proposed-updates?
1590 [09:18:12] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1591 [09:18:33] *** Quits: WayToDoor (~milk.bott@maison.api-d.com) (Ping
timeout: 240 seconds)
1592 [09:19:29] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
1593 [09:20:03] *** Joins: ioanm (~ioanm@replaced-ip )
1594 [09:21:14] *** Joins: ynanm (~quassel@replaced-ip )
1595 [09:22:25] *** Joins: dutchfish (~wil@replaced-ip )
1596 [09:22:55] *** Quits: Spec (~Spec@replaced-ip ) (Ping timeout: 244 seconds)
1597 [09:22:56] *** Quits: Rish (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1598 [09:23:27] *** Joins: WayToDoor (~milk.bott@80.215.170.221)
1599 [09:23:31] *** Joins: CutMeOwnThroat (~k@replaced-ip )
1600 [09:24:23] *** Joins: hualet (~hualet@replaced-ip )
1601 [09:24:46] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
1602 [09:25:14] *** Joins: ven00m (~ven00m@replaced-ip )
1603 [09:26:33] *** Joins: Aussie_matt (~quassel@replaced-ip )
1604 [09:28:00] *** debhelper sets mode: +l 1662
1605 [09:28:03] *** Joins: Bmw-01 (Bmw-01@replaced-ip )
1606 [09:28:06] <Bmw-01> hellok
1607 [09:28:08] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
1608 [09:28:57] *** Quits: hualet (~hualet@replaced-ip ) (Ping timeout: 250 seconds)
1609 [09:29:03] *** Quits: SQL (~SQL@replaced-ip##) (Quit: ZNC - ##replaced-url
1610 [09:29:38] *** Joins: SQL (~SQL@replaced-ip )
1611 [09:31:00] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1612 [09:31:16] *** Joins: f10_ (~flo@replaced-ip )
1613 [09:31:28] <Bmw-01> somepady is here ?
1614 [09:31:54] *** Joins: elysium (elysium@replaced-ip )
1615 [09:33:03] *** Joins: Messenger_bird (~banana@replaced-ip )
1616 [09:33:13] *** Parts: elysium (elysium@replaced-ip )
1617 [09:33:15] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 244 seconds)
1618 [09:33:51] *** Joins: f10 (~flo@replaced-ip )
1619 [09:34:16] *** Quits: Bmw-01 (Bmw-01@replaced-ip ) ()
1620 [09:34:45] *** Quits: MoonkYang (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1621 [09:35:09] *** Quits: WayToDoor (~milk.bott@80.215.170.221) (Read
error: Connection reset by peer)
1622 [09:38:46] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
1623 [09:39:44] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 272 seconds)
1624 [09:39:46] *** Joins: acksys (~fritz@replaced-ip )
1625 [09:40:19] *** Joins: kiao2938 (~mj@replaced-ip )
1626 [09:40:27] *** Quits: Messenger_bird (~banana@replaced-ip ) (Read error: Connection reset by peer)
1627 [09:41:07] *** Quits: ven00m (~ven00m@replaced-ip ) (Quit: Lost terminal)
1628 [09:41:49] *** Joins: arthurw (~arthur@replaced-ip )
1629 [09:43:42] *** Joins: bn` (~Patrice@replaced-ip )
1630 [09:47:43] *** Joins: mzf (~mzf@replaced-ip )
1631 [09:49:31] *** Joins: GJ_ (~Thunderbi@replaced-ip )
1632 [09:49:39] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Ping timeout: 264 seconds)
1633 [09:50:32] *** Joins: Tempesta_ (Tempesta@replaced-ip )
1634 [09:51:16] *** Quits: Tempesta_ (Tempesta@replaced-ip ) (Client Quit)
1635 [09:52:24] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 272 seconds)
1636 [09:52:30] <cesurasean> how would i go about searching my
entire system or a directory for certain words inside a file?
1637 [09:52:35] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 260 seconds)
1638 [09:52:39] <cesurasean> grep, but how?
1639 [09:53:10] *** Quits: Tempesta (Tempesta@replaced-ip ) (Ping timeout: 252 seconds)
1640 [09:53:58] *** Joins: Nycatelos (~Nycatelos@replaced-ip )
1641 [09:54:42] *** Joins: dayten (~gnoid@replaced-ip )
1642 [09:55:12] <Nycatelos> hiya
1643 [09:55:22] <Nycatelos> I followed the instructions on
replaced-url
1644 [09:55:29] *** Joins: alexlist (~alexlist@replaced-ip )
1645 [09:55:44] <Nycatelos> but when I use # aa-status I get
'apparmor module is not loaded.
1646 [09:55:46] <Nycatelos> '
1647 [09:56:01] *** Quits: GJ_ (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1648 [09:56:47] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 260 seconds)
1649 [09:57:58] *** Joins: llorephie (~Thunderbi@replaced-ip )
1650 [09:58:32] <cesurasean> you need to load that module then.
1651 [09:58:36] *** Quits: Wug (Wug@replaced-ip ) (Read error: Connection reset by peer)
1652 [09:58:42] <cesurasean> you haven't properly loaded it.
clearly.
1653 [09:58:48] <cesurasean> google how to enable it.
1654 [09:58:57] <Nycatelos> cool. thanks
1655 [10:00:03] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 246 seconds)
1656 [10:00:52] *** Quits: danmackay (danmackay@replaced-ip ) (Ping timeout: 260 seconds)
1657 [10:00:56] *** Joins: kisslo (~kisslo@replaced-ip )
1658 [10:01:09] *** Joins: Wug (Wug@replaced-ip )
1659 [10:01:27] *** Joins: Tempesta (Tempesta@replaced-ip )
1660 [10:01:30] *** Quits: Wug (Wug@replaced-ip ) (Changing host)
1661 [10:01:30] *** Joins: Wug (Wug@replaced-ip )
1662 [10:03:22] *** Joins: T0rch (~T0rch@replaced-ip )
1663 [10:04:24] *** Joins: avis- (~ident@replaced-ip )
1664 [10:05:23] *** Joins: elnin0 (~jj@replaced-ip )
1665 [10:07:17] <stoned> dide
1666 [10:07:20] <stoned> I mean dude
1667 [10:07:29] <stoned> calebwill: hi
1668 [10:07:34] <stoned>
replaced-url
1669 [10:07:36] <stoned> oh doh.
1670 [10:07:42] <stoned>
replaced-url
1671 [10:08:04] <stoned> I just compiled this. Very nice panel. A
bit ... much. I migh thave to hack the source and take out the
tasklist button
1672 [10:08:13] *** Joins: madrik1 (~madrik@replaced-ip )
1673 [10:08:18] <stoned> But it gives me a nice menu, so
that's good.
1674 [10:08:20] *** Parts: madrik1 (~madrik@replaced-ip )
1675 [10:08:30] <stoned> docky is gnome integrated and requires
dbus
1676 [10:09:25] *** Joins: Anwarias_ (~quassel@replaced-ip )
1677 [10:09:33] *** Quits: lsv (~nn@replaced-ip ) (Ping timeout: 240 seconds)
1678 [10:11:19] *** Quits: Anwarias (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
1679 [10:11:22] *** Quits: madrik (~madrik@replaced-ip ) (Ping timeout: 260 seconds)
1680 [10:12:14] *** Joins: madrik1 (~madrik@replaced-ip )
1681 [10:12:46] *** Parts: madrik1 (~madrik@replaced-ip )
1682 [10:13:18] *** Quits: ryan57 (~ryan60@replaced-ip ) (Remote host closed the connection)
1683 [10:13:44] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
1684 [10:15:20] *** Joins: ocbtec (~ocbtec@replaced-ip )
1685 [10:15:27] *** Quits: T0rch (~T0rch@replaced-ip ) (Ping timeout: 276 seconds)
1686 [10:16:00] *** Joins: mowcius (~Rob@replaced-ip )
1687 [10:16:23] *** Joins: gmelis (~gmelis@replaced-ip )
1688 [10:18:14] <^v> okay i need help
1689 [10:18:22] <^v> my computer has completely frozen
1690 [10:18:28] *** Quits: klow (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1691 [10:18:48] <^v> i can SSH into the machine but the desktop is
frozen except the mouse pointer
1692 [10:19:14] *** Joins: err404 (~err404@replaced-ip )
1693 [10:19:34] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 252 seconds)
1694 [10:20:24] <xormor> why does my Root Terminal complain that
there is no D-Bus present after I close the window? It only opens
once per session, after that it complains that D-Bus is not present,
when I try to restart it.
1695 [10:21:03] *** Joins: maotm (~mao@replaced-ip )
1696 [10:21:19] *** Joins: TyrfingMjolnir (~Tyrfing@replaced-ip )
1697 [10:22:17] *** Joins: Pazician (~pazician@replaced-ip )
1698 [10:22:22] <^v> i tried to switch TTY and its only displaying
the kexec screen "Starting new kernel"
1699 [10:23:30] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 260 seconds)
1700 [10:24:14] <^v> DISPLAY=:0.0 cinnamon --replace puts me into
a black screen and i can move the cursor around
1701 [10:24:24] *** Quits: rosten (~rosten@replaced-ip ) (Ping timeout: 244 seconds)
1702 [10:25:11] *** Quits: hyfrehyfre (~hyfrehyfr@replaced-ip ) (Read error: Connection reset by peer)
1703 [10:25:49] *** Joins: rahulnai (~androirc@replaced-ip )
1704 [10:26:06] *** Joins: LeFnorZ (~FnorZ@replaced-ip )
1705 [10:26:31] *** Joins: woshty (~irc@replaced-ip )
1706 [10:27:16] *** Quits: gmelis (~gmelis@replaced-ip ) (Ping timeout: 252 seconds)
1707 [10:27:39] *** Quits: jubo2 (~juboxi@replaced-ip ) (Read error: Connection reset by peer)
1708 [10:27:50] *** Joins: T0rch (~T0rch@replaced-ip )
1709 [10:28:24] *** Quits: Tempesta (Tempesta@replaced-ip ) (Quit: See ya!)
1710 [10:28:52] *** Joins: ArchNoob (~ArchNoob@replaced-ip )
1711 [10:29:10] *** Joins: Messenger_bird (~banana@replaced-ip )
1712 [10:29:25] *** Joins: tencrocs (~tencrocs@replaced-ip )
1713 [10:29:35] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
1714 [10:31:34] *** Joins: jbitdrop (~jbitdrop@replaced-ip )
1715 [10:31:46] *** Joins: js9600 (~js9600@replaced-ip )
1716 [10:32:05] *** Joins: rumpole (~rumpole@replaced-ip )
1717 [10:32:13] *** Joins: dh64 (~dh64@replaced-ip )
1718 [10:32:29] *** Quits: bemawi (~bemawi@replaced-ip ) (Quit: Konversation... terminée!)
1719 [10:32:44] *** Joins: bemawi (~bemawi@replaced-ip )
1720 [10:33:35] *** Quits: tencrocs (~tencrocs@replaced-ip ) (Client Quit)
1721 [10:34:18] *** Quits: awwal (~awwal@replaced-ip ) (Quit: Leaving... Never get so busy making a living that you
forget to make a life!)
1722 [10:36:42] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1723 [10:37:27] *** Joins: alxy (uid115853@replaced-ip )
1724 [10:39:20] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I
remember that this is the internet)
1725 [10:39:56] *** Joins: xiaodong (~xiaodong@replaced-ip )
1726 [10:40:42] *** Joins: overlord_tm (~overlord@replaced-ip )
1727 [10:44:19] *** Joins: s4ndm4n (~sandman@replaced-ip )
1728 [10:44:31] *** Joins: maotm_ (~mao@replaced-ip )
1729 [10:44:44] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1730 [10:44:51] *** Quits: xiaodong (~xiaodong@replaced-ip ) (Ping timeout: 264 seconds)
1731 [10:45:46] *** Joins: c0mrad3 (uid26809@replaced-ip )
1732 [10:47:04] *** Joins: kiao2938 (~mj@replaced-ip )
1733 [10:47:29] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 244 seconds)
1734 [10:48:00] *** Joins: btf (~btf@replaced-ip )
1735 [10:48:08] *** Joins: cdown (~cdown@replaced-ip )
1736 [10:48:08] *** Quits: lowin (~lowin@replaced-ip ) (Ping timeout: 272 seconds)
1737 [10:48:29] *** Joins: Dinduks (~dinduks@replaced-ip )
1738 [10:49:15] *** Joins: lsv (~nn@replaced-ip )
1739 [10:49:45] *** Joins: Wagaaa (~Wagaaa@replaced-ip )
1740 [10:49:46] *** Quits: Wagaaa (~Wagaaa@replaced-ip ) (Client Quit)
1741 [10:49:55] *** Joins: altin_ (~altin@replaced-ip )
1742 [10:49:55] *** Quits: altin_ (~altin@replaced-ip ) (Changing host)
1743 [10:49:55] *** Joins: altin_ (~altin@replaced-ip )
1744 [10:50:39] *** Joins: xiaodong_ (~xiaodong@replaced-ip )
1745 [10:52:56] *** Joins: jubo2 (~juboxi@replaced-ip )
1746 [10:53:28] *** Quits: avis- (~ident@replaced-ip ) (Remote host closed the connection)
1747 [10:54:05] *** Joins: dionysus69 (~Icedove@replaced-ip )
1748 [10:55:27] *** Joins: tjone270 (~tjone270@replaced-ip )
1749 [10:55:42] *** Quits: tjone270_ (~tjone270@replaced-ip ) (Ping timeout: 246 seconds)
1750 [10:55:59] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1751 [10:56:04] *** Joins: teeteewhy (~teeteewhy@replaced-ip )
1752 [10:56:42] <unborn> guys how to share internet via ethernet
cable on debian?
1753 [10:56:51] *** Joins: btf (~btf@replaced-ip )
1754 [10:56:56] *** Joins: avis- (~ident@replaced-ip )
1755 [10:57:28] *** Joins: jazz (~jazz@replaced-ip )
1756 [10:57:44] <unborn> got it
1757 [10:57:44] <unborn> :)
1758 [10:58:00] *** debhelper sets mode: +l 1675
1759 [10:59:47] *** Joins: CluelessGuy (~CluelessG@replaced-ip )
1760 [10:59:53] *** Quits: dingaroo (20203@replaced-ip ) (Ping timeout: 244 seconds)
1761 [11:00:03] *** Joins: lowin (~lowin@replaced-ip )
1762 [11:00:10] <CluelessGuy> hello
1763 [11:00:33] <CluelessGuy> the debian noob is here again :D
1764 [11:01:09] *** Joins: bandithijo (~bandithij@replaced-ip )
1765 [11:01:20] *** Joins: DevAntoine (DevAntoine@replaced-ip )
1766 [11:01:23] <DevAntoine> hi
1767 [11:01:26] *** Quits: teeteewhy (~teeteewhy@replaced-ip ) (Ping timeout: 272 seconds)
1768 [11:02:06] *** Quits: Hootch (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1769 [11:03:52] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Ping timeout: 250 seconds)
1770 [11:05:18] <DevAntoine> I've got a permission issue I
guess. I'm trying to run a program using userA. When I run it
I've got a python error telling me it can't open a
certificate file. Certificate is owned by root:root but as 777
permissions (for testing purpose). I don't understand
what's going on
1771 [11:05:36] *** Joins: monpocchi (~monpocchi@replaced-ip )
1772 [11:05:44] *** Joins: burn129 (~district1@replaced-ip )
1773 [11:06:01] *** Quits: woshty (~irc@replaced-ip ) (Quit: leaving)
1774 [11:06:19] *** Joins: a-l-e_ (~quassel@replaced-ip )
1775 [11:07:48] *** Quits: mowcius (~Rob@replaced-ip ) (Ping timeout: 244 seconds)
1776 [11:08:21] *** Joins: l3archos (~Icedove@replaced-ip )
1777 [11:09:02] *** Joins: jackbrown (~se@replaced-ip )
1778 [11:09:03] *** Quits: bandithijo (~bandithij@replaced-ip ) (Quit: Leaving)
1779 [11:09:31] *** Quits: burn129 (~district1@replaced-ip ) (Remote host closed the connection)
1780 [11:09:36] *** Joins: cyan__ (~cyan@replaced-ip )
1781 [11:10:33] <DevAntoine> of course if I run it as root it
works fine
1782 [11:10:45] *** Joins: hualet (~hualet@replaced-ip )
1783 [11:11:36] *** Joins: CeBe (~CeBe@replaced-ip )
1784 [11:11:48] *** Quits: jazz (~jazz@replaced-ip ) (Ping timeout: 246 seconds)
1785 [11:12:18] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
1786 [11:13:18] *** Quits: TomTomTosch (~henryk@replaced-ip ) (Ping timeout: 276 seconds)
1787 [11:13:28] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 252 seconds)
1788 [11:15:06] *** Joins: s4ndm4n (~sandman@replaced-ip )
1789 [11:15:11] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Max SendQ exceeded)
1790 [11:15:27] *** Quits: a-l-e_ (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1791 [11:15:42] *** Joins: s4ndm4n (~sandman@replaced-ip )
1792 [11:15:56] *** Joins: btf (~btf@replaced-ip )
1793 [11:16:02] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
1794 [11:16:14] *** Joins: daniel-s (~daniel-s@replaced-ip )
1795 [11:16:57] <unborn> okay it did not work.. so the question is
how to share internet over ethernet cable?
1796 [11:17:05] *** Joins: eluus (~eluus@replaced-ip )
1797 [11:17:45] *** Quits: overlord_tm (~overlord@replaced-ip ) (Ping timeout: 246 seconds)
1798 [11:18:13] *** Joins: TomTomTosch (~henryk@replaced-ip )
1799 [11:19:30] *** Quits: plasmoduck (~cjg@replaced-ip ) (Quit: Lost terminal)
1800 [11:20:42] *** Joins: madrik (~madrik@replaced-ip )
1801 [11:22:05] *** Quits: FierceDeityLink (~shayne@replaced-ip ) (Read error: Connection reset by peer)
1802 [11:23:28] *** Joins: plasmoduck (~cjg@replaced-ip )
1803 [11:23:32] *** Joins: harobed (~harobed@replaced-ip )
1804 [11:23:35] *** Joins: harobed3 (~harobed@replaced-ip )
1805 [11:23:40] *** Joins: chuugar (~chuugar@replaced-ip )
1806 [11:24:53] *** Parts: madrik (~madrik@replaced-ip )
1807 [11:25:08] *** Joins: j0n3 (~j0n3@replaced-ip )
1808 [11:25:24] <Amun_Ra> DevAntoine: directory permission issue?
1809 [11:26:40] *** Joins: ragedragon (~ragedrago@replaced-ip )
1810 [11:27:23] *** Joins: davi (~davi@replaced-ip )
1811 [11:28:00] *** debhelper sets mode: +l 1682
1812 [11:28:47] <DevAntoine> Amun_Ra file permission is not
enough, directory permission can cause issue too?
1813 [11:29:39] *** Quits: harobed (~harobed@replaced-ip ) (Read error: Connection reset by peer)
1814 [11:29:52] *** Quits: harobed3 (~harobed@replaced-ip ) (Read error: Connection reset by peer)
1815 [11:30:33] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 240 seconds)
1816 [11:30:36] *** Joins: dingaroo (20203@replaced-ip )
1817 [11:30:39] <DevAntoine> Amun_Ra: directory has reading perm
for everyone
1818 [11:30:50] <Amun_Ra> DevAntoine: and x?
1819 [11:31:01] <Amun_Ra> DevAntoine: R in dirs in less important
then X
1820 [11:31:18] *** Joins: Caplain (~shayne@replaced-ip )
1821 [11:31:39] *** Joins: harobed (~harobed@replaced-ip )
1822 [11:32:10] *** Joins: harobed3 (~harobed@replaced-ip )
1823 [11:32:16] *** Joins: controll (~a@replaced-ip )
1824 [11:32:36] <DevAntoine> -rw-r--r-- 1 root root 1809 Jun 6
12:40 /etc/letsencrypt/archive/koskoz.info/cert1.pem
1825 [11:32:43] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 252 seconds)
1826 [11:32:44] <Amun_Ra> DevAntoine: if you have dir with
--x--x--x you can still read file conents inside you just can't
read dir contents (list of files/dirs/…)
1827 [11:32:45] *** Joins: zxd1 (~zxd@replaced-ip )
1828 [11:32:46] <DevAntoine> funny, I can't read it with any
user without root
1829 [11:32:48] *** Quits: HeOS (~heos@replaced-ip ) (Ping timeout: 246 seconds)
1830 [11:33:02] *** Quits: zxd1 (~zxd@replaced-ip ) (Client Quit)
1831 [11:33:12] <DevAntoine> Amun_Ra: yes but the program tries to
read the file directly, not the dir content
1832 [11:33:14] <Amun_Ra> DevAntoine: find /etc/letsencrypt -type
d -exec chmod 755 '{}' \;
1833 [11:33:32] *** Joins: zxd1 (~zxd@replaced-ip )
1834 [11:33:44] *** Quits: jackbrown (~se@replaced-ip ) (Ping timeout: 272 seconds)
1835 [11:33:53] <unborn> anyone knows how to share internet over
ethernet cable on debian?
1836 [11:34:00] <Amun_Ra> DevAntoine: but… if the program
can get into let's say /etc/letsencrypt - permissions of the
file deep down won't matter much
1837 [11:34:02] *** Joins: aleksa (~aleksa@replaced-ip )
1838 [11:34:39] <DevAntoine> cat
/etc/letsencrypt/archive/koskoz.info/cert1.pem => permission
denied
1839 [11:34:40] <aleksa> How can I open Nemo or Nautilus on exact
position of screen? Neither -g nor --geometry=XxY won't work.
1840 [11:34:42] <DevAntoine> even with 755
1841 [11:34:45] <Amun_Ra> DevAntoine: if the program can't*
1842 [11:34:55] <DevAntoine> that's sick
1843 [11:35:32] <DevAntoine> I can't print the content of a
file having been set to 755
1844 [11:35:34] <Amun_Ra> DevAntoine: have you run that find?
1845 [11:35:38] <DevAntoine> I don't get it
1846 [11:35:52] <DevAntoine> Amun_Ra: I've set 755 to the
file using chmod
1847 [11:35:55] <Amun_Ra> DevAntoine: you can't get into the
file location
1848 [11:36:08] <DevAntoine> -rwxr-xr-x 1 root root 1809 Jun 6
12:40 /etc/letsencrypt/archive/koskoz.info/cert1.pem
1849 [11:36:09] <Amun_Ra> you are not reading what I'm
explaining
1850 [11:36:45] <DevAntoine> Amun_Ra: oh, so you're saying
that the directory needs to have +x?
1851 [11:36:45] <Amun_Ra> DevAntoine: I'm not talking about
cert1.pem I'm talking about letsencrypt, archive, and
koskoz.info _directories_
1852 [11:36:50] <Amun_Ra> DevAntoine: yes
1853 [11:36:55] *** Joins: harobed_ (~harobed@replaced-ip )
1854 [11:37:06] *** h4ndy is now known as H4ndy
1855 [11:37:14] <Amun_Ra> DevAntoine: they may no have +r, but
they *must* have +x
1856 [11:37:14] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 250 seconds)
1857 [11:37:18] <Amun_Ra> no→not
1858 [11:37:31] <DevAntoine> Amun_Ra: yep, 644
1859 [11:37:48] <Amun_Ra> DevAntoine: run that find command I
wrote
1860 [11:38:27] *** Quits: Nycatelos (~Nycatelos@replaced-ip ) (Quit: This part message was brought to you by the NSA - Proud
owners of Microsoft)
1861 [11:38:59] *** Joins: davi (~davi@replaced-ip )
1862 [11:39:08] <aleksa> Kh hm, bump :D Anyone knows how to open
Nemo on exact location of screen=
1863 [11:39:09] <aleksa> ?
1864 [11:39:14] *** Quits: harobed3 (~harobed@replaced-ip ) (Ping timeout: 260 seconds)
1865 [11:39:30] <DevAntoine> Amun_Ra: it's running
1866 [11:39:33] <DevAntoine> but now I'm lost
1867 [11:39:49] <DevAntoine> to read a file having +r its parent
directories need to have +x?
1868 [11:39:58] *** Joins: Quatroking (~Quatrokin@replaced-ip )
1869 [11:40:09] <Amun_Ra> DevAntoine: yes
1870 [11:40:40] <DevAntoine> so what's the point of having +r
without +x on a directory?
1871 [11:40:44] <Amun_Ra> DevAntoine: if dir does not have +r you
can't just list files inside it, if it does not have +x you
don't have access
1872 [11:41:00] *** Joins: z0ran (~z0ran@replaced-ip )
1873 [11:41:10] <DevAntoine> +x is for the program (like cat) to
be executed inside this dir?
1874 [11:41:35] <Amun_Ra> DevAntoine: right, +x means something
else for dirs and sth else for files
1875 [11:42:32] <DevAntoine> ok, thanks a lot Amun_Ra, it's a
lot clearer now!
1876 [11:42:40] *** Joins: Tempesta (Tempesta@replaced-ip )
1877 [11:42:42] <DevAntoine> and I've been using linux for
years, what a shame :x
1878 [11:43:03] <unborn> noone knows?
1879 [11:43:59] <Amun_Ra> no problem :>
1880 [11:44:21] *** Joins: user26 (~user26@replaced-ip )
1881 [11:44:25] <user26> Is there any lightweight desktop
environment that supports programmatic configuration (like gconf)?
1882 [11:44:28] <Amun_Ra> aleksa: you can move windows with
xdotool
1883 [11:45:03] *** Quits: acksys (~fritz@replaced-ip ) (Ping timeout: 246 seconds)
1884 [11:45:39] *** Joins: sparrow_ (~jordi@replaced-ip )
1885 [11:45:43] <Amun_Ra> aleksa: you can check command line
options for a direct way of setting initial geometry in nemo
1886 [11:46:42] <aleksa> Amun_Ra, "man nemo" and
"nemo --help" gave me no further explanation on how to do
it. All it was written is to use arguments "-g" and
"--geometry=".
1887 [11:47:19] *** Joins: madrik (~madrik@replaced-ip )
1888 [11:47:42] <aleksa> Amun_Ra, what I'm trying to achieve
is to open to Nemo instances and to position one to left corner and
the other to the right corner of the screen.
1889 [11:47:56] <aleksa> *two Nemo instances
1890 [11:48:11] <Amun_Ra> aleksa: does nemo --geometry=500x300
work?
1891 [11:48:27] <Amun_Ra> aleksa: or --geometry=500x300+50+50
1892 [11:50:06] <Amun_Ra> unborn: sth like
replaced-url
1893 [11:50:08] <aleksa> I've figured it out :D It does work
when ran from root terminal
1894 [11:50:15] *** Joins: nwe (~niklas@replaced-ip )
1895 [11:50:23] <aleksa> Amun_Ra, but when ran from normal user,
it does not
1896 [11:50:26] <aleksa> how come?
1897 [11:51:37] <unborn> Amun_Ra: that does not work
1898 [11:51:47] <unborn> I already tried that
1899 [11:52:21] <aleksa> I mean, why would "geometry"
parameter work only under root permission?
1900 [11:52:48] <Amun_Ra> aleksa: it shouldn't be
1901 [11:53:37] *** Quits: superusr (~usr@replaced-ip ) (Quit: Leaving)
1902 [11:54:24] <Amun_Ra> aleksa: you can resize it using sth like
wmctrl
1903 [11:55:27] <aleksa> Amun_Ra, commands not found, nor wmctrl
nor sht
1904 [11:55:42] *** Joins: corpsegrinder (~corpsegri@replaced-ip )
1905 [11:55:46] <aleksa> installed it
1906 [11:55:51] *** Joins: Niham (~textual@replaced-ip )
1907 [11:56:42] <Amun_Ra> aleksa: xdotool can do that too
1908 [11:57:12] *** Joins: agurs (~t7DS@replaced-ip )
1909 [11:57:28] <Amun_Ra> aleksa: I found sth you might like
replaced-url
1910 [11:57:36] *** Quits: Al3xG0 (~t7DS@replaced-ip ) (Ping timeout: 250 seconds)
1911 [11:57:37] * Amun_Ra → afk
1912 [11:57:58] <unborn> can anyone help with sharinb wireless
internet connection through ethernet? ive tried everything I know
about it but its not working..
1913 [11:58:00] *** debhelper sets mode: +l 1689
1914 [11:58:32] *** Joins: gtrotcko (~Thunderbi@replaced-ip )
1915 [12:00:06] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 276 seconds)
1916 [12:00:37] *** Quits: sparrow_ (~jordi@replaced-ip ) (Ping timeout: 250 seconds)
1917 [12:02:59] *** Joins: jfdh (~jfdh@replaced-ip )
1918 [12:05:59] <user26> Is there any lightweight desktop
environment (like Xfce) that supports programmatic configuration
(the gconf way)?
1919 [12:06:12] *** Joins: B[]rG (~Borg@replaced-ip )
1920 [12:06:30] *** Quits: B[]rG (~Borg@replaced-ip ) (Remote host closed the connection)
1921 [12:06:39] *** Joins: elad_ (~elad@replaced-ip )
1922 [12:06:42] *** Joins: B[]rG (~Borg@replaced-ip )
1923 [12:06:42] *** Quits: SweetKatya (~oracle@replaced-ip ) (Ping timeout: 250 seconds)
1924 [12:08:08] *** Quits: der0b (~s0d_0ff@replaced-ip ) (Quit: bye)
1925 [12:08:30] *** Joins: TheQuestionmark (~Me@replaced-ip )
1926 [12:09:17] *** Quits: RaminNietzsche (~RaminNiet@replaced-ip ) (Remote host closed the connection)
1927 [12:09:47] *** elad_ is now known as GlockX
1928 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1929 [12:10:12] *** Joins: alfasardine (~alfasardi@replaced-ip )
1930 [12:11:14] *** Joins: edgrey (~edgrey@replaced-ip )
1931 [12:11:59] *** Joins: picodex (~picodex@replaced-ip )
1932 [12:12:02] *** Joins: Envil (~envil@replaced-ip )
1933 [12:13:14] *** Quits: Rephlexie (~Rephlexie@replaced-ip ) (Read error: Connection reset by peer)
1934 [12:13:47] *** Joins: der0b (~emdees@replaced-ip )
1935 [12:14:13] *** Joins: dselect (~dselect@replaced-ip )
1936 [12:16:04] *** Quits: der0b (~emdees@replaced-ip ) (Client Quit)
1937 [12:18:34] *** Joins: Illusionary (53f4e5de@replaced-ip )
1938 [12:18:49] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Quit: Gone Fishing!)
1939 [12:19:20] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 272 seconds)
1940 [12:19:36] *** Quits: phorce1 (~gvl2@replaced-ip ) (Ping timeout: 244 seconds)
1941 [12:19:49] *** Illusionary is now known as Epimemetics
1942 [12:19:54] *** Quits: DevAntoine (DevAntoine@replaced-ip ) ()
1943 [12:19:59] <Epimemetics> Hiya
1944 [12:20:07] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
1945 [12:20:12] <Epimemetics> I tried to dist-upgrade my jessie
server to sid
1946 [12:20:22] *** Joins: der0b (~emdees@replaced-ip )
1947 [12:20:25] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1948 [12:20:25] <Epimemetics> and after I rebooted I can't
ssh in
1949 [12:20:26] *** Joins: kiao2938 (~mj@replaced-ip )
1950 [12:20:36] <Epimemetics> nmap has the port as there but
closed
1951 [12:20:42] *** Quits: Pazician (~pazician@replaced-ip ) (Remote host closed the connection)
1952 [12:20:42] <aleksa> Amun_Ra, thanks, that script works like a
charm :D
1953 [12:20:57] *** Joins: CeBe (~CeBe@replaced-ip )
1954 [12:21:08] *** Quits: altin_ (~altin@replaced-ip ) (Ping timeout: 258 seconds)
1955 [12:21:17] *** Joins: blue (~blue@replaced-ip )
1956 [12:21:40] *** blue is now known as Guest58804
1957 [12:22:36] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.0.1)
1958 [12:23:13] <unborn> okay i figured that Connecting Ethernet
disconnects WiFi for some reason.. i never seen that before.. is
that something build into debian?
1959 [12:23:19] *** Joins: dionysus69 (~Icedove@replaced-ip )
1960 [12:24:19] *** Joins: danang (~danang@replaced-ip )
1961 [12:24:20] *** Quits: careta (~botto@replaced-ip ) (Quit: Leaving)
1962 [12:24:45] *** Quits: picodex (~picodex@replaced-ip ) (Read error: Connection reset by peer)
1963 [12:25:43] *** Joins: f10_ (~flo@replaced-ip )
1964 [12:27:49] *** Joins: Pazician (~pazician@replaced-ip )
1965 [12:27:53] *** Quits: Epimemetics (53f4e5de@replaced-ip ) (Quit: Page closed)
1966 [12:29:13] *** Joins: towo` (~towo@replaced-ip )
1967 [12:29:15] *** Quits: rpd_ (~rpd@replaced-ip ) (Ping timeout: 264 seconds)
1968 [12:29:30] *** Quits: axisys_ (~axisys@replaced-ip ) (Read error: Connection reset by peer)
1969 [12:30:17] *** Quits: vieu (~error@replaced-ip ) (Ping timeout: 244 seconds)
1970 [12:30:35] *** Joins: AndrejsZ (~andrejz@replaced-ip )
1971 [12:32:32] *** Parts: alfasardine (~alfasardi@replaced-ip )
1972 [12:34:11] *** Quits: GlockX (~elad@replaced-ip ) (Quit: GlockX)
1973 [12:34:20] <unborn> ah On some laptops, the wireless chipset
is being disabled automatically when the laptop is already connected
to the internet by means of an ethernet cable (LAN). That's
because weird things can happen when you're connected to the
internet by both means at the same time. means that dell laptop have
that exact problem.
1974 [12:34:28] *** Joins: Glock_ (~Glock@replaced-ip )
1975 [12:34:30] *** Glock_ is now known as GlockX
1976 [12:35:18] <unborn> which explains the problem I had in first
place :)
1977 [12:35:18] *** Quits: ynanm (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1978 [12:35:34] *** Joins: btf (~btf@replaced-ip )
1979 [12:35:36] *** Parts: x42 (x42@replaced-ip )
1980 [12:36:02] *** Quits: iSlayWyverns (~uid18915@replaced-ip ) (Quit: Connection closed)
1981 [12:36:23] *** Joins: f10 (~flo@replaced-ip )
1982 [12:36:39] *** Joins: jackbrown (~se@replaced-ip )
1983 [12:36:46] *** Joins: Piratmajor (~Piratmajo@replaced-ip )
1984 [12:37:00] *** Quits: rahulnai (~androirc@replaced-ip ) (Ping timeout: 244 seconds)
1985 [12:37:10] *** Joins: rahulnai (~androirc@replaced-ip )
1986 [12:37:15] *** Quits: B[]rG (~Borg@replaced-ip ) (Quit: Sayonara....)
1987 [12:37:37] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 258 seconds)
1988 [12:38:16] *** Joins: babak (uid19622@replaced-ip )
1989 [12:38:46] *** Quits: qdk (~qdk@replaced-ip ) (Ping timeout: 250 seconds)
1990 [12:38:47] *** Quits: belak (~belak@replaced-ip##) (Quit: ZNC - ##replaced-url
1991 [12:39:04] *** Quits: controll (~a@replaced-ip ) (Remote host closed the connection)
1992 [12:39:24] *** Joins: dontknow (~dontknow@replaced-ip )
1993 [12:39:59] *** Joins: P6hjakonn (~NASA@replaced-ip )
1994 [12:40:25] *** Joins: controll (~a@replaced-ip )
1995 [12:41:09] *** Joins: cuechan (~paul@replaced-ip )
1996 [12:42:15] <dontknow> hi! font rendering broke suddenly. i
use rgb, and hitslight. but it looks like fuzzy. it wasn't like
that before
1997 [12:42:47] <dontknow> what can i do to fix this issue?
1998 [12:43:19] *** Joins: AngeFede (~f3d3@replaced-ip )
1999 [12:44:58] *** Quits: yeticry (~yeticry@replaced-ip ) (Read error: Connection reset by peer)
2000 [12:45:50] *** Joins: oish (~charlie@replaced-ip )
2001 [12:46:50] *** Quits: dontknow (~dontknow@replaced-ip ) (Quit: Leaving)
2002 [12:46:52] <teraflops> dontknow: what did you do recently?
yeah the question sounds obvious …
2003 [12:47:19] *** Joins: belak (~belak@replaced-ip )
2004 [12:47:26] *** Quits: AndrejsZ (~andrejz@replaced-ip ) (Quit: leaving)
2005 [12:48:46] *** Quits: belak (~belak@replaced-ip ) (Client Quit)
2006 [12:49:17] *** Joins: B[]rG (~Borg@replaced-ip )
2007 [12:49:21] *** Joins: hiennaj (~textual@replaced-ip )
2008 [12:50:23] *** Joins: overlord_tm (~overlord@replaced-ip )
2009 [12:50:39] *** Joins: yeticry (~yeticry@replaced-ip )
2010 [12:51:21] *** Joins: aleamb (~malpas@replaced-ip )
2011 [12:51:26] *** Quits: Lirion (~m00se@replaced-ip ) (Quit: echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq
|dc)
2012 [12:52:12] *** Parts: mbn_18 (~miki@replaced-ip )
2013 [12:52:13] *** Joins: hualet (~hualet@replaced-ip )
2014 [12:52:21] *** Quits: Whiskey (~Whiskey@replaced-ip ) (Ping timeout: 240 seconds)
2015 [12:54:09] *** Quits: mzf (~mzf@replaced-ip ) (Quit: Leaving)
2016 [12:54:10] *** Quits: radw62 (c6e45a12@replaced-ip ) (Ping timeout: 250 seconds)
2017 [12:57:53] *** Joins: WayToDoor (~milk.bott@maison.api-d.com)
2018 [12:57:58] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 252 seconds)
2019 [12:58:31] *** Quits: elnin0 (~jj@replaced-ip ) (Quit: Computer gone bubu)
2020 [12:59:28] *** hiennaj is now known as Jahhein
2021 [12:59:51] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 258 seconds)
2022 [13:00:46] *** Joins: SweetKatya (~oracle@replaced-ip )
2023 [13:01:39] <user26> Is there any lightweight desktop
environment (like Xfce) that supports programmatic configuration
(the gconf way)?
2024 [13:02:15] *** Quits: SweetKatya (~oracle@replaced-ip ) (Read error: Connection reset by peer)
2025 [13:02:24] *** Joins: davi (~davi@replaced-ip )
2026 [13:04:13] *** Joins: Lirion (~m00se@replaced-ip )
2027 [13:04:54] <aleksa> guys, I am not getting the same result
from script when I run it directly and when I run it from terminal.
What is the difference? Does running it using mouse count as if
it's opened by "others" and when ran via terminal as
User?
2028 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
2029 [13:05:09] *** Joins: SweetKatya (~oracle@replaced-ip )
2030 [13:05:45] *** Joins: dpkg (~dpkg@replaced-ip )
2031 [13:06:07] *** Joins: grimsley (~grimsley@replaced-ip )
2032 [13:07:24] *** Joins: Ad1 (~Adrian@replaced-ip )
2033 [13:08:00] *** Joins: Gnomethrower (~B@replaced-ip )
2034 [13:08:48] <teraflops> aleksa: you mean you launch it via
double click? if yes look at .desktop files at the Exec= and
Terminal= params
2035 [13:09:18] *** Joins: BalTun (~BalTun@replaced-ip )
2036 [13:09:24] *** Joins: Snoo (~username@replaced-ip )
2037 [13:09:41] *** Joins: ignuki (~ignuki@replaced-ip )
2038 [13:09:43] *** Joins: x-fak (~WinGuru@replaced-ip )
2039 [13:09:44] <x-fak> hi
2040 [13:10:01] <x-fak> when i upgrade my package, i get this:
replaced-url
2041 [13:10:51] *** Joins: netsca (~stephen@replaced-ip )
2042 [13:11:12] *** Quits: aleksa (~aleksa@replaced-ip ) (Quit: Leaving)
2043 [13:11:13] *** Joins: oish (~charlie@replaced-ip )
2044 [13:11:16] *** Quits: adrian (~adrian@replaced-ip ) (Ping timeout: 272 seconds)
2045 [13:11:21] *** Joins: atracht (~atracht@replaced-ip )
2046 [13:12:04] <user26> Is there any lightweight desktop
environment (like Xfce) that supports programmatic configuration
(the gconf way)?
2047 [13:12:27] *** Joins: edoardo (~edoardo@replaced-ip )
2048 [13:12:27] *** Quits: edoardo (~edoardo@replaced-ip ) (Changing host)
2049 [13:12:27] *** Joins: edoardo (~edoardo@replaced-ip )
2050 [13:12:28] *** Joins: ER_nesto (~ER_nesto@replaced-ip )
2051 [13:12:48] *** Joins: aaro (~aaro@replaced-ip )
2052 [13:12:49] *** Quits: T0rch (~T0rch@replaced-ip ) (Ping timeout: 252 seconds)
2053 [13:13:42] *** Joins: MoonkYan_ (~moonkyang@replaced-ip )
2054 [13:14:14] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2055 [13:14:16] *** Joins: s4ndm4n (~sandman@replaced-ip )
2056 [13:14:19] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Max SendQ exceeded)
2057 [13:14:47] *** Joins: s4ndm4n (~sandman@replaced-ip )
2058 [13:14:54] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Max SendQ exceeded)
2059 [13:15:27] *** Joins: s4ndm4n (~sandman@replaced-ip )
2060 [13:16:12] *** Joins: blueness (~blueness@replaced-ip )
2061 [13:17:08] *** Quits: GlockX (~Glock@replaced-ip ) (Quit: GlockX)
2062 [13:17:17] *** Joins: GlockX (~Glock@replaced-ip )
2063 [13:17:36] *** Joins: pngl (~hp@replaced-ip )
2064 [13:17:52] *** Quits: Horachi (~Horachi@replaced-ip ) (Quit: Leaving)
2065 [13:18:00] *** debhelper sets mode: +l 1701
2066 [13:18:26] *** Joins: superusr (~usr@replaced-ip )
2067 [13:18:58] <pngl> Hi, I'm trying to install an
experimental package, but it complains about about some dependencies
which are 1) already installed and 2) too old. I know more recent
versions exist in unstable. Can I update these packages to their
unstable version? (I'm running jessie)
2068 [13:19:00] *** Joins: digidog (~digidog@replaced-ip )
2069 [13:19:57] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2070 [13:21:07] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Client Quit)
2071 [13:21:25] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2072 [13:21:43] *** Joins: Whiskey (~Whiskey@replaced-ip )
2073 [13:22:15] *** Quits: rahulnai (~androirc@replaced-ip ) (Read error: Connection reset by peer)
2074 [13:22:46] *** Joins: rahulnai (~androirc@replaced-ip )
2075 [13:23:05] *** Quits: GlockX (~Glock@replaced-ip ) (Quit: GlockX)
2076 [13:23:33] *** Quits: Rokixz (~rokas@replaced-ip ) (Remote host closed the connection)
2077 [13:24:16] *** Quits: atracht (~atracht@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2078 [13:24:40] *** Joins: GlockX (~Glock@replaced-ip )
2079 [13:25:04] *** Quits: Ex-Opesa (~Ex-Opesa@replaced-ip ) (Ping timeout: 244 seconds)
2080 [13:25:57] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
2081 [13:26:15] *** Quits: ApEtc (~apetc@replaced-ip ) (Ping timeout: 264 seconds)
2082 [13:26:25] *** Joins: VladimirVolkov (~VladimirV@replaced-ip )
2083 [13:26:51] *** Quits: MaBunny (~Peter@replaced-ip ) (Ping timeout: 250 seconds)
2084 [13:27:00] <VladimirVolkov> 1
2085 [13:27:08] *** Joins: Ex-Opesa (~Ex-Opesa@replaced-ip )
2086 [13:27:34] *** Joins: JBB (~JBB@replaced-ip )
2087 [13:27:45] *** Joins: ghenry (~ghenry@replaced-ip )
2088 [13:27:45] *** Quits: ghenry (~ghenry@replaced-ip ) (Changing host)
2089 [13:27:45] *** Joins: ghenry (~ghenry@replaced-ip )
2090 [13:27:54] <VladimirVolkov> Which are pros and cons between
b43 firmware and wl in usage as modules for BCM4313?
2091 [13:28:03] *** Joins: mowcius (~Rob@replaced-ip )
2092 [13:28:21] *** Quits: Otis (~coffee@replaced-ip ) (Quit: Lost terminal)
2093 [13:28:34] *** Quits: JBB (~JBB@replaced-ip ) (Client Quit)
2094 [13:28:47] *** Joins: JBB (~JBB@replaced-ip )
2095 [13:29:07] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Ping timeout: 260 seconds)
2096 [13:29:22] *** Joins: alex__ (~smuxi@replaced-ip )
2097 [13:29:37] *** Joins: T0rch (~T0rch@replaced-ip )
2098 [13:29:47] <GlockX> Hi guys, i'm trying to disable the
predictable network interface names, followd the methods on
freedesktop.org, but the names doesn't change ... what am I
doing wrong ?
2099 [13:30:19] <teraflops> GlockX: whats with predictable the
names?
2100 [13:30:27] <teraflops> also are yuo on jessie?
2101 [13:30:30] <teraflops> you*
2102 [13:30:54] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 272 seconds)
2103 [13:31:10] <GlockX> I just want my eth0 and wlan0 back,
i'm on testing
2104 [13:31:21] *** Quits: edwardly (~edwardly@replaced-ip ) (Ping timeout: 240 seconds)
2105 [13:31:22] *** Joins: elnin0 (~jj@replaced-ip )
2106 [13:31:25] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2107 [13:31:26] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 244 seconds)
2108 [13:31:32] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 272 seconds)
2109 [13:31:43] *** Joins: llucenic (~Thunderbi@replaced-ip )
2110 [13:32:01] <teraflops> ask in #debian-next in oftc network
then
2111 [13:32:12] <GlockX> thnx
2112 [13:32:16] <teraflops> np
2113 [13:32:43] *** Joins: cerebro_ (~cerebro@replaced-ip )
2114 [13:33:21] <netsca> If you have backports enabled on jessie
will apt install anything from it by default or do you have to
specify jessie-backports?
2115 [13:33:29] *** Joins: newbie (~kvirc@replaced-ip )
2116 [13:33:37] <teraflops> the latter
2117 [13:33:45] *** Joins: blueness (~blueness@replaced-ip )
2118 [13:33:54] <netsca> Thanks
2119 [13:34:31] <teraflops> netsca: once a package from backports
is installed it picks updates from backports
2120 [13:34:35] <teraflops> iirc
2121 [13:34:40] *** Joins: edwardly (~edwardly@replaced-ip )
2122 [13:34:40] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
2123 [13:34:40] *** Joins: edwardly (~edwardly@replaced-ip )
2124 [13:35:14] *** Joins: b (~coffee@replaced-ip )
2125 [13:37:06] *** Quits: owlr (~owlr@replaced-ip ) (Ping timeout: 244 seconds)
2126 [13:37:12] *** Joins: darksbane3k (~darksbane@replaced-ip )
2127 [13:37:34] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 252 seconds)
2128 [13:37:35] <netsca> Is it safe to upgrade all installed
packages to the ones available in backports?
2129 [13:37:44] *** Quits: edoardo (~edoardo@replaced-ip ) (Remote host closed the connection)
2130 [13:38:06] <H4ndy> it's usually recommended to only take
single packages you need from backports
2131 [13:38:16] <H4ndy> since they are not extensively tested
2132 [13:38:40] *** Parts: madrik (~madrik@replaced-ip )
2133 [13:39:01] *** Joins: denisk (~denisk@replaced-ip )
2134 [13:40:51] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 276 seconds)
2135 [13:41:22] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 260 seconds)
2136 [13:41:51] *** Joins: MaBunny (~Peter@replaced-ip )
2137 [13:42:29] *** MaBunny is now known as ByteStorm
2138 [13:43:48] <teraflops> netsca: switch to testing then
2139 [13:45:32] *** Joins: dreamon (~dreamon@replaced-ip )
2140 [13:46:09] *** Joins: robotroll (~robotroll@replaced-ip )
2141 [13:46:17] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
2142 [13:46:28] <hexnewbie> netsca: Why would you do that? The
whole purpose of backports it to grab newer versions of only the
packages that you actually need, while maintaining stable versions
for everything else. As teraflops says, if you get current versions
of everything you might as well run testing.
2143 [13:47:13] <netsca> I didn't do it. I was just wondering
if it was safe.
2144 [13:47:32] <teraflops> hexnewbie: Is it safe to upgrade all
installed packages to the ones available in backports? ← it has
no sense, switch to testing if you want that
2145 [13:47:34] *** Joins: robotroll (~robotroll@replaced-ip )
2146 [13:47:57] <netsca> I didn't say I wanted that.
2147 [13:48:15] <teraflops> ^
2148 [13:48:54] *** Joins: f10__ (~flo@replaced-ip )
2149 [13:48:56] <hexnewbie> netsca: Yeah, but nobody can tell if
you if it is safe if it makes no sense---nobody else has even tried
it :)
2150 [13:48:59] <teraflops> hexnewbie: oh I misread I need more
coffee
2151 [13:49:38] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
2152 [13:50:23] *** Quits: jackbrown (~se@replaced-ip ) (Ping timeout: 244 seconds)
2153 [13:50:24] <netsca> I didn't think it made no sense. And
i'm sure someones done it before.
2154 [13:50:41] <teraflops> netsca: are you sure?
2155 [13:50:51] <netsca> Sure of what?
2156 [13:51:10] <teraflops> ^
2157 [13:51:17] <teraflops> And i'm sure someones done it
before.
2158 [13:51:42] *** Joins: ArchNoob (~ArchNoob@replaced-ip )
2159 [13:51:47] <netsca> yes. Out of all the people that run
debian stable i'm sure someone has done it before,
2160 [13:52:02] <teraflops> netsca: i dont think so
2161 [13:52:09] *** Joins: marksei (~marksei@replaced-ip )
2162 [13:52:24] <hexnewbie> I would think only by accident when
messing up custom package priorities. :)
2163 [13:52:43] *** Joins: Brigo (~Brigo@replaced-ip )
2164 [13:52:49] *** Joins: Vante (~vante@replaced-ip )
2165 [13:52:53] *** newbie is now known as newman
2166 [13:53:03] *** Quits: harobed (~harobed@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2167 [13:53:03] *** Quits: harobed_ (~harobed@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2168 [13:53:14] <hexnewbie> netsca: But OK, let's put it that
way: Since it is a very very unintended use of backports, it is to
be assumed unsafe, since it has not been planned for and virtually
untested.
2169 [13:53:19] *** Quits: bn` (~Patrice@replaced-ip ) (Remote host closed the connection)
2170 [13:53:38] <netsca> Okay
2171 [13:54:04] *** Quits: Wug (Wug@replaced-ip##) (Quit: ZNC - ##replaced-url
2172 [13:54:04] *** Quits: LeFnorZ (~FnorZ@replaced-ip ) (Ping timeout: 252 seconds)
2173 [13:54:06] *** Joins: zh1 (~zh1@replaced-ip )
2174 [13:54:19] <zh1> at last firefox again...
2175 [13:54:56] <hexnewbie> Thankfully there's the rebrand
addon to keep Iceweasel around
2176 [13:54:58] *** Joins: Wug (Wug@replaced-ip )
2177 [13:55:40] *** Joins: wigust_ (~quassel@replaced-ip )
2178 [13:56:12] *** newman is now known as nantz
2179 [13:56:37] *** Joins: edoardo (~edoardo@replaced-ip )
2180 [13:56:37] *** Quits: edoardo (~edoardo@replaced-ip ) (Changing host)
2181 [13:56:37] *** Joins: edoardo (~edoardo@replaced-ip )
2182 [13:57:19] *** Quits: nantz (~kvirc@replaced-ip ) (Quit: nantz)
2183 [13:57:35] *** Quits: Vante (~vante@replaced-ip ) (Ping timeout: 260 seconds)
2184 [13:57:36] *** Joins: davi (~davi@replaced-ip )
2185 [13:58:05] *** Joins: newbie (~kvirc@replaced-ip )
2186 [13:58:24] *** Quits: wigust (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
2187 [13:58:39] *** Quits: SweetKatya (~oracle@replaced-ip ) (Ping timeout: 244 seconds)
2188 [13:59:28] *** Joins: Vante (~vante@replaced-ip )
2189 [13:59:37] *** Joins: TsukiRa (~tsukira@replaced-ip )
2190 [13:59:48] *** Quits: ByteStorm (~Peter@replaced-ip ) (Ping timeout: 246 seconds)
2191 [14:00:25] *** Joins: SweetKatya (~oracle@replaced-ip )
2192 [14:00:45] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2193 [14:01:08] *** Quits: GlockX (~Glock@replaced-ip ) (Quit: GlockX)
2194 [14:02:04] *** Joins: s4ndm4n (~sandman@replaced-ip )
2195 [14:02:04] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Changing host)
2196 [14:02:04] *** Joins: s4ndm4n (~sandman@replaced-ip )
2197 [14:02:08] *** Joins: wakatana2 (~marek@replaced-ip )
2198 [14:02:22] *** Quits: rahulnai (~androirc@replaced-ip ) (Ping timeout: 260 seconds)
2199 [14:02:45] *** Joins: GlockX (~GlockX@replaced-ip )
2200 [14:03:08] *** Joins: rahulnai (~androirc@replaced-ip )
2201 [14:04:03] *** Quits: Ad1 (~Adrian@replaced-ip ) (Remote host closed the connection)
2202 [14:04:34] *** Joins: bgardner (~bgardner@replaced-ip )
2203 [14:05:07] *** Quits: Includes08 (~Wesley@replaced-ip ) (Read error: Connection reset by peer)
2204 [14:05:44] *** Joins: sulfyr (~bob@replaced-ip )
2205 [14:06:55] *** Joins: macrobat (~beep@replaced-ip )
2206 [14:08:01] *** debhelper sets mode: +l 1709
2207 [14:08:54] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 272 seconds)
2208 [14:11:04] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 250 seconds)
2209 [14:11:06] *** Joins: davi (~davi@replaced-ip )
2210 [14:11:27] *** Quits: aaro (~aaro@replaced-ip ) (Read error: Connection reset by peer)
2211 [14:12:04] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
2212 [14:12:26] *** Joins: ByteStorm (~Peter@replaced-ip )
2213 [14:12:52] *** Joins: dvs (~Robert@replaced-ip )
2214 [14:12:56] *** hasanatizaz2 is now known as hasanatizaz
2215 [14:14:08] *** Joins: liny01 (~liny01@replaced-ip )
2216 [14:14:56] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Remote host closed the connection)
2217 [14:16:06] *** Joins: cerebro_ (~cerebro@replaced-ip )
2218 [14:16:31] *** Quits: CluelessGuy (~CluelessG@replaced-ip ) (Ping timeout: 258 seconds)
2219 [14:17:20] <unborn> anyone knows what are default debian
fonts?
2220 [14:17:52] <edoardo> Isn't it just Sans?
2221 [14:18:03] *** Quits: thelesserevil (~limewedge@replaced-ip ) (Quit: Bye)
2222 [14:18:13] <edoardo> Yeah, Sans is the default font here
2223 [14:18:25] *** Joins: oish (~charlie@replaced-ip )
2224 [14:18:36] <bgardner> Good morning all. I have a new install
of Debian 8.4 up and I'm having trouble switching to ttys.
Ctrl-Alt-F1 (F2, F3, etc) crash X (or appear to) and return to
lightdm login. Is this expected? Do I need to enable ttys somewhere
in systemd?
2225 [14:18:56] *** Joins: llorephie (~Thunderbi@replaced-ip )
2226 [14:19:04] *** Quits: AntiSpamMeta (~MetaBot@replaced-ip ) (Quit: Automatic restart triggered due to persistent lag.
Freenode staff: If this is happening too frequently, please set a
nickserv freeze on my account, and once my connection is stable,
unfreeze the account and /kill me to trigger a reconnect.)
2227 [14:19:15] <unborn> thanks edoardo, I just switched my main
machine from ubuntu to debian finally but kept xchat settings and
mono fonts looks somehow not very nice :)
2228 [14:19:18] <epsilon> it should not by default... F7 is
grafical again
2229 [14:19:55] <edoardo> I use Droid Sans Mono on xchat
2230 [14:20:04] *** Joins: AntiSpamMeta (~MetaBot@replaced-ip )
2231 [14:20:18] <edoardo> unborn:
replaced-url
2232 [14:20:59] *** Joins: ChubaDuba (~ChubaDuba@replaced-ip )
2233 [14:21:48] *** Quits: cerebro_ (~cerebro@replaced-ip ) (Ping timeout: 276 seconds)
2234 [14:22:12] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 272 seconds)
2235 [14:22:12] <epsilon> I use Lib Sans
2236 [14:22:31] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2237 [14:22:47] *** Joins: kiao2938 (~mj@replaced-ip )
2238 [14:23:13] *** Joins: xpio-g (~philipp@replaced-ip )
2239 [14:23:31] <unborn> edoardo: it looks a bit different on mine
replaced-url
2240 [14:24:04] <edoardo> Edit the font hinting from
"full" to "slight"
2241 [14:24:53] *** Joins: llorephie (~Thunderbi@replaced-ip )
2242 [14:25:12] <unborn> in xchat or in system?
2243 [14:25:22] *** Joins: altin_ (~altin@replaced-ip )
2244 [14:25:25] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2245 [14:25:42] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 276 seconds)
2246 [14:25:42] *** Quits: Electro (~Electrosu@replaced-ip ) (Ping timeout: 260 seconds)
2247 [14:26:05] <edoardo> unborn: system
2248 [14:27:30] <unborn> edoardo: just looking at the system
settings, not sure as I cannot found anything to do with fonts heh
2249 [14:27:38] <bgardner> Hm. So further detail: the Xorg.0.log
shows a segfault when the key is pressed, so this probably
isn't just a config thing. If I find the solution I'll
report back.
2250 [14:27:44] <unborn> aha
2251 [14:28:16] <edoardo> "Fonts All font settings are
available in the Fonts tab – here you can not only change
system fonts, but hinting and antialiasing, too. "
2252 [14:28:35] *** Joins: Brigo (~Brigo@replaced-ip )
2253 [14:28:37] *** Quits: dreamon (~dreamon@replaced-ip ) (Remote host closed the connection)
2254 [14:28:52] *** Joins: zlatan (~Zlatan@replaced-ip )
2255 [14:28:59] <unborn> edoardo: in system settings?
2256 [14:29:10] *** Quits: Tarjaizaid (~Sylvain@replaced-ip ) (Ping timeout: 258 seconds)
2257 [14:29:16] <unborn> there is no fonts tab at all
2258 [14:29:29] *** Joins: Ad1 (~Adrian@replaced-ip )
2259 [14:29:45] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2260 [14:30:00] <unborn> ah in gnome tweak tool
2261 [14:30:01] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Quit: llorephie)
2262 [14:30:07] *** Joins: qdk (~qdk@replaced-ip )
2263 [14:30:11] *** Joins: llorephie (~Thunderbi@replaced-ip )
2264 [14:30:34] *** Joins: dreamon (~dreamon@replaced-ip )
2265 [14:31:25] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 250 seconds)
2266 [14:31:36] <unborn> thanks edoardo :)
2267 [14:32:00] <zh1> bgardner, have u done any update on the new
install?
2268 [14:32:00] *** Joins: npo (~np@replaced-ip )
2269 [14:32:33] <bgardner> zh1: Just apt-get dist-upgrade
2270 [14:32:53] <bgardner> And I swapped out gdm for lightdm, gdm
crashed instantly
2271 [14:32:57] <zh1> bgardner, try apt-get update and upgrade too
2272 [14:33:24] <bgardner> zh1: Running now
2273 [14:33:30] *** Quits: Pazician (~pazician@replaced-ip ) (Remote host closed the connection)
2274 [14:33:54] *** Joins: hualet (~hualet@replaced-ip )
2275 [14:34:03] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
2276 [14:34:21] *** Quits: qdk (~qdk@replaced-ip ) (Ping timeout: 240 seconds)
2277 [14:34:34] <edoardo> unborn: does it look good now?
2278 [14:34:45] <zh1> bgardner, apt-get update && apt-get
upgrade && apt-get dist-upgrade
2279 [14:35:05] <bgardner> zh1: That was my exact command I ran,
yup
2280 [14:35:11] <unborn> edoardo: yeah! I mean I dont really get
that hinting what it is about - does that affect all other
applications or just few of them?
2281 [14:35:18] *** Joins: ilCyx86_64 (~ilCyx86_6@replaced-ip )
2282 [14:35:24] <zh1> bgardner, apt-get autoremove -y &&
apt-get autoclean -y && apt-get purge -y && apt-get
check -y
2283 [14:35:43] <zh1> missed a space
2284 [14:35:43] <bgardner> zh1: k, wait one
2285 [14:35:49] <zh1> bgardner, apt-get autoremove -y &&
apt-get autoclean -y && apt-get purge -y && apt-get
check -y
2286 [14:36:04] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2287 [14:36:10] <zh1> bgardner, after do a reboot
2288 [14:36:17] <edoardo> unborn: hinting modifies the font to
make it look more readable and less blurred when the text is small
2289 [14:36:24] *** Joins: chinesesausage (~esr@replaced-ip )
2290 [14:36:30] <edoardo> and it effects all your applications
using the gnome font engine
2291 [14:36:59] <bgardner> zh1: Done, rebooting
2292 [14:37:14] *** Quits: netsca (~stephen@replaced-ip ) (Quit: leaving)
2293 [14:37:16] <unborn> edoardo: that is great! it wont really
affect printing.. I mean it would print what I see right?
2294 [14:38:12] <unborn> oh del button does not work meh
2295 [14:38:15] *** Quits: chinesesausage (~esr@replaced-ip ) (Client Quit)
2296 [14:38:41] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 240 seconds)
2297 [14:38:44] <newbie> 大家好。
2298 [14:39:07] *** Quits: npo (~np@replaced-ip ) (Ping timeout: 244 seconds)
2299 [14:39:16] <edoardo> unborn: it effects only your display
2300 [14:39:19] *** ChanServ sets mode: +o eir
2301 [14:39:20] *** eir sets mode: -bo
*!*@108-73-176-239.lightspeed.hstntx.sbcglobal.net eir
2302 [14:39:25] <x-fak> when i upgrade my package, i get this:
replaced-url
2303 [14:39:42] *** Quits: nse (~leo@replaced-ip ) (Ping timeout: 260 seconds)
2304 [14:40:10] <unborn> I see edoardo so anyone else who open
writer document or perhaps pdf created by me, would see then without
smoothing then?
2305 [14:40:32] <edoardo> They'd see it depending on their
display settings
2306 [14:41:41] *** Quits: evilman_work (~evilman@replaced-ip ) (Remote host closed the connection)
2307 [14:41:48] *** Quits: sulfyr (~bob@replaced-ip ) (Quit: WeeChat 1.5)
2308 [14:43:01] <newbie> Debian 8.5好不好用?
2309 [14:43:50] *** Joins: Tarjaizaid (~Sylvain@replaced-ip )
2310 [14:44:05] *** Joins: atracht (~atracht@replaced-ip )
2311 [14:44:14] *** Joins: p3rs3us (~jduro@replaced-ip )
2312 [14:44:16] *** Joins: Niham (~textual@replaced-ip )
2313 [14:44:46] *** Joins: Scourje (uid63311@replaced-ip )
2314 [14:44:51] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
2315 [14:44:58] *** Joins: z0ran (~z0ran@replaced-ip )
2316 [14:45:06] *** Joins: seoner (~usr@replaced-ip )
2317 [14:45:16] *** Quits: denisk (~denisk@replaced-ip ) (Remote host closed the connection)
2318 [14:45:19] *** Quits: seoner (~usr@replaced-ip ) (Client Quit)
2319 [14:45:20] *** Joins: infra-red (~infra-red@replaced-ip )
2320 [14:45:33] *** Joins: iSlayWyverns (~uid18915@replaced-ip )
2321 [14:45:49] *** Quits: Trellmor (~Trellmor@replaced-ip ) (Remote host closed the connection)
2322 [14:45:49] <petn-randall> newbie: We only speak english here.
2323 [14:45:55] *** Joins: JBB (~JBB@replaced-ip )
2324 [14:46:21] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
2325 [14:46:24] <petn-randall> !cn
2326 [14:46:24] <dpkg> 如果您想要以中文得到 Debian
相關的協助,請加入 irc.debian.org 或 irc.oftc.net 上的 #dot
頻道,連線與加入頻道的方法請參閱 IRC
程式之相關說明,或於網路上搜尋。謝謝您的合作!
2327 [14:47:34] *** Joins: Trellmor (~Trellmor@replaced-ip )
2328 [14:47:38] *** Joins: qdk (~qdk@replaced-ip )
2329 [14:48:37] <newbie> 好的,知道。谢谢了。
2330 [14:49:02] *** Quits: newbie (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2331 [14:49:11] <joze> does every symbol mean stregth?
2332 [14:49:18] <joze> would tatoo them
2333 [14:49:50] *** Quits: hualet (~hualet@replaced-ip ) (Remote host closed the connection)
2334 [14:50:23] <epsilon> i only speak japanese, but i guess it
was like, thanks for freidly advice (where to get support)
2335 [14:50:34] *** Joins: seoner (~usr@replaced-ip )
2336 [14:50:39] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2337 [14:50:46] <epsilon> it least from what the each letters mean
2338 [14:51:34] *** Joins: btf (~btf@replaced-ip )
2339 [14:52:32] *** Quits: altin_ (~altin@replaced-ip ) (Ping timeout: 260 seconds)
2340 [14:53:16] *** Joins: s8321414 (~s8321414@replaced-ip )
2341 [14:54:48] *** Quits: marksei (~marksei@replaced-ip ) (Quit: Leaving)
2342 [14:54:50] *** Quits: tensorpudding (~michael@replaced-ip##) (Quit: ZNC - ##replaced-url
2343 [14:54:54] *** Joins: ignuki (~ignuki@replaced-ip )
2344 [14:55:01] *** Quits: btf (~btf@replaced-ip ) (Read error: Connection reset by peer)
2345 [14:55:23] *** Joins: cruncher (~cruncher@replaced-ip )
2346 [14:55:53] *** Joins: btf (~btf@replaced-ip )
2347 [14:57:45] *** Joins: ScutulatIum (~scutulati@replaced-ip )
2348 [14:59:26] *** Joins: evilman_work (~evilman@replaced-ip )
2349 [14:59:47] *** Joins: jackbrown (~se@replaced-ip )
2350 [15:00:49] *** Joins: nse (~leo@replaced-ip )
2351 [15:00:51] <winterss> hi
2352 [15:02:17] *** Quits: infra-red (~infra-red@replaced-ip ) (Read error: Connection reset by peer)
2353 [15:02:21] *** Parts: zlatan (~Zlatan@replaced-ip )
2354 [15:02:22] *** Joins: infra-re_ (~infra-red@replaced-ip )
2355 [15:02:22] *** Quits: mowcius (~Rob@replaced-ip ) (Ping timeout: 244 seconds)
2356 [15:03:24] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 244 seconds)
2357 [15:03:33] *** Joins: tensorpudding (~michael@replaced-ip )
2358 [15:04:01] *** Joins: billythefish (~btf@replaced-ip )
2359 [15:04:21] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 250 seconds)
2360 [15:05:03] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 240 seconds)
2361 [15:05:46] <Piratmajor> hi
2362 [15:05:55] *** Quits: chuugar (~chuugar@replaced-ip ) (Quit: WeeChat 1.0.1)
2363 [15:05:56] *** Joins: SpeccyMan (~nick@replaced-ip )
2364 [15:06:21] *** Joins: grosalindamayamo (~grosalind@replaced-ip )
2365 [15:06:48] *** Joins: dmr (~dmr@replaced-ip )
2366 [15:08:55] *** Joins: CeBe (~CeBe@replaced-ip )
2367 [15:08:58] *** Quits: infra-re_ (~infra-red@replaced-ip ) ()
2368 [15:10:02] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 260 seconds)
2369 [15:10:12] *** Quits: wigust_ (~quassel@replaced-ip##) (Quit: ##replaced-url
2370 [15:10:29] *** Joins: wigust (~quassel@replaced-ip )
2371 [15:13:30] *** Quits: P6hjakonn (~NASA@replaced-ip ) (Ping timeout: 272 seconds)
2372 [15:13:52] *** Quits: zh1 (~zh1@replaced-ip ) (Quit: Leaving)
2373 [15:14:43] *** Joins: btf (~btf@replaced-ip )
2374 [15:15:37] *** Quits: arcvile (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
2375 [15:16:40] *** Quits: plasmoduck (~cjg@replaced-ip ) (Ping timeout: 272 seconds)
2376 [15:17:09] *** Quits: billythefish (~btf@replaced-ip ) (Ping timeout: 246 seconds)
2377 [15:18:04] *** Joins: JBB (~JBB@replaced-ip )
2378 [15:19:49] *** Joins: p3rror (~p3rror@replaced-ip )
2379 [15:19:53] *** Joins: Mutter (~Mutter@replaced-ip )
2380 [15:19:57] *** Joins: aaro (~aaro@replaced-ip )
2381 [15:20:48] *** Quits: elnin0 (~jj@replaced-ip ) (Quit: Computer gone bubu)
2382 [15:20:50] *** Quits: misiek200m (~miskof@replaced-ip ) (Ping timeout: 250 seconds)
2383 [15:21:05] *** Joins: ER (~ER_nesto@replaced-ip )
2384 [15:21:16] *** Quits: ER (~ER_nesto@replaced-ip ) (Remote host closed the connection)
2385 [15:21:23] *** Joins: mowcius (~Rob@replaced-ip )
2386 [15:21:36] *** Quits: shingouz (~doowop@replaced-ip ) (Ping timeout: 276 seconds)
2387 [15:22:03] *** Joins: leetcool (~maximus@replaced-ip )
2388 [15:22:28] *** Joins: phorce1 (~gvl2@replaced-ip )
2389 [15:23:02] <grosalindamayamo> Hello
2390 [15:23:09] <leetcool> hi grosalindamayamo
2391 [15:23:14] <grosalindamayamo> I can't compile
Clementine.
2392 [15:23:21] *** Quits: leetcool (~maximus@replaced-ip ) (Changing host)
2393 [15:23:21] *** Joins: leetcool (~maximus@replaced-ip )
2394 [15:23:30] *** Quits: T0rch (~T0rch@replaced-ip ) (Quit: Leaving)
2395 [15:23:34] <grosalindamayamo> Trying to compile Clementine
following this instructions:
replaced-url
2396 [15:24:00] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2397 [15:24:01] <grosalindamayamo> Here's the output on the
'make' step in the Compiling section of that link:
replaced-url
2398 [15:24:57] <grosalindamayamo> leetcool, Can you help me?
2399 [15:25:08] <leetcool> i'm reading the paste
2400 [15:25:16] <grosalindamayamo> Thanks a lot!
2401 [15:26:15] *** Quits: Mutter (~Mutter@replaced-ip ) (Ping timeout: 246 seconds)
2402 [15:27:10] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2403 [15:27:13] <leetcool> there's a deb package for it. did
you tried that?
2404 [15:27:29] *** Joins: Dr_Disk (~errNumb@replaced-ip )
2405 [15:27:30] <grosalindamayamo> There isn't a .deb package
for Debian.
2406 [15:27:32] <leetcool> first of all i'm not pro. but
still i'll try my best to help you
2407 [15:27:45] <grosalindamayamo> Hey man that's really
great! Thanks a lot!
2408 [15:27:49] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
2409 [15:27:49] <nebg> I'm on debian... and i cannot find the
file which contains the system calls numbers that should be unistd.h
i have one... but i don't understand it... i'll paste it
replaced-url
2410 [15:27:52] *** Quits: VladimirVolkov (~VladimirV@replaced-ip ) (Read error: Connection reset by peer)
2411 [15:27:55] <nebg> sorry i mean debian
2412 [15:27:58] <nebg> stable
2413 [15:28:42] <leetcool> grosalindamayamo, your installed os is
32bit or 64 bit?
2414 [15:28:51] <grosalindamayamo> 64bit
2415 [15:29:06] <leetcool>
replaced-url
2416 [15:29:32] <leetcool> 1st# dpkg -i package.deb
2417 [15:29:34] <leetcool> then
2418 [15:29:42] <leetcool> 2nd# apt-get install -f
2419 [15:29:43] *** Joins: dionysus69 (~Icedove@replaced-ip )
2420 [15:29:52] <leetcool> you'll be having it installed
then.
2421 [15:30:07] *** Quits: Ryushin (user@replaced-ip ) (Ping timeout: 258 seconds)
2422 [15:30:22] *** Joins: Engys (~Engys@replaced-ip )
2423 [15:30:34] *** Joins: nantz (~nantz@replaced-ip )
2424 [15:30:41] *** Joins: shaun413 (uid121475@replaced-ip )
2425 [15:31:14] <nantz> hi shaun413
2426 [15:31:22] <shaun413> Hi
2427 [15:31:25] <leetcool> grosalindamayamo, let me know if you
face any other difficulties
2428 [15:32:07] <nantz> how old are you? shaun413
2429 [15:32:21] <shaun413> Why..
2430 [15:32:34] <grosalindamayamo> leetcool, I want to install
1.3.1 which is the latest stable release.
2431 [15:32:48] <nantz> 随便问问的。
2432 [15:32:55] <grosalindamayamo> I know that Clementine is in
the repo.
2433 [15:33:00] <grosalindamayamo> But the one in the repo is very
old.
2434 [15:33:02] <grosalindamayamo> 1.2.3
2435 [15:33:05] *** Parts: Jahhein (~textual@replaced-ip )
2436 [15:33:07] <grosalindamayamo> I want to install 1.3.1
2437 [15:33:11] *** Quits: troulouliou_dev (~troulouli@replaced-ip ) (Quit: Leaving)
2438 [15:33:22] <grosalindamayamo> It's in Testing though.
2439 [15:33:24] *** Joins: DevAntoine (DevAntoine@replaced-ip )
2440 [15:33:26] <DevAntoine> hi
2441 [15:33:37] *** Joins: denisk (~denisk@replaced-ip )
2442 [15:33:43] <grosalindamayamo> Can I instead just get the one
from Testing branch/repo?
2443 [15:34:08] <nantz> do you use debian 8.5?
2444 [15:34:15] <nantz> hi devantoine
2445 [15:34:21] <DevAntoine> I'm wondering why the user with
whom I'm connecting to my ftp (vsftpd server) needs to have a
shell? In /etc/passwd I've set the shell to /bin/false in order
to avoid ssh connection but then I cannot connect to the ftp
anymore?
2446 [15:34:31] <nantz> i am newbie
2447 [15:34:39] *** Joins: ArchNoob (~ArchNoob@replaced-ip )
2448 [15:35:09] <grosalindamayamo> leetcool, Could you just PM me?
2449 [15:35:34] <leetcool> grosalindamayamo, done
2450 [15:35:44] <grosalindamayamo> What is done?
2451 [15:37:53] *** Joins: harobed3 (~harobed@replaced-ip )
2452 [15:37:54] *** Joins: harobed (~harobed@replaced-ip )
2453 [15:38:08] *** Quits: babak (uid19622@replaced-ip ) (Quit: Connection closed for inactivity)
2454 [15:38:10] *** Quits: dka_ (~dka@replaced-ip ) (Ping timeout: 250 seconds)
2455 [15:38:32] *** Quits: denisk (~denisk@replaced-ip ) (Ping timeout: 244 seconds)
2456 [15:38:38] *** Joins: RA3OR (~demon@replaced-ip )
2457 [15:38:53] *** Quits: RA3OR (~demon@replaced-ip ) (Changing host)
2458 [15:38:53] *** Joins: RA3OR (~demon@replaced-ip )
2459 [15:38:56] <nantz> what are your talk ?
2460 [15:39:09] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 276 seconds)
2461 [15:39:33] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 240 seconds)
2462 [15:39:40] *** Joins: Almtesh (~Almtesh@replaced-ip )
2463 [15:40:21] *** Quits: darksbane3k (~darksbane@replaced-ip ) (Ping timeout: 240 seconds)
2464 [15:40:45] <nantz> .....
2465 [15:40:48] *** Joins: smica (~smica@replaced-ip )
2466 [15:42:02] *** Joins: majo (~majo@replaced-ip )
2467 [15:43:03] *** Joins: dka_ (~dka@replaced-ip )
2468 [15:43:10] *** Joins: shingouz (~doowop@replaced-ip )
2469 [15:43:20] *** Joins: JBB (~JBB@replaced-ip )
2470 [15:43:20] <nantz> all big hackers,i am very like your
2471 [15:43:37] *** nantz is now known as newbie
2472 [15:43:39] <newbie> ls
2473 [15:44:29] <themill> newbie: do you have a debian support
question we can help you with?
2474 [15:45:23] *** Joins: P6hjakonn (~NASA@replaced-ip )
2475 [15:45:41] *** Quits: js9600 (~js9600@replaced-ip ) (Quit: Leaving.)
2476 [15:45:56] *** Joins: wonderworld (~ww@replaced-ip )
2477 [15:46:16] *** Joins: calher (~cal@replaced-ip )
2478 [15:46:38] *** Quits: liny01 (~liny01@replaced-ip ) (Quit: WeeChat 1.5)
2479 [15:47:44] <newbie> no,i am not study.
2480 [15:48:01] *** debhelper sets mode: +l 1715
2481 [15:48:39] <ByteStorm> guys is there a command line irc
client tht supports ssl???
2482 [15:49:24] *** Quits: AntiSpamMeta (~MetaBot@replaced-ip ) (Excess Flood)
2483 [15:49:46] *** Joins: AntiSpamMeta (~MetaBot@replaced-ip )
2484 [15:49:59] *** Joins: btf (~btf@replaced-ip )
2485 [15:50:08] <newbie> debian screensave say "there are
old"
2486 [15:51:03] *** Joins: Tom01 (~tom@replaced-ip )
2487 [15:51:07] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2488 [15:51:13] <irwiss> ByteStorm: all of them using screen and
ssh
2489 [15:51:17] *** Joins: llorephie1 (~Thunderbi@replaced-ip )
2490 [15:51:20] *** Quits: shootbird (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
2491 [15:51:32] *** Joins: CutMeOwnThroat (~k@replaced-ip )
2492 [15:51:45] <ByteStorm> well i want to install debian without
gui in a virtual box
2493 [15:51:45] <irwiss> ack misread ssl, well i guess not ;p
2494 [15:51:50] *** Quits: CeBe (~CeBe@replaced-ip ) (Quit: Leaving.)
2495 [15:51:51] *** Quits: ER_nesto (~ER_nesto@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
2496 [15:52:04] *** Joins: CeBe (~CeBe@replaced-ip )
2497 [15:52:07] *** Joins: nedstark (~nedstark@replaced-ip )
2498 [15:52:08] *** Quits: f10__ (~flo@replaced-ip ) (Ping timeout: 272 seconds)
2499 [15:52:08] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 272 seconds)
2500 [15:52:09] *** Joins: ER_nesto (~ER_nesto@replaced-ip )
2501 [15:52:49] <newbie> virtual box ,i like it.
2502 [15:53:12] *** Joins: amcorreia (~amcorreia@replaced-ip )
2503 [15:53:34] *** Joins: shootbird (~quassel@replaced-ip )
2504 [15:53:37] *** llorephie1 is now known as llorephie
2505 [15:53:40] *** Joins: walkenx (~walkenx@replaced-ip )
2506 [15:53:41] *** Joins: Brigo (~Brigo@replaced-ip )
2507 [15:53:42] <themill> ByteStorm: I'd be surprised if most
of them didn't
2508 [15:53:47] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Remote host closed the connection)
2509 [15:54:13] *** Joins: CutMeOwnThroat (~k@replaced-ip )
2510 [15:54:24] <ByteStorm> well is there one....bcoz i did need
to communicate with you guys then....in tht system
2511 [15:54:38] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2512 [15:54:53] *** Quits: s8321414 (~s8321414@replaced-ip ) (Quit: Konversation terminated!)
2513 [15:55:03] *** Joins: denisk (~denisk@replaced-ip )
2514 [15:55:05] *** Joins: Brigo (~Brigo@replaced-ip )
2515 [15:55:29] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Remote host closed the connection)
2516 [15:55:36] <newbie> ByteStorm : Virtual box BIOS UEF BIOS
shell
2517 [15:55:59] <ByteStorm> no...i think ill use what is provided
in the repos
2518 [15:56:12] <ByteStorm> gnome-boxes
2519 [15:56:16] *** Joins: Nycatelos (~Nycatelos@replaced-ip )
2520 [15:56:36] <meti> ByteStorm: epic5 supports ssl, use /server
server:port::::IRC-SSL to connect
2521 [15:56:42] *** Quits: maotm_ (~mao@replaced-ip ) (Ping timeout: 276 seconds)
2522 [15:56:46] <ByteStorm> thnx
2523 [15:57:04] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2524 [15:57:21] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 240 seconds)
2525 [15:57:26] *** Joins: Brigo (~Brigo@replaced-ip )
2526 [15:57:33] *** Quits: RickXy (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
2527 [15:57:34] <ByteStorm> guys does gnome-boxes provide virtual
machines???
2528 [15:58:39] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
2529 [15:58:47] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2530 [15:58:50] *** Joins: elnin0 (~jj@replaced-ip )
2531 [15:59:47] *** Joins: RickXy (~zncadmin@replaced-ip )
2532 [16:00:15] <winterss> hi
2533 [16:00:54] <teraflops> ByteStorm: gnome-boxes is a libvirt
GUI
2534 [16:01:01] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 240 seconds)
2535 [16:01:23] <ByteStorm> ???
2536 [16:01:29] *** Joins: markybob (~markybob@replaced-ip )
2537 [16:01:37] <teraflops> ??? what
2538 [16:01:57] *** Quits: jonbryan (~jgbryan@replaced-ip ) (Ping timeout: 246 seconds)
2539 [16:01:57] *** Joins: sKeiths (skeith@replaced-ip )
2540 [16:01:59] *** Joins: dreamon (~dreamon@replaced-ip )
2541 [16:02:11] <ByteStorm> well does it work as Virtual Box...i
dont want to install deb files tht are not from the repos
2542 [16:03:05] *** Parts: Nycatelos (~Nycatelos@replaced-ip )
2543 [16:03:23] *** Quits: skrb_ (~skrb@replaced-ip ) (Quit: Leaving)
2544 [16:03:41] <grosalindamayamo> leetcool, What do you mean you
just wanted to have a look?
2545 [16:03:53] <grosalindamayamo> Dude did you just give me a
malicious line?
2546 [16:04:11] <teraflops> ,v gnome-boxes
2547 [16:04:12] <judd> Package: gnome-boxes on amd64 -- wheezy:
3.4.3+dfsg-1; jessie: 3.14.2-2; sid: 3.20.2-1; stretch: 3.20.2-1
2548 [16:04:18] <grosalindamayamo> Was that Testing line you told
me to put in /etc/apt/sources.list a malicious one?
2549 [16:04:25] <grosalindamayamo> leetcool, No PMs please.
2550 [16:04:26] <winterss> hiya
2551 [16:04:35] *** mach_k_away is now known as mach_kernel
2552 [16:04:44] *** Joins: ArchNoob (~ArchNoob@replaced-ip )
2553 [16:04:49] *** Joins: davi (~davi@replaced-ip )
2554 [16:04:49] <grosalindamayamo> leetcool, Let's just talk
here.
2555 [16:04:52] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 260 seconds)
2556 [16:05:21] *** Quits: newbie (~nantz@replaced-ip ) (Quit: Ex-Chat)
2557 [16:05:29] <leetcool> grosalindamayamo, you can put that link
in google and check a few results to cross verify the integrity of
that line
2558 [16:05:32] <leetcool> :(
2559 [16:05:42] <themill> grosalindamayamo: don't mix stable
and testing
2560 [16:05:47] <grosalindamayamo> themill, I didn't
2561 [16:06:02] <grosalindamayamo> themill, I commented all of the
lines except Testing.
2562 [16:06:06] <ByteStorm> teraflops how can i get more info
about gnome-boxes
2563 [16:06:24] *** Joins: yeticry (~yeticry@replaced-ip )
2564 [16:06:30] <teraflops> use google or similar
2565 [16:06:36] <grosalindamayamo> leetcool, Really weird that apt
acts as if I'm doing a dist-upgrade.
2566 [16:06:42] <ByteStorm> ok
2567 [16:06:43] <grosalindamayamo> Now apt is still installing
stuff.
2568 [16:06:59] <themill> grosalindamayamo: that's because
you're mixing stable and testing....
2569 [16:07:06] <leetcool>
replaced-url
2570 [16:07:06] <grosalindamayamo> I didn't
2571 [16:07:25] <markybob> grosalindamayamo: yes, you did. you
have stable installed and now you're installing crap from
testing
2572 [16:07:26] <leetcool> grosalindamayamo, i hope you get 1.3
installed
2573 [16:07:29] <grosalindamayamo> What did you said earlier about
"just wanted to have a look"
2574 [16:07:36] <grosalindamayamo> ?
2575 [16:07:51] <grosalindamayamo> So even commenting everything
except Testing is useless?
2576 [16:07:53] <leetcool> i just wanted to have a look at the
output of your command
2577 [16:07:56] <winterss> hi
2578 [16:07:59] <grosalindamayamo> Ah
2579 [16:08:03] <leetcool> :(
2580 [16:08:07] <grosalindamayamo> Sorry leetcool , had a bad day.
2581 [16:08:14] <themill> and it just got worse
2582 [16:08:29] <leetcool> you acted to rudely like i'm going
to mess with your system
2583 [16:08:32] <leetcool> :(
2584 [16:08:56] <grosalindamayamo> I'm sorry, I really had a
bad day.
2585 [16:08:59] *** Joins: plasmoduck (~cjg@replaced-ip )
2586 [16:09:02] <themill> well, it's not particularly leet or
cool to help a user screw up their system like that
2587 [16:09:05] *** Joins: Iridos (~k@replaced-ip )
2588 [16:09:22] <grosalindamayamo> themill, He just trying to help
me.
2589 [16:09:30] <themill> and now you have a mess
2590 [16:09:34] <grosalindamayamo> I just wanted to install the
latest stable of Clementine which is 1.3.1.
2591 [16:09:49] *** Quits: xiaodong_ (~xiaodong@replaced-ip ) (Remote host closed the connection)
2592 [16:09:53] <grosalindamayamo> themill, Is it really fucked up
now?
2593 [16:09:59] <grosalindamayamo> Like to the point that I
can't use it anymore?
2594 [16:10:11] <themill> well, either you decide that you're
going to learn a lot about debian and run testing, or you reinstall
2595 [16:10:17] <grosalindamayamo> After I'm done getting
Clementine, I'll go back to the default sources.
2596 [16:10:20] * leetcool is starring at the floor being silent
2597 [16:10:26] <markybob> grosalindamayamo: no
2598 [16:10:32] <grosalindamayamo> ?
2599 [16:10:41] <grosalindamayamo> So my system is fucked now?
2600 [16:10:41] <themill> grosalindamayamo: that's not
possible
2601 [16:10:49] <grosalindamayamo> How?
2602 [16:10:50] <themill> grosalindamayamo: don't mix stable
and testing
2603 [16:11:09] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2604 [16:11:14] <grosalindamayamo> So is that why apt is acting as
if I'm doing a dist-upgrade?
2605 [16:11:25] <grosalindamayamo> Because I just typed apt-get
install clementine
2606 [16:11:29] <markybob> actually dist-upgrade would've
been smarter
2607 [16:11:33] <leetcool> grosalindamayamo, just wanted to drop
you a piece of advice in PM... as my last PM
2608 [16:11:56] <sKeiths> getting error message using aptitude.
replaced-url
2609 [16:12:20] <grosalindamayamo> markybob, So just upgrade to
Testing then?
2610 [16:12:45] <grosalindamayamo> Someone or a couple I think
here or in #subgraph told me that Testing is actually ok for home
users or lay people like me.
2611 [16:12:54] <grosalindamayamo> So I think upgrade to Testing
instead should be ok for me?
2612 [16:13:03] <grosalindamayamo> And I get newer packages too.
2613 [16:13:09] <grosalindamayamo> What do you guys think?
2614 [16:13:15] <markybob> grosalindamayamo: i think you should
reinstall. no offense i don't think you know enough to run
testing yet
2615 [16:13:16] <themill> sKeiths: if you're going to use 3rd
party apt repos, you need to import the correct key for them too
2616 [16:13:41] <sKeiths> themill. okay. i'll google that.
thanks for the hint.
2617 [16:13:42] <grosalindamayamo> I've used Subgraph OS for
a while now.
2618 [16:13:45] <grosalindamayamo> It's based off of Testing.
2619 [16:13:51] *** Joins: w00die_ (~pi@replaced-ip )
2620 [16:13:53] <grosalindamayamo> Is using Testing hard?
2621 [16:13:57] <grosalindamayamo> I haven't found much
problem with it.
2622 [16:14:12] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 258 seconds)
2623 [16:14:41] <themill> sKeiths: they seem to have key material
in
replaced-url
2624 [16:14:49] <markybob> running something that takes testing
and freezes and testing which is constantly changing are two
different things. but at this point your only options are
dist-upgrade or reinstall. i say reinstall.
2625 [16:14:59] *** Joins: yeticry (~yeticry@replaced-ip )
2626 [16:15:15] <markybob> grosalindamayamo: keep in mind testing
support is supposed to take place in #debian-next on irc.oftc.net
per /topic
2627 [16:15:16] <grosalindamayamo> dist-upgrade leads to what?
2628 [16:15:39] <markybob> grosalindamayamo: full testing and not
some mixed bags. but since you didn't do it first you might
have problems
2629 [16:15:46] <sKeiths> themill: very grateful. ty
2630 [16:16:00] <grosalindamayamo> markybob, Hmm
2631 [16:16:12] *** Quits: dka_ (~dka@replaced-ip ) (Ping timeout: 276 seconds)
2632 [16:16:31] <grosalindamayamo> markybob, I'll just
upgrade
2633 [16:16:34] *** Joins: Zerock|Boxtop (~0ck-boxto@replaced-ip )
2634 [16:16:46] *** Quits: w00die (~pi@replaced-ip ) (Ping timeout: 244 seconds)
2635 [16:16:47] <grosalindamayamo> markybob, What lines should be
in my /etc/apt/sources.list?
2636 [16:17:38] <markybob> grosalindamayamo: i don't support
testing, man. check out #debian-next on irc.oftc.net like i
suggested. but basically you just replace stable or jessie with
stretch
2637 [16:17:53] <grosalindamayamo> Ah ok
2638 [16:18:04] *** Joins: darksbane3k (~darksbane@replaced-ip )
2639 [16:18:13] <grosalindamayamo> This is the only line I have
uncommented deb tor+replaced-url
2640 [16:18:29] *** Joins: Niham (~textual@replaced-ip )
2641 [16:18:43] <grosalindamayamo> So I can remove that line and
change the default lines to just stretch basically?
2642 [16:18:53] <markybob> yes
2643 [16:19:06] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 246 seconds)
2644 [16:19:18] <grosalindamayamo> Cool!
2645 [16:19:23] <grosalindamayamo> leetcool, Hey man I got 1.3.1
now!
2646 [16:19:31] <grosalindamayamo> Thanks a lot leetcool markybob
themill !
2647 [16:19:40] <grosalindamayamo> Really great help right there!
Appreciate it.
2648 [16:19:44] *** Joins: sterniste (~sstern@replaced-ip )
2649 [16:19:45] <ByteStorm> 1.3.1???
2650 [16:19:57] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Ping timeout: 258 seconds)
2651 [16:20:03] <grosalindamayamo> I hope I don't run into
nasty bugs me upgrading to Testing as how markybob suggested :D
2652 [16:20:52] *** Joins: oupseahhhhh (~Nick@replaced-ip )
2653 [16:21:00] *** Quits: Niham (~textual@replaced-ip ) (Max SendQ exceeded)
2654 [16:21:21] * leetcool stays silent
2655 [16:21:21] *** Joins: amcorreia (~amcorreia@replaced-ip )
2656 [16:21:34] *** Joins: boubou (boubou@replaced-ip )
2657 [16:21:46] *** Joins: ignuki (~ignuki@replaced-ip )
2658 [16:21:55] *** Joins: Niham (~textual@replaced-ip )
2659 [16:22:44] *** Joins: Hootch (~Thunderbi@replaced-ip )
2660 [16:23:03] <grosalindamayamo> markybob, #debian-next is
invite only
2661 [16:23:18] <winterss> hi gross
2662 [16:23:23] *** Quits: oupseahhhhh (~Nick@replaced-ip ) ()
2663 [16:23:43] <grosalindamayamo> markybob, What about the Jessie
Updates line AKA Volatile?
2664 [16:23:57] <markybob> grosalindamayamo: wrong network. like i
said. irc.oftc.net. you're on freenode right now
2665 [16:24:05] <grosalindamayamo> Ah sorry
2666 [16:24:05] <grosalindamayamo> lol
2667 [16:24:10] *** Quits: ragedragon (~ragedrago@replaced-ip ) (Ping timeout: 258 seconds)
2668 [16:25:38] *** Joins: chalcedny (~chalcedon@replaced-ip )
2669 [16:26:27] *** Quits: controll (~a@replaced-ip ) (Ping timeout: 260 seconds)
2670 [16:26:27] *** Quits: hasanatizaz (~hasan@replaced-ip ) (Ping timeout: 260 seconds)
2671 [16:27:08] *** Quits: seoner (~usr@replaced-ip ) (Ping timeout: 250 seconds)
2672 [16:28:38] *** Joins: dka_ (~dka@replaced-ip )
2673 [16:28:48] *** Joins: NaStYdoG (NaStYdoG@replaced-ip )
2674 [16:29:20] *** Joins: dethos (~dethos@replaced-ip )
2675 [16:29:27] *** Joins: jonbryan (~jgbryan@replaced-ip )
2676 [16:30:16] *** Quits: Zerock|Boxtop (~0ck-boxto@replaced-ip ) (Quit: Leaving)
2677 [16:31:41] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 240 seconds)
2678 [16:32:37] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 244 seconds)
2679 [16:32:47] *** Quits: darksbane3k (~darksbane@replaced-ip ) (Ping timeout: 244 seconds)
2680 [16:33:38] *** Joins: Poppabear (Poppabear@replaced-ip )
2681 [16:33:38] *** Quits: Poppabear (Poppabear@replaced-ip ) (Changing host)
2682 [16:33:38] *** Joins: Poppabear (Poppabear@replaced-ip )
2683 [16:33:41] *** Quits: majo (~majo@replaced-ip ) (Quit: leaving)
2684 [16:33:50] *** Quits: Poppabear (Poppabear@replaced-ip ) (Client Quit)
2685 [16:34:40] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 244 seconds)
2686 [16:34:46] *** Joins: Modeuse (~kvirc@replaced-ip )
2687 [16:34:46] <ByteStorm> guys i had a problem....while i was
installing conky and finding out some processor settings my terminal
gave me this message:-
replaced-url
2688 [16:36:20] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
2689 [16:36:24] *** Quits: mowcius (~Rob@replaced-ip ) (Ping timeout: 244 seconds)
2690 [16:37:30] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
2691 [16:37:31] <markybob> ByteStorm: looks like you need to
install firmware-misc-nonfree
2692 [16:37:53] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
2693 [16:38:08] <ByteStorm> yeah....which repo do i include in the
sources.list
2694 [16:38:39] *** Joins: nog3_ (~tud3@replaced-ip )
2695 [16:38:39] <markybob> ByteStorm: that's in
jessie-backports
2696 [16:38:56] <markybob> ByteStorm:
replaced-url
2697 [16:38:56] <ByteStorm> ok backports....i hav them already thn
2698 [16:38:57] *** Joins: Pazician (~pazician@replaced-ip )
2699 [16:39:06] <markybob> ByteStorm: with non-free?
2700 [16:39:13] <ByteStorm> no maybe
2701 [16:39:55] <ByteStorm> so... i hav this already: deb
replaced-url
2702 [16:40:08] <ByteStorm> will i need to include anything extra
2703 [16:40:08] <markybob> add non-free after main
2704 [16:40:13] <ByteStorm> ok
2705 [16:42:05] <ByteStorm> so it should be something like this:-
deb
replaced-url
2706 [16:42:37] *** Joins: happy-dude (uid62780@replaced-ip )
2707 [16:42:42] <markybob> sure
2708 [16:42:48] <ByteStorm> thnx
2709 [16:42:51] <ByteStorm> and one more thing
2710 [16:43:10] *** Joins: bollullera (~anuxi@replaced-ip )
2711 [16:43:15] <ByteStorm> is there a way to auto add some
packages which are missing via apt
2712 [16:43:20] *** mach_kernel is now known as mach_k_away
2713 [16:44:15] <markybob> you mean you wanted apt to
automatically know you needed that firmware package and do it for
you?
2714 [16:44:23] <ByteStorm> yes
2715 [16:44:26] <markybob> no
2716 [16:44:29] <ByteStorm> if its possible
2717 [16:44:33] <ByteStorm> ok
2718 [16:44:45] <ByteStorm> so how do i kno what packages im
misiing
2719 [16:45:37] *** Quits: elnin0 (~jj@replaced-ip ) (Quit: Computer gone bubu)
2720 [16:48:29] *** Joins: asc232 (~Keith@replaced-ip )
2721 [16:48:37] *** Quits: nog3_ (~tud3@replaced-ip ) (Quit: WeeChat 1.3)
2722 [16:48:39] *** Joins: daniel-s (~daniel-s@replaced-ip )
2723 [16:52:09] *** Joins: Bizl (~Bizl@replaced-ip )
2724 [16:52:24] *** mach_k_away is now known as mach_kernel
2725 [16:54:50] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 272 seconds)
2726 [16:55:12] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 276 seconds)
2727 [16:56:06] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2728 [16:58:09] *** Joins: altin_ (~altin@replaced-ip )
2729 [16:58:56] *** Joins: hasanatizaz (~hasan@replaced-ip )
2730 [16:59:05] *** Quits: arthurw (~arthur@replaced-ip ) (Quit: Leaving)
2731 [16:59:30] *** Joins: mowcius (~Rob@replaced-ip )
2732 [16:59:34] *** Quits: ByteStorm (~Peter@replaced-ip ) (Quit: Bye guys hav a good time :))
2733 [16:59:54] <daniel-s> Hi there.
2734 [17:00:05] *** Joins: ompaul (~ompaul@replaced-ip )
2735 [17:00:14] <daniel-s> I noticed that my iceweasel branded
browser just recently changed to calling itself Firefox.
2736 [17:00:37] <daniel-s> What changed that Debian is now OK with
using to official branding?
2737 [17:00:50] <markybob> daniel-s: mozilla came to their senses
2738 [17:01:02] *** mach_kernel is now known as mach_k_away
2739 [17:01:29] *** Joins: pencilandpaper (~penciland@replaced-ip )
2740 [17:01:33] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2741 [17:02:13] *** Quits: SweetKatya (~oracle@replaced-ip ) (Read error: Connection reset by peer)
2742 [17:02:17] *** Quits: aaro (~aaro@replaced-ip ) (Read error: Connection reset by peer)
2743 [17:03:28] *** Joins: aaro (~aaro@replaced-ip )
2744 [17:03:56] *** Joins: davi (~davi@replaced-ip )
2745 [17:03:56] *** Quits: danang (~danang@replaced-ip ) (Ping timeout: 250 seconds)
2746 [17:04:06] *** Quits: edoardo (~edoardo@replaced-ip ) (Quit: Quitting)
2747 [17:04:15] *** Quits: willmore (~willmore@replaced-ip ) (Ping timeout: 246 seconds)
2748 [17:04:25] <daniel-s> I found this:
replaced-url
2749 [17:04:30] *** Quits: edwardly (~edwardly@replaced-ip ) (Max SendQ exceeded)
2750 [17:04:32] *** Joins: SweetKatya (~oracle@replaced-ip )
2751 [17:04:38] <nedstark> iceweasel is a better name
2752 [17:04:46] *** Joins: edwardly (~edwardly@replaced-ip )
2753 [17:04:46] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
2754 [17:04:46] *** Joins: edwardly (~edwardly@replaced-ip )
2755 [17:06:12] *** Quits: asc232 (~Keith@replaced-ip ) (Ping timeout: 244 seconds)
2756 [17:07:40] *** Joins: jubo2 (~juboxi@replaced-ip )
2757 [17:07:49] *** Joins: SlaGTaTs (~bilbo@replaced-ip )
2758 [17:08:18] *** Joins: claykimber (43dc13d1@replaced-ip )
2759 [17:10:54] *** Quits: rahulnai (~androirc@replaced-ip ) (Remote host closed the connection)
2760 [17:11:07] *** Joins: rahulnai (~androirc@replaced-ip )
2761 [17:11:23] *** Quits: claykimber (43dc13d1@replaced-ip ) (Client Quit)
2762 [17:11:26] *** Quits: sterniste (~sstern@replaced-ip ) (Quit: sterniste)
2763 [17:13:39] *** Quits: altin_ (~altin@replaced-ip ) (Ping timeout: 264 seconds)
2764 [17:14:08] *** Joins: easyshekels (~easysheke@replaced-ip )
2765 [17:14:25] *** Quits: Lewoco (~Lewoco@replaced-ip ) (Ping timeout: 240 seconds)
2766 [17:14:38] *** Quits: ArchNoob (~ArchNoob@replaced-ip ) (Ping timeout: 244 seconds)
2767 [17:14:56] *** Joins: dka__ (~dka@replaced-ip )
2768 [17:15:21] *** Quits: easyshekels (~easysheke@replaced-ip ) (Read error: Connection reset by peer)
2769 [17:16:44] *** Quits: superusr (~usr@replaced-ip ) (Quit: Leaving)
2770 [17:17:32] *** Joins: Ryushin (~Ryushin@replaced-ip )
2771 [17:17:47] *** Quits: dka_ (~dka@replaced-ip ) (Ping timeout: 260 seconds)
2772 [17:17:48] *** Quits: duoi (~duoi@replaced-ip ) (Ping timeout: 250 seconds)
2773 [17:18:27] *** Quits: jass93 (~ifillj@replaced-ip ) (Ping timeout: 264 seconds)
2774 [17:19:02] *** Quits: dka__ (~dka@replaced-ip ) (Read error: Connection reset by peer)
2775 [17:19:09] *** Joins: asc232 (~Keith@replaced-ip )
2776 [17:19:20] *** Joins: duoi (~duoi@replaced-ip )
2777 [17:19:46] *** Joins: dka__ (~dka@replaced-ip )
2778 [17:19:53] *** Joins: willmore (~willmore@replaced-ip )
2779 [17:20:23] *** Quits: Bizl (~Bizl@replaced-ip ) (Remote host closed the connection)
2780 [17:20:32] *** Joins: Poppabear (~Poppabear@replaced-ip )
2781 [17:20:32] *** Quits: Poppabear (~Poppabear@replaced-ip ) (Changing host)
2782 [17:20:32] *** Joins: Poppabear (~Poppabear@replaced-ip )
2783 [17:21:10] *** Quits: charasky (~mauros@replaced-ip ) (Quit: Leaving)
2784 [17:22:44] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2785 [17:24:11] *** Quits: Pazician (~pazician@replaced-ip ) (Read error: Connection reset by peer)
2786 [17:25:06] *** Quits: drith (~drithdx@replaced-ip ) (Quit: Leaving)
2787 [17:25:25] *** Quits: Mouaad (~Mouaad@replaced-ip ) (Quit: Kernel Panic ! :D)
2788 [17:25:46] *** Joins: Mouaad (~Mouaad@replaced-ip )
2789 [17:26:19] *** Joins: SpikeSpiegel (~GitGud@replaced-ip )
2790 [17:26:28] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
2791 [17:26:30] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 272 seconds)
2792 [17:28:07] *** Quits: Mouaad (~Mouaad@replaced-ip ) (Client Quit)
2793 [17:28:11] *** Joins: js9600 (~js9600@replaced-ip )
2794 [17:28:26] *** Joins: Mouaad (~Mouaad@replaced-ip )
2795 [17:29:15] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 264 seconds)
2796 [17:29:27] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 260 seconds)
2797 [17:31:29] *** Joins: dayten_ (~gnoid@replaced-ip )
2798 [17:31:36] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 276 seconds)
2799 [17:31:56] *** Joins: jakew (~davidw@replaced-ip )
2800 [17:31:57] *** Quits: Poppabear (~Poppabear@replaced-ip ) (Quit: BBIAB)
2801 [17:33:31] *** Joins: VladimirVolkov (~VladimirV@replaced-ip )
2802 [17:33:33] *** Quits: Jidoor (~Jidoor@replaced-ip ) (Ping timeout: 240 seconds)
2803 [17:33:56] <VladimirVolkov> 1
2804 [17:34:22] *** Quits: pencilandpaper (~penciland@replaced-ip ) (Quit: WeeChat 1.6-dev)
2805 [17:34:58] *** Joins: Jidoor (~Jidoor@replaced-ip )
2806 [17:34:58] *** Joins: kpease (~kpease@replaced-ip )
2807 [17:36:18] *** Quits: Heinz (~Heinz@replaced-ip ) (Quit: Leaving)
2808 [17:36:27] *** Quits: rahulnai (~androirc@replaced-ip ) (Ping timeout: 246 seconds)
2809 [17:36:27] *** Joins: Niham (~textual@replaced-ip )
2810 [17:36:49] *** Quits: ompaul (~ompaul@replaced-ip ) (Quit: and zebedee said its time for other stuff)
2811 [17:36:50] *** Joins: davi (~davi@replaced-ip )
2812 [17:37:01] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
2813 [17:38:54] *** Joins: Dafunkz (~Dafunkz@replaced-ip )
2814 [17:40:13] *** Joins: btf (~btf@replaced-ip )
2815 [17:40:14] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2816 [17:40:50] *** Quits: XO-Odin (~Dafunkz@replaced-ip ) (Ping timeout: 258 seconds)
2817 [17:42:30] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
2818 [17:43:29] *** Joins: JBB (~JBB@replaced-ip )
2819 [17:43:35] *** Joins: mi11k11 (~mi11k1@replaced-ip )
2820 [17:43:36] *** Quits: stack (~urb@replaced-ip ) (Ping timeout: 272 seconds)
2821 [17:43:41] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
2822 [17:43:48] *** Joins: Lokke (~Thunderbi@replaced-ip )
2823 [17:43:50] *** Joins: stack (~urb@replaced-ip )
2824 [17:43:57] *** Quits: mi11k11 (~mi11k1@replaced-ip ) (Remote host closed the connection)
2825 [17:44:14] *** Joins: mi11k11 (~mi11k1@replaced-ip )
2826 [17:45:03] *** Quits: qdk (~qdk@replaced-ip ) (Ping timeout: 240 seconds)
2827 [17:47:05] *** Joins: aaro1 (~aaro@replaced-ip )
2828 [17:47:23] *** Quits: Niham (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2829 [17:47:59] *** Quits: SpaceAce (~SpaceAce@replaced-ip ) (Read error: Connection reset by peer)
2830 [17:48:08] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
2831 [17:49:11] *** Joins: t0ry (~tory@replaced-ip )
2832 [17:50:01] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 240 seconds)
2833 [17:50:03] *** Joins: juantelez (~juantelez@replaced-ip )
2834 [17:50:29] *** Joins: ScutulatIum (~scutulati@replaced-ip )
2835 [17:51:01] *** Parts: t0ry (~tory@replaced-ip )
2836 [17:51:03] *** Quits: mi11k11 (~mi11k1@replaced-ip ) (Remote host closed the connection)
2837 [17:51:35] *** Joins: rocksteady (~tyfoo@replaced-ip )
2838 [17:52:02] *** Quits: MDRXB95AP (~MDRXB95@replaced-ip ) (Quit: Connection error?!)
2839 [17:52:17] *** Quits: boubou (boubou@replaced-ip##) (Quit: ZNC - ##replaced-url
2840 [17:53:27] *** Joins: brokencycle (~brokencyc@replaced-ip )
2841 [17:53:36] *** Quits: holmgren (~magnus@replaced-ip ) (Ping timeout: 246 seconds)
2842 [17:53:47] <x-fak> let's say i install apache2 server
and i install the php5 package, and after i install php7 package,
which php version will be use the server?
2843 [17:54:19] *** Joins: MaBunny (~Peter@replaced-ip )
2844 [17:54:22] *** Quits: SweetKatya (~oracle@replaced-ip ) (Read error: Connection reset by peer)
2845 [17:54:56] *** MaBunny is now known as ByteStorm
2846 [17:55:07] *** Joins: stack_ (~urb@replaced-ip )
2847 [17:55:23] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
2848 [17:55:41] *** Quits: alex1a (~alex1a@replaced-ip ) (Read error: Connection reset by peer)
2849 [17:55:41] *** Quits: stack (~urb@replaced-ip ) (Ping timeout: 240 seconds)
2850 [17:55:41] <ByteStorm> guys is there a software to check what
types of sensors/capabilities/stuff-like-tht my processor supports
2851 [17:55:42] *** Joins: Lokke (~Thunderbi@replaced-ip )
2852 [17:55:45] *** Joins: SweetKatya (~oracle@replaced-ip )
2853 [17:55:59] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
2854 [17:56:04] <SweetKatya> x-fak, your apache2 configuration
will decide
2855 [17:56:06] *** Joins: Lokke1 (~Thunderbi@replaced-ip )
2856 [17:56:17] <unborn> is there any way to enable delete button?
2857 [17:56:22] <SweetKatya> see the modules-enabled folder
2858 [17:57:13] *** Joins: ven00m (~ven00m@replaced-ip )
2859 [17:57:36] <x-fak> SweetKatya , not modules-enabled, but
/etc/apache2/mods-enabled
2860 [17:58:20] <x-fak> i dont understand how he will decide,
it's not a human being?
2861 [17:59:24] <cruncher> unborn, what delete button?
2862 [17:59:55] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2863 [17:59:56] *** Lokke1 is now known as Lokke
2864 [18:01:19] *** Joins: tako (~tako@replaced-ip )
2865 [18:02:00] *** Joins: patterson_ (~patterson@replaced-ip )
2866 [18:02:53] *** Joins: bollo (~bollo@replaced-ip )
2867 [18:03:29] <ByteStorm> guys???
2868 [18:04:03] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 244 seconds)
2869 [18:04:06] *** patterson_ is now known as patterson
2870 [18:04:18] <unborn> cruncher: delete button on keyboard
2871 [18:04:26] <TomTomTosch> ByteStorm: read about lm sensors
2872 [18:04:31] *** Joins: lasdam (john@replaced-ip )
2873 [18:04:45] <ByteStorm> ok
2874 [18:05:49] <cruncher> unborn, why does it not work? did you
select the right layout? does it work in the tty?
2875 [18:06:09] <TomTomTosch> als lshw for showing hardware.
2876 [18:06:16] <TomTomTosch> s/als/also
2877 [18:06:52] *** Joins: iDrac (~iDrac@replaced-ip )
2878 [18:07:02] <unborn> cruncher: because in debian you have to
use ctrl+delete button
2879 [18:07:06] <unborn> i think
2880 [18:07:15] *** Quits: grosalindamayamo (~grosalind@replaced-ip ) (Ping timeout: 260 seconds)
2881 [18:07:23] *** Quits: MoonkYan_ (~moonkyang@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
2882 [18:07:29] *** Joins: eladhen (~eladhen@replaced-ip )
2883 [18:07:32] <cruncher> unborn, for what? when i want to delete
a letter in front of the cursor, i just press delete. What layout do
you have?
2884 [18:07:46] <unborn> cruncher: for files
2885 [18:08:07] *** Joins: aversario (~chatzilla@replaced-ip )
2886 [18:08:08] <cruncher> you mean you are trying to delete a
file with delete and it doesnt work?
2887 [18:08:18] <unborn> cruncher: yes
2888 [18:08:23] <cruncher> you have to be more accurate describing
your problem :)
2889 [18:08:38] *** Quits: iDrac (~iDrac@replaced-ip ) (Client Quit)
2890 [18:09:21] <cruncher> does the delete work in a text editor?
does it delete the text?
2891 [18:09:22] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 250 seconds)
2892 [18:09:48] <unborn> cruncher: okay I dont know how more
accurate I can describe the problem.. I want to delete file with del
key without pressing additional keys.. heh - are you using debian
your self?
2893 [18:10:10] <unborn> ...im talking about files not about text
2894 [18:10:29] *** Quits: tako (~tako@replaced-ip ) (Quit: Leaving)
2895 [18:10:38] <cruncher> yes, now you are talking about files,
before it was like in general
2896 [18:10:48] <ByteStorm> guys how do i use lm-sensors ???
2897 [18:10:51] <cruncher> so to rule out hardware failure, does
the delete key work?
2898 [18:11:02] <cruncher> in a text editor o terminal maybe?
2899 [18:11:18] <cruncher> if so, did you check if you have
permissions to delete that file?
2900 [18:11:21] *** Quits: wigust (~quassel@replaced-ip ) (Remote host closed the connection)
2901 [18:11:55] <unborn> cruncher: it works as it supposed to, but
not when I try to delete the file.. I am not linux newbie that much
and trust me I would not ask if that is hardware or permission
problem
2902 [18:12:10] *** Joins: danmackay (danmackay@replaced-ip )
2903 [18:12:33] <cruncher> what file manager are you using?
2904 [18:13:52] <unborn> nautilus
2905 [18:14:44] *** Joins: mda1 (~MDRXB95@replaced-ip )
2906 [18:14:45] *** Joins: t0ry (~tory@replaced-ip )
2907 [18:15:22] *** Joins: mtn (~mtn@replaced-ip )
2908 [18:16:33] <unborn> cruncher: I found the solution. thanks
for trying to help me.
2909 [18:16:39] *** Quits: eladhen (~eladhen@replaced-ip ) (Quit: Leaving)
2910 [18:18:00] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 244 seconds)
2911 [18:18:25] *** Joins: jason_ (~jason@replaced-ip )
2912 [18:19:22] *** Quits: jackbrown (~se@replaced-ip ) (Ping timeout: 250 seconds)
2913 [18:19:26] *** Joins: grosalindamayamo (~grosalind@replaced-ip )
2914 [18:19:30] *** Quits: Vante (~vante@replaced-ip ) (Ping timeout: 260 seconds)
2915 [18:19:39] *** Joins: ScutulatIum (~scutulati@replaced-ip )
2916 [18:19:52] *** Joins: roentgen (~roentgen@replaced-ip )
2917 [18:20:04] *** Joins: relox (~relox@replaced-ip )
2918 [18:20:10] *** Joins: xroldx_ (~xroldx@replaced-ip )
2919 [18:20:14] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip )
2920 [18:21:13] <x-fak> my debian crashed with a reboot and a
kernel panic, i want to grab some information on the incident, how
can i do? (Debian 8.4 64bits inside an OpenVZ container) ?
2921 [18:21:25] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: Leaving)
2922 [18:21:28] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2923 [18:22:43] *** Joins: hicksd (~quassel@replaced-ip )
2924 [18:23:09] <unborn> x-fak: the log files should be in /var
2925 [18:23:35] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
2926 [18:23:36] *** Quits: cyteen_ (~cyteen@replaced-ip ) (Ping timeout: 276 seconds)
2927 [18:24:04] <x-fak> unborn , nothing into syslog
2928 [18:24:21] <x-fak> file names?
2929 [18:24:34] <ByteStorm> guys???
2930 [18:24:53] <unborn> x-fak: /var/log
2931 [18:25:04] <unborn> there should be all log files...
2932 [18:25:05] *** Quits: bollo (~bollo@replaced-ip ) (Quit: Leaving)
2933 [18:25:29] <x-fak> unborn which file name into /var/log for
kernel panic core dump?
2934 [18:25:40] *** Joins: f10_ (~flo@replaced-ip )
2935 [18:26:22] <TomTomTosch> ByteStorm:
replaced-url
2936 [18:27:04] *** Quits: SweetKatya (~oracle@replaced-ip ) (Read error: Connection reset by peer)
2937 [18:27:21] *** Joins: Nnavd (~Nnavd@replaced-ip )
2938 [18:28:20] *** Joins: SweetKatya (~oracle@replaced-ip )
2939 [18:28:22] *** Quits: donoban (~user@replaced-ip ) (Ping timeout: 260 seconds)
2940 [18:29:35] *** Joins: elnin0 (~jj@replaced-ip )
2941 [18:30:01] <TomTomTosch> ByteStorm: also, if you skipped the
warning, don't fuck around with the default settings.
2942 [18:30:20] *** Joins: rahulnai (~androirc@replaced-ip )
2943 [18:30:30] *** Quits: VladimirVolkov (~VladimirV@replaced-ip ) (Remote host closed the connection)
2944 [18:30:37] *** Joins: CeBe (~CeBe@replaced-ip )
2945 [18:30:56] *** Joins: LtL (~irssi@replaced-ip )
2946 [18:31:00] *** Joins: f10__ (~flo@replaced-ip )
2947 [18:31:20] *** Parts: t0ry (~tory@replaced-ip )
2948 [18:31:35] <unborn> x-fak: aint see panic long time, but
perhaps in kern.log?
2949 [18:31:51] <unborn> or syslog
2950 [18:31:51] <grosalindamayamo> Hello!
2951 [18:31:55] *** Joins: geoid (~geoid@replaced-ip )
2952 [18:32:08] <grosalindamayamo> I can't import gpg keys
via gpg --recv-keys
2953 [18:32:21] <grosalindamayamo> How should I --recv-keys in
XFCE Debian 8.5?
2954 [18:32:25] <TomTomTosch> grosalindamayamo: need the whole
command and output.
2955 [18:32:39] <x-fak> unborn ok ty
2956 [18:32:49] <TomTomTosch> grosalindamayamo: to
paste.debian.net
2957 [18:32:54] <x-fak> what's the package which replaces
ffmpeg ?
2958 [18:32:54] <unborn> x-fak: np :)
2959 [18:33:11] <grosalindamayamo> TomTomTosch, Ok
2960 [18:33:11] *** Joins: tlab (~tlab@replaced-ip )
2961 [18:33:26] <x-fak> i have no kernl.log into /var/log :(
2962 [18:33:41] <grosalindamayamo> TomTomTosch,
replaced-url
2963 [18:33:45] <TomTomTosch> x-fak: libav-tools you can still get
ffmpeg though.
2964 [18:34:05] <grosalindamayamo> TomTomTosch, I'm following
this guide to verify the ISO:
replaced-url
2965 [18:34:10] *** Quits: corpsegrinder (~corpsegri@replaced-ip ) (Quit: WeeChat 1.5)
2966 [18:34:15] *** Joins: mi11k11 (~mi11k1@replaced-ip )
2967 [18:34:39] <TomTomTosch> grosalindamayamo: i repeat. whole
command and output.
2968 [18:34:40] *** Quits: mi11k11 (~mi11k1@replaced-ip ) (Remote host closed the connection)
2969 [18:34:55] *** Joins: mi11k11 (~mi11k1@replaced-ip )
2970 [18:35:07] <grosalindamayamo> TomTomTosch, gpg --recv-key
A25BAE09
2971 [18:35:16] <grosalindamayamo> TomTomTosch, That's the
command.
2972 [18:35:34] <TomTomTosch> grosalindamayamo: ah, right. you
need to add a keyserver url else he doesn't know where to get
the key from.
2973 [18:35:43] <TomTomTosch> grosalindamayamo: that will be a
linuxmint server
2974 [18:35:46] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2975 [18:35:46] <grosalindamayamo> Ah
2976 [18:35:50] <grosalindamayamo> What keyserver is it?
2977 [18:36:06] <grosalindamayamo> Can't get it via
pgp.mit.edu
2978 [18:36:11] <grosalindamayamo> That guide isn't
complete.,
2979 [18:36:15] <TomTomTosch> grosalindamayamo: no idea. i'm
sure you'll find it with a quick search or by asking the mint
channel.
2980 [18:36:15] <grosalindamayamo> Especially noobs like me.
2981 [18:36:24] <sypher> TomTomTosch: Generally, pgp keyservers
all communicate, and most deployments have a default keyserver.
2982 [18:36:25] <x-fak> TomTomTosch E: Package 'ffmpeg'
has no installation candidate
2983 [18:36:27] <TomTomTosch> grosalindamayamo: it's complete
for mint userer probably.
2984 [18:36:35] <grosalindamayamo> Jesus Christ that fucking
verification guide!
2985 [18:36:57] <grosalindamayamo> sypher, There isn't a
default keyserver in my case.
2986 [18:37:00] *** Quits: SweetKatya (~oracle@replaced-ip ) (Ping timeout: 246 seconds)
2987 [18:37:04] <grosalindamayamo> Debian 8.5 XFCE user here.
2988 [18:37:25] *** Quits: penguinguru (~penguingu@replaced-ip ) (Ping timeout: 240 seconds)
2989 [18:37:42] *** Quits: mi11k11 (~mi11k1@replaced-ip ) (Remote host closed the connection)
2990 [18:37:43] *** Joins: daniel-s (~daniel-s@replaced-ip )
2991 [18:37:51] *** Joins: InfoTest (~Thunderbi@replaced-ip )
2992 [18:37:52] <sypher> grosalindamayamo: Debian's default
gpg keyserver in most deployments is
'hkp://keys.gnupg.net'
2993 [18:38:01] <grosalindamayamo> Hm
2994 [18:38:51] <grosalindamayamo> sypher, That didn't work
2995 [18:38:55] <grosalindamayamo> gpg: "--keyserver"
not a key ID: skipping
2996 [18:38:56] <grosalindamayamo> gpg:
"hkp://keys.gnupg.net" not a key ID: skipping
2997 [18:38:56] <grosalindamayamo> gpg: no keyserver known (use
option --keyserver)
2998 [18:38:56] <grosalindamayamo> gpg: keyserver receive failed:
bad URI
2999 [18:38:56] *** grosalindamayamo was kicked by debhelper (flood.
Please use
replaced-url
3000 [18:39:05] <sypher> doh
3001 [18:39:36] *** Joins: Wovado-nettie (~Wovado@replaced-ip )
3002 [18:39:38] *** Joins: jfdh (~jfdh@replaced-ip )
3003 [18:39:56] *** Joins: s0m3 (~grosalind@replaced-ip )
3004 [18:39:59] <s0m3> Hi!
3005 [18:40:03] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 240 seconds)
3006 [18:40:04] <s0m3> Sorry for the paste.
3007 [18:40:12] <sypher> s0m3: You need to specify the keyserver
parameter BEFORE the recv-key parameter, so that doesn't
happen.
3008 [18:40:16] <s0m3> I'm the same person asking for help to
verify some ISO.
3009 [18:40:20] *** Joins: z0ran (~z0ran@replaced-ip )
3010 [18:40:20] <s0m3> Ah
3011 [18:40:21] *** Joins: penguinguru (~penguingu@replaced-ip )
3012 [18:41:15] *** Joins: cyteen (~cyteen@replaced-ip )
3013 [18:42:15] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 260 seconds)
3014 [18:42:47] <unborn> oh boy.. i cannot install google chrome
man
3015 [18:42:47] *** Quits: Wovado-nettie (~Wovado@replaced-ip ) (Client Quit)
3016 [18:42:49] *** Quits: joncrunchbang (~joncrunch@replaced-ip ) (Ping timeout: 244 seconds)
3017 [18:43:05] *** Joins: Wovado-nettie (~Wovado@replaced-ip )
3018 [18:43:11] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
3019 [18:44:29] *** Joins: s4ndm4n (~sandman@replaced-ip )
3020 [18:45:23] *** Joins: JBB (~JBB@replaced-ip )
3021 [18:45:38] *** Joins: joncrunchbang (~joncrunch@replaced-ip )
3022 [18:45:39] *** Quits: Gnomethrower (~B@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3023 [18:45:45] *** Joins: hasanatizaz2 (~hasan@replaced-ip )
3024 [18:45:52] *** Joins: ScutulatIum (~scutulati@replaced-ip )
3025 [18:46:05] <unborn> it was possible few weeks ago.. man..
anyone know how to install google chrome onto debian? the deb
package from chrome website does not work..
3026 [18:46:12] *** Joins: superusr (~usr@replaced-ip )
3027 [18:46:53] *** Quits: seprob (seprob@replaced-ip ) (Remote host closed the connection)
3028 [18:46:59] *** Joins: texla (~moes@replaced-ip )
3029 [18:47:09] *** Quits: hasanatizaz (~hasan@replaced-ip ) (Ping timeout: 258 seconds)
3030 [18:47:13] <unborn> uff
3031 [18:47:15] <unborn> solved
3032 [18:48:01] *** debhelper sets mode: +l 1724
3033 [18:48:18] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 258 seconds)
3034 [18:48:18] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
3035 [18:48:59] *** Joins: ays (~ays@replaced-ip )
3036 [18:49:20] *** Quits: s0m3 (~grosalind@replaced-ip ) (Quit: Leaving)
3037 [18:49:22] *** Joins: likevinyl (~freebeer@replaced-ip )
3038 [18:50:13] *** Quits: wredny (red@replaced-ip ) (Ping timeout: 244 seconds)
3039 [18:50:33] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 240 seconds)
3040 [18:51:06] *** Quits: geoid (~geoid@replaced-ip ) (Quit: Be back later ...)
3041 [18:51:21] *** Joins: dionysus69 (~Icedove@replaced-ip )
3042 [18:51:36] *** Quits: Ad1 (~Adrian@replaced-ip ) (Remote host closed the connection)
3043 [18:51:41] *** Joins: CeBe (~CeBe@replaced-ip )
3044 [18:52:17] *** Parts: wakatana2 (~marek@replaced-ip )
3045 [18:52:18] *** Joins: Brigo (~Brigo@replaced-ip )
3046 [18:52:25] *** Quits: bit1 (~josea@replaced-ip ) (Quit: Ex-Chat)
3047 [18:52:51] *** Joins: nog3_ (~tud3@replaced-ip )
3048 [18:53:00] *** Joins: Aso (~Aso@replaced-ip )
3049 [18:53:07] *** Quits: kisslo (~kisslo@replaced-ip ) (Quit: Quitte)
3050 [18:53:08] *** Quits: nog3_ (~tud3@replaced-ip ) (Client Quit)
3051 [18:54:55] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
3052 [18:55:17] *** Joins: Brigo (~Brigo@replaced-ip )
3053 [18:55:28] *** Quits: XeonSquared (~ShadowKat@replaced-ip ) (Ping timeout: 252 seconds)
3054 [18:55:54] *** Quits: d0nn1e (~d0nn1e@replaced-ip ) (Ping timeout: 246 seconds)
3055 [18:56:23] *** Joins: daniel-s (~daniel-s@replaced-ip )
3056 [18:56:46] *** Joins: d0nn1e (~d0nn1e@replaced-ip )
3057 [18:56:56] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 244 seconds)
3058 [18:57:00] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
3059 [18:57:18] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 246 seconds)
3060 [18:57:31] *** Joins: wildlander (~wild@replaced-ip )
3061 [18:58:00] *** debhelper sets mode: +l 1718
3062 [18:58:17] *** Quits: a1 (~a1@replaced-ip ) (Remote host closed the connection)
3063 [18:59:30] *** Joins: ScutulatIum (~scutulati@replaced-ip )
3064 [19:01:20] *** Quits: nwe (~niklas@replaced-ip ) (Remote host closed the connection)
3065 [19:01:59] *** Joins: XeonSquared (~ShadowKat@replaced-ip )
3066 [19:02:14] *** Joins: acksys (~fritz@replaced-ip )
3067 [19:02:25] *** Joins: niklas (~niklas@replaced-ip )
3068 [19:02:42] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 250 seconds)
3069 [19:03:04] *** Quits: niklas (~niklas@replaced-ip ) (Client Quit)
3070 [19:03:29] *** Quits: p3rror (~p3rror@replaced-ip ) (Remote host closed the connection)
3071 [19:03:40] <slicepaperwords> does anybody know how to install
ffmpeg on jessie?
3072 [19:03:48] *** Joins: nwe (~nwe@replaced-ip )
3073 [19:04:19] *** Joins: factor (~factor@replaced-ip )
3074 [19:05:16] <calebwill> slicepaperwords: it's in
jessie-backports
3075 [19:05:27] <calebwill> !bdo
3076 [19:05:27] <dpkg> backports.debian.org (formerly
backports.org) is an official repository of <backports> for
the current stable (see <jessie backports>) and oldstable
(<wheezy backports>) distributions, prepared by Debian
developers. Ask me about <backport caveat> and read
replaced-url
3077 [19:07:13] *** Joins: PryMar56 (~prymar@replaced-ip )
3078 [19:07:56] *** Joins: wonderworld (~ww@replaced-ip )
3079 [19:08:13] *** Quits: xroldx_ (~xroldx@replaced-ip ) (Remote host closed the connection)
3080 [19:08:13] *** Quits: xroldx (~xroldx@replaced-ip ) (Remote host closed the connection)
3081 [19:08:14] <slicepaperwords> thanks a lot calebwill
3082 [19:08:22] *** Joins: oish (~charlie@replaced-ip )
3083 [19:08:49] *** Joins: qdk (~qdk@replaced-ip )
3084 [19:09:48] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Read error: Connection reset by peer)
3085 [19:11:04] *** Joins: CluelessGuy (~CluelessG@replaced-ip )
3086 [19:12:24] *** Joins: wredny (red@replaced-ip )
3087 [19:13:22] <slicepaperwords> anybody know anything about
broken packages?
3088 [19:13:25] <slicepaperwords>
replaced-url
3089 [19:13:28] *** Quits: mowcius (~Rob@replaced-ip ) (Ping timeout: 244 seconds)
3090 [19:13:44] <TomTomTosch> !tell slicepaperwords about bat
3091 [19:13:46] *** Joins: seprob (seprob@replaced-ip )
3092 [19:14:10] *** Joins: Akuw (~x@replaced-ip )
3093 [19:14:19] <c-c> slicepaperwords: how did that come up?
3094 [19:14:25] <TomTomTosch> slicepaperwords: forget that. read
the bdo again.
3095 [19:14:30] *** Quits: ScutulatIum (~scutulati@replaced-ip ) (Ping timeout: 244 seconds)
3096 [19:14:58] <TomTomTosch> slicepaperwords: you need to tell it
to install from jessie-backports
3097 [19:15:04] *** Joins: chicken (~chicken@replaced-ip )
3098 [19:15:10] <slicepaperwords> c-c, just added a new source and
am trying to install ffmpeg
3099 [19:15:36] *** Joins: JBB (~JBB@replaced-ip )
3100 [19:15:40] <c-c> added a new source? to sources.list or your
package control?
3101 [19:15:47] <TomTomTosch>
replaced-url
3102 [19:16:08] *** Quits: jason_ (~jason@replaced-ip ) (Remote host closed the connection)
3103 [19:16:29] <slicepaperwords> to my sources.list
3104 [19:16:38] *** Quits: JBB (~JBB@replaced-ip ) (Remote host closed the connection)
3105 [19:16:44] <c-c> ok so you added backports repo to your
sources.list?
3106 [19:16:48] <slicepaperwords> yes
3107 [19:16:56] *** Joins: JBB (~JBB@replaced-ip )
3108 [19:16:56] *** Joins: easyshekels (~easysheke@replaced-ip )
3109 [19:17:03] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 258 seconds)
3110 [19:17:13] <c-c> I guess TomTomTosch 's link will tell
you that backports are not exhaustively tested
3111 [19:17:21] *** Joins: DBZ732838 (~usr@replaced-ip )
3112 [19:17:44] <TomTomTosch> no, TomTomTosch 's link will
tell you how to install packages from jessie-backports
3113 [19:17:55] <c-c> I wonder if retrying whatever you attempted
to install helps after $ apt-get update && apt-get upgrade
3114 [19:18:01] *** debhelper sets mode: +l 1724
3115 [19:18:18] <slicepaperwords> TomTomTosch, do I need to
comment out my other sources to be sure it uses the backport?
3116 [19:18:30] <Akuw> i having problems to see my external hard
disk
3117 [19:18:34] <TomTomTosch> slicepaperwords: you need to read
the exact line i linked you.
3118 [19:18:39] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 246 seconds)
3119 [19:18:56] <sypher> slicepaperwords: If you do that, you WILL
break everything. Read the linked docs.
3120 [19:19:07] <TomTomTosch> slicepaperwords: -t jessie-backports
is what you are missing.
3121 [19:19:30] <calebwill> slicepaperwords: backports are pinned
at a lower priority so they are not selected automatically, you need
to explicity tell apt-get/aptitude to select from backports for
specific packages
3122 [19:19:41] *** Joins: dethos (~dethos@replaced-ip )
3123 [19:19:50] *** Joins: ignuki (~ignuki@replaced-ip )
3124 [19:19:56] <TomTomTosch> i feel like i said that four times
now x)
3125 [19:19:57] <Akuw> cannot access SAMSUNG-500GB: Input/output
error
3126 [19:20:13] <Akuw> i check on a windows PC and can read
without problems
3127 [19:20:40] <Akuw> i read th problem could be because ntfs-3g
3128 [19:21:05] *** Quits: tmh1999 (~tmh1999@replaced-ip ) (Quit: Leaving)
3129 [19:21:08] *** Joins: astrofog (~astrofog@replaced-ip )
3130 [19:21:17] <slicepaperwords> TomTomTosch, adding -t
jessie-backports worked, thanks a lot
3131 [19:21:24] *** Joins: Janos_ (~cramos@replaced-ip )
3132 [19:21:27] *** Quits: superusr (~usr@replaced-ip ) (Ping timeout: 276 seconds)
3133 [19:21:29] <TomTomTosch> no problemo
3134 [19:21:41] <rhu> Akuw: had same issue with WD ultra .. ended
up rebuilding as ext4 to fix
3135 [19:21:48] *** Janos_ is now known as Janos
3136 [19:22:09] *** Joins: figlfdev (183e6d83@replaced-ip )
3137 [19:22:10] *** Quits: nwe (~nwe@replaced-ip ) (Quit: leaving)
3138 [19:22:19] *** Joins: nwe (~nwe@replaced-ip )
3139 [19:22:28] <nedstark> akuw: is this a windows 10 partition?
3140 [19:22:35] <Akuw> no
3141 [19:22:43] <Akuw> i created with windows 7
3142 [19:22:51] <nedstark> so its not in a hibernated state for
quickbooting
3143 [19:22:59] <Akuw> the problem begin after i upgrade my debian
to jessie
3144 [19:23:54] <nedstark> it's not jessie, but i've had
mixed results with gnome accessing windows partitions
3145 [19:24:02] *** Joins: NoteOn (~noteon@replaced-ip )
3146 [19:24:32] *** Joins: tmh1999 (~tmh1999@replaced-ip )
3147 [19:24:36] <nedstark> no problems in cinnamon
3148 [19:25:06] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
3149 [19:25:38] *** Joins: xet7 (~xet7@replaced-ip )
3150 [19:25:56] *** Quits: ven00m (~ven00m@replaced-ip ) (Quit: leaving)
3151 [19:26:18] *** Joins: mtn (~mtn@replaced-ip )
3152 [19:26:44] <rhu> happened for me in xubuntu 14.04.4
3153 [19:27:22] *** Quits: Geom (~Geom@replaced-ip ) (Ping timeout: 250 seconds)
3154 [19:28:07] *** Joins: Geom (~Geom@replaced-ip )
3155 [19:28:24] *** Quits: dvs (~Robert@replaced-ip ) (Quit: Leaving)
3156 [19:28:49] <Akuw> any solution for that?
3157 [19:29:06] <nedstark> in debian, you can try logging into
your desktop environment as root and accessing the windows drive
that way
3158 [19:29:12] <rhu> i couldn't find one .. other that what
i mentioned
3159 [19:29:30] *** Quits: relox (~relox@replaced-ip ) (Ping timeout: 260 seconds)
3160 [19:29:45] <nedstark> i've had problems in gnome where
it wouldn't even ask me for my admin password, it would just
freeze
3161 [19:29:53] <nedstark> when trying to access a windows drive
3162 [19:30:22] <calebwill> Akuw: you could try the mount command
and/or fstab line for ntfs-3g from
replaced-url
3163 [19:30:33] *** Quits: polyzen (~poly@replaced-ip ) (Ping timeout: 276 seconds)
3164 [19:30:40] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Read error: Connection reset by peer)
3165 [19:30:56] *** Joins: Ticho (~Ticho@replaced-ip )
3166 [19:32:38] *** Joins: Brigo (~Brigo@replaced-ip )
3167 [19:33:30] *** Quits: evilman_work (~evilman@replaced-ip ) (Remote host closed the connection)
3168 [19:33:32] *** Quits: Cybertinus (~Cybertinu@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
3169 [19:33:39] *** Joins: Cybertinus (~Cybertinu@replaced-ip )
3170 [19:33:58] *** Joins: dreamon (~dreamon@replaced-ip )
3171 [19:34:39] *** Joins: evilman_work (~evilman@replaced-ip )
3172 [19:35:52] *** Quits: Janos (~cramos@replaced-ip ) (Quit: Ex-Chat)
3173 [19:35:57] *** Quits: evilman_work (~evilman@replaced-ip ) (Read error: No route to host)
3174 [19:36:19] *** Quits: atracht (~atracht@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3175 [19:36:23] *** Joins: evilman_work (~evilman@replaced-ip )
3176 [19:36:30] *** Joins: jamesl (jamesl@replaced-ip )
3177 [19:36:30] *** Quits: evilman_work (~evilman@replaced-ip ) (Remote host closed the connection)
3178 [19:37:02] <jamesl> I am trying to get a TP-Link WN722N
(atheros-based) Wifi USB device working in Debian stretch, I have
installed firmware-atheros with APT, and the wifi card associates to
my router perfectly and the GUI and dmesg show it is connected,
however I cannot ping google.com or access any websites, they say
"server not found" after 30 seconds of trying to look up
the server. What am I doing wrong here? I have not added anything in
my
3179 [19:37:02] <jamesl> /etc/network/interfaces and ifconfig and
iwconfig say the network is up and some packets have been recevied
and transmitted
3180 [19:37:59] <Akuw> sudo mount -t ntfs-3g /dev/sdc1
/media/x/SAMSUNG
3181 [19:38:09] <Akuw> ls: cannot access SAMSUNG: Input/output
error
3182 [19:38:22] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 252 seconds)
3183 [19:38:35] *** Joins: trewe (~trewe@replaced-ip )
3184 [19:39:00] *** Joins: ignuki (~ignuki@replaced-ip )
3185 [19:39:50] <sypher> !testing
3186 [19:39:50] <dpkg> Testing is a continuously updated release
between <stable> and <unstable>, currently codenamed
<stretch>. See
replaced-url
3187 [19:40:32] *** Joins: XO-Odin (~Dafunkz@replaced-ip )
3188 [19:40:50] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 250 seconds)
3189 [19:41:12] *** Quits: jnagro (~user@replaced-ip ) (Ping timeout: 244 seconds)
3190 [19:41:39] *** Joins: x23wrbird (5f148803@replaced-ip )
3191 [19:41:58] *** Quits: mekeor (~user@replaced-ip ) (Ping timeout: 258 seconds)
3192 [19:42:21] *** Quits: Dafunkz (~Dafunkz@replaced-ip ) (Ping timeout: 240 seconds)
3193 [19:44:02] *** Quits: AngeFede (~f3d3@replaced-ip ) (Quit: Ph'nglui mglw'nafh Cthulhu R'lyeh
wgah'nagl fhtagn.)
3194 [19:45:10] *** Joins: Brigo_ (~Brigo@replaced-ip )
3195 [19:45:15] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
3196 [19:46:21] <x23wrbird> jo
3197 [19:46:30] *** Parts: x23wrbird (5f148803@replaced-ip )
3198 [19:48:04] *** Quits: tmh1999 (~tmh1999@replaced-ip ) (Quit: Leaving)
3199 [19:48:28] *** Quits: aversario (~chatzilla@replaced-ip ) (Read error: No route to host)
3200 [19:48:45] *** Joins: aversario (~chatzilla@replaced-ip )
3201 [19:49:04] *** Quits: dmr (~dmr@replaced-ip ) (Ping timeout: 250 seconds)
3202 [19:49:09] *** Joins: evilman_work (~evilman@replaced-ip )
3203 [19:49:21] *** Quits: aversario (~chatzilla@replaced-ip ) (Client Quit)
3204 [19:50:31] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
3205 [19:50:40] *** Joins: CeBe (~CeBe@replaced-ip )
3206 [19:50:41] *** Joins: Colti (Miramar-FL@replaced-ip )
3207 [19:50:52] *** Quits: evilman_work (~evilman@replaced-ip ) (Read error: No route to host)
3208 [19:51:16] *** Joins: evilman_work (~evilman@replaced-ip )
3209 [19:53:48] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3210 [19:53:48] *** Quits: phorce1 (~gvl2@replaced-ip ) (Read error: Connection reset by peer)
3211 [19:53:54] *** Joins: phorce1_ (~gvl2@replaced-ip )
3212 [19:54:06] *** Quits: ays (~ays@replaced-ip ) (Quit: toodles!)
3213 [19:55:04] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
3214 [19:55:54] *** Quits: JBB (~JBB@replaced-ip ) (Ping timeout: 276 seconds)
3215 [19:55:58] *** Quits: Ryushin (~Ryushin@replaced-ip ) (Ping timeout: 272 seconds)
3216 [19:56:45] *** Quits: evilman_work (~evilman@replaced-ip ) (Remote host closed the connection)
3217 [19:56:51] *** Joins: jjmalina (~jjmalina@replaced-ip )
3218 [19:56:52] *** Quits: cyteen (~cyteen@replaced-ip ) (Ping timeout: 250 seconds)
3219 [19:56:52] *** Quits: trysten (~user@replaced-ip ) (Ping timeout: 250 seconds)
3220 [19:57:33] *** Quits: mo1991reg (~mo1991@replaced-ip ) (Ping timeout: 240 seconds)
3221 [19:58:00] *** debhelper sets mode: +l 1717
3222 [19:58:10] *** Quits: slon (~slon@replaced-ip ) (Ping timeout: 250 seconds)
3223 [19:58:14] <jjmalina> has anyone had success installing
debian 8.5 on a 4th gen lenovo thinkpad x1 carbon?
3224 [19:58:58] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
3225 [19:58:59] <jjmalina> I checked out
replaced-url
3226 [19:59:33] *** Quits: ByteStorm (~Peter@replaced-ip ) (Ping timeout: 240 seconds)
3227 [19:59:34] <calebwill> jjmalina: what happens?
3228 [19:59:56] *** Joins: evilman_work (~evilman@replaced-ip )
3229 [20:00:11] <jjmalina> calebwill enter password to decrypt HD,
then an indefinite black screen with a flashing cursor in the top
left corner
3230 [20:00:27] *** Quits: Otyg (~otyg@replaced-ip ) (Ping timeout: 276 seconds)
3231 [20:00:27] *** Joins: monsterco (~monsterco@replaced-ip )
3232 [20:00:30] <monsterco> I am using Privateshell to connect to
but it erros with: Key Exchange Failed - never seen this; what is
that? putty works
3233 [20:00:42] <nedstark> maybe try not encrypting the hd
3234 [20:01:09] *** Joins: Brigo (~Brigo@replaced-ip )
3235 [20:01:11] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
3236 [20:01:23] *** Quits: nedstark (~nedstark@replaced-ip ) (Quit: Leaving)
3237 [20:01:27] *** Quits: jakew (~davidw@replaced-ip ) (Quit: leaving)
3238 [20:01:36] *** Joins: JBB (~JBB@replaced-ip )
3239 [20:01:39] *** Joins: Otyg (~otyg@replaced-ip )
3240 [20:01:40] *** Joins: polyzen (~poly@replaced-ip )
3241 [20:01:42] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 260 seconds)
3242 [20:01:54] *** Quits: evilman_work (~evilman@replaced-ip ) (Read error: Connection reset by peer)
3243 [20:02:09] *** Joins: evilman_work (~evilman@replaced-ip )
3244 [20:02:45] *** Joins: pavlushka (~Pavel@replaced-ip )
3245 [20:02:57] <calebwill> jjmalina: does your computer have one
of those new NVME SSDs?
3246 [20:03:19] <petn-randall> jjmalina: Try booting without
'quiet splash' in the kernel parameter line, maybe
you'll get more info that way.
3247 [20:03:24] *** Quits: evilman_work (~evilman@replaced-ip ) (Remote host closed the connection)
3248 [20:03:32] *** Joins: trysten (~user@replaced-ip )
3249 [20:03:44] <petn-randall> jjmalina: Installation went fine on
that machine? Or did you install on a different one and switch HDs?
3250 [20:03:45] <jjmalina> calebwill i believe so
3251 [20:04:28] <jjmalina> petn-randall how do I boot with that?
yeah the installation was fine. i can boot into the 3.16 kernel
3252 [20:05:02] <jjmalina> the wireless just doesnt work and
that's what I'm trying to fix by updating the kernel
3253 [20:05:11] *** Joins: Ryushin (~Ryushin@replaced-ip )
3254 [20:05:31] <petn-randall> jjmalina: Which kernel are you
running then?
3255 [20:05:46] <jjmalina>
replaced-url
3256 [20:05:48] *** Joins: dmr (~dmr@replaced-ip )
3257 [20:06:00] *** Joins: yeticry (~yeticry@replaced-ip )
3258 [20:06:07] <petn-randall> jjmalina: Did you download and
install this package?
3259 [20:06:11] <jjmalina> yes
3260 [20:06:40] *** Joins: AlexLikeRock (~alex@replaced-ip )
3261 [20:06:51] <petn-randall> jjmalina: Add the jessie-backports
repo instead and install it over this. You don't have the
dependencies installed that you need for a successful installation.
3262 [20:07:02] *** Quits: MrBar (~acr@replaced-ip ) (Quit: Leaving)
3263 [20:07:03] *** Quits: Wovado-nettie (~Wovado@replaced-ip ) (Ping timeout: 264 seconds)
3264 [20:07:28] <jjmalina> i ran apt-get install on all those
packages that are marked as deps and they were all there
3265 [20:07:43] *** Quits: trysten (~user@replaced-ip ) (Ping timeout: 244 seconds)
3266 [20:07:50] <jjmalina> and hte problem is that since I dont
have ethernet or wireless I have to download the package and move it
over via usb
3267 [20:08:30] *** Joins: RZ (~RZ@replaced-ip )
3268 [20:08:37] *** Quits: Aso (~Aso@replaced-ip ) (Remote host closed the connection)
3269 [20:08:40] *** Parts: monsterco (~monsterco@replaced-ip )
3270 [20:08:43] *** Joins: evilman_work (~evilman@replaced-ip )
3271 [20:08:48] *** Joins: adrian (~adrian@replaced-ip )
3272 [20:09:29] <AlexLikeRock> i guys
3273 [20:09:56] <AlexLikeRock> ever time i start internet not
start
3274 [20:10:02] <AlexLikeRock> until do :
3275 [20:10:03] <petn-randall> jjmalina: Ethernet doesn't
work either on that system?
3276 [20:10:10] *** Quits: yeticry (~yeticry@replaced-ip ) (Remote host closed the connection)
3277 [20:10:18] <AlexLikeRock> /etc/init.d/networking stop
3278 [20:10:30] <jjmalina> petn-randall there just isnt an
ethernet port and i dont have usb adapter
3279 [20:10:34] <AlexLikeRock> they open the web page
3280 [20:10:36] *** Joins: mo1991reg (~mo1991@replaced-ip )
3281 [20:10:42] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3282 [20:10:43] *** Quits: s4ndm4n (~sandman@replaced-ip ) (Quit: Gone Fishing!)
3283 [20:10:45] *** Joins: Finetundra__ (~AndChat54@replaced-ip )
3284 [20:10:45] <petn-randall> jjmalina: How did you install in
the first place?
3285 [20:10:54] *** Quits: JBB (~JBB@replaced-ip ) (Quit: This IRC user was presented by Atomic IRC)
3286 [20:11:03] <jjmalina> downloaded the debs on another machine
and moved them over via usb
3287 [20:11:14] *** Joins: yeticry (~yeticry@replaced-ip )
3288 [20:11:23] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
3289 [20:11:28] <AlexLikeRock> any one can helpme ?
3290 [20:12:07] *** Quits: jonbryan (~jgbryan@replaced-ip ) (Changing host)
3291 [20:12:07] *** Joins: jonbryan (~jgbryan@replaced-ip )
3292 [20:12:54] *** Joins: holmgren (magnus@replaced-ip )
3293 [20:12:58] *** Joins: ByteStorm (~Peter@replaced-ip )
3294 [20:15:07] *** Joins: geoid (~geoid@replaced-ip )
3295 [20:15:22] <petn-randall> Hi AlexLikeRock, what problem do
you actually have?
3296 [20:15:23] <petn-randall> !ask
3297 [20:15:24] <dpkg> If you have a question, just ask! For
example: "I have a problem with ___; I'm running Debian
version ___. When I try to do ___ I get the following output ___. I
expected it to do ___." Don't ask if you can ask, if
anyone uses it, or pick one person to ask. We're all
volunteers; make it easy for us to help you. If you don't get
an answer try a few hours later or on debian-user@lists.debian.org.
See <smart questions><errors>.
3298 [20:15:27] <petn-randall> AlexLikeRock: ^^^
3299 [20:15:53] <AlexLikeRock> no conccion at internet at start up
3300 [20:15:57] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3301 [20:15:59] *** Quits: hasanatizaz2 (~hasan@replaced-ip ) (Ping timeout: 244 seconds)
3302 [20:16:01] <AlexLikeRock> i tinck i have a conflict
3303 [20:16:08] <AlexLikeRock> petn-randall,
3304 [20:16:11] <petn-randall> AlexLikeRock: What release are you
running?
3305 [20:16:19] <AlexLikeRock> wheezy
3306 [20:16:39] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
3307 [20:16:44] <AlexLikeRock> with mate, gnome , openbox and KDE
3308 [20:16:47] <petn-randall> AlexLikeRock: And you need to run
'/etc/init.d/networking stop' to be able to access the
internet?
3309 [20:16:52] *** Joins: root-x (~root-x@replaced-ip )
3310 [20:16:54] <AlexLikeRock> yes
3311 [20:17:06] *** Quits: nikomo (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3312 [20:17:27] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 260 seconds)
3313 [20:17:41] <petn-randall> AlexLikeRock: How are you connected
to the internet? Via Ethernet or via wifi?
3314 [20:17:45] <teraflops> AlexLikeRock: i guess youre using more
than one network manager at the same time
3315 [20:17:50] <AlexLikeRock> wifi
3316 [20:17:56] <AlexLikeRock> yes
3317 [20:18:10] <AlexLikeRock> i agree with tera
3318 [20:18:12] <AlexLikeRock> teraflops,
3319 [20:18:17] <teraflops> AlexLikeRock
3320 [20:18:22] <petn-randall> AlexLikeRock: Can you paste your
/etc/network/interfaces to
replaced-url
3321 [20:18:23] <AlexLikeRock> we can do a test ?
3322 [20:18:29] <petn-randall> !enter
3323 [20:18:30] <dpkg> The enter key is not a substitute for
punctuation. Hitting enter unnecessarily makes it difficult to
follow what you are saying. Consider using ',', '.
', ';', '...', '---', or
':' instead. If you hit enter too often, you will be
autokicked by debhelper for flooding the channel.
3324 [20:18:30] <teraflops> AlexLikeRock: you know I appreciate
you right?
3325 [20:18:56] <teraflops> AlexLikeRock: amor filial nada de
roces :P
3326 [20:19:14] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
3327 [20:19:15] *** Joins: trysten (~user@replaced-ip )
3328 [20:19:37] *** Quits: geoid (~geoid@replaced-ip ) (Ping timeout: 252 seconds)
3329 [20:19:46] <teraflops> AlexLikeRock: do you use e.g /e/n/i
for wired and NM for wireless?
3330 [20:19:52] *** Joins: nikomo (~quassel@replaced-ip )
3331 [20:19:55] <AlexLikeRock>
replaced-url
3332 [20:20:10] *** Joins: hasanatizaz2 (~hasan@replaced-ip )
3333 [20:20:11] <AlexLikeRock> petn-randall,
3334 [20:20:22] *** Joins: Piratmaj_ (~Piratmajo@replaced-ip )
3335 [20:20:28] <teraflops> it seems so
3336 [20:20:34] *** Joins: patterson (~patterson@replaced-ip )
3337 [20:21:18] <teraflops> AlexLikeRock: I cannot see any mention
to wireless in your paste
3338 [20:21:20] *** Joins: blueness (~blueness@replaced-ip )
3339 [20:21:34] <petn-randall> AlexLikeRock: Looks like your wifi
is not define in /etc/network/interfaces (which is good). Can you
paste the output of 'ifconfig', run as root?
3340 [20:21:38] *** Quits: figlfdev (183e6d83@replaced-ip ) (Quit: o/)
3341 [20:22:34] *** Joins: kcirick (~rueno@replaced-ip )
3342 [20:22:43] *** Quits: jair (~jair@replaced-ip ) (Remote host closed the connection)
3343 [20:22:50] *** Quits: Piratmajor (~Piratmajo@replaced-ip ) (Ping timeout: 250 seconds)
3344 [20:22:52] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3345 [20:22:59] <kcirick> Hi... in openbox, the right-click on
desktop doesn't show menu suddenly anymore... does anyone know
what could've gone wrong?
3346 [20:23:07] *** Joins: davi (~davi@replaced-ip )
3347 [20:23:07] *** Quits: davi (~davi@replaced-ip ) (Changing host)
3348 [20:23:07] *** Joins: davi (~davi@replaced-ip )
3349 [20:23:26] <petn-randall> kcirick: Maybe the mouse button is
broken?
3350 [20:23:30] <AlexLikeRock>
replaced-url
3351 [20:23:47] <AlexLikeRock> petn-randall,
3352 [20:23:48] <kcirick> petn-randall: no the mouse button works
fine (for example on window frame)
3353 [20:24:07] <jjmalina> so is there any way to diagnose why the
4.5 kernel isn't starting?
3354 [20:24:11] *** Quits: l3archos (~Icedove@replaced-ip ) (Remote host closed the connection)
3355 [20:24:15] *** Joins: {41444d494e}| (~kvirc@replaced-ip )
3356 [20:24:18] <jjmalina> anything I can put into the grub cmd
line?
3357 [20:24:29] *** Quits: ER_nesto (~ER_nesto@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
3358 [20:24:32] <petn-randall> AlexLikeRock: Looks like everything
works as expected. Can you check the output of ifconfig and
'route -n' after reboot, when the problem occurs?
3359 [20:24:55] *** Quits: likevinyl (~freebeer@replaced-ip ) (Quit: likevinyl)
3360 [20:24:56] *** Joins: maotm (~mao@replaced-ip )
3361 [20:25:09] <petn-randall> jjmalina: If you run 'apt-get
install -f' on that machine, does it show any output?
3362 [20:26:34] <AlexLikeRock> petn-randall,
replaced-url
3363 [20:26:46] <AlexLikeRock> it now
3364 [20:27:11] *** Quits: {41444d494e} (~kvirc@replaced-ip ) (Ping timeout: 244 seconds)
3365 [20:27:11] *** Quits: clopez (~tau@replaced-ip ) (Ping timeout: 244 seconds)
3366 [20:27:20] *** Joins: Brigo_ (~Brigo@replaced-ip )
3367 [20:27:28] *** Quits: Brigo (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
3368 [20:27:59] <kcirick> I tried reverting back to the default
openbox config (by moving ~/.config/openbox), but right click on
desktop doesnt work still
3369 [20:28:04] <AlexLikeRock> this line its extraneoous to me
3370 [20:28:05] <AlexLikeRock> 169.254.0.0 0.0.0.0 255.255.0.0 U
1000 0 0 wlan0
3371 [20:28:17] <LtL> should link-local be in that route output?
3372 [20:28:23] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
3373 [20:28:33] <petn-randall> AlexLikeRock: That's the
link-local address, it doesn't hurt.
3374 [20:28:42] *** Quits: phorce1_ (~gvl2@replaced-ip ) (Read error: Connection reset by peer)
3375 [20:28:52] <petn-randall> AlexLikeRock: And right now you
can't access the internet?
3376 [20:28:59] *** Joins: cyteen (~cyteen@replaced-ip )
3377 [20:29:18] *** {41444d494e}| is now known as {41444d494e}
3378 [20:29:33] *** Joins: bn` (~Patrice@replaced-ip )
3379 [20:29:44] *** Joins: clopez (~tau@replaced-ip )
3380 [20:30:13] <AlexLikeRock> i have GNU/inux
3381 [20:30:16] *** Joins: oish (~charlie@replaced-ip )
3382 [20:31:10] <AlexLikeRock> yes im at internet
3383 [20:31:38] <petn-randall> AlexLikeRock: I asked you for the
output of 'ifconfig' and 'route -n' when the
problem exists, after rebooting.
3384 [20:31:49] *** Quits: kcirick (~rueno@replaced-ip ) (Quit: leaving)
3385 [20:32:08] <AlexLikeRock> ok, i willl reboot.....
3386 [20:32:15] *** Quits: CutMeOwnThroat (~k@replaced-ip ) (Ping timeout: 264 seconds)
3387 [20:32:22] <jjmalina> petn-randall "0 upgraded, 0 newly
installed, 0 to remove and 0 not upgraded."
3388 [20:32:29] *** Joins: GGMethos (methos@replaced-ip )
3389 [20:32:44] *** Quits: AlexLikeRock (~alex@replaced-ip ) (Remote host closed the connection)
3390 [20:33:17] *** Joins: x23wrbird (5f148803@replaced-ip )
3391 [20:33:29] *** Quits: dayten_ (~gnoid@replaced-ip ) (Remote host closed the connection)
3392 [20:33:48] <petn-randall> jjmalina: Ok, at least that part
works then. When grub starts, you can select a kernel with the arrow
keys, then press 'e' to edit that boot entry temporarily.
In the kernel line remove the 'quiet' and
'splash' from that line, then press (IIRC) ctrl + x to
boot it.
3393 [20:33:49] *** Joins: ven00m (~ven00m@replaced-ip )
3394 [20:34:02] *** Quits: Scourje (uid63311@replaced-ip ) (Quit: Connection closed for inactivity)
3395 [20:34:08] <petn-randall> jjmalina: That way you'll see
all the detailed kernel output right until the boot stops.
3396 [20:34:21] *** Quits: RZ (~RZ@replaced-ip ) ()
3397 [20:34:23] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3398 [20:35:02] *** Joins: cdown_ (~cdown@replaced-ip )
3399 [20:35:09] *** Joins: root-x (~root-x@replaced-ip )
3400 [20:35:25] *** Quits: NightKhaos (~NK@replaced-ip ) (Ping timeout: 260 seconds)
3401 [20:35:53] *** Joins: geoid (~geoid@replaced-ip )
3402 [20:36:08] *** Quits: root-x (~root-x@replaced-ip ) (Read error: Connection reset by peer)
3403 [20:36:08] *** Quits: digidog (~digidog@replaced-ip ) (Quit: leaving)
3404 [20:36:09] <jjmalina> petn-randall hmm I dont see
'quiet' or 'splash' anywhere. the first line is
"setparams 'Debian GNU/Linux, with Linux
4.5.0-0.bpo.2-amd65'"
3405 [20:36:33] *** Joins: Azus (~Azus@replaced-ip )
3406 [20:36:51] *** Joins: NightKhaos (~NK@replaced-ip )
3407 [20:37:24] *** Joins: root-x (~root-x@replaced-ip )
3408 [20:37:56] *** Quits: blueness (~blueness@replaced-ip ) (Quit: blueness)
3409 [20:37:56] <petn-randall> jjmalina: There should be a line
similar to this: 'linux /vmlinuz-4.5.0-2-amd64 root=/dev/sda2
ro quiet splash'
3410 [20:38:03] <jjmalina> ahh ok
3411 [20:38:21] *** Joins: blueness (~blueness@replaced-ip )
3412 [20:39:18] <jjmalina> same thing. i enter the decryption
password. it prints some stuff, then another screen flashes with
some output and then it's the blinking cursor
3413 [20:39:53] *** Joins: shodan` (~shodan`@replaced-ip )
3414 [20:40:06] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Ping timeout: 244 seconds)
3415 [20:40:39] *** Quits: geoid (~geoid@replaced-ip ) (Ping timeout: 264 seconds)
3416 [20:40:54] <petn-randall> jjmalina: Can you switch terminals
by pressing ctrl + alt + Fx? x being the different function keys
from F1 to F8.
3417 [20:41:11] *** Joins: digidog (~digidog@replaced-ip )
3418 [20:41:43] <jjmalina> petn-randall nothing happens
3419 [20:42:11] *** Quits: shodan` (~shodan`@replaced-ip ) (Client Quit)
3420 [20:42:37] *** Joins: AlexLikeRock (~alex@replaced-ip )
3421 [20:42:50] <AlexLikeRock> im back petn-randall
3422 [20:42:52] <petn-randall> jjmalina: If you add '1'
in the boot menu after removing 'quiet splash'? This
should start single user mode, then you might be able to check the
logs if there is an error somewhere.
3423 [20:42:54] *** Joins: Brigo (~Brigo@replaced-ip )
3424 [20:43:03] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Read error: Connection reset by peer)
3425 [20:43:10] <petn-randall> AlexLikeRock: Welcome back. Do you
have a paste for me?
3426 [20:43:34] <x23wrbird> how i can create a group on it?
3427 [20:43:53] <AlexLikeRock>
replaced-url
3428 [20:43:59] <AlexLikeRock> yes
3429 [20:44:38] *** Joins: JBB (~JBB@replaced-ip )
3430 [20:44:40] *** Quits: Hootch (~Thunderbi@replaced-ip ) (Quit: Hootch)
3431 [20:44:41] <AlexLikeRock> fooooooor youuuuu ;3
3432 [20:45:00] *** Joins: LeFnorZ (~FnorZ@replaced-ip )
3433 [20:45:27] <petn-randall> AlexLikeRock: Ah thanks. In your
/etc/network/interfaces it should be enough to comment out the lines
10-12, so that eth0 won't be configured statically anymore. Do
you know how to do that?
3434 [20:45:43] <petn-randall> x23wrbird: Group for what?
3435 [20:45:54] <AlexLikeRock> ok
3436 [20:46:36] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 276 seconds)
3437 [20:46:58] <AlexLikeRock> reboot
3438 [20:47:05] *** Quits: AlexLikeRock (~alex@replaced-ip ) (Remote host closed the connection)
3439 [20:47:16] *** Parts: x23wrbird (5f148803@replaced-ip )
3440 [20:48:37] *** Joins: sydney_untangle (~sydney@replaced-ip )
3441 [20:48:40] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 258 seconds)
3442 [20:49:33] *** Joins: AlexLikeRock (~alex@replaced-ip )
3443 [20:49:42] *** Joins: kpease (~kpease@replaced-ip )
3444 [20:49:48] *** Quits: ThomasJ (thomas@replaced-ip ) (Ping timeout: 272 seconds)
3445 [20:49:59] *** Joins: ThomasJ (thomas@replaced-ip )
3446 [20:49:59] *** Joins: mtn (~mtn@replaced-ip )
3447 [20:50:08] *** Quits: JBB (~JBB@replaced-ip ) (Quit: This IRC user was presented by Atomic IRC)
3448 [20:50:12] <AlexLikeRock> petn-randall, its fix it ,
3449 [20:50:19] <AlexLikeRock> tanks sooo much
3450 [20:50:25] <AlexLikeRock> petn-randall,
3451 [20:51:02] <jjmalina> petn-randall i see more output now at
boot up but it disappears and then it's the blank screen with
the flashing cursor afterward
3452 [20:51:28] *** Quits: calher (~cal@replaced-ip ) (Ping timeout: 250 seconds)
3453 [20:52:07] *** Quits: sydney_u1tangle (~sydney@replaced-ip ) (Ping timeout: 258 seconds)
3454 [20:52:38] *** Joins: Yeomra (~xyz@replaced-ip )
3455 [20:54:04] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
3456 [20:54:30] *** Parts: jamesl (jamesl@replaced-ip )
3457 [20:55:41] *** Quits: z8z (~x@replaced-ip ) (Ping timeout: 240 seconds)
3458 [20:56:53] *** Quits: asc232 (~Keith@replaced-ip ) (Remote host closed the connection)
3459 [20:57:10] *** Joins: earthundead (~earthunde@replaced-ip )
3460 [20:57:48] *** Quits: Azus (~Azus@replaced-ip ) (Quit: Leaving)
3461 [20:58:16] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3462 [20:59:23] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
3463 [21:02:11] <jjmalina> maybe it's GNOME that's
failing
3464 [21:02:19] *** Joins: jamesl (jamesl@replaced-ip )
3465 [21:02:29] *** Quits: SpikeSpiegel (~GitGud@replaced-ip ) (Quit: You're gonna carry that weight)
3466 [21:03:12] <jamesl> MY wifi adapter's name is not wlan1,
but instead wlxc4e9840dcf54. How to rename it to wlan1 since I
can't remember wlxc4e9840dcf54
3467 [21:03:14] <jamesl> ?
3468 [21:03:21] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 240 seconds)
3469 [21:03:43] <mtn> jjmalina: you could try booting with
nomodeset in the kernel line
3470 [21:04:05] <sypher> jamesl: Still running squeeze?
3471 [21:04:06] <jjmalina> mtn the line with "linux" ?
3472 [21:04:11] <mtn> jjmalina: yes
3473 [21:04:19] <jamesl> sypher: sid/stretch
3474 [21:04:26] <sypher> !testing
3475 [21:04:27] <dpkg> Testing is a continuously updated release
between <stable> and <unstable>, currently codenamed
<stretch>. See
replaced-url
3476 [21:04:31] *** Quits: lasdam (john@replaced-ip ) (Remote host closed the connection)
3477 [21:04:35] *** Joins: CeBe (~CeBe@replaced-ip )
3478 [21:04:35] *** Joins: dionysus69 (~Icedove@replaced-ip )
3479 [21:04:44] <jamesl> sypher, yes, the testing release
3480 [21:04:54] <sypher> Huh, dpkg is asleep.
3481 [21:05:08] <sypher> jamesl: Testing support is at
#debian-next on irc.oftc.net.
3482 [21:05:14] <sypher> jamesl: As was mentioned to you earlier.
3483 [21:05:24] <jamesl> DAMN!
3484 [21:05:31] <jamesl> I keep forgetting since I updated
3485 [21:05:38] <jamesl> I only updated recently
3486 [21:05:40] <jamesl> sorry
3487 [21:06:44] *** Joins: davi (~davi@replaced-ip )
3488 [21:07:01] <jjmalina> mtn whoa that worked! what does
nomodeset do??
3489 [21:07:08] *** Parts: jamesl (jamesl@replaced-ip )
3490 [21:07:45] <mtn> jjmalina: it uses a default video driver.
now you need to fix your driver situation. which video card do you
have?
3491 [21:08:00] *** Quits: harobed (~harobed@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3492 [21:08:00] *** Quits: harobed3 (~harobed@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3493 [21:08:01] *** debhelper sets mode: +l 1710
3494 [21:08:10] <mtn> jjmalina: I guess I should say basic, not
default
3495 [21:08:38] *** Quits: TEXM (~TEXM@replaced-ip ) (Quit: Leaving)
3496 [21:09:07] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
3497 [21:09:21] *** Quits: DBZ732838 (~usr@replaced-ip ) (Ping timeout: 276 seconds)
3498 [21:09:26] <jjmalina> mtn i think its "intel device
1916"
3499 [21:09:50] <mtn> jjmalina: in a terminal: lspci -nn | grep -i
vga
3500 [21:10:02] *** Joins: Sangokuss (~chatter@replaced-ip )
3501 [21:10:47] *** Quits: ven00m (~ven00m@replaced-ip ) (Quit: Lost terminal)
3502 [21:10:56] <jjmalina> mtn 00:02.0 VGA compatible controller
[0300]: Intel Corporation Device [8086:1916] (rev 07)
3503 [21:11:07] *** Joins: mib_mib (49e51a31@replaced-ip )
3504 [21:11:11] <mib_mib> hi all - i have some servers rented in a
datacenter running ubuntu 14.04 and running a mysql server - when i
run cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ->
powersave ; is this recommended to run powersave at all if i dont
pay for power? Should i switch it to performance? will it extend any
life of the cpu or otherwise?
3505 [21:11:16] *** Quits: Sangokuss (~chatter@replaced-ip ) (Remote host closed the connection)
3506 [21:11:27] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip ) (Remote host closed the connection)
3507 [21:11:31] <jjmalina> then there's 00:13.0 Non-VGA
unclassified device [0000]: Intel Corporation Device [8086:9d35]
(rev 21)
3508 [21:12:01] *** Quits: texla (~moes@replaced-ip ) (Quit: Leaving)
3509 [21:12:24] <jjmalina> i'm trying to also get my wireless
device to work
3510 [21:12:25] <mtn> jjmalina: there is a good chance using a new
kernel and xserver-xorg-video-intel from backports will help
3511 [21:12:28] *** Quits: digidog (~digidog@replaced-ip ) (Quit: leaving)
3512 [21:12:45] *** Joins: earthundead (~earthunde@replaced-ip )
3513 [21:12:48] <jjmalina> mtn afaik there isn't a newer
kernel for backports jessie
3514 [21:12:59] <jjmalina> i'm on 4.5
3515 [21:13:11] <mtn> jjmalina: ok, how did it work on the
original kernel?
3516 [21:13:27] *** Joins: wakatana2 (~marek@replaced-ip )
3517 [21:13:29] *** Quits: wakatana2 (~marek@replaced-ip ) (Max SendQ exceeded)
3518 [21:13:34] *** Joins: superusr (~usr@replaced-ip )
3519 [21:13:34] <jjmalina> the video worked fine but I was trying
to follow
replaced-url
3520 [21:13:44] <jjmalina> because sound didnt work and wifi didnt
work
3521 [21:13:46] *** Joins: jazn (~jazn@replaced-ip )
3522 [21:13:47] <jjmalina> the sound now works
3523 [21:13:49] *** Joins: klow (~textual@replaced-ip )
3524 [21:14:09] <mtn> jjmalina: hmm. did you also add the inte
driver?
3525 [21:14:18] <mtn> intel
3526 [21:14:26] <jjmalina> ilwifi?
3527 [21:14:34] *** Joins: harobed (~harobed@replaced-ip )
3528 [21:14:36] <mtn> jjmalina: no, the video driver I just
mentioned
3529 [21:14:43] <jjmalina> no i'll try adding that now
3530 [21:14:59] <mtn> jjmalina: see if that fixes your video and
then you can work on wireless
3531 [21:15:24] *** Joins: ER_nesto (~ER_nesto@replaced-ip )
3532 [21:16:36] *** Joins: jackbrown (~se@replaced-ip )
3533 [21:17:11] *** Joins: cdown_ (~cdown@replaced-ip )
3534 [21:17:48] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 258 seconds)
3535 [21:18:45] *** Joins: Eduard_Munteanu (~Eduard_Mu@replaced-ip )
3536 [21:19:04] *** Quits: harobed (~harobed@replaced-ip ) (Ping timeout: 260 seconds)
3537 [21:20:05] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
3538 [21:20:18] *** Joins: locrian9 (~mike@replaced-ip )
3539 [21:21:13] *** Joins: boubou (boubou@replaced-ip )
3540 [21:21:34] *** Joins: dfgasdg (~afhah@replaced-ip )
3541 [21:22:02] *** Quits: mib_mib (49e51a31@replaced-ip ) (Ping timeout: 250 seconds)
3542 [21:22:08] <jjmalina> mtn ok that fixed the video card :)
3543 [21:22:13] <mtn> jjmalina: nice
3544 [21:23:33] <jjmalina> mtn so I installed iwlfwifi but not
sure what to do after to get wireless to work
3545 [21:23:47] <mtn> jjmalina: you installed iwlwifi and
rebooted?
3546 [21:23:54] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
3547 [21:24:22] <jjmalina> yes it's been installed for a
while
3548 [21:24:30] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
3549 [21:24:45] <mtn> jjmalina: are you using network manager?
3550 [21:24:57] <jjmalina> mtn yes
3551 [21:25:07] <mtn> jjmalina: does it see networks?
3552 [21:25:22] <jjmalina> no. i dont believe the wireless device
is set up
3553 [21:25:45] *** Joins: Scourje (uid63311@replaced-ip )
3554 [21:25:54] <jjmalina> mtn if I do iwconfig I se
"lo" and "eth0" and both say "no wireless
extensions"
3555 [21:26:05] <mtn> jjmalina: install inxi and then run: inxi
-Nn paste the results to dpaste.com and give us the link
3556 [21:26:16] *** Joins: rimdeker (~rimdeker@replaced-ip )
3557 [21:26:17] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 260 seconds)
3558 [21:26:49] *** Joins: amcorreia (~amcorreia@replaced-ip )
3559 [21:27:03] *** Joins: JBB (~JBB@replaced-ip )
3560 [21:28:10] *** Quits: overlord_tm (~overlord@replaced-ip ) (Remote host closed the connection)
3561 [21:28:12] *** Joins: figlfdev (183e6d83@replaced-ip )
3562 [21:28:42] *** Quits: Finetundra__ (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3563 [21:28:48] *** Joins: overlord_tm (~overlord@replaced-ip )
3564 [21:28:48] *** Joins: aaro (~aaro@replaced-ip )
3565 [21:29:40] *** Quits: jfdh (~jfdh@replaced-ip ) (Ping timeout: 260 seconds)
3566 [21:29:52] *** Quits: dfgasdg (~afhah@replaced-ip ) (Quit: Leaving)
3567 [21:29:52] *** Joins: xSmurf (MrSmurf@replaced-ip )
3568 [21:30:11] <jjmalina> mtn
replaced-url
3569 [21:31:18] <mtn> jjmalina: how about the results of: sudo
rfkill list wifi if aren't using sudo, run as root. paste
again, please
3570 [21:31:41] <jjmalina> dont have rfkill
3571 [21:31:46] *** Quits: aaro1 (~aaro@replaced-ip ) (Ping timeout: 244 seconds)
3572 [21:31:50] <mtn> jjmalina: install it?
3573 [21:32:20] *** Joins: Shpitzick (~easysheke@replaced-ip )
3574 [21:32:48] *** Quits: Shpitzick (~easysheke@replaced-ip ) (Read error: Connection reset by peer)
3575 [21:33:07] <jjmalina> mtn ok it comes back empty
3576 [21:33:35] <mtn> jjmalina: hmm. checking on something
3577 [21:33:36] *** Joins: Shpitzick (~easysheke@replaced-ip )
3578 [21:34:20] *** Quits: easyshekels (~easysheke@replaced-ip ) (Ping timeout: 250 seconds)
3579 [21:34:36] *** Joins: wolwid (d9ed0628@replaced-ip )
3580 [21:34:46] <mtn> jjmalina: is iwlwifi loaded? lsmod to check
3581 [21:35:12] <jjmalina> mtn yes it's in the list
3582 [21:35:21] *** Quits: b (~coffee@replaced-ip ) (Quit: Lost terminal)
3583 [21:35:32] <jjmalina> ah interesting
3584 [21:35:35] <locrian9> Can someone suggest a good storage and
relevantly quick access NAS system, GigE Ethernet access, OEM or
from Scratch? Wanted to move all my video and picutres (already
contained on a full 500GB 7200RPM platter on Win7 ), over to this
new NAS, and make this Win7 use a mapped drive over to the new NAS
to access/store new videos/photos.
3585 [21:35:36] *** Joins: rpd_ (~rpd@replaced-ip )
3586 [21:35:36] *** Quits: Shpitzick (~easysheke@replaced-ip ) (Read error: Connection reset by peer)
3587 [21:35:38] *** Joins: nomasteryoda (~nomastery@replaced-ip )
3588 [21:35:40] *** Joins: kus (~minot@replaced-ip )
3589 [21:35:42] <mtn> jjmalina: I am not sure. it appears that
wifi chip is well supported by iwlwifi
3590 [21:35:42] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
3591 [21:36:24] <calebwill> jjmalina: you're using a kernel
from backports, did you also install the version of firmware-iwlwifi
from backports?
3592 [21:36:34] *** Parts: rpd_ (~rpd@replaced-ip )
3593 [21:36:40] *** Joins: geoid (~geoid@replaced-ip )
3594 [21:36:40] *** Joins: Rust3dCor3 (~Rust3dCor@replaced-ip )
3595 [21:36:43] <jjmalina> "dmesg | grep -i wifi" shows
"iwlwifi 0000:04:00.0 Direct firmware load for
iwlwifi-8000C-13.ucode failed with error -2"
3596 [21:38:00] *** debhelper sets mode: +l 1716
3597 [21:38:16] <mtn> jjmalina: are you using the iwlwifi from
backports?
3598 [21:38:46] <calebwill> that file isn't in the backports
version either :/
3599 [21:39:09] *** Joins: Niham (~textual@replaced-ip )
3600 [21:39:20] <jjmalina> mtn hmm no i think it might be this one
replaced-url
3601 [21:39:20] *** Quits: dionysus69 (~Icedove@replaced-ip ) (Remote host closed the connection)
3602 [21:39:26] <jjmalina> perhaps the backports version will
worjk
3603 [21:39:34] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
3604 [21:39:40] <mtn> jjmalina: use the backports version
3605 [21:40:53] *** Quits: alex__ (~smuxi@replaced-ip ) (Read error: Connection reset by peer)
3606 [21:41:06] *** Joins: scream (~scream@replaced-ip )
3607 [21:41:21] *** Quits: Niham (~textual@replaced-ip ) (Client Quit)
3608 [21:41:27] *** Joins: ignuki (~ignuki@replaced-ip )
3609 [21:41:28] <jjmalina> mtn installed. do i need to reboot?
3610 [21:41:34] <mtn> jjmalina: yes
3611 [21:41:41] *** Quits: CeBe (~CeBe@replaced-ip ) (Ping timeout: 240 seconds)
3612 [21:43:02] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 250 seconds)
3613 [21:43:30] <jjmalina> mtn hooray it works!!
3614 [21:43:34] *** Joins: Meerkat (~meerkat@replaced-ip )
3615 [21:43:36] <mtn> jjmalina: great
3616 [21:43:57] *** Joins: fanderal (~chatzilla@replaced-ip )
3617 [21:43:57] <xSmurf> is there seriously no way to get the
kernel ip command/initramfs to support VLANs??
3618 [21:44:14] <jjmalina> this has been a frustrating but
illuminating experience
3619 [21:44:18] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3620 [21:44:50] *** Quits: sypher (~sypher@replaced-ip ) (Ping timeout: 260 seconds)
3621 [21:45:01] *** Quits: geoid (~geoid@replaced-ip ) (Ping timeout: 258 seconds)
3622 [21:46:40] *** Quits: rocksteady (~tyfoo@replaced-ip ) (Quit: have phun)
3623 [21:47:03] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3624 [21:47:04] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
3625 [21:48:00] *** debhelper sets mode: +l 1709
3626 [21:48:58] <petn-randall> AlexLikeRock: You're welcome!
Glad to see your problem fixed.
3627 [21:49:02] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
3628 [21:49:09] *** Joins: towo` (~towo@replaced-ip )
3629 [21:49:12] *** Joins: exc (~perry@replaced-ip )
3630 [21:49:42] <petn-randall> jjmalina: If you added a
'1' to the kernel boot line, it should start single user
mode, and ask for the root password.
3631 [21:49:50] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
3632 [21:51:23] *** Quits: xpio-g (~philipp@replaced-ip ) (Remote host closed the connection)
3633 [21:51:34] *** Quits: edgrey (~edgrey@replaced-ip ) (Ping timeout: 244 seconds)
3634 [21:51:42] *** Quits: InfoTest (~Thunderbi@replaced-ip ) (Quit: InfoTest)
3635 [21:51:54] *** Joins: davi (~davi@replaced-ip )
3636 [21:52:29] *** Joins: dad (c87df4b9@replaced-ip )
3637 [21:52:41] *** Joins: nullbyte_ (~nullbyte@replaced-ip )
3638 [21:53:07] *** Quits: nullbyte_ (~nullbyte@replaced-ip ) (Client Quit)
3639 [21:54:16] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3640 [21:54:27] *** Quits: kiao2938 (~mj@replaced-ip ) (Ping timeout: 264 seconds)
3641 [21:55:01] <locrian9> petn-randall: Just testing that
I'm getting all the posts in this room. I see you're msg
to "AlexLikeRock" 'You're welcome! Glad to see
your problem fixed', but didn't see a msg form
AlexLikeRock.
3642 [21:55:32] *** Quits: juhop (~anon@replaced-ip ) (Ping timeout: 244 seconds)
3643 [21:55:36] *** Quits: r00t-err0r (~r00t@replaced-ip ) (Ping timeout: 250 seconds)
3644 [21:56:17] *** Joins: SpeccyMan (~nick@replaced-ip )
3645 [21:56:33] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
3646 [21:56:56] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
3647 [21:57:05] *** Quits: aaro (~aaro@replaced-ip ) (Ping timeout: 244 seconds)
3648 [21:57:10] *** Quits: nomasteryoda (~nomastery@replaced-ip ) (Quit: Leaving)
3649 [21:58:02] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
3650 [21:58:14] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Read error: Connection reset by peer)
3651 [21:58:52] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
3652 [21:59:14] *** Joins: tmh1999 (~tmh1999@replaced-ip )
3653 [21:59:18] *** Joins: frikinz (~laurent@replaced-ip )
3654 [21:59:41] *** Quits: ChubaDuba (~ChubaDuba@replaced-ip ) (Quit: WeeChat 1.5)
3655 [21:59:44] *** Joins: geoid (~geoid@replaced-ip )
3656 [22:00:08] <petn-randall> locrian9: He wrote an hour ago,
maybe you hadn't joined there yet.
3657 [22:00:20] <winterss> hi
3658 [22:00:49] <petn-randall> locrian9: it's sometimes
normal on IRC to have some hours pass between two responses.
3659 [22:00:55] <petn-randall> hi winterss
3660 [22:01:02] <winterss> hi pet
3661 [22:01:04] <winterss> how are you?
3662 [22:01:11] <petn-randall> winterss: petn<tab>
3663 [22:01:25] <winterss> what are you up to?
3664 [22:01:27] *** Quits: dad (c87df4b9@replaced-ip ) (Quit: Page closed)
3665 [22:01:46] *** Quits: kus (~minot@replaced-ip ) (Read error: Connection reset by peer)
3666 [22:01:48] *** Joins: jfdh (~jfdh@replaced-ip )
3667 [22:01:59] *** Joins: r00t-err0r (~r00t@replaced-ip )
3668 [22:01:59] *** Quits: r00t-err0r (~r00t@replaced-ip ) (Changing host)
3669 [22:01:59] *** Joins: r00t-err0r (~r00t@replaced-ip )
3670 [22:02:45] <petn-randall> winterss: Idling in the support
channel. If you want to chat, #debian-offtopic is better suited for
that.
3671 [22:02:47] *** Joins: juhop (~anon@replaced-ip )
3672 [22:02:58] <winterss> ok
3673 [22:03:00] <winterss> ty
3674 [22:03:02] *** Joins: spacebug (~spacebug@replaced-ip )
3675 [22:03:05] *** spacebug is now known as spacebug^
3676 [22:03:36] *** Joins: mtn (~mtn@replaced-ip )
3677 [22:03:41] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip )
3678 [22:03:54] *** Quits: Daniel0 (~admin@replaced-ip ) (Ping timeout: 272 seconds)
3679 [22:04:26] *** Joins: rogst (~roger@replaced-ip )
3680 [22:05:45] *** Joins: Tundra_Mobile (~AndChat54@replaced-ip )
3681 [22:06:16] *** Joins: Zarthus_ (Zarthus@replaced-ip )
3682 [22:06:33] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Ping timeout: 276 seconds)
3683 [22:06:33] *** Quits: davi (~davi@replaced-ip ) (Ping timeout: 276 seconds)
3684 [22:07:51] *** Joins: Elysia (Zarthus@replaced-ip )
3685 [22:07:56] <locrian9> petn-randall: Was just making sure
everything was alright on my irc client. Thanks.
3686 [22:08:11] <winterss> hi
3687 [22:08:28] *** Zarthus is now known as Guest65880
3688 [22:08:28] *** Quits: Guest65880 (Zarthus@replaced-ip ) (Killed (sendak.freenode.net (Nickname regained by services)))
3689 [22:08:28] *** Zarthus_ is now known as Zarthus
3690 [22:08:36] *** Quits: bathtub_shark (Zarthus@replaced-ip ) (Ping timeout: 250 seconds)
3691 [22:08:50] *** Elysia is now known as bathtub_shark
3692 [22:09:45] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
3693 [22:10:24] *** Joins: Pazician (~pazician@replaced-ip )
3694 [22:11:40] *** Joins: sypher (~sypher@replaced-ip )
3695 [22:11:40] *** Joins: Daniel0 (~admin@replaced-ip )
3696 [22:12:16] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3697 [22:12:21] <locrian9> winterss: Do you have a NAS on your
home network?
3698 [22:12:28] *** Quits: duoi (~duoi@replaced-ip ) (Ping timeout: 250 seconds)
3699 [22:12:35] *** Joins: relox (~relox@replaced-ip )
3700 [22:12:36] *** Joins: tpanarch1st (~tpanarch1@replaced-ip )
3701 [22:13:09] *** Joins: Ad1_RN (~Ad1_RnR@replaced-ip )
3702 [22:13:30] <winterss> no
3703 [22:13:33] <winterss> whats that?
3704 [22:14:50] *** Joins: HansE (~HansE@replaced-ip )
3705 [22:14:52] *** Joins: duoi (~duoi@replaced-ip )
3706 [22:15:56] *** Joins: ersoy (~ersoy@replaced-ip )
3707 [22:16:13] <locrian9> Network Attached Storage
3708 [22:16:43] *** Quits: pavlushka (~Pavel@replaced-ip ) (Quit: rebooting, but not booting, oops!)
3709 [22:16:54] *** Joins: MFrostIT (~frostm@replaced-ip )
3710 [22:18:00] *** debhelper sets mode: +l 1715
3711 [22:19:08] *** Quits: f10__ (~flo@replaced-ip ) (Ping timeout: 258 seconds)
3712 [22:19:08] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 258 seconds)
3713 [22:20:33] <locrian9> Sorry for the random question. I was
just trying to ask a question in the channel (to everyone) but
didn't get any suggestions. Sometimes engaging directly on a pm
(personal message) I found helps.
3714 [22:22:55] *** Quits: dutchfish (~wil@replaced-ip ) (Ping timeout: 244 seconds)
3715 [22:24:25] *** Parts: fanderal (~chatzilla@replaced-ip )
3716 [22:24:53] <xSmurf> locrian9: you'll have better chance
with a more specific question, what is it that you really want to
know?
3717 [22:26:01] *** Joins: dnfx (~dnfx@replaced-ip )
3718 [22:26:05] <dnfx> hi
3719 [22:26:46] *** Quits: yan__ (~yan@replaced-ip ) (Read error: Connection reset by peer)
3720 [22:26:58] *** Quits: robotroll (~robotroll@replaced-ip ) (Remote host closed the connection)
3721 [22:27:05] *** Joins: btf (~btf@replaced-ip )
3722 [22:27:17] <dnfx> does anyone know how to get around
clonezilla's issue with restoring to a drive which is smaller
than the source /
3723 [22:27:23] <dnfx> ?
3724 [22:27:32] *** Joins: edgrey (~edgrey@replaced-ip )
3725 [22:27:57] <dnfx> i tried the clonezilla IRC but ghost town
3726 [22:28:24] *** Parts: dnfx (~dnfx@replaced-ip )
3727 [22:28:38] *** Joins: lasdam (john@replaced-ip )
3728 [22:28:38] *** Quits: lasdam (john@replaced-ip ) (Changing host)
3729 [22:28:38] *** Joins: lasdam (john@replaced-ip )
3730 [22:28:39] <xSmurf> cp -a?
3731 [22:29:02] *** Quits: towo` (~towo@replaced-ip ) (Read error: Connection reset by peer)
3732 [22:29:28] *** Quits: HansE (~HansE@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
3733 [22:29:40] *** Quits: xSmurf (MrSmurf@replaced-ip ) (Quit: " ")
3734 [22:30:03] *** Joins: sohail (~user@replaced-ip )
3735 [22:30:47] *** Joins: iiaann (~ian@replaced-ip )
3736 [22:30:54] <sohail> ok, I made a yuge mistake... I
accidentally added a sources.list.d file to conffiles but I need to
change it to something else when the upgrade occurs. How can I force
this?
3737 [22:31:27] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
3738 [22:32:12] *** Quits: user26 (~user26@replaced-ip ) (Quit: Leaving)
3739 [22:32:27] *** Quits: zxd1 (~zxd@replaced-ip ) ()
3740 [22:32:39] *** Quits: tpanarch1st (~tpanarch1@replaced-ip ) (Read error: Connection reset by peer)
3741 [22:33:13] *** Quits: lohenpaa (~jotain@replaced-ip ) (Remote host closed the connection)
3742 [22:33:48] *** Joins: AvatarA (~avatara@replaced-ip )
3743 [22:33:55] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3744 [22:34:15] *** Quits: geoid (~geoid@replaced-ip ) (Quit: Be back later ...)
3745 [22:34:16] *** Quits: Meerkat (~meerkat@replaced-ip ) (Quit: Leaving)
3746 [22:34:16] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
3747 [22:35:02] *** Parts: wolwid (d9ed0628@replaced-ip )
3748 [22:35:10] *** Joins: Gabs5807 (~Gabriel@replaced-ip )
3749 [22:35:26] *** Quits: jjmalina (~jjmalina@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
3750 [22:37:15] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
3751 [22:37:42] *** Joins: Finetundra__ (~AndChat54@replaced-ip )
3752 [22:37:47] *** Joins: lohenpaa (~jotain@replaced-ip )
3753 [22:38:00] *** debhelper sets mode: +l 1705
3754 [22:38:02] *** Quits: Tundra_Mobile (~AndChat54@replaced-ip ) (Ping timeout: 250 seconds)
3755 [22:38:10] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Read error: Connection reset by peer)
3756 [22:38:18] *** Joins: chomwitt (~chomwitt@replaced-ip )
3757 [22:38:38] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
3758 [22:40:13] *** Joins: btf (~btf@replaced-ip )
3759 [22:41:07] *** Joins: cuechan_ (~paul@replaced-ip )
3760 [22:41:39] *** Quits: dmr (~dmr@replaced-ip ) (Ping timeout: 246 seconds)
3761 [22:41:49] *** Joins: dreamon (~dreamon@replaced-ip )
3762 [22:41:52] *** Joins: SpikeSpiegel (~GitGud@replaced-ip )
3763 [22:41:58] *** Joins: dvs (~hibbard@replaced-ip )
3764 [22:43:11] *** Joins: _BadUSB (~the3xp1o1@replaced-ip )
3765 [22:44:41] *** Quits: ignuki (~ignuki@replaced-ip ) (Ping timeout: 240 seconds)
3766 [22:44:55] *** Quits: cuechan (~paul@replaced-ip ) (Ping timeout: 260 seconds)
3767 [22:45:24] *** Quits: JBB (~JBB@replaced-ip ) (Remote host closed the connection)
3768 [22:46:56] *** Joins: Akuw (~x@replaced-ip )
3769 [22:47:12] *** Quits: tmh1999 (~tmh1999@replaced-ip ) (Ping timeout: 244 seconds)
3770 [22:47:24] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
3771 [22:48:10] *** Quits: btf (~btf@replaced-ip ) (Remote host closed the connection)
3772 [22:48:53] *** Joins: ompaul (~ompaul@replaced-ip )
3773 [22:48:59] *** Joins: moozer (~moz@replaced-ip )
3774 [22:49:27] *** Quits: hasanatizaz2 (~hasan@replaced-ip ) (Ping timeout: 276 seconds)
3775 [22:49:35] *** Joins: awwal (~awwal@replaced-ip )
3776 [22:49:45] *** Joins: cods (~fred@replaced-ip )
3777 [22:50:38] *** Quits: cyteen (~cyteen@replaced-ip ) (Ping timeout: 250 seconds)
3778 [22:50:40] *** Quits: Gabs5807 (~Gabriel@replaced-ip ) (Quit: IRC for Sailfish 0.9)
3779 [22:50:54] *** Joins: Devastator_ (~devas@replaced-ip )
3780 [22:51:17] *** Joins: ToBeCloud (uid51591@replaced-ip )
3781 [22:51:24] *** Quits: DrOwl (~drowl@replaced-ip ) (Ping timeout: 276 seconds)
3782 [22:52:00] *** Joins: hasanatizaz2 (~hasan@replaced-ip )
3783 [22:52:14] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: Leaving)
3784 [22:52:41] *** Quits: edgrey (~edgrey@replaced-ip ) (Ping timeout: 240 seconds)
3785 [22:53:03] *** Quits: Devastator (~devas@replaced-ip ) (Ping timeout: 240 seconds)
3786 [22:53:10] *** Joins: bollullera1 (~anuxi@replaced-ip )
3787 [22:53:18] *** Quits: bollullera1 (~anuxi@replaced-ip ) (Max SendQ exceeded)
3788 [22:53:28] *** Joins: LetniDeszczyk (~chatzilla@replaced-ip )
3789 [22:53:58] *** Joins: bollullera1 (~anuxi@replaced-ip )
3790 [22:54:05] *** Quits: bollullera (~anuxi@replaced-ip ) (Ping timeout: 244 seconds)
3791 [22:54:06] *** Quits: bollullera1 (~anuxi@replaced-ip ) (Max SendQ exceeded)
3792 [22:54:18] *** Quits: cdown_ (~cdown@replaced-ip ) (Remote host closed the connection)
3793 [22:54:23] *** Joins: btf (~btf@replaced-ip )
3794 [22:54:28] *** Joins: kus (~minot@replaced-ip )
3795 [22:54:29] *** Quits: kus (~minot@replaced-ip ) (Max SendQ exceeded)
3796 [22:54:58] *** Joins: kus (~minot@replaced-ip )
3797 [22:55:16] *** Quits: erre (~erre@replaced-ip ) (Ping timeout: 252 seconds)
3798 [22:55:57] *** Joins: z0ran (~z0ran@replaced-ip )
3799 [22:56:00] *** Joins: bollullera (~anuxi@replaced-ip )
3800 [22:56:08] *** Quits: bollullera (~anuxi@replaced-ip ) (Max SendQ exceeded)
3801 [22:57:45] *** Joins: bollullera (~anuxi@replaced-ip )
3802 [22:57:53] *** Quits: bollullera (~anuxi@replaced-ip ) (Max SendQ exceeded)
3803 [22:58:23] *** Joins: BalTun (~BalTun@replaced-ip )
3804 [22:58:25] *** Joins: bollullera (~anuxi@replaced-ip )
3805 [22:58:25] <nkuttler> um, why does ps strip quotes from the
running commands..
3806 [22:58:34] *** Quits: bollullera (~anuxi@replaced-ip ) (Max SendQ exceeded)
3807 [22:58:59] *** Joins: f10_ (~flo@replaced-ip )
3808 [22:59:02] *** Quits: btf (~btf@replaced-ip ) (Ping timeout: 260 seconds)
3809 [22:59:11] *** Joins: cdown_ (~cdown@replaced-ip )
3810 [22:59:13] *** Quits: c0mrad3 (uid26809@replaced-ip ) (Quit: Connection closed for inactivity)
3811 [22:59:33] *** Quits: figlfdev (183e6d83@replaced-ip ) ()
3812 [22:59:49] *** Quits: subzero79 (~quassel@replaced-ip ) (Remote host closed the connection)
3813 [23:00:41] *** Joins: darksbane3k (~darksbane@replaced-ip )
3814 [23:00:55] *** Quits: klow (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3815 [23:00:58] *** Quits: LetniDeszczyk (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.92 [SeaMonkey 2.39/20151103191810])
3816 [23:00:58] *** Joins: bollullera (~anuxi@replaced-ip )
3817 [23:01:03] *** Quits: Ad1_RN (~Ad1_RnR@replaced-ip ) (Ping timeout: 240 seconds)
3818 [23:01:05] *** Quits: bollullera (~anuxi@replaced-ip ) (Max SendQ exceeded)
3819 [23:01:19] *** Joins: subzero79 (~quassel@replaced-ip )
3820 [23:02:41] *** Joins: navlys (~smuxi@replaced-ip )
3821 [23:03:06] *** Joins: patterson (~patterson@replaced-ip )
3822 [23:03:31] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 252 seconds)
3823 [23:03:35] *** Quits: shad0VV (~shad0VV@replaced-ip ) (Ping timeout: 260 seconds)
3824 [23:04:09] *** Quits: MFrostIT (~frostm@replaced-ip ) (Quit: Leaving)
3825 [23:05:02] *** Quits: AvatarA (~avatara@replaced-ip ) (Quit: Leaving)
3826 [23:05:20] *** Joins: KindOne_ (kindone@replaced-ip )
3827 [23:05:47] *** Joins: cyteen (~cyteen@replaced-ip )
3828 [23:06:27] *** Quits: glebihan (~glebihan@replaced-ip ) (Ping timeout: 264 seconds)
3829 [23:08:28] *** Joins: Azus (~Azus@replaced-ip )
3830 [23:08:50] *** Quits: KindOne (~KindOne@replaced-ip ) (Ping timeout: 260 seconds)
3831 [23:09:09] *** Joins: shad0VV (~shad0VV@replaced-ip )
3832 [23:09:11] *** Quits: ocbtec (~ocbtec@replaced-ip ) (Quit: leaving)
3833 [23:09:47] *** Joins: atracht (~atracht@replaced-ip )
3834 [23:11:07] *** Joins: m8 (~m8@replaced-ip )
3835 [23:11:13] *** Joins: cdown__ (~cdown@replaced-ip )
3836 [23:11:14] *** KindOne_ is now known as KindOne
3837 [23:12:26] *** Joins: VladimirVolkov (~VladimirV@replaced-ip )
3838 [23:12:48] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 246 seconds)
3839 [23:13:43] *** Joins: Ad1_RN (~Ad1_RnR@replaced-ip )
3840 [23:14:22] *** Joins: npo (~np@replaced-ip )
3841 [23:14:35] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
3842 [23:14:40] *** cdown__ is now known as cdown
3843 [23:15:05] *** Quits: Azus (~Azus@replaced-ip ) (Remote host closed the connection)
3844 [23:15:06] *** Quits: cdown_ (~cdown@replaced-ip ) (Ping timeout: 244 seconds)
3845 [23:15:36] *** Joins: f10__ (~flo@replaced-ip )
3846 [23:15:36] *** Quits: atracht (~atracht@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
3847 [23:15:51] <peterrooney> nkuttler: that's usually the
shell that does that
3848 [23:16:03] *** Quits: rimdeker (~rimdeker@replaced-ip ) (Ping timeout: 240 seconds)
3849 [23:16:04] *** Joins: atracht (~atracht@replaced-ip )
3850 [23:16:14] *** Joins: cdown_ (~cdown@replaced-ip )
3851 [23:17:03] *** Joins: metaphysician (~matrix@replaced-ip )
3852 [23:17:13] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
3853 [23:17:54] *** Quits: Piratmaj_ (~Piratmajo@replaced-ip ) (Ping timeout: 250 seconds)
3854 [23:18:17] *** Quits: iiaann (~ian@replaced-ip ) (Quit: Leaving)
3855 [23:19:21] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 276 seconds)
3856 [23:19:21] *** cdown_ is now known as cdown
3857 [23:19:21] *** cdown is now known as 7JTAA453U
3858 [23:19:27] *** 7JTAA453U is now known as cdown
3859 [23:19:37] <petn-randall> How is restoring to a drive smaller
than the source supposed to work? Like even on a logical level?
3860 [23:19:54] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 272 seconds)
3861 [23:20:08] *** Joins: kiao2938 (~mj@replaced-ip )
3862 [23:20:16] <petn-randall> sohail: How did you add it to
conffiles?
3863 [23:20:23] *** Joins: Azus (~Azus@replaced-ip )
3864 [23:20:30] *** Quits: atracht (~atracht@replaced-ip ) (Ping timeout: 246 seconds)
3865 [23:21:49] *** Joins: zanshin_ (~textual@replaced-ip )
3866 [23:22:36] *** Quits: AlexLikeRock (~alex@replaced-ip ) (Remote host closed the connection)
3867 [23:24:43] *** Quits: nwe (~nwe@replaced-ip ) (Read error: Connection reset by peer)
3868 [23:24:51] *** Joins: CeBe (~CeBe@replaced-ip )
3869 [23:24:54] *** Joins: nwe (~nwe@replaced-ip )
3870 [23:25:03] *** Quits: npo (~np@replaced-ip ) (Ping timeout: 264 seconds)
3871 [23:25:17] *** Quits: hasanatizaz2 (~hasan@replaced-ip ) (Ping timeout: 260 seconds)
3872 [23:25:17] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
3873 [23:26:10] *** Joins: cdown (~cdown@replaced-ip )
3874 [23:26:38] *** Joins: ER (~ER_nesto@replaced-ip )
3875 [23:27:01] *** ER is now known as Guest45427
3876 [23:27:22] *** Joins: aaro (~aaro@replaced-ip )
3877 [23:27:48] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip )
3878 [23:29:09] *** Joins: rimdeker (~rimdeker@replaced-ip )
3879 [23:29:18] *** Joins: chainsaw10 (~chainsaw1@replaced-ip )
3880 [23:29:24] *** Quits: rimdeker (~rimdeker@replaced-ip ) (Remote host closed the connection)
3881 [23:29:36] *** Quits: ER_nesto (~ER_nesto@replaced-ip ) (Ping timeout: 250 seconds)
3882 [23:29:54] *** Joins: moozer (~moz@replaced-ip )
3883 [23:30:15] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 244 seconds)
3884 [23:31:12] *** Quits: ghenry (~ghenry@replaced-ip ) (Remote host closed the connection)
3885 [23:31:38] *** Quits: jackbrown (~se@replaced-ip ) (Ping timeout: 244 seconds)
3886 [23:31:53] *** Quits: Azus (~Azus@replaced-ip ) (Quit: Leaving)
3887 [23:32:52] *** Quits: z0ran (~z0ran@replaced-ip ) (Ping timeout: 260 seconds)
3888 [23:33:08] *** Quits: jbitdrop (~jbitdrop@replaced-ip ) (Quit: leaving)
3889 [23:33:29] *** Joins: jarif (~jarif@replaced-ip )
3890 [23:33:33] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
3891 [23:36:36] *** Quits: Guest45427 (~ER_nesto@replaced-ip ) (Quit: DRIVER_IRQL_NOT_LESS_OR_EQUAL (ETD.sys))
3892 [23:36:38] *** Quits: jarif (~jarif@replaced-ip ) (Client Quit)
3893 [23:36:54] *** Joins: easyshekels (~easysheke@replaced-ip )
3894 [23:36:58] *** Quits: Rust3dCor3 (~Rust3dCor@replaced-ip ) (Ping timeout: 250 seconds)
3895 [23:37:00] *** Joins: ER_nesto (~ER_nesto@replaced-ip )
3896 [23:37:25] *** Joins: jarif (~jarif@replaced-ip )
3897 [23:38:38] *** Quits: ER_nesto (~ER_nesto@replaced-ip ) (Client Quit)
3898 [23:39:21] *** Quits: ersoy (~ersoy@replaced-ip ) (Quit: Leaving)
3899 [23:39:25] *** Joins: murfjr (~douseiais@replaced-ip )
3900 [23:39:44] *** Quits: murfjr (~douseiais@replaced-ip ) (Max SendQ exceeded)
3901 [23:40:05] *** Joins: murfjr (~douseiais@replaced-ip )
3902 [23:40:53] *** Joins: kejsi564 (~franc@replaced-ip )
3903 [23:41:00] <kejsi564> hello
3904 [23:41:45] *** Joins: stacks88 (~x@replaced-ip )
3905 [23:42:43] *** Quits: llorephie (~Thunderbi@replaced-ip ) (Quit: llorephie)
3906 [23:42:52] <kejsi564> im trying to install apt-get install
un-rar but i get this message E: Unable to locate package un-rar
3907 [23:43:02] <kejsi564> could someone tell me whats wrong with
it ?
3908 [23:43:11] <cruncher> its not called un-rar
3909 [23:43:17] <markybob> unrar
3910 [23:43:22] <kejsi564> oh one moment
3911 [23:43:32] <stacks88> if memtest reports 1 error (after 7
hours), is that considered bad enough where the ram is faulty ?
said.. said pass = 2, errors = 1 , error confidence value is 236,
lowest error address 0000719b678 1817.4mb, highest error address the
same. bits in error mask 0000100000, bits in error total = 1. max
contigous errors = 1 (First time running memtest).. but yea i am
reading online that there should
3912 [23:43:32] <stacks88> not be any errors. i didnt take a pic
of what all it said, tried to write down what i could, but it
definitely said errors: 1
3913 [23:43:49] <kejsi564> markybob Package unrar is not
available, but is referred to by another package.
3914 [23:43:49] <kejsi564> This may mean that the package is
missing, has been obsoleted, or
3915 [23:43:49] <kejsi564> is only available from another source
3916 [23:43:57] *** Quits: CeBe (~CeBe@replaced-ip ) (Quit: Leaving.)
3917 [23:44:02] <cruncher> stacks88, not debian related, but short
answer, yes and no
3918 [23:44:10] <locrian9> Any good NAS ideas for the home?
3919 [23:44:27] <markybob> kejsi564: then you probably didn't
add non-free to your sources.list
3920 [23:44:40] <cruncher> stacks88, if you ran version 5, i
suggest to run v4 and try again, or vice versa
3921 [23:44:46] <cruncher> then you can be sure that the ram is
bad
3922 [23:45:13] <cruncher> or even try another tool
3923 [23:45:53] <kejsi564> markybob hmm could you guide me how to
fix this ?
3924 [23:46:54] <markybob> kejsi564: nano -w /etc/apt/sources.list
after "main" on each line add "non-free" (no
quotes). ctrl+x to exit. y to save. apt-get update. try apt-get
install unrar again
3925 [23:47:59] <kejsi564> ok
3926 [23:48:36] *** Joins: CeBe (~CeBe@replaced-ip )
3927 [23:48:49] <stacks88> cruncher: i ran memtest86-usb-7.0b1.zip
- so i guess their 7.0 beta 1 version =/
3928 [23:48:56] *** Quits: avis- (~ident@replaced-ip ) (Quit: Leaving)
3929 [23:49:25] <stacks88> cruncher: I only did this becuase of
crashes, so i think it probably is bad
3930 [23:49:38] <cruncher> ah, i see you ran memtest86, not
memtest86+
3931 [23:49:47] <stacks88> oh is there a difference?
3932 [23:50:25] <cruncher> i only suggest to run multiple tools as
once i had the same issue with memtest86+ v5.x (errors), then i
tried with v4.x and no errors
3933 [23:50:27] *** Quits: CeBe (~CeBe@replaced-ip ) (Client Quit)
3934 [23:50:42] <stacks88> i see
3935 [23:50:53] <cruncher> yes, some difference will be :) i think
its a spin off, but still worth a try i think
3936 [23:51:03] <stacks88> and in any case, how long should i run
it, was 7 hours enough ? thats how long i ran it just now
3937 [23:51:07] <stacks88> while i slept lol
3938 [23:51:27] <stacks88> 16gb of ram*
3939 [23:52:36] *** Quits: metaphysician (~matrix@replaced-ip ) (Ping timeout: 250 seconds)
3940 [23:52:45] *** Quits: jarif (~jarif@replaced-ip ) (Quit: leaving)
3941 [23:52:50] <cruncher> i always run it for 1 pass, but the
longer you run it the more reliable the result will be
3942 [23:52:58] <ghormoon> hi, can I somehow find out which
keyslot is a key in for luks disk?
3943 [23:53:24] <cruncher> stacks88, memtest86+ shows you passes,
not sure about memtest86
3944 [23:53:27] *** Joins: Otis (~coffee@replaced-ip )
3945 [23:53:28] * CluelessGuy says goodbye to windows now
3946 [23:53:36] <CluelessGuy> hello gnome!
3947 [23:53:41] *** Joins: dvs (~hibbard@replaced-ip )
3948 [23:54:07] <cruncher> ghormoon, cryptsetup luksDump /dev/sdxx
3949 [23:54:17] <leetcool> is there any way/link to obtain a copy
of Debian 1.1 (Buzz) ? i tried to search but i failed
3950 [23:55:30] <CluelessGuy>
debian-live-8.5.0-amd64-gnome-desktop.iso is the image which comes
with a GUI, right? and debian-live-8.5.0-amd64-standard does simply
not come with a GUI, correct?
3951 [23:55:30] *** Joins: asterismo (~santiago@replaced-ip )
3952 [23:55:55] <leetcool> yes CluelessGuy
3953 [23:56:00] <CluelessGuy> ok cool thanks!
3954 [23:56:14] <ghormoon> cruncher: and can I identify which is
which by enterin the password?
3955 [23:56:14] <leetcool> today i downloaded kde ver of live iso
lol
3956 [23:56:33] <leetcool> anyone seeding Debian 1.1 (Buzz)???
3957 [23:56:40] <CluelessGuy> leetcool it's fully installable
to a hdd via the live cd image
"debian-live-8.5.0-amd64-gnome-desktop" ?
3958 [23:56:50] <CluelessGuy> or is this ONLY for live-cd usage
3959 [23:56:51] *** Joins: jackbrown (~se@replaced-ip )
3960 [23:56:52] *** Joins: ewook (~ewook@replaced-ip )
3961 [23:57:18] <markybob> CluelessGuy: you realize live doesnt
support uefi, right? so on most new computers it wont install
properly unless your change your bios to legacy?
3962 [23:57:25] <leetcool> in my kde versio n there is an option
to install so most probably this will also be having that..
3963 [23:57:45] <cruncher> ghormoon, afair, you should be able to
just enter the desired password, and it will tell you which slot was
unlocked
3964 [23:57:47] <CluelessGuy> markybob :O no idea. which debian
gnome .ISO should I DL then to just install it on my HDD?
3965 [23:57:56] <CluelessGuy> without needing like 5 CDs/DVDs :D
3966 [23:58:18] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
3967 [23:58:22] <ewook> could anyone explain the EOL scenario for
7.x for me in term of when it will reach it?
3968 [23:58:23] <markybob> CluelessGuy: and you want gnome?
3969 [23:58:36] <cruncher> ghormoon, otherwise, try the -S
parameter
3970 [23:58:44] <CluelessGuy> markybob i guess! the UI looks okay
for me and I guess it's good for my usage
3971 [23:58:59] <CluelessGuy> replacing all my windows7 finally
with it
3972 [23:59:11] <CluelessGuy> maybe I get lucky and steam runs on
it too... maybe not...
3973 [23:59:19] <markybob> CluelessGuy: you have your choice
depending on my much you want to download now or during install. dvd
replaced-url
3974 [23:59:31] <ghormoon> seems I'll have to close it to
find out, not easily to be done like when adding/removing keys
3975 [23:59:47] <markybob> CluelessGuy: you could always do
netinst if you want to download it all during install
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be