-
Hi,
I seem to have a problem getting apt-mirror to update from a network mirror to a local mirror, the contents of my /etc/apt-mirror are :-
############# config ##################
#
set base_path /other/repo
#
# if you change the base path you must create the directories below with write privlages
#
# set mirror_path $base_path/mirror
# set skel_path $base_path/skel
# set...
2008-05-16 11:34:28 UTC in APT sources mirroring tool
-
Hi
I'm having problems reading meshes from Unreal gen 1 games, specifically Unreal (227) and Klingon Honour Guard (219)
This problem also seems present in WOTgreal and UTPT, so I guess it's probably a library issue, as those two
programs and my code all have the same bug.....
Anyway my code :-
Meshes:=0;
FOR Idx:=0 TO (UnrealPackage.ExportedCount-1) DO
BEGIN;
IF...
2008-04-10 20:50:04 UTC in UT Packages
-
Ok, my setup is as follows.
SuSE Linux 10.0, running stock ppptpd (1.2.1), clients are windows XP, 2003 and Vista Home premium.
The problem is I can setup the connection at both ends and it will connect, however I cannot get any
traffic to flow along the tunnel from the windows end to the linux end, I cannot even ping the remote
IP address. From the Linux end under windows XP I have no...
2007-07-11 10:13:49 UTC in Poptop
-
Thanks for the prompt reply.
So to read and write a file you would open it as append, move to position you wanted to write and then write the data. ?
Not being able to truncate is not a problem at the moment :) as I just need to be able to seek, read and write.
Thanks.
Phill.
2005-09-25 12:22:11 UTC in Embedded Filesystems Library
-
Hi,
Does the library support the ability to open a file for read and write ? Also can you open a file change the file pointer and then write a block, without truncating.
The documentation would sugest not, as there are no functions documented for moving the file pointer, however browsing the code the functions do exist ?
Cheers.
Phill.
2005-09-25 02:41:10 UTC in Embedded Filesystems Library