Sponsored Content
Full Discussion: openserver 5.0.6 media need
Operating Systems SCO openserver 5.0.6 media need Post 302583600 by h0tw1r3 on Tuesday 20th of December 2011 11:26:13 PM
Old 12-21-2011
I'm in the same boat. Looking to redo an ancient (and quite fubar) install of 5.0.4. I'd prefer not to shell out $$ for 5.0.7v. From what I understand a 5.0.4 license works up to 5.0.6.

As for the email, wish I could. I'm a long time lurker with not enough posts to PM or email Smilie
 

10 More Discussions You Might Find Interesting

1. SCO

Openserver 6.0.0

I spent last weekend building a new system for a client. The old (current production) system is an Acer Altos G700 with 512mb memory, dual P4 2.4ghz processors, dual channel LSI RAID controller with 4 72gb Seagate disks. This system runs SCO 5.0.7 with MPX and all the patches applied. The test... (4 Replies)
Discussion started by: jgt
4 Replies

2. SCO

Looking for openserver 5.0.5 media kit

Hello We are running a pretty old system here which needs to be re-installed. Unfortunately even if all my licences are okay, my install CD are missing in the box. I contacted sco in order to get these media kit, with no luck (product discontinued) I was wondering if some good pal would... (5 Replies)
Discussion started by: qube001
5 Replies

3. SCO

OpenServer 5.0.6 Media Needed

I have a client with 5.0.6 who wants to migrate to new hardware. We have in our posession all appropriate paper software licenses. Over the years the media has vanished Can anyone assist with locating an ISO or actual CD containing OpenServer 5.0.6, please? Thank you (9 Replies)
Discussion started by: theantisco
9 Replies

4. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

5. Fedora

media server?

Hi All, I have so many picture of my kids, and movies and videos. I really want to create media server. After doing some research on the internet, I am going to install Ubuntu media server. This old server I have has two disk drive. I was thinking about mirroring that. After that I want to... (5 Replies)
Discussion started by: samnyc
5 Replies

6. SCO

SCO OpenServer 5.0.4 Media Needed

Greetings, I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these? Thanks Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies

7. SCO

Sco media needed for openserver 5.0.6

Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6. Best regards, Paolo (1 Reply)
Discussion started by: elnino981
1 Replies

8. HP-UX

HP-UX media B.11.11

I need to reinstall The OS on rp3440 system and need HPUX B.11.11 media for risc processor. Can anyone help me? (2 Replies)
Discussion started by: Lapfa01
2 Replies

9. SCO

Need SCO 5.0.6 openserver media kit

hello everyone i need a copy of sco 5.0.6 iso for isntall a new server crash I read in a post that someone uploaded to an ftp an iso but I did not find the ftp any can helpme? (7 Replies)
Discussion started by: mjgeddo
7 Replies

10. SCO

SCO OpenServer 5.0.6 media needed

My media disk is unusable. Can someone provide me an ISO for Openserver 5.0.6? Thank you. Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies
MAILMAN2LURKER(8)					      Administrative commands						 MAILMAN2LURKER(8)

NAME
mailman2lurker - Import mailman lists and their archives into a lurker database. SYNOPSIS
mailman2lurker -i|-p [options] DESCRIPTION
mailman2lurker has mainly two functions. First, it parses mailman's lists and creates a lurker configuration include out of them. Second, it imports archives from mailman lists into a lurker database. To build a new lurker database from mailmans archives, first run 'mailman2lurker -p'. Next you need to add 'include = /etc/lurker/lurker.conf.mailman' into /etc/lurker/lurker.conf.local. Finally import mailmans mboxes by running 'mailman2lurker -i'. If you want to add new lists to an already existing lurker configuration, run 'mailman2lurker -p -w newlists' and afterwards 'mailman2lurker -i -f newlists'. This will import only the mbox files of mailman lists that have been added to the lurker configuration because they were new to lurker. COMMANDS
-p, --parse Parse mailman lists, and create a lurker configuration include file containing all parsed lists. Lists that are already configured in lurker are ignored. -i, --import Import archives of all lists. This parses the lurker configuration and imports the mailman mbox at /var/lib/mailman/archives/private/<list>.mbox/<list>.mbox for every list. OPTIONS
-c, --config <config> Use <config> as lurker configuration file. Default: /etc/lurker/lurker.conf -o, --outfile <outfile> Write list configuration to <outfile>. If this is not specified, <lurker.conf>.mailman will be used. This option is only useful in conjunction with -p. -g, --group <group> Use <group> for new lists. Default is 'undef'. This option is only useful in conjunction with -p. -a, --listhost <listhost> Use <listhost> as host for new list addresses. If a new list is called 'mylist' and <listhost> is lists.org, then the list address will be mylist@lists.org. Default is 'example.org'. This option is only useful in conjunction with -p. -l, --link <url link> Use <url link> as base for links of new lists. If a list is called 'mylist', and <url link> is 'http://lists.org', then the link address will be http://lists.org/mylist. Default is 'http://example.org'. This option is only useful in conjunction with -p. -s, --lang <language> Use <language> as language for new lists. Needs to be a language token. Default is 'en'. This option is only useful in conjunction with -p. -w, --write-lists <file> Write a list of all lists that have been added to the lurker configuration. Safe that list in <file>. Default is off. This option is only useful in conjunction with -p. -x, --list-cmd <file> Use <command|file> to get the list of mailman lists that should be parsed. When <command|file> is a command, it needs to end with ' |'. Default is '/var/lib/mailman/bin/list_lists |'. This option is only useful in conjunction with -p. -f, --listfile <file> Import only lists that are listed in <file>. This option is only useful in conjunction with -i. -d, --lists <one[,two,...]> Import only lists that are given as argument. This option is only useful in conjunction with -i. -h, --help Display a help message. -v, --version Display mailman2lurker's version number. SEE ALSO
list_lists(8), lurker-index(8) AUTHOR
This program was written by Jonas Meurer <jonas@freesources.org>. COPYRIGHT
mailman2lurker may be copied and modified under the terms of the GNU General Public License. 2011-09-19 MAILMAN2LURKER(8)
All times are GMT -4. The time now is 07:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy