<pere>
Wizzup: sadly the reboot just gave me a login: prompt on a black screen. :)
<Wizzup>
what reboot?
<Wizzup>
in any case wrt what's new I am working on a news post
<Wizzup>
dist-upgrade ought to work but evidently it didn't I guess in your case?
<Wizzup>
did it complete successfully?
<pere>
my reboot after upgrading.
ceene has quit [Ping timeout: 240 seconds]
<pere>
yes, completed successfully.
ceene has joined #maemo-leste
<pere>
hm, when I try 'sudo apt upgrade' I am told of some conflicts...
ceene has quit [Ping timeout: 240 seconds]
ceene has joined #maemo-leste
<pere>
look like ti-omap3-sgx is uninstallable.
ceene has quit [Ping timeout: 240 seconds]
ceene has joined #maemo-leste
Daanct12 has quit [Remote host closed the connection]
<pere>
doing apt dist-upgrade, three packages are held back: hildon-meta-n900, libel-dev and libgles-dev.
duuude has joined #maemo-leste
<pere>
Wizzup: any clue how to get around the missing graphical view?
duuude has quit [Remote host closed the connection]
duuude has joined #maemo-leste
ceene has quit [Remote host closed the connection]
xmn has joined #maemo-leste
<Wizzup>
pere: that sounds like a problem, there is a way to get more info on the conflict, can you use ssh and print it with apt-get -s -o Debug::pkgProblemResolver=yes dist-upgrade
<Wizzup>
maybe some package is preventing the upgrade
<Wizzup>
pere: and sry, I'm in a diff tz and it's late here (work trip)
<pere>
I was unable to ssh into it, so I only have the console login...
<pere>
tried the usb network trick, but was unable to reach it, not sure why.
<bencoh>
does n900 shows up in the host's dmesg logs?
<bencoh>
(as usbnet)
<Wizzup>
pere: you could also install the inew image, then you won't have the problems
<pere>
bencoh: yeah. I would even set it up with a dhcp server, but I hand out one IP range and the n900 get another IP outside this range. tried manually setting IP on my laptops end, but ping still did not make it through.
<bencoh>
I'd set the IP manually on both ends, and check with tcpdump on both ends
<pere>
the strange part is that the n900 can download from internet using the usb network connection...
<Wizzup>
that's surprising
<Wizzup>
maybe ssh isn't started?
<Wizzup>
sshd*
<bencoh>
is ping filtered on leste btw?
<bencoh>
iirc on maemo it is
<Wizzup>
no
<bencoh>
fremantle*
<pere>
expected ping to get through, at least.
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #maemo-leste
<Wizzup>
pere: maybe you can write the output to a file? otherwise, just dd the new image
<Wizzup>
I spend a lot of time trying to make the dist-upgrade work, not sure what could cause issue at this point
<pere>
Wizzup: I would probably try to do so. the conflict was with some gl related libraries.
norayr has joined #maemo-leste
duuude has quit [Read error: Connection reset by peer]
duuude has joined #maemo-leste
Pali has joined #maemo-leste
duuude has quit [Ping timeout: 246 seconds]
<sicelo>
bencoh: ping is only filtered on gprs on fremantle. Otherwise not filtered there too
<bencoh>
sicelo: iirc it's filtered on usbnet as well once you're connected to gprs
<bencoh>
(probably a bug)
duuude has joined #maemo-leste
<sicelo>
Yes, you're correct then :-)
<sicelo>
The filtering is done by a script that runs on gprs up. It does the filtering using sysctl iirc (iptables doesn't exist ootb)
<sicelo>
Right, it does `echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all`