Urgent
2006-01-23 by fairlight2fairlight
Yahoo Groups archive
Index last updated: 2026-04-29 00:03 UTC
Thread
2006-01-23 by fairlight2fairlight
Can someone please tell me what a error on bootup error #228 please this is very urgent Cheers
2006-01-23 by Jean-Bernard EMOND
Hi, I have not good new's for you... It's internal microware OS-9 Error... $E4 228 PROCESS ABORTED - process aborted by signal code 2. Do you have a copy of your OS-9 disk's systems ? I think you have 2 solutions : -re-install your OS-9... -Or the HardDrive are dead or bad sector's, buy another HD and install OS-9 on this... best regards, JB Le 23 janv. 06, à 22:00, fairlight2fairlight a écrit :
> Can someone please tell me what a error on bootup > > error #228 > > please this is very urgent > Cheers > > > > > > > Yahoo! Groups Links > > > > > > >
2006-01-24 by colin.a.ross@btopenworld.com
Thanks JB I Dont have the OS-9 disks and my floppy is down. Is there someone I could send a Hard Drive to, who could format it put OS9 on it and 9.34 and check it on there own system. I will repay them with samples or one of my cards in stock. (To be listed soon) I need this in a big hurry please HELP. Regards Colin --- Jean-Bernard EMOND <jbemond@free.fr> wrote:
> Hi, > > I have not good new's for you... > > It's internal microware OS-9 Error... > $E4 228 PROCESS ABORTED - process aborted by signal > code 2. > > Do you have a copy of your OS-9 disk's systems ? > > I think you have 2 solutions : > -re-install your OS-9... > -Or the HardDrive are dead or bad sector's, buy > another HD and install > OS-9 on this... > > best regards, > > JB > > Le 23 janv. 06, à 22:00, fairlight2fairlight a écrit > : > > > Can someone please tell me what a error on bootup > > > > error #228 > > > > please this is very urgent > > Cheers > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > Fairlight-CMI-unsubscribe@yahoogroups.com > > > > >
2006-01-24 by Laurent Lemaire
Hello Colin,
I hope you'll find someone to help you in the UK. If
not, just let us know. I'm sure we can sort it out with
the stuff with have here in France. But the shipment
costs are really high from UK ...
Best regards.
Laurent.2006-01-24 by Peter Connelly
Hello Colin,
I hope you'll find someone to help you in the UK. If
not, just let us know. I'm sure we can sort it out with
the stuff with have here in France. But the shipment
costs are really high from UK ...
Best regards.
Laurent.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Fairlight-CMI/
<*> To unsubscribe from this group, send an email to:
Fairlight-CMI-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
2006-01-24 by Jean-Bernard EMOND
Hi Peter, I take this info into "Microware OS-9 Users Manual". Not from "Fairlight" but from "Microware". Cheers, JB Peter Connelly a écrit :
> Calling CJ.... Did you manage to find the document with the list of error > codes? :-) > Cheers, > Peter
2006-01-24 by Peter Connelly
Hi Peter,
I take this info into "Microware OS-9 Users Manual".
Not from "Fairlight" but from "Microware".
Cheers,
JB
Peter Connelly a écrit :
> Calling CJ.... Did you manage to find the document with the list of error
> codes? :-)
> Cheers,
> Peter
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Fairlight-CMI/
<*> To unsubscribe from this group, send an email to:
Fairlight-CMI-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
2006-01-24 by Jean-Bernard EMOND
Hi, a copy of OS-9 error code : ****** OS-9 Error Codes ****** The error codes are shown in both hexadecimal (first column) and decimal (second column). Error codes other than those listed are generated by programming languages or user programs. HEX DEC $C8 200 PATH TABLE FULL - The file cannot be opened because the system path table is currently full. $C9 201 ILLEGAL PATH NUMBER - Number too large or for non-existant path. $CA 202 INTERRUPT POLLING TABLE FULL $CB 203 ILLEGAL MODE - attempt to perform I/O function of which the device or file is incapable. $CC 204 DEVICE TABLE FULL - Can’t add another device $CD 205 ILLEGAL MODULE HEADER - module not loaded because its sync code, header parity, or CRC is incorrect. $CE 206 MODULE DIRECTORY FULL - Can’t add another module $CF 207 MEMORY FULL - Level One: not enough contiquous RAM free. Level Two: process address space full $D0 208 ILLEGAL SERVICE REQUEST - System call had an illegal code number. $D1 209 MODULE BUSY - non-sharable module is in use by another process. $D2 210 BOUNDARY ERROR - Memory allocation or deallocation request not on a page boundary. $D3 211 END OF FILE - End of file encountered on read. $D4 212 RETURNING NON-ALLOCATED MEMORY - attempted to deallocate memory not previously assigned. $D5 213 NON-EXISTING SEGMENT - device has damaged file structure. $D6 214 NO PERMISSION - file attributes do not permit access requested. $D7 215 BAD PATH NAME - syntax error in pathlist (illegal character, etc.). $D8 216 PATH NAME NOT FOUND - can’t find pathlist specified. $D9 217 SEGMENT LIST FULL - file is too fragmented to be expanded further. $DA 218 FILE ALREADY EXISTS - file name already appears in current directory. $DB 219 ILLEGAL BLOCK ADDRESS - device’s file structure has been damaged. $DC 220 ILLEGAL BLOCK SIZE - device’s file structure has been damaged. $DD 221 MODULE NOT FOUND - request for link to module not found in directory. $DE 222 SECTOR OUT OF RANGE - device file structure damaged or incorrectly formatted. $DF 223 SUICIDE ATTEMPT - request to return memory where your stack is located. $E0 224 ILLEGAL PROCESS NUMBER - no such process exists. $E2 226 NO CHILDREN - can’t wait because process has no children. HEX DEC $E3 227 ILLEGAL SWI CODE - must be 1 to 3. $E4 228 PROCESS ABORTED - process aborted by signal code 2. $E5 229 PROCESS TABLE FULL - can’t fork now. $E6 230 ILLEGAL PARAMETER AREA - high and low bounds passed in fork call are incorrect. $E7 231 KNOWN MODULE - for internal use only. $E8 232 INCORRECT MODULE CRC - module has bad CRC value. $E9 233 SIGNAL ERROR - receiving process has previous unprocessed signal pending. $EA 234 NON-EXISTENT MODULE - unable to locate module. $EB 235 BAD NAME - illegal name syntax $EC 236 BAD HEADER - module header parity incorrect $ED 237 RAM FULL - no free system RAM available at this time $EE 238 UNKNOWN PROCESS ID - incorrect process ID number $EF 239 NO TASK NUMBER AVAILABLE - all task numbers in use ****** Device Driver Errors ****** The following error codes are generated by I/O device drivers, and are somewhat hardware dependent. Consult manufacturer’s hardware manual for more details. $F0 240 UNIT ERROR - device unit does not exist. $F1 241 SECTOR ERROR - sector number is out of range. $F2 242 WRITE PROTECT - device is write protected. $F3 243 CRC ERROR - CRC error on read or write verify. $F4 244 READ ERROR - Data transfer error during disk read operation, or SCF (terminal) input buffer overrun. $F5 245 WRITE ERROR - hardware error during disk write operation. $F6 246 NOT READY - device has "not ready" status. $F7 247 SEEK ERROR - physical seek to non-existant sector. $F8 248 MEDIA FULL - insufficient free space on media. $F9 249 WRONG TYPE - attempt to read incompatible media (i.e. attempt to read double-side disk on single-side drive) $FA 250 DEVICE BUSY - non-sharable device is in use $FB 251 DISK ID CHANGE - Media was changed with files open $FC 252 RECORD IS LOCKED-OUT - Another process is accessing the requested record. $FD 253 NON-SHARABLE FILE BUSY - Another process is accessing the requested file. Peter Connelly a écrit :
> Hi JB, > > > Ah, I see. I remember CJ (who's a member of this last) mentioning (on the > Fairlight AU Forums) that he has a list of error codes for the CMI. > > Cheers, > Peter > > On 24/01/06, Jean-Bernard EMOND <jbemond@free.fr> wrote: > >>Hi Peter, >> >>I take this info into "Microware OS-9 Users Manual". >>Not from "Fairlight" but from "Microware". >> >>Cheers, >> >>JB >> >>Peter Connelly a écrit : >> >>>Calling CJ.... Did you manage to find the document with the list of >> >>error >> >>>codes? :-) >>>Cheers, >>>Peter
2006-01-24 by Peter Connelly
Hi, a copy of OS-9 error code :
****** OS-9 Error Codes ******
The error codes are shown in both hexadecimal (first column) and decimal (second
column). Error codes other than those listed are generated by programming
languages or user programs.
HEX DEC
$C8 200 PATH TABLE FULL - The file cannot be opened because the
system path table is currently full.
$C9 201 ILLEGAL PATH NUMBER - Number too large or for
non-existant path.
$CA 202 INTERRUPT POLLING TABLE FULL
$CB 203 ILLEGAL MODE - attempt to perform I/O function of which
the device or file is incapable.
$CC 204 DEVICE TABLE FULL - Can't add another device
$CD 205 ILLEGAL MODULE HEADER - module not loaded because
its sync code, header parity, or CRC is incorrect.
$CE 206 MODULE DIRECTORY FULL - Can't add another module
$CF 207 MEMORY FULL - Level One: not enough contiquous RAM
free. Level Two: process address space full
$D0 208 ILLEGAL SERVICE REQUEST - System call had an illegal
code number.
$D1 209 MODULE BUSY - non-sharable module is in use by another
process.
$D2 210 BOUNDARY ERROR - Memory allocation or deallocation
request not on a page boundary.
$D3 211 END OF FILE - End of file encountered on read.
$D4 212 RETURNING NON-ALLOCATED MEMORY - attempted to
deallocate memory not previously assigned.
$D5 213 NON-EXISTING SEGMENT - device has damaged file
structure.
$D6 214 NO PERMISSION - file attributes do not permit access
requested.
$D7 215 BAD PATH NAME - syntax error in pathlist (illegal
character, etc.).
$D8 216 PATH NAME NOT FOUND - can't find pathlist specified.
$D9 217 SEGMENT LIST FULL - file is too fragmented to be
expanded further.
$DA 218 FILE ALREADY EXISTS - file name already appears in
current directory.
$DB 219 ILLEGAL BLOCK ADDRESS - device's file structure has
been damaged.
$DC 220 ILLEGAL BLOCK SIZE - device's file structure has been
damaged.
$DD 221 MODULE NOT FOUND - request for link to module not
found in directory.
$DE 222 SECTOR OUT OF RANGE - device file structure damaged or
incorrectly formatted.
$DF 223 SUICIDE ATTEMPT - request to return memory where your
stack is located.
$E0 224 ILLEGAL PROCESS NUMBER - no such process exists.
$E2 226 NO CHILDREN - can't wait because process has no children.
HEX DEC
$E3 227 ILLEGAL SWI CODE - must be 1 to 3.
$E4 228 PROCESS ABORTED - process aborted by signal code 2.
$E5 229 PROCESS TABLE FULL - can't fork now.
$E6 230 ILLEGAL PARAMETER AREA - high and low bounds
passed in fork call are incorrect.
$E7 231 KNOWN MODULE - for internal use only.
$E8 232 INCORRECT MODULE CRC - module has bad CRC value.
$E9 233 SIGNAL ERROR - receiving process has previous
unprocessed signal pending.
$EA 234 NON-EXISTENT MODULE - unable to locate module.
$EB 235 BAD NAME - illegal name syntax
$EC 236 BAD HEADER - module header parity incorrect
$ED 237 RAM FULL - no free system RAM available at this time
$EE 238 UNKNOWN PROCESS ID - incorrect process ID number
$EF 239 NO TASK NUMBER AVAILABLE - all task numbers in use
****** Device Driver Errors ******
The following error codes are generated by I/O device drivers, and are somewhat
hardware dependent. Consult manufacturer's hardware manual for more details.
$F0 240 UNIT ERROR - device unit does not exist.
$F1 241 SECTOR ERROR - sector number is out of range.
$F2 242 WRITE PROTECT - device is write protected.
$F3 243 CRC ERROR - CRC error on read or write verify.
$F4 244 READ ERROR - Data transfer error during disk read
operation, or SCF (terminal) input buffer overrun.
$F5 245 WRITE ERROR - hardware error during disk write
operation.
$F6 246 NOT READY - device has "not ready" status.
$F7 247 SEEK ERROR - physical seek to non-existant sector.
$F8 248 MEDIA FULL - insufficient free space on media.
$F9 249 WRONG TYPE - attempt to read incompatible media ( i.e.
attempt to read double-side disk on single-side drive)
$FA 250 DEVICE BUSY - non-sharable device is in use
$FB 251 DISK ID CHANGE - Media was changed with files open
$FC 252 RECORD IS LOCKED-OUT - Another process is accessing
the requested record.
$FD 253 NON-SHARABLE FILE BUSY - Another process is accessing
the requested file.
Peter Connelly a écrit :
> Hi JB,
>
>
> Ah, I see. I remember CJ (who's a member of this last) mentioning (on the
> Fairlight AU Forums) that he has a list of error codes for the CMI.
>
> Cheers,
> Peter
>
> On 24/01/06, Jean-Bernard EMOND <jbemond@free.fr> wrote:
>
>>Hi Peter,
>>
>>I take this info into "Microware OS-9 Users Manual".
>>Not from "Fairlight" but from "Microware".
>>
>>Cheers,
>>
>>JB
>>
>>Peter Connelly a écrit :
>>
>>>Calling CJ.... Did you manage to find the document with the list of
>>
>>error
>>
>>>codes? :-)
>>>Cheers,
>>>Peter
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Fairlight-CMI/
<*> To unsubscribe from this group, send an email to:
Fairlight-CMI-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
2006-01-24 by Peter Connelly
Wicked! Cheers JB :-)Petre
On 24/01/06, Jean-Bernard EMOND <jbemond@free.fr > wrote:Hi, a copy of OS-9 error code :
****** OS-9 Error Codes ******
The error codes are shown in both hexadecimal (first column) and decimal (second
column). Error codes other than those listed are generated by programming
languages or user programs.
HEX DEC
$C8 200 PATH TABLE FULL - The file cannot be opened because the
system path table is currently full.
$C9 201 ILLEGAL PATH NUMBER - Number too large or for
non-existant path.
$CA 202 INTERRUPT POLLING TABLE FULL
$CB 203 ILLEGAL MODE - attempt to perform I/O function of which
the device or file is incapable.
$CC 204 DEVICE TABLE FULL - Can't add another device
$CD 205 ILLEGAL MODULE HEADER - module not loaded because
its sync code, header parity, or CRC is incorrect.
$CE 206 MODULE DIRECTORY FULL - Can't add another module
$CF 207 MEMORY FULL - Level One: not enough contiquous RAM
free. Level Two: process address space full
$D0 208 ILLEGAL SERVICE REQUEST - System call had an illegal
code number.
$D1 209 MODULE BUSY - non-sharable module is in use by another
process.
$D2 210 BOUNDARY ERROR - Memory allocation or deallocation
request not on a page boundary.
$D3 211 END OF FILE - End of file encountered on read.
$D4 212 RETURNING NON-ALLOCATED MEMORY - attempted to
deallocate memory not previously assigned.
$D5 213 NON-EXISTING SEGMENT - device has damaged file
structure.
$D6 214 NO PERMISSION - file attributes do not permit access
requested.
$D7 215 BAD PATH NAME - syntax error in pathlist (illegal
character, etc.).
$D8 216 PATH NAME NOT FOUND - can't find pathlist specified.
$D9 217 SEGMENT LIST FULL - file is too fragmented to be
expanded further.
$DA 218 FILE ALREADY EXISTS - file name already appears in
current directory.
$DB 219 ILLEGAL BLOCK ADDRESS - device's file structure has
been damaged.
$DC 220 ILLEGAL BLOCK SIZE - device's file structure has been
damaged.
$DD 221 MODULE NOT FOUND - request for link to module not
found in directory.
$DE 222 SECTOR OUT OF RANGE - device file structure damaged or
incorrectly formatted.
$DF 223 SUICIDE ATTEMPT - request to return memory where your
stack is located.
$E0 224 ILLEGAL PROCESS NUMBER - no such process exists.
$E2 226 NO CHILDREN - can't wait because process has no children.
HEX DEC
$E3 227 ILLEGAL SWI CODE - must be 1 to 3.
$E4 228 PROCESS ABORTED - process aborted by signal code 2.
$E5 229 PROCESS TABLE FULL - can't fork now.
$E6 230 ILLEGAL PARAMETER AREA - high and low bounds
passed in fork call are incorrect.
$E7 231 KNOWN MODULE - for internal use only.
$E8 232 INCORRECT MODULE CRC - module has bad CRC value.
$E9 233 SIGNAL ERROR - receiving process has previous
unprocessed signal pending.
$EA 234 NON-EXISTENT MODULE - unable to locate module.
$EB 235 BAD NAME - illegal name syntax
$EC 236 BAD HEADER - module header parity incorrect
$ED 237 RAM FULL - no free system RAM available at this time
$EE 238 UNKNOWN PROCESS ID - incorrect process ID number
$EF 239 NO TASK NUMBER AVAILABLE - all task numbers in use
****** Device Driver Errors ******
The following error codes are generated by I/O device drivers, and are somewhat
hardware dependent. Consult manufacturer's hardware manual for more details.
$F0 240 UNIT ERROR - device unit does not exist.
$F1 241 SECTOR ERROR - sector number is out of range.
$F2 242 WRITE PROTECT - device is write protected.
$F3 243 CRC ERROR - CRC error on read or write verify.
$F4 244 READ ERROR - Data transfer error during disk read
operation, or SCF (terminal) input buffer overrun.
$F5 245 WRITE ERROR - hardware error during disk write
operation.
$F6 246 NOT READY - device has "not ready" status.
$F7 247 SEEK ERROR - physical seek to non-existant sector.
$F8 248 MEDIA FULL - insufficient free space on media.
$F9 249 WRONG TYPE - attempt to read incompatible media ( i.e.
attempt to read double-side disk on single-side drive)
$FA 250 DEVICE BUSY - non-sharable device is in use
$FB 251 DISK ID CHANGE - Media was changed with files open
$FC 252 RECORD IS LOCKED-OUT - Another process is accessing
the requested record.
$FD 253 NON-SHARABLE FILE BUSY - Another process is accessing
the requested file.
Peter Connelly a écrit :
> Hi JB,
>
>
> Ah, I see. I remember CJ (who's a member of this last) mentioning (on the
> Fairlight AU Forums) that he has a list of error codes for the CMI.
>
> Cheers,
> Peter
>
> On 24/01/06, Jean-Bernard EMOND < jbemond@free.fr> wrote:
>
>>Hi Peter,
>>
>>I take this info into "Microware OS-9 Users Manual".
>>Not from "Fairlight" but from "Microware".
>>
>>Cheers,
>>
>>JB
>>
>>Peter Connelly a écrit :
>>
>>>Calling CJ.... Did you manage to find the document with the list of
>>
>>error
>>
>>>codes? :-)
>>>Cheers,
>>>Peter
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Fairlight-CMI/
<*> To unsubscribe from this group, send an email to:
Fairlight-CMI-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
2006-01-24 by e233dpj
-Hi Peter, Sorry to not be around for a while. We have just moved house, but still in UK (sadly)! The list of error codes we have is identical to JB Emonde's. I still haven't fixed our Series 3, but it sounds suspiciously like the same problem Colin Ross is suffering. We were told by Steve on the Fairlight Forum that it is a Waveform Supervisor problem, but I've since heard that the Harddrive may be faulty. I'm not sure about this though as I can't boot from floppy either. I understand you have moved up North. We have moved to Bromsgrove. If I send you our Waveform Supervisor card, could you test it your CMI by replacing it with yours? Fairlight Australia tell me that these cards can be swapped without any problems. If your machine boots up it will mean that our WS card is OK. If the problem is in our harddrive, would you help by accessing it and fixing the drive as much as possible (we have the CMI commands for this) or by formatting our second drive so we can install 9.34 on this? We would be more than happy to demonstrate our appreciation! Also, take care with exitting on boot-up. This can cause major problems also as 9.34 will not be fully loaded. It's also not a good idea not to switch the system power off either before boot up is completely finished! All the best, CJ -- In Fairlight-CMI@yahoogroups.com, Peter Connelly <peter.yahoogroups@g...> wrote: > > Calling CJ.... Did you manage to find the document with the list of error
> codes? :-) > > Cheers, > Peter > > On 24/01/06, Laurent Lemaire <llemaire1@f...> wrote: > > > > > > Hello Colin, > > > > I hope you'll find someone to help you in the UK. If > > not, just let us know. I'm sure we can sort it out with > > the stuff with have here in France. But the shipment > > costs are really high from UK ... > > > > Best regards. > > > > Laurent. > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > >
2006-01-24 by e233dpj
Hi Colin, We have the same problem as you and have completely stripped our CMI3 down with no luck. Try Rod Thear at Thear Technology. They used to support Fairlight at one time. He has come across this problem before. His number is 01525 841999 (there is no website), they are based in Hertfordshire UK. Hope this helps, CJ -- In Fairlight-CMI@yahoogroups.com, <colin.a.ross@b...> wrote:
> > Thanks JB > I Dont have the OS-9 disks and my floppy is down. Is > there someone I could send a Hard Drive to, who could > format it put OS9 on it and 9.34 and check it on there > own system. I will repay them with samples or one of > my cards in stock. (To be listed soon) I need this in > a big hurry please HELP. > Regards > Colin > > --- Jean-Bernard EMOND <jbemond@f...> wrote: > > > Hi, > > > > I have not good new's for you... > > > > It's internal microware OS-9 Error... > > $E4 228 PROCESS ABORTED - process aborted by signal > > code 2. > > > > Do you have a copy of your OS-9 disk's systems ? > > > > I think you have 2 solutions : > > -re-install your OS-9... > > -Or the HardDrive are dead or bad sector's, buy > > another HD and install > > OS-9 on this... > > > > best regards, > > > > JB > > > > Le 23 janv. 06, à 22:00, fairlight2fairlight a écrit > > : > > > > > Can someone please tell me what a error on bootup > > > > > > error #228 > > > > > > please this is very urgent > > > Cheers > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > Fairlight-CMI-unsubscribe@yahoogroups.com > > > > > > > > > > >
2006-01-25 by Peter Connelly
-Hi Peter,
Sorry to not be around for a while. We have just moved house, but
still in UK (sadly)!
The list of error codes we have is identical to JB Emonde's. I still
haven't fixed our Series 3, but it sounds suspiciously like the same
problem Colin Ross is suffering. We were told by Steve on the
Fairlight Forum that it is a Waveform Supervisor problem, but I've
since heard that the Harddrive may be faulty. I'm not sure about this
though as I can't boot from floppy either. I understand you have moved
up North. We have moved to Bromsgrove.
If I send you our Waveform Supervisor card, could you test it your CMI
by replacing it with yours? Fairlight Australia tell me that these
cards can be swapped without any problems. If your machine boots up it
will mean that our WS card is OK. If the problem is in our harddrive,
would you help by accessing it and fixing the drive as much as
possible (we have the CMI commands for this) or by formatting our
second drive so we can install 9.34 on this?
We would be more than happy to demonstrate our appreciation!
Also, take care with exitting on boot-up. This can cause major
problems also as 9.34 will not be fully loaded. It's also not a good
idea not to switch the system power off either before boot up is
completely finished!
All the best,
CJ
-- In Fairlight-CMI@yahoogroups.com, Peter Connelly
wrote:
>
> Calling CJ.... Did you manage to find the document with the list of
error
> codes? :-)
>
> Cheers,
> Peter
>
> On 24/01/06, Laurent Lemaire wrote:
> >
> >
> > Hello Colin,
> >
> > I hope you'll find someone to help you in the UK. If
> > not, just let us know. I'm sure we can sort it out with
> > the stuff with have here in France. But the shipment
> > costs are really high from UK ...
> >
> > Best regards.
> >
> > Laurent.
> >
> >
> >
> >
> > Yahoo! Groups Links
>; >
> >
> >
> >
> >
> >
> >
> >
>
Yahoo! Groups Links
<*>; To visit your group on the web, go to:
http://groups.yahoo.com/group/Fairlight-CMI/
<*> To unsubscribe from this group, send an email to:
Fairlight-CMI-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/