upgrading apache to 2.2.21

2011-11-22 Thread drichards
Hello,
I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
I need to upgrade it to 2.2.21.
I tried the following:
- yum remove httpd*
- take the httpd-2.2.21.tar.gz, build it and install httpd,suexec,apxs
- then config yum to exclude httpd*
- run yum updates
I get errors because it requires httpd-mmn (it is the magic number, I
understand).
Is it possible to get the httdp-mmn in synch? I can't see this in the
apache package.
Any help is appreciated,
  Dirce
__

-- Processing Dependency: /etc/httpd/conf.d for package:
1:perl-HTML-Mason-1.42
-2.el6.noarch
-- Finished Dependency Resolution
Error: Package: 1:perl-HTML-Mason-1.42-2.el6.noarch (epel)
Requires: /etc/httpd/conf.d
Error: Package: 1:mod_auth_mysql-3.0.0-11.el6_0.1.x86_64 (sl-security)
Requires: httpd-mmn = 20051115
Error: Package: mod_perl-2.0.4-10.el6.x86_64 (sl)
Requires: httpd-mmn = 20051115
Error: Package: squirrelmail-1.4.22-2.el6.noarch (epel)
Requires: httpd
Error: Package: mod_perl-devel-2.0.4-10.el6.x86_64 (sl)
Requires: httpd-devel
Error: Package: php-5.3.3-3.el6_1.3.x86_64 (sl-security)
Requires: httpd-mmn = 20051115
Error: Package: nocpulse-common-2.0.14-3.el6.noarch (epel)
Requires: httpd
Error: Package: php-5.3.3-3.el6_1.3.x86_64 (sl-security)
Requires: httpd
Error: Package: mod_nss-1.0.8-8.el6.x86_64 (sl)
Requires: httpd


Re: upgrading apache to 2.2.21

2011-11-22 Thread Tobias Fiebig
Heho,
 I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
 I need to upgrade it to 2.2.21.
Please keep in mind that a manual installation will result in you having
to keep track of security updates.

 I tried the following:
 - yum remove httpd*
 - take the httpd-2.2.21.tar.gz, build it and install httpd,suexec,apxs
 - then config yum to exclude httpd*
 - run yum updates
 I get errors because it requires httpd-mmn (it is the magic number, I
 understand).
 Is it possible to get the httdp-mmn in synch? I can't see this in the
 apache package.
I would personally recommend creating a local package of apache 2.2.21
and then using yum localinstall. I will take a look at that anyway.

With best regards,
Tobias


Re: upgrading apache to 2.2.21

2011-11-22 Thread Tobias Fiebig
Heho,

On Tue, 2011-11-22 at 22:15 +0100, Tobias Fiebig wrote:
 I would personally recommend creating a local package of apache 2.2.21
 and then using yum localinstall. I will take a look at that anyway. 

Did take a look. See
http://bmu.wsp.wybt.net/repos/loserpms/SOURCE/httpd-2.2.21-1.sl6.1.src.rpm

Builds fine for me on x86_64, haven't tested other arch, but I assume
everything should work out just fine. Currently building rpms for
i386/x86_64, but i have to setup the unstable-repo-structure before. 

With best regards,
Tobias


Re: upgrading apache to 2.2.21

2011-11-22 Thread drichards
Thanks for your response.

 Heho,
 I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
 I need to upgrade it to 2.2.21.
 Please keep in mind that a manual installation will result in you having
 to keep track of security updates.

The reason for the upgrade is to pick up the security fixes in 2.2.21.


 I tried the following:
 - yum remove httpd*
 - take the httpd-2.2.21.tar.gz, build it and install httpd,suexec,apxs
 - then config yum to exclude httpd*
 - run yum updates
 I get errors because it requires httpd-mmn (it is the magic number, I
 understand).
 Is it possible to get the httdp-mmn in synch? I can't see this in the
 apache package.
 I would personally recommend creating a local package of apache 2.2.21
 and then using yum localinstall. I will take a look at that anyway.



I will try to create the package with rpm.


With best regards,
 Tobias


Regards,

  Dirce


Re: upgrading apache to 2.2.21

2011-11-22 Thread drichards
Tobias,
I think we both replied at about the same time. I will try the package
that you indicated.
Thanks,
  Dirce

 Heho,

 On Tue, 2011-11-22 at 22:15 +0100, Tobias Fiebig wrote:
 I would personally recommend creating a local package of apache 2.2.21
 and then using yum localinstall. I will take a look at that anyway.

 Did take a look. See
 http://bmu.wsp.wybt.net/repos/loserpms/SOURCE/httpd-2.2.21-1.sl6.1.src.rpm

 Builds fine for me on x86_64, haven't tested other arch, but I assume
 everything should work out just fine. Currently building rpms for
 i386/x86_64, but i have to setup the unstable-repo-structure before.

 With best regards,
 Tobias



Re: [SCIENTIFIC-LINUX-USERS] upgrading apache to 2.2.21

2011-11-22 Thread Pat Riehecky

On 11/22/2011 03:39 PM, Dirce Richards wrote:

Thanks for your response.


Heho,

I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
I need to upgrade it to 2.2.21.

Please keep in mind that a manual installation will result in you having
to keep track of security updates.

The reason for the upgrade is to pick up the security fixes in 2.2.21.

Are there any fixes present in 2.2.21 which are not present in 
httpd-2.2.15-9.sl6.3?


Our beloved upstream vendor backports security fixes all the time.  I 
would be surprised if there was a meaningful security issue that they 
haven't brought back.  That is one of the things they pride themselves on.


Pat

--
Pat Riehecky
Scientific Linux Developer


Re: upgrading apache to 2.2.21

2011-11-22 Thread Mark Stodola

dricha...@globalcerts.net wrote:

Thanks for your response.

  

Heho,


I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
I need to upgrade it to 2.2.21.
  

Please keep in mind that a manual installation will result in you having
to keep track of security updates.



The reason for the upgrade is to pick up the security fixes in 2.2.21.
  
This is where TUV's practices can get one confused.  They have a habit 
(for good reason) of sticking with a version number on release and 
backporting patches (including security) as needed.  Sometimes it is 
worth reading the changelog/revision history for a specific package to 
save yourself some time in the long run.


Cheers,
Mark

--
Mr. Mark V. Stodola
Digital Systems Engineer

National Electrostatics Corp.
P.O. Box 620310
Middleton, WI 53562-0310 USA
Phone: (608) 831-7600
Fax: (608) 831-9591


upgrading apache to 2.2.21

2011-11-22 Thread Tobias Fiebig
Hello,

 I think we both replied at about the same time. I will try the package
 that you indicated.

 Our beloved upstream vendor backports security fixes all the time.  I 
 would be surprised if there was a meaningful security issue that they 
 haven't brought back.  That is one of the things they pride themselves on.

If you are upgrading concerning a security fix, I'd like to point out
that Pat is more than right. 
Which CVE are you specifically looking into?


Btw:
http://bmu.wsp.wybt.net/repos/loserpms/x86_64/
http://bmu.wsp.wybt.net/repos/loserpms/i386/

Build the rpms now.

With best regards,
Tobias


Re: [SCIENTIFIC-LINUX-USERS] upgrading apache to 2.2.21

2011-11-22 Thread drichards
Pat,

I could verify that all the security fixes are included in the 2.2.15
update. But we have a customer requirement to use Apache 2.2.21.

  Dirce

 On 11/22/2011 03:39 PM, Dirce Richards wrote:
 Thanks for your response.

 Heho,
 I am running Scientific Linux 6.0, which comes with Apache 2.2.15.
 I need to upgrade it to 2.2.21.
 Please keep in mind that a manual installation will result in you
 having
 to keep track of security updates.
 The reason for the upgrade is to pick up the security fixes in 2.2.21.

 Are there any fixes present in 2.2.21 which are not present in
 httpd-2.2.15-9.sl6.3?

 Our beloved upstream vendor backports security fixes all the time.  I
 would be surprised if there was a meaningful security issue that they
 haven't brought back.  That is one of the things they pride themselves on.

 Pat

 --
 Pat Riehecky
 Scientific Linux Developer




SL6.1 installer requires internet connection?

2011-11-22 Thread Konstantin Olchanski
Hi, SL users - I have constructed an SL6 installer USB disk and it works
but after asking all the questions, right before starting to install packages,
it stops and requests that there be an active network connection. The 
installation
does not seem to proceed until the machine acquires an internet connection.

Why is this?

I am making an SL6 installer for use on machines located where internet
access is physically impossible, so is there a solution or workaround?


P.S. Let's have a flame war. Why is there no instructions for making USB
installer disks? Why is SL distributed as DVD images when none of my computers
have no DVD drives? I guess I should be glad that it is not distributed
on punch cards or paper tape.


-- 
Konstantin Olchanski
Data Acquisition Systems: The Bytes Must Flow!
Email: olchansk-at-triumf-dot-ca
Snail mail: 4004 Wesbrook Mall, TRIUMF, Vancouver, B.C., V6T 2A3, Canada


Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Connie Sieh

On Tue, 22 Nov 2011, Konstantin Olchanski wrote:


Hi, SL users - I have constructed an SL6 installer USB disk and it works
but after asking all the questions, right before starting to install packages,
it stops and requests that there be an active network connection. The 
installation
does not seem to proceed until the machine acquires an internet connection.

Why is this?


How did you make the USB image?



I am making an SL6 installer for use on machines located where internet
access is physically impossible, so is there a solution or workaround?



There is a solution to this but I need to know the answer to the above 
question.




P.S. Let's have a flame war. Why is there no instructions for making USB
installer disks? Why is SL distributed as DVD images when none of my computers
have no DVD drives? I guess I should be glad that it is not distributed
on punch cards or paper tape.


Yep , it is good that it is not available on paper tape nor cassette 
tape.


We are working on providing a usb image similar to what was available on 
SL 5.


-Connie Sieh






Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Konstantin Olchanski
On Tue, Nov 22, 2011 at 04:09:15PM -0600, Connie Sieh wrote:
 On Tue, 22 Nov 2011, Konstantin Olchanski wrote:
 
 Hi, SL users - I have constructed an SL6 installer USB disk and it works
 but after asking all the questions, right before starting to install 
 packages,
 it stops and requests that there be an active network connection. The 
 installation
 does not seem to proceed until the machine acquires an internet connection.
 
 Why is this?
 
 How did you make the USB image?


Same as any bootable USB disk. Partition the USB disk, mkfs, rsync bootable
filesystem contents, install boot loader.

As follows:

1) Partition table looks like this:

Disk /dev/sdc: 7996 MB, 7996440576 bytes
224 heads, 56 sectors/track, 1245 cylinders
Units = cylinders of 12544 * 512 = 6422528 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sdc1   *   11245 7808612   83  Linux

NOTE: you need to repartition with -H224 -S56 (or whatever) because
I see some USB disks come with random heads and sectors settings.

NOTE2: note boot flag

2) mke2fs -j /dev/sdc1 as normal, mount /dev/sdc1 /mnt/dst

3) rsync -av /triumfcs/mirror/SL/6.1/x64_64/os /mnt/dst (same contents as 
http://ftp.scientificlinux.org/linux/scientific/6.1/x86_64/os)

4) directory Packages is probably not needed

5) rsync -av .../SL-61-x86_64-2011-11-09-Everything-DVD1.iso 
.../SL-61-x86_64-2011-07-27-Everything-DVD2.iso /mnt/dst

6) cd /mnt/dst, setup extlinux (since the original uses isolinux). I use 
extlinux, mbr.bin, menu.c32 from extlinux-3.86.

6a) cat mbr.bin  /dev/sdc, ./extlinux -i . (notice the dot)
6b) extlinux.conf is a copy of isolinux.cfg with vesamenu.c32 replaced by 
menu.c32 from extlinux-3.86

7) umount /dev/sdc, try to boot it.

 I am making an SL6 installer for use on machines located where internet
 access is physically impossible, so is there a solution or workaround?
 
 
 There is a solution to this but I need to know the answer to the
 above question.


Ideally, I would like the installer run from the Packages directory rather
than the DVD iso images.


-- 
Konstantin Olchanski
Data Acquisition Systems: The Bytes Must Flow!
Email: olchansk-at-triumf-dot-ca
Snail mail: 4004 Wesbrook Mall, TRIUMF, Vancouver, B.C., V6T 2A3, Canada


Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Christopher Tooley
On 2011-11-22, at 3:18 PM, Konstantin Olchanski wrote:

 On Tue, Nov 22, 2011 at 04:09:15PM -0600, Connie Sieh wrote:
 On Tue, 22 Nov 2011, Konstantin Olchanski wrote:
 
 Hi, SL users - I have constructed an SL6 installer USB disk and it works
 but after asking all the questions, right before starting to install 
 packages,
 it stops and requests that there be an active network connection. The 
 installation
 does not seem to proceed until the machine acquires an internet connection.
 
 Why is this?
 
 How did you make the USB image?
 
[snip]

Hello All,

You might also be able to make a bootable USB stick by using the tool found 
here:

https://fedorahosted.org/liveusb-creator/

You can select any Live CD you wish I think.
:)

-Chris

Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Connie Sieh

On Tue, 22 Nov 2011, Konstantin Olchanski wrote:


On Tue, Nov 22, 2011 at 04:09:15PM -0600, Connie Sieh wrote:

On Tue, 22 Nov 2011, Konstantin Olchanski wrote:


Hi, SL users - I have constructed an SL6 installer USB disk and it works
but after asking all the questions, right before starting to install packages,
it stops and requests that there be an active network connection. The 
installation
does not seem to proceed until the machine acquires an internet connection.

Why is this?


How did you make the USB image?



Same as any bootable USB disk. Partition the USB disk, mkfs, rsync bootable
filesystem contents, install boot loader.

As follows:

1) Partition table looks like this:

Disk /dev/sdc: 7996 MB, 7996440576 bytes
224 heads, 56 sectors/track, 1245 cylinders
Units = cylinders of 12544 * 512 = 6422528 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

  Device Boot  Start End  Blocks   Id  System
/dev/sdc1   *   11245 7808612   83  Linux

NOTE: you need to repartition with -H224 -S56 (or whatever) because
I see some USB disks come with random heads and sectors settings.

NOTE2: note boot flag

2) mke2fs -j /dev/sdc1 as normal, mount /dev/sdc1 /mnt/dst

3) rsync -av /triumfcs/mirror/SL/6.1/x64_64/os /mnt/dst (same contents as 
http://ftp.scientificlinux.org/linux/scientific/6.1/x86_64/os)

4) directory Packages is probably not needed

5) rsync -av .../SL-61-x86_64-2011-11-09-Everything-DVD1.iso 
.../SL-61-x86_64-2011-07-27-Everything-DVD2.iso /mnt/dst



So you should have a /images directory on your usb drive.  Copy the 
/images/updates.img and /images/product.img from 
.../SL-61-x86_64-2011-11-09-Everything-DVD1.iso to /images directory of 
the usb drive.



6) cd /mnt/dst, setup extlinux (since the original uses isolinux). I use 
extlinux, mbr.bin, menu.c32 from extlinux-3.86.

6a) cat mbr.bin  /dev/sdc, ./extlinux -i . (notice the dot)
6b) extlinux.conf is a copy of isolinux.cfg with vesamenu.c32 replaced by 
menu.c32 from extlinux-3.86

7) umount /dev/sdc, try to boot it.


I am making an SL6 installer for use on machines located where internet
access is physically impossible, so is there a solution or workaround?



There is a solution to this but I need to know the answer to the
above question.



Ideally, I would like the installer run from the Packages directory rather
than the DVD iso images.





-Connie Sieh


Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Konstantin Olchanski
On Tue, Nov 22, 2011 at 03:39:16PM -0800, Christopher Tooley wrote:
 
 You might also be able to make a bootable USB stick by using the tool found 
 here:
 https://fedorahosted.org/liveusb-creator/
 
 You can select any Live CD you wish I think.


But I am not making a Live CD. I am making an Installer disk. But perhaps the 
tool is misnamed.


-- 
Konstantin Olchanski
Data Acquisition Systems: The Bytes Must Flow!
Email: olchansk-at-triumf-dot-ca
Snail mail: 4004 Wesbrook Mall, TRIUMF, Vancouver, B.C., V6T 2A3, Canada


problem downloading SL 5.7 disc 1

2011-11-22 Thread Jerome Roccaz
Hi all,

as SL6 does not have the usr/X11R6 directory and template files for imake, I
want to try with SL 5.7.

I've download successfully disc 2 on
ftp://ftp1.scientificlinux.org/linux/scientific/57/iso/i386/dvd/ but disc1
file systematically at 83.6Mb.
Is there a pb with the server?
Can I download this file from another place?

thanks


Re: SL6.1 installer requires internet connection?

2011-11-22 Thread Petter Olsson
This is what I always used: http://unetbootin.sourceforge.net/

Sent from my iPhone

On 23.11.2011, at 02:22, Konstantin Olchanski olcha...@triumf.ca wrote:

 On Tue, Nov 22, 2011 at 03:39:16PM -0800, Christopher Tooley wrote:

 You might also be able to make a bootable USB stick by using the tool found 
 here:
 https://fedorahosted.org/liveusb-creator/

 You can select any Live CD you wish I think.


 But I am not making a Live CD. I am making an Installer disk. But perhaps 
 the tool is misnamed.


 --
 Konstantin Olchanski
 Data Acquisition Systems: The Bytes Must Flow!
 Email: olchansk-at-triumf-dot-ca
 Snail mail: 4004 Wesbrook Mall, TRIUMF, Vancouver, B.C., V6T 2A3, Canada