Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2019-12-03

00:01:54 Join reductum [0] (~weechat@cpe-104-32-77-28.socal.res.rr.com)
00:14:05__builtinjonesmonster13: that's the right file.
00:14:19__builtinYou can run it from a shell
00:14:30 Join Natch [0] (~Natch@h-112-130.A444.priv.bahnhof.se)
00:43:06 Quit zalckos (Quit: Leaving)
00:47:42 Quit petur (Quit: Leaving)
00:49:01 Quit vmx (Quit: Leaving)
01:00
01:01:28jonesmonster13__builtin i did chmod +x
01:05:03***Saving seen data "./dancer.seen"
01:51:22__builtinDid that work?
01:51:47jonesmonster13no
01:53:33jonesmonster13im confused the file has no .sh indicating its a shell script.
01:54:16Lonoxmont*nix doesnt care about file name extension stuff the way windows does
01:54:44Lonoxmontyou can name a file whatever you want, it just needs the right bits set in permissions to be executable
01:54:51Lonoxmontwell, among other things
01:55:30Lonoxmontif its a shell script it usually for most shells starts with https://en.wikipedia.org/wiki/Shebang_(Unix)
01:56:04jonesmonster13ok then I did ./RockboxUtilityand got "error while loading shared libraries: libcryptopp.so.8: cannot open shared object file
01:56:40Lonoxmontsounds like you may need to install some libraries then
01:57:32Lonoxmonti dont remember what package provides that on debian, but it should be not that hard to find on google
01:57:48Lonoxmontthe package name, not the library file because /dont install random libs from google/
01:59:56jonesmonster13ahhh were on to something. I have some broken dependencies I need to fix first
02:00
02:01:01Lonoxmonton debian aptitude is your friend for figuring package stuff out
02:02:15jonesmonster13yeah this is probably out of the domain of this forum but the problem I think is this when I try to apt update: dpkg: error processing archive /var/cache/apt/archives/openjdk-8-jre-headless_8u232-b09-1~deb9u1_amd64.deb (−−unpack): cannot copy extracted data for './usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar' to
02:02:16jonesmonster13'/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar.dpkg-new': failed to write (No space left on device)
02:02:52jonesmonster13no space left on device but i know my hard drive is not near full. I think it might be a partioning issue
02:03:49 Quit Acou_Bass (Read error: Connection reset by peer)
02:04:23 Join Acou_Bass [0] (~eddie@cpc97736-bolt17-2-0-cust152.10-3.cable.virginm.net)
02:07:05Lonoxmontyeah you might not have enough left on /
02:07:25Lonoxmontuse df -h in a terminal
02:09:51jonesmonster13o shoot thats the issue. I have so much on /home but root is full
02:10:19jonesmonster13how do I partition space from home to root?
02:10:56Lonoxmonttry and clean things up first
02:11:06Lonoxmontsince afaik messing with / while live is uh
02:11:09Lonoxmontnot really a good plan
02:11:54Lonoxmontaptitude can clean up old package files to help free space unless they changed apt to already do that
02:12:09jonesmonster13yeah I agree. not trying to mess up my system.
02:12:41mendelmunkisapt autoclean was recently mentioned on #debian
02:18:02Lonoxmontyou could grab and burn the gparted livecd and boot off of that if you need to unscrew your partition size situation
02:18:45Lonoxmontbut at leawst you have a separate /home so your files should be relatively safe
02:18:52Lonoxmontive seen machines with just /
02:18:58Lonoxmontno sep mountpoints
02:19:07jonesmonster13wow all root
02:19:40jonesmonster13seems like that is not the optimal method
02:19:49__builtinI could swear I built a static executable...
02:20:10jonesmonster13why
02:20:50jonesmonster13also are there any other options for repartitioning
02:21:51 Quit MrZeus (Ping timeout: 276 seconds)
02:21:57mendelmunkisNov 16 18:07:41 <__builtin> Mmh, I thought I built a static rbutil...
02:22:26Lonoxmontthe problem with jsut having everything in one partitino is if you need to reinstall your data goes poof
02:22:48Lonoxmontwhereas with seperate /home you can just reinstall over tyhe other partitions and be fine
02:22:55Lonoxmontsince it wont touch /home
02:23:14Lonoxmontyou have to do a little juggling to get it to mount /home in the new os but its not that bad
02:23:27Lonoxmontnot nearly as bad as having to move your stuff to external or w/e then back after reinstall
02:23:47Lonoxmontmy usual layout is like uh
02:23:49Lonoxmontlemme get it
02:23:56jonesmonster13idk the latter seems easier.
02:24:11jonesmonster13whats this "juggling" you speak of
02:24:25Lonoxmontlonox@luna:~$ df -h
02:24:25LonoxmontFilesystem Size Used Avail Use% Mounted on
02:24:25Lonoxmontudev 981M 0 981M 0% /dev
02:24:25DBUGEnqueued KICK Lonoxmont
02:24:25Lonoxmonttmpfs 198M 580K 197M 1% /run
02:24:25Lonoxmont/dev/sda3 59G 3.3G 53G 6% /
02:24:26***Alert Mode level 1
02:24:26Lonoxmonttmpfs 5.0M 0 5.0M 0% /run/lock
02:24:26***Alert Mode level 2
02:24:26Lonoxmonttmpfs 1.9G 64K 1.9G 1% /dev/shm
02:24:27***Alert Mode level 3
02:24:27Lonoxmont/dev/sda2 115M 65M 42M 61% /boot
02:24:27***Alert Mode level 4
02:24:27Lonoxmont/dev/sda1 121M 5.1M 115M 5% /boot/efi
02:24:28***Alert Mode level 5
02:24:28Lonoxmont/dev/sda5 186G 866M 176G 1% /home
02:24:28***Alert Mode level 6
02:24:28Lonoxmontlonox@luna:~$
02:24:30mendelmunkisA bit of stab editing.
02:24:53mendelmunkisLonoxmont: please use pastebin.
02:24:56Lonoxmontsome of those are jsut temp stuff and dont matter/ the /dev/sda* matter tho
02:25:35jonesmonster13what happened to sda4
02:25:40Lonoxmontthats swap
02:25:45Lonoxmontits not listed in df
02:28:08__builtinmendelmunkis: heh.
02:29:34jonesmonster13so whats this juggling Lonoxmont
02:29:36mendelmunkis__builtin: is there anything stopping us from releasing it as a deb and/or rpm?
02:30:07__builtinYes. Someone to package it ;)
02:30:31Lonoxmonthow hard could it be lol
02:30:53mendelmunkisMaybe I'll package it for debian. I seem to recall debian having a rbutil package at one point though.
02:31:49 Quit krabador (Ping timeout: 250 seconds)
02:32:42__builtinBuilding for linux shouldn't be too hard
02:33:02__builtinIt's cross compiling that got me during the release
02:33:25Lonoxmontcross ocmpiling from what
02:34:29***Alert Mode OFF
02:34:32__builtinFrom linux to mac/windows
02:34:46 Join krabador [0] (~krabador@unaffiliated/krabador)
02:34:51Lonoxmontah yeah
02:35:07__builtinMac was hard enough that we just didn't release for it
02:49:01jonesmonster13Lonoxmont seriously how does one get the os to mount to /home
02:58:18 Quit krabador (Remote host closed the connection)
03:00
03:05:06***Saving seen data "./dancer.seen"
03:17:51 Join MrZeus [0] (~MrZeus@88-145-73-210.host.pobb.as13285.net)
03:18:36Lonoxmonti dont understand the question
03:22:11jonesmonster13i misunderstood your initial statement. I think i got it figured out. gotta boot for usb and resize partitions like you said
03:35:59Lonoxmonteasier to try and chase down things you dont need on /
03:36:10Lonoxmontunless you made it really small when you installed
03:38:48 Quit jonesmonster13 (Remote host closed the connection)
03:55:50 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-jvjrkxhizmgzaxuo)
04:00
04:34:46 Quit reductum (Quit: WeeChat 2.6)
05:00
05:05:09***Saving seen data "./dancer.seen"
05:11:52 Quit TheSeven (Disconnected by services)
05:12:02 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:02:31 Join advcomp2019__ [0] (~advcomp20@65-131-163-37.sxct.qwest.net)
06:02:31 Quit advcomp2019__ (Changing host)
06:02:31 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
06:04:50 Quit Ruhan (Quit: Connection closed for inactivity)
06:05:16 Quit advcomp2019_ (Ping timeout: 240 seconds)
06:39:36 Quit Jinx (Ping timeout: 240 seconds)
06:50:43 Join Jinx [0] (~Jinx@unaffiliated/jinx)
07:00
07:05:11***Saving seen data "./dancer.seen"
07:08:04 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
07:11:31 Quit advcomp2019__ (Ping timeout: 268 seconds)
08:00
08:21:29 Quit MrZeus (Ping timeout: 252 seconds)
08:51:16 Quit yosafbridge (Ping timeout: 240 seconds)
08:51:16 Quit logbot (Ping timeout: 240 seconds)
08:51:16***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 240 seconds)) from card.freenode.net
08:51:16***Cleanup
08:51:16***Cleanup
08:51:16***Saving seen data "./dancer.seen"
08:51:16***Exit
08:51:20***Started Dancer V4.16
08:51:20***Connected to irc.freenode.net on port 6667
08:51:20***Logfile for #rockbox started
08:51:21Mode"logbot :+i" by logbot
08:51:22CtcpVersion from freenode-connect!frigg@freenode/utility-bot/frigg
08:51:27***Server message 501: 'logbot :Unknown MODE flag'
08:51:27 Join logbot [0] (~rockbox@giant.haxx.se)
08:51:27 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
08:51:27 Join Jinx [0] (~Jinx@unaffiliated/jinx)
08:51:27 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
08:51:27 Join Acou_Bass [0] (~eddie@cpc97736-bolt17-2-0-cust152.10-3.cable.virginm.net)
08:51:27 Join Natch [0] (~Natch@h-112-130.A444.priv.bahnhof.se)
08:51:27 Join JanC [0] (~janc@lugwv/member/JanC)
08:51:27 Join Slasheri [0] (~miipekk@rockbox/developer/Slasheri)
08:51:27 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
08:51:27 Join mendelmunkis [0] (~mendelmun@ool-435467d5.dyn.optonline.net)
08:51:27 Join shapeless [0] (shapeless@2001:41d0:401:3100::8a33)
08:51:27 Join mikroflops [0] (~yogurt@c188-150-213-125.bredband.comhem.se)
08:51:27 Join funman_ [0] (~fun@chui-pas.net)
08:51:27 Join w1d3m0d3 [0] (~w1d3m0d3@unaffiliated/w1d3m0d3)
08:51:27 Join XDjackieXD_ [0] (~jackie@irc.chaosfield.at)
08:51:27 Join Jon [0] (jon@dow.land)
08:51:27 Join amdj [0] (~aaron@freenode/staff/atheme.amdj)
08:51:27 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at)
08:51:27 Join Moarc [0] (~chujko@a105.net128.okay.pl)
08:51:27 Join Bilgus [0] (~Bilgus@unaffiliated/bilgus)
08:51:27 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
08:51:27 Join J_Darnley [0] (~J_Darnley@d51a44418.access.telenet.be)
08:51:27 Join zagor[m] [0] (bjstmatrix@rockbox/developer/Zagor)
08:51:27 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
08:51:27 Join deevious [0] (~Thunderbi@193.226.142.214)
08:51:27 Join foolsh [0] (~quassel@185.246.209.88)
08:51:27 Join pixelma [0] (marianne@rockbox/staff/pixelma)
08:51:27 Join amiconn [0] (jens@rockbox/developer/amiconn)
08:51:27 Join user890104 [0] (~Venci@freemyipod.org)
08:51:27 Join emacsomancer [0] (~runner@c-174-52-88-123.hsd1.ut.comcast.net)
08:51:27 Join hcs [0] (sid395453@rockbox/contributor/hcs)
08:51:27 Join textmate [0] (~textmate@236-129-17-89.fiber.hringdu.is)
08:51:27 Join eevan [0] (~eevan@tls.chat.sum7.eu)
08:51:27 Join heredoc [0] (~heredoc@2a01:7e01::f03c:91ff:fec1:de1d)
08:51:27 Join alexbobp [0] (~alex@meowface.org)
08:51:27 Join galaxy_knuckles [0] (~gknux@unaffiliated/galaxy-knuckles/x-1756549)
08:51:27 Join danielp3344 [0] (danielp334@gateway/shell/matrix.org/x-ngxjwbfcoswfnlgw)
08:51:27 Join kadoban [0] (kadobanmat@gateway/shell/matrix.org/x-wvkqdejuexmovazw)
08:51:27 Join mauved [0] (~q@2602:fff6:f:6713::4873)
08:51:27 Join ufdm [0] (~ufdm@c-75-72-10-216.hsd1.mn.comcast.net)
08:51:27 Join CR0W [0] (~narf@unaffiliated/em64t)
08:51:27 Join Soap [0] (~Soap@rockbox/staff/soap)
08:51:27 Join utrack [0] (~utrack@unaffiliated/utrack)
08:51:27 Join Marex [0] (~Marex@195.140.253.167)
08:51:27 Join __builtin [0] (~quassel@rockbox/developer/builtin)
08:51:27 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
08:51:27 Join blackyus17 [0] (~blackyus1@a24.f.t4vps.eu)
08:51:27 Join bzed [0] (~bzed@shell.bzed.at)
08:51:27 Join olavx200 [0] (olavx200ma@gateway/shell/matrix.org/x-hqiaqhmbawklwplr)
08:51:27 Join skrzyp [0] (~skrzyp@5.135.153.23)
08:51:27 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:51:27 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
08:51:27 Join fs-bluebot [0] (~fs-bluebo@port-92-193-44-238.dynamic.qsc.de)
08:51:27 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
08:51:27 Join TheSphinX^ [0] (~briehl@srv001.nosupamu.de)
08:51:27 Join Frans-Willem [0] (~quassel@94-210-82-195.cable.dynamic.v4.ziggo.nl)
08:51:27 Join signop1 [0] (~signop@199.180.249.106)
08:51:27 Join Lonoxmont [0] (~lonoxmont@75-139-229-57.static.rvsd.ca.charter.com)
08:51:27 Join ps-auxw [0] (~arneb@p548D4CE8.dip0.t-ipconnect.de)
08:51:27 Join St0neHead [0] (stonehead@2a01:7e00:e001:3700:6667::2)
08:51:27 Join lagfra [0] (~brasello@anon-40-107.vpn.ipredator.se)
08:51:27 Join beencubed [0] (~beencubed@209.131.238.248)
08:51:27 Join flabrus [0] (~beard@unaffiliated/flabrus)
08:51:27 Join rogeliodh [0] (~rogeliodh@135.ip-66-70-189.net)
08:51:27 Join APLU [0] (~mulx@eva.aplu.fr)
08:51:27 Join pystar89 [0] (~pystar89@ip5f590085.dynamic.kabel-deutschland.de)
08:51:27 Join yukinchan [0] (~asaba@103.113.159.184)
08:51:27 Join kugel [0] (~kugel@rockbox/developer/kugel)
08:51:27 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
08:51:27 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g)
08:51:27 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
08:51:27 Join Jack87 [0] (~Jack87@nasadmin/admin/jack87)
08:51:27 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
08:51:27 Join fauweh [0] (~root@ithaqua.unzane.com)
08:51:27 Join kirvesAxe [0] (kirvesaxe@aulis.sange.fi)
08:51:27 Join copper [0] (~copper@unaffiliated/copper)
08:51:27 Join rasher [0] (~rasher@rockbox/developer/rasher)
08:51:27 Join pl44c [0] (~pl44c@51.15.135.214)
08:51:27 Join @ChanServ [0] (ChanServ@services.)
08:51:27 Join bremner [0] (~bremner@debian/developer/bremner)
08:51:27 Join plum [0] (~plum@unaffiliated/plum)
08:51:27 Join Tsesarevich [0] (Tsesarevic@fluxbuntu/founder/joejaxx)
08:51:27 Join shrizza [0] (~shrizza@oki-dc-urasoe01-187.glbb.ne.jp)
08:51:27 Join igitoor [0] (igitur@unaffiliated/contempt)
08:51:27 Join ender| [0] (~ender1@2a01:260:4094:1:6045:6fff:fedd:cbf3)
08:51:27 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
08:51:27 Join Xeha [0] (~Xeha@unaffiliated/k1773r)
08:51:27 Join Huntereb [0] (~Huntereb@d-69-161-102-241.va.cpe.atlanticbb.net)
08:51:27 Join Rondom [0] (~rondom@modo.nonmodosedetiam.net)
08:51:27 Join TorC [0] (~Tor@fsf/member/TorC)
08:51:27 Join paulk-leonov [0] (~paulk-leo@leonov.paulk.fr)
08:51:27 Join rudi_s [0] (~simon@bmi.informatik.uni-erlangen.de)
08:51:27 Join toruvinn [0] (~toruvinn@77-255-69-84.adsl.inetia.pl)
08:51:27 Join SammysHP [0] (~SammysHP@faol.sammyshp.de)
08:51:27 Join xcin [0] (~x@159.203.132.140)
08:51:27 Join ParkerR [0] (~ParkerR@unaffiliated/parkerr)
08:51:27 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
08:51:27 Join CommunistWitchDr [0] (quassel@24-217-39-226.dhcp.stls.mo.charter.com)
08:51:27 Join aevin [0] (eivindsy@unaffiliated/aevin)
08:51:27 Join Strife89 [0] (uid399903@gateway/web/irccloud.com/x-wijanpsagwuebodl)
08:51:27 Join vup [0] (~~~~@46.101.193.235)
08:51:27 Join atsampson [0] (~ats@cartman.offog.org)
08:51:27 Join marex-cloud [0] (sid137234@gateway/web/irccloud.com/x-bjljvfezwgvgiaql)
08:51:27 Join benedikt93_ [0] (~quassel@unaffiliated/benedikt93)
08:51:27 Join Topy44 [0] (SFWWNM7V9a@bellatrix.uberspace.de)
08:51:30 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de)
09:00
09:47:53 Join Rower [0] (~husvagn@m83-185-92-83.cust.tele2.se)
09:58:52 Join petur [0] (~petur@80.169.83.226)
09:58:52 Quit petur (Changing host)
09:58:52 Join petur [0] (~petur@rockbox/developer/petur)
10:00
10:25:19 Join krabador [0] (~krabador@unaffiliated/krabador)
10:25:30 Join dys [0] (~dys@2003:5b:203b:100:a64c:c8ff:fef4:13a6)
10:51:21***Saving seen data "./dancer.seen"
11:00
11:15:20 Join zalckos [0] (~avocado@82.169.55.180)
11:16:53 Join pamaury [0] (~pamaury@maths.r-prg.net.univ-paris7.fr)
11:16:53 Quit pamaury (Changing host)
11:16:53 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
11:21:01 Quit zalckos (Quit: Leaving)
11:21:19 Join zalckos [0] (~avocado@82.169.55.180)
11:23:28 Quit krabador (Remote host closed the connection)
11:49:17 Quit zalckos (Ping timeout: 265 seconds)
11:49:44 Nick shapeless is now known as sh4 (shapeless@2001:41d0:401:3100::8a33)
11:50:14 Nick sh4 is now known as Guest84977 (shapeless@2001:41d0:401:3100::8a33)
12:00
12:05:21 Nick Guest84977 is now known as sh4 (shapeless@2001:41d0:401:3100::8a33)
12:05:39 Quit sh4 (Changing host)
12:05:39 Join sh4 [0] (shapeless@unaffiliated/sh4)
12:43:18 Join krabador [0] (~krabador@unaffiliated/krabador)
12:51:25***Saving seen data "./dancer.seen"
13:00
13:13:01 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-sylbiedequfnpzku)
13:50:33 Part Huntereb ("See ya!")
14:00
14:23:52 Quit St3ak (Write error: Connection reset by peer)
14:27:06 Quit funman_ (Changing host)
14:27:06 Join funman_ [0] (~fun@rockbox/developer/funman)
14:34:31***Invited to #Vicson by Migi81!0e8b39b6@14.139.57.182
14:35:55 Join St3ak [0] (~st3ak@st3ak3000.powered.by.lunarbnc.net)
14:41:35 Join massiveH [0] (~massiveH@ool-18e4eaeb.dyn.optonline.net)
14:51:28***Saving seen data "./dancer.seen"
16:00
16:25:34 Quit massiveH (Quit: Leaving)
16:29:16 Join genesis [0] (~quassel@unaffiliated/genesis)
16:51:32***Saving seen data "./dancer.seen"
16:57:25 Join reductum [0] (~weechat@cpe-104-32-77-28.socal.res.rr.com)
17:00
17:07:12 Quit genesis (Ping timeout: 268 seconds)
17:12:47 Quit Ruhan (Quit: Connection closed for inactivity)
17:18:10 Join sweep [0] (~quassel@ucopia.adista.fr)
17:18:29 Quit petur (Quit: Connection reset by beer)
17:18:52 Nick sweep is now known as genesis (~quassel@ucopia.adista.fr)
17:18:54 Quit genesis (Changing host)
17:18:54 Join genesis [0] (~quassel@unaffiliated/genesis)
17:40:25 Quit krabador (Remote host closed the connection)
18:00
18:39:03genesishttps://www.rockbox.org/wiki/AgptekRocker i wonder if such device run hiby OS
18:39:22genesisdon't find any relevant information on this linux distribution
18:41:03genesisthey are a bunch of Ingenic X1000 player on the market, does someone sucess du cross-compiled and run custom linux software on such plateform
18:41:29genesisi would be interesting to have a sbc xq solution.
18:45:31 Quit pamaury (Quit: Konversation terminated!)
18:51:35***Saving seen data "./dancer.seen"
18:59:50 Quit dys (Ping timeout: 250 seconds)
19:00
19:02:36 Join ZincAlloy [0] (~Adium@2a02:8108:9440:dfc:8473:dba3:7d79:f423)
19:09:10 Join lebellium [0] (~lebellium@89-92-253-148.hfc.dyn.abo.bbox.fr)
19:42:11 Join MrZeus [0] (~MrZeus@88-145-73-210.host.pobb.as13285.net)
19:48:16 Quit Jinx (Ping timeout: 240 seconds)
19:58:38 Join Jinx [0] (~Jinx@unaffiliated/jinx)
20:00
20:18:05 Join Ruhan [0] (uid76353@gateway/web/irccloud.com/x-utsaswuezawhazfe)
20:25:19 Join krabador [0] (~krabador@unaffiliated/krabador)
20:51:37***Saving seen data "./dancer.seen"
21:00
21:05:16 Join dys [0] (~dys@2a01:598:918e:5f87:9eb6:d0ff:feee:f529)
21:41:16 Quit Rower (Quit: Hmmm...)
21:45:43 Quit genesis (Ping timeout: 265 seconds)
21:47:04 Join sweep [0] (~quassel@ucopia.adista.fr)
21:59:29 Nick sweep is now known as genesis (~quassel@ucopia.adista.fr)
21:59:34 Quit genesis (Changing host)
21:59:34 Join genesis [0] (~quassel@unaffiliated/genesis)
22:00
22:08:00 Join TheSilentLink [0] (~TheSilent@unaffiliated/thesilentlink)
22:17:16Lonoxmontusually select+menu
22:17:19Lonoxmontbut it depends on the game
22:17:30Lonoxmontsometimes that just gets you to the menu
22:17:50Lonoxmontthe button in the middle yes
22:18:32Lonoxmontif all else fails, you can hold that combo to force a reboot
22:18:44Lonoxmonttheres like one game where i had to do that
22:25:00Lonoxmontdepends on what you are doing with the ipod
22:25:07Lonoxmontand age of the battery etc
22:25:17Lonoxmontfwiw it is possible to replace the battery
22:25:29Lonoxmontjust need to get ahold of one and the needed tools
22:25:52Lonoxmontrockbox can play a lot more formats than the original ipod firmware
22:26:00Lonoxmontthats one of the major selling points
22:26:02bertrikWe put quite some effort in optimising battery current in rockbox
22:26:24bertrikIn general I mean, I don't know the details of a specific device
22:26:43Lonoxmontprobably want to look into replacing it
22:26:55Lonoxmontunless you still get decent runtime of course
22:27:01Lonoxmontif it aint broke dont fix it
22:27:18Lonoxmontafaik its in software but i defer to the experts here
22:27:35Lonoxmontreally on mine the hard drive eats the most battery
22:28:10Lonoxmonti have ordered the iflash kit and am going to be replacing it with microsd storage and replace the battery while im in there
22:28:26Lonoxmontleast thats the plan
22:30:17Lonoxmontso long as you follow the ifixit guide it should be relatively straightforward, but yeah its up to you
22:30:38Lonoxmontim personally ok with getting to try and fix it if its broke, especially since my battery is already faulty
22:31:03Lonoxmontits all ribbon cables inside
22:31:08Lonoxmontzif latches and such
22:31:39Lonoxmontthe major gotcha is when you first open it, iirc the battery cables are a bit of a bear to get loose and are really tight when you open it up
22:31:53Lonoxmontbut once you get those out it just kinda folds open
22:35:35Lonoxmontfor my ipod the worst is spinning the drive up and down
22:35:39Lonoxmontthat eats the battery the worst
22:35:53Lonoxmontto the point where if its kinda low ive had it reboot itself from low voltage trying to spin up
22:36:22Lonoxmontthats the other reason im going to solid state storage
22:48:30 Quit lebellium (Quit: Leaving)
22:51:38***Saving seen data "./dancer.seen"
22:56:04 Quit krabador (Remote host closed the connection)
23:00
23:26:04 Join Huntereb [0] (~Huntereb@d-69-161-102-241.va.cpe.atlanticbb.net)
23:29:42 Quit ZincAlloy (Quit: Leaving.)
23:33:40 Join krabador [0] (~krabador@unaffiliated/krabador)
23:41:23 Quit krabador (Remote host closed the connection)
23:57:52 Quit Ruhan (Quit: Connection closed for inactivity)

Previous day | Next day