Search Debian Channel Logs

Thursday, January 26, 2017

#debian channel featuring ikonia, nn, Rust3dCor3, soupmagnet, Nh3xus, greycat, and 5 others.

Skaag 2017-01-26 09:45:34
Hi there, I have a weird issue with my mac address changing every few minutes
Skaag 2017-01-26 09:45:36
https://gist.github.com/anonymous/0b3417c2e58f13492aaf3d46d2e6b225
Skaag 2017-01-26 09:45:47
same wireless adapter, same machine
ikonia 2017-01-26 09:45:58
Skaag: exactly what distro are you running please
Skaag 2017-01-26 09:46:32
Debian 9.0 Stretch
Rust3dCor3 2017-01-26 09:46:38
guys. tell me. I like debian, but from time to time i got sigterms and sigkills from various apps. i have vlc problem. is this a problem of my package configuration or it normal in debian stable?
Skaag 2017-01-26 09:46:39
that's what lsb_release -a says
ikonia 2017-01-26 09:47:20
Skaag: not what lsb_release says
ikonia 2017-01-26 09:47:22
what distro is it really though
Skaag 2017-01-26 09:47:23
Rust3dCor3: as nothing to do with debian itself, it's most likely a resources issue, dmesg is your friend in such cases, or the application's log files (make sure to enable debug logs in the case of VLC)
Skaag 2017-01-26 09:47:42
it is debian 100%
Skaag 2017-01-26 09:48:05
I installed this a couple of years ago, and I've been remote upgrading it once in a while over ssh
Nh3xus 2017-01-26 09:51:18
can't wait Stretch to go stable
Skaag 2017-01-26 09:55:03
so it looks like wpa_supplicant has a setting to randomize the mac address
Skaag 2017-01-26 09:55:28
none is set, and the default is 0 but somehow it's using the '1' setting which is to randomize the mac address on every new connection
nn 2017-01-26 10:01:44
I want to mount a SDCard. The SDcard Partition was created by CyanogenMod while the first startup as a internal storage.
nn 2017-01-26 10:01:47
mount -t vfat /dev/mmcblk0p2 /mnt/
nn 2017-01-26 10:02:01
But the answer in dmesg is.
nn 2017-01-26 10:02:13
utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
nn 2017-01-26 10:02:24
invalid media value (0x58)
nn 2017-01-26 10:02:33
Can't find a valid FAT filesystem
nn 2017-01-26 10:03:24
How do I mount this SDCard?
tomcres 2017-01-26 10:03:36
nn are you sure it's VFAT and not ext3?
nn 2017-01-26 10:04:43
If I mount without the -t option, ext filesystems should be recognized automatically? I tried it, but cant mount.
nn 2017-01-26 10:11:19
fdisk says that the partition type is unknown
soupmagnet 2017-01-26 10:11:25
do you see your device in the output of lsusb > nn
soupmagnet 2017-01-26 10:11:45
nevermind
`Kevin 2017-01-26 10:14:24
nn try file -s
satbyy 2017-01-26 10:16:49
Hi, is there some DNS caching in default install?
greycat 2017-01-26 10:17:12
Unlikely.
`Kevin 2017-01-26 10:17:22
nn: blkid may also be of help to identify FS type
greycat 2017-01-26 10:17:45
A typical netinst on a machine with a working ethernet on a DHCP network just uses the DHCP server-provided nameservers in resolv.conf.
nn 2017-01-26 10:19:29
file -s says for the first partition:MSDos/Mbr... and a lot of more parameters. I can mount this 16MB Partiton as vFat. But I'm interested on the second 30gb partition. Here says file -s only "data"
nn 2017-01-26 10:21:01
blkid says for the 30GB partition: Partlabel=Android_Expand
`Kevin 2017-01-26 10:21:21
nn cyanogenmod, was it formatted on phone? if so just re-add it to the phone and use adb shell+usb to check how it mounted it (this is offtopic in that case)
nn 2017-01-26 10:23:51
Kevin: Yes, the SDCard was partioned in CyanogenMod while the first startup. I will ask in an android forum.
nn 2017-01-26 10:24:18
Thansk at all :)
satbyy 2017-01-26 10:32:29
greycat: ahan, so not Debian but chromium maintains its own DNS cache! Had to clear it in chrome://net-internals/#dns (click "Clear host cache")
guampa 2017-01-26 10:40:23
is it possible that dhclient is ignoring options 121 / 249 (static routes) from the server?
guampa 2017-01-26 10:43:48
nm