Doing ls -l shows that /mod is a symlink to mnt/hd2/mod
Trying to cd to /mod or mnt/hd2/mod results in:
Just installed the customised HDF on my HD, however seems all the packages have disappeared from hummypkg.org??
I've created a directory called mod on my external HDD and mounted this to mnt/hd2/mod:If you have an external disk plugged in, then is should be mounted as /media/drive1. The symlinks should all resolve to there eventually. Do you have an external disk connected? Could you post the output of the 'df -h' command?
ThanksI'm just rebuilding the package catalogue (fixing mongoose and gcc packages) - give it a minute, gcc is large and my Internet connection is slow.
I've created a directory called mod on my external HDD and mounted this to mnt/hd2/mod:
mount mnt/hd2/mod /media/drive1/mod
lrwxrwxrwx 1 root root 22 May 5 17:39 mod -> ../../media/drive1/mod
Looks like it, now successfully run opkg update, glad you posted the above showing permissions!/mnt/hd2/mod should be a symlink to /media/drive1/mod
Code:lrwxrwxrwx 1 root root 22 May 5 17:39 mod -> ../../media/drive1/mod
Maybe the missing bit is the creation of /mod on the external disk in the first place?
Installed the tinyftp however it is prompting for a username/password, do you know what these will be af123?
Yes that works, thanks. Not really very experienced with Linux, I'll add ps to my ever growing list of useful commandsThey should be HumaxFTP and 0000 but check the process list with the ps command and they should be in there. They are passed as arguments to the server.
I was thinking about whether the best solution would be to have the remote scheduling software running on an external server anyway, then get the Humax to connect to the server and pull down a list of new things to record either when it boots up or periodically. Then one could set up a dummy recording twice a day just to cause it to update the list. It would avoid having to leave it powered on all the time.
This all assumes that it's possible to inject a new recording into the reservation database anyway - has anyone tried yet? It might not be possible without killing the humaxtv process and then, with the current HDF, the box reboots. There must also be some kind of hardware timer built into the Humax to wake it up ready to record, which needs more investigation. Inserting a record into the reservation table is probably not enough.
I'm sure it's all possible but there may be a few things to tackle on the way.
You could try sending SIGHUP to the humaxtv software, often the SIGHUP is used to reload configurations.Did some crude testing...
- Adding entry to table doesn't appear on schedule as we knew. Waited over an hour to ensure the box doesn't auto-refresh.
- Adding a dummy entry on remote makes new entry show up on schedule, though not while recording.
- Putting box to sleep and waking it up makes the new entry show up on schedule, though not while recording (box stays awake while recording).
- Manually added schedules don't seem to wake box from sleep automatically.
- Adding an entry in table with different parameters (like name) work at first, but get overwritten with original values after a while, didn't notice when.
- Added an entry in the past, and after a soft reboot it kept the entry but pushed the recording forward to a late-night showing of that programme.
- Adding or deleting schedules with remote have immediate effects on table
I suspect it keeps a temporary store of it's schedule until it is flagged for an update. During an update it seems not just to load the table, but also cross-reference the programme info with the epg and update everything accordingly. While recording it only seems works from its temporary schedule.
Needs more investigation.
You could try sending SIGHUP to the humaxtv software, often the SIGHUP is used to reload configurations.
ie: # kill -HUP <pid> -- <pid> Process Id of running Humax software.
I'm a little stuck now (on the HD model). So I've set up a symlink to /media/drive1/mod usingLooks like it, now successfully run opkg update, glad you posted the above showing permissions!
when I run "opkg update" I get
Downloading http://hummypkg.org.uk/hdrfoxt2/base/Packages.gz.
wget: can't open '/Packages.gz': Read-only file system