Your idea sounds plausible to me, but best give the OP a chance to reply...My post 19 seems to have gone un-noticed.
It does. Click the document icon to the right of the media icon, select Code, and you get a sub-window to paste the code block into (or type in directly).Shame the editor doesn't have a button for code blocks btw.
Not all that obtuse - there is a heading in the newbies' guide "Code Listings and Terminal Output". And Trev could do with some tuition in the [plain]...[/plain] tags.I suspect that you obtusely mean the [code] / [/code] thingies
Ah, nice, ta. But wow, I would never have found that (how did you?) - I hovered over every button and "Insert..." didn't trigger anything for me. The editor is quite different to what I'm used to on other forums...It does. Click the document icon to the right of the media icon, select Code, and you get a sub-window to paste the code block into (or type in directly).
It's certainly strange. Everything looks good so far based on what you have posted.Sorry to waffle on so much, out of my depth really, but it's become a personal challenge now to try to get to the bottom of this.
Any help is as always, much appreciated!
Probably because of your snotogram in post #18BH said:My post 19 seems to have gone un-noticed.
Yeah, right, really obvious how to do it aint it.BH said:It does. Click the document icon to the right of the media icon,
af123 said:Could you first try running the filecounts diagnostic?
afr123 said:Secondly, let's try and work out which bit of the media browser is slow. Most web browsers have a way to show each request and how long it takes. With Firefox, you can use Tools->Web Developer->Network to bring up the console and then refresh the browser page. You should get a bar chart showing each request and how long it took
Black Hole said:Have you had a look at the disk contents by FTP or SMB (or Telnet ls commands)? Does it look "normal" - ie (usually) a set of four files per recording (.ts, .hmt, .nts, .thm)? There has been a recent report of failed processes creating thousands of orphaned files, which would definitely slow down the media listing!
neilski said:it would be interesting to see what you get if you do "ls -l" on it, and if it is a symbolic link, then "ls -lL" on it also, to make it follow the link and see what's at the other end.
humax# ls -l /mod/webif/html/favicon.ico
lrwxrwxrwx 1 root root 19 Jul 20 19:46 /mod/webif/html/favicon.ico -> img/fav/favicon.ico
humax# ls -lL /mod/webif/html/favicon.ico
-rw------- 1 root root 10307 Jun 24 2013 /mod/webif/html/favicon.ico
humax# ls -l img/fav/favicon.ico
ls: img/fav/favicon.ico: No such file or directory
OK, that's all precisely what I get on my box, so nothing amiss there (the last one fails simply because it's a relative symbolic link - i.e. it's a path relative to the location of the link itself, hence it points at /mod/webif/html/img/fav/favicon.ico). Even the file has the same size and timestamp. I have no idea why fix-flash-packages threw up those errors.This gave me:
Code:humax# ls -l /mod/webif/html/favicon.ico[...]
neilski said:could you see what "df" and "df -i" give? (They show free disk space, and free inodes respectively.)
humax# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 17536 17536 0 100% /
tmpfs 62508 60 62448 0% /tmp
tmpfs 62508 0 62508 0% /media
/dev/mtdblock1 2048 536 1512 26% /var/lib/humaxtv
/dev/mtdblock2 2048 412 1636 20% /var/lib/humaxtv_backup
/dev/sda1 1032088 46116 933544 5% /mnt/hd1
/dev/sda2 1911506492 1410714892 500791600 74% /mnt/hd2
/dev/sda3 10321208 796164 9000756 8% /mnt/hd3
humax# df -i
Filesystem Inodes Used Available Use% Mounted on
/dev/root 1929 1929 0 100% /
tmpfs 15627 19 15608 0% /tmp
tmpfs 15627 4 15623 0% /media
/dev/mtdblock1 0 0 0 0% /var/lib/humaxtv
/dev/mtdblock2 0 0 0 0% /var/lib/humaxtv_backup
/dev/sda1 65536 15 65521 0% /mnt/hd1
/dev/sda2 121380864 11120 121369744 0% /mnt/hd2
/dev/sda3 655360 16 655344 0% /mnt/hd3