schwicht has quit [Read error: Connection timed out]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
philipp64 has quit [Quit: philipp64]
tomn has quit [Remote host closed the connection]
tomn has joined #openwrt-devel
gladiac is now known as Guest8472
gladiac has joined #openwrt-devel
Guest8472 has quit [Ping timeout: 480 seconds]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<tersono>
Is it expected that make defconfig produces different results when building using the SDK vs a "normal" build tree? It seems to be defaulting to build every variant of a package by default, not just one variant
Danct12 has quit [Quit: WeeChat 4.0.2]
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<tersono>
Ah, CONFIG_ALL=n does the trick
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Danct12 has joined #openwrt-devel
Danct12 has quit []
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
goliath has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
Danct12 has joined #openwrt-devel
schwicht has joined #openwrt-devel
robimarko has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
noltari has quit [Quit: Bye ~ Happy Hacking!]
schwicht has joined #openwrt-devel
noltari has joined #openwrt-devel
schwicht has quit [Ping timeout: 480 seconds]
<Habbie>
anyone ever seen READYREADYREADYREADYREADY from a usb device that calls itself "MT65xx Preloader"?
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
FilimoniC has joined #openwrt-devel
FilimoniC has quit [Quit: Leaving]
FilimoniC has joined #openwrt-devel
FilimoniC has quit [Remote host closed the connection]
FilimoniC has joined #openwrt-devel
FilimoniC has quit [Remote host closed the connection]
FilimoniC has joined #openwrt-devel
philipp64 has joined #openwrt-devel
<philipp64>
Does anyone remember what the thread was on the mailing list about having subsystems run as non-root (i.e. without elevated privilege)? I'm having to redo some packaging that hasn't been touched in a while and want to make sure I follow all conventional wisdom...
FilimoniC has quit [Remote host closed the connection]
dangole_ has quit [Ping timeout: 480 seconds]
FilimoniC has joined #openwrt-devel
<hauke>
philipp64: you can put a daemon into a procd jail
<hauke>
and then also run it as non root
robimarko has quit [Remote host closed the connection]
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bluew has quit [Read error: Connection reset by peer]
Tapper has quit [Quit: Tapper]
<philipp64>
this daemon manages resources and configurations, so it can't be jailed.
<philipp64>
hmmm... also, I've forgotten how to resize the root partition on an installed system to use more of the disk...
<dwfreed>
fdisk, delete the partition and recreate it with the exact same start sector
<dwfreed>
then resize the fs using the fs's tools
tersono has quit [Read error: Connection reset by peer]
<dwfreed>
you may have to reboot between that if fdisk fails to update the partition table in the kernel
<philipp64>
I used a sed on "sfdisk --dump /dev/vda | sed ... | sfdisk /dev/vda" and I think that part worked (though it vexes me that we put the EFI partition at 128 and not 1... so I reordered the partition numbers to match the place on the disk as well... and since we reference UUID and not partition name that was fine).
<philipp64>
But "resize2fs /dev/vda3" failed...
<philipp64>
and that was after the reboot.
<dwfreed>
what did it say
<philipp64>
resize2fs: Resource busy while trying to open /dev/vda3