Re: Viewing IPS in authusers table

2007-03-02 Thread Nick Holland
maxracks wrote: > Hello, > I am trying to view the IP's listed in the authusers table and the > authpf_users. > Does anyone know the command to show this? im sure this is an easy one. It's just a table, do as you do any other table... # pfctl -t authpf_users -T show 68.43.117.34 But this i

Re: pf rules

2007-03-02 Thread Bryan Irvine
On 3/2/07, Pedro Drimel Neto <[EMAIL PROTECTED]> wrote: In a rule: pass in on dc0 from 192.168.0.0/24 to any port www If a webserver is running on firewall box, the network 192.168.0.0/24 will access it. Is there another way to introduce this rule? Cause I don't want that the network access t

Re: Max amount of RAM

2007-03-02 Thread Jason George
>> Hello folks, >> >> I was curious about the maximum amount of RAM an OpenBSD system will >> recognize. Is there any way at all to get it to recognize more? Kernel >> recompile? Sysctl options? >> >> I've browsed through the archives here a bit and have found a few answers >> relating to

Viewing IPS in authusers table

2007-03-02 Thread maxracks
Hello, I am trying to view the IP's listed in the authusers table and the authpf_users. Does anyone know the command to show this? im sure this is an easy one. -- View this message in context: http://www.nabble.com/Viewing-IPS-in-authusers-table-tf3337112.html#a9281117 Sent from the openbsd user

Re: X package sets not listed in MD5

2007-03-02 Thread Antti Harri
On Fri, 2 Mar 2007, Stuart Henderson wrote: MD5 is built as part of the main OS release (/usr/src/etc/Makefile); X is built separately. I know but appending the information to the existing files would be great. Or even with separate files as Matthew suggested. Another possibility is to have di

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Hannah Schroeter
Hello! On Fri, Mar 02, 2007 at 08:40:37PM +0100, Henning Brauer wrote: >* Lars D. Nood??n <[EMAIL PROTECTED]> [2007-03-02 20:28]: >> On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: >> > A "See fstab(5) for types of supported filesystems" in the already >> > excellent man page would have been helpful.

Re: pf rules

2007-03-02 Thread Fred Crowson
Pedro Drimel Neto wrote: In a rule: pass in on dc0 from 192.168.0.0/24 to any port www If a webserver is running on firewall box, the network 192.168.0.0/24 will access it. Is there another way to introduce this rule? Cause I don't want that the network access the webserver on firewall box.

Re: failover default route with ospf

2007-03-02 Thread Stuart Henderson
On 2007/03/02 15:18, Chris Black wrote: > I have ospfd running on the machines and all the routers are talking to > eachother and seeing eachother as evidenced by output of various ospfctl > commands. My main problem is that ospf does not seem to be changing my > default route for the internal rout

Re: Migrate to OpenBSD + OpenBGP

2007-03-02 Thread Dan Farrell
If you are new to OpenBSD and OpenBGP then I would- a) setup a test box not in your production path b) request your providers set up second peer sessions each, with each 'second session' going to the test box c) get comfy with OpenBSD and OpenBGP with those two full tables from your peers, just li

failover default route with ospf

2007-03-02 Thread Chris Black
I have four router/firewalls that are all interconnected (each one to every other with a direct crossover link). Two of these are external-facing and have interfaces connected to the internet and our DMZ. The other two are internal-facing and have connections to our internal networks. I am already

Re: [OpenBSD] DST patch for OpenBSD 3.5

2007-03-02 Thread MH
On Fri, Mar 02, 2007 at 09:14:28AM -0800, bruce bres wrote: > Is there a timezone.patch available for OpenBSD 3.5 to fix the DST dates for > 2007? I have looked on http://openbsd.org/errata35.html but find nothing. > I really do not want to upgrade the server to 4.0 right now. > > > thanks > >

Re: usb serial port

2007-03-02 Thread Greg Thomas
On 3/2/07, Bryan Irvine <[EMAIL PROTECTED]> wrote: OK someone smack me with a cluestick because I cannot find the answer for this anywhere. I've got a usb -> serial adapter and cannot figure out what port to tell minicom to use. Keyspans aren't supported. Check the archives for some sugges

Re: X package sets not listed in MD5

2007-03-02 Thread Matthew R. Dempsky
On Fri, Mar 02, 2007 at 01:01:22PM -0600, Matthew R. Dempsky wrote: > What about a patch like this? (Just a proof of concept; completely > untested.) Sorry, copy/paste mangled the tabs in that. It also occured to me the sort invocations are probably unnecessary. Index: Makefile

Re: usb serial port

2007-03-02 Thread Nick !
On 3/2/07, Bryan Irvine <[EMAIL PROTECTED]> wrote: OK someone smack me with a cluestick because I cannot find the answer for this anywhere. I've got a usb -> serial adapter and cannot figure out what port to tell minicom to use. ugen0 at uhub1 port 1 ugen0: Keyspan USA-19QI serial, rev 1.00/

Re: usb serial port

2007-03-02 Thread Otto Moerbeek
On Fri, 2 Mar 2007, Bryan Irvine wrote: > OK someone smack me with a cluestick because I cannot find the answer > for this anywhere. > > I've got a usb -> serial adapter and cannot figure out what port to > tell minicom to use. > ugen0 at uhub1 port 1 > ugen0: Keyspan USA-19QI serial, rev 1.00/8

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Henning Brauer
* Lars D. Nood??n <[EMAIL PROTECTED]> [2007-03-02 20:28]: > On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: > > A "See fstab(5) for types of supported filesystems" in the already > > excellent man page would have been helpful. Or is this seen as > > already overly obvious? > > It was one of the first

pf rules

2007-03-02 Thread Pedro Drimel Neto
In a rule: pass in on dc0 from 192.168.0.0/24 to any port www If a webserver is running on firewall box, the network 192.168.0.0/24 will access it. Is there another way to introduce this rule? Cause I don't want that the network access the webserver on firewall box. Is there some way of rule l

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Miod Vallat
> It was one of the first things I checked. From fstab's man page: > "ext2fs A local Linux compatible ext2fs filesystem." > > So, it is, in principle, supported. But maybe there is a package missing? > See the context below in which newfs gives the error. Well, do you want to mount

usb serial port

2007-03-02 Thread Bryan Irvine
OK someone smack me with a cluestick because I cannot find the answer for this anywhere. I've got a usb -> serial adapter and cannot figure out what port to tell minicom to use. Dmesg: [ using 357380 bytes of bsd ELF symbol table ] console out [ATY,RageM3pA]console in [keyboard] ADB found usin

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: > A "See fstab(5) for types of supported filesystems" in the already > excellent man page would have been helpful. Or is this seen as > already overly obvious? It was one of the first things I checked. From fstab's man page: "ext2fs A loca

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
On Fri, 2 Mar 2007, Paul de Weerd wrote: > [snip] You might want to check out chapter 9 of the very nice FAQ > OpenBSD has, find it on http://www.openbsd.org/faq/faq9.html ... [snip] Thanks. It's useful, but neither ch 9 nor ch 14 explicitly show an OpenBSD analog to this from the other system:

Re: DST patch for OpenBSD 3.5

2007-03-02 Thread Mike Lockhart
Correction, I applied the patch to the 4.0 timezone files, then ran a diff between the 4.0 timezone files and the 3.2 timezone files to create patches for 3.2, applied the patches, and built accordingly. Regards, Mike Lockhart =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Mike Lockhart

Re: X package sets not listed in MD5

2007-03-02 Thread Matthew R. Dempsky
On Fri, Mar 02, 2007 at 02:55:25PM +, Stuart Henderson wrote: > MD5 is built as part of the main OS release (/usr/src/etc/Makefile); > X is built separately. What about a patch like this? (Just a proof of concept; completely untested.) Index: Makefile ===

Re: DST patch for OpenBSD 3.5

2007-03-02 Thread Mike Lockhart
Using the 4.0 patches, I did a diff on 3.2 timezone files (/usr/src), then used the provided Makefile to create updated timezone files. Worked like a champ. Regards, Mike Lockhart =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Mike Lockhart[Systems Engineering & Operations] mailt

Re: DST patch for OpenBSD 3.5

2007-03-02 Thread David Terrell
On Fri, Mar 02, 2007 at 09:14:28AM -0800, bruce bres wrote: > Is there a timezone.patch available for OpenBSD 3.5 to fix the DST dates for > 2007? I have looked on http://openbsd.org/errata35.html but find nothing. > I really do not want to upgrade the server to 4.0 right now. Stable releases st

Re: Mounting ext2 in a loopback device

2007-03-02 Thread ericfurman
On Fri, 2 Mar 2007 17:59:03 +, "Miod Vallat" <[EMAIL PROTECTED]> said: > > $ sudo mount -t ext2 /dev/svnd0c debian > > mount: no mount helper program found for ext2: No such file or directory > > Use ``-t ext2fs''. > > Miod > A "See fstab(5) for types of supported filesystems" in the al

DST patch for OpenBSD 3.5

2007-03-02 Thread bruce bres
Is there a timezone.patch available for OpenBSD 3.5 to fix the DST dates for 2007? I have looked on http://openbsd.org/errata35.html but find nothing. I really do not want to upgrade the server to 4.0 right now. thanks - Sucker-punch spam with award-winning p

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Paul de Weerd
Hi Lars, On Fri, Mar 02, 2007 at 11:37:38AM -0500, Lars D. Nood??n wrote: | How does OpenBSD handle mounting ext2 filesystems? | What's wrong or missing from the attempt below? | | $ sudo vnconfig svnd0 debian.img | $ sudo vnconfig -l | vnd0: covering debian.dmg on wd0h, inode 41670 | vnd1

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread Peter Hessler
No need to uninstall the older version, just install the new one via ports. At the end, it will spit out a message to add 'exec /usr/local/bin/fvwm2' to your .xinitrc or .xsession file. That will Do The Right Thing. On 2007 Mar 02 (Fri) at 19:24:58 +0800 (+0800), ronald jiang wrote: :I want

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Miod Vallat
> $ sudo mount -t ext2 /dev/svnd0c debian > mount: no mount helper program found for ext2: No such file or directory Use ``-t ext2fs''. Miod

Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
How does OpenBSD handle mounting ext2 filesystems? What's wrong or missing from the attempt below? $ sudo vnconfig svnd0 debian.img $ sudo vnconfig -l vnd0: covering debian.dmg on wd0h, inode 41670 vnd1: not in use vnd2: not in use vnd3: not in use $ mkdir debian $ sudo mount -t ex

Re: mlock for non-root on i386

2007-03-02 Thread Tobias Ulmer
On Fri, Mar 02, 2007 at 11:25:11AM +0100, Mechiel Lukkien wrote: > Hi all, > > It seems mlock does not work on OpenBSD/i386 for non-root users. On other > archs it might work as non-root (looking at the code), but I don't have > a machine to test. It seems this has existed for a long time: > >

Re: X package sets not listed in MD5

2007-03-02 Thread Flying Walrus
Please feel free to flame me over this, but... Is there a good reason not to have the X build generate checksums? in a seperate file? Ben On Fri, 2 Mar 2007 14:55:25 +, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2007/03/02 11:42, Andris wrote: >> AFAIK, it isn't answered yet in the FA

Re: vmware: detecting real interfaces?

2007-03-02 Thread bofh
On 3/2/07, Joseph C. Bender <[EMAIL PROTECTED]> wrote: If you can't or don't want to change the original hardware, just turn the XP firewall on. It'll give you about as much protection. Man, I would use something like comodo, and forget about screwing with a VM firewall. Use the right

Re: vmware: detecting real interfaces?

2007-03-02 Thread Joseph C. Bender
Jacob Yocom-Piatt wrote: Nick Holland wrote: exactly. This idea of using VMware (or similar) to host a firewall that protects the host operating system is something I find somewhere between amusing (because its silly) and scary (because it indicates people don't really understand, and think that

Re: jails in openbsd

2007-03-02 Thread michael hamerski
On 3/2/07, Chris Cappuccio <[EMAIL PROTECTED]> wrote: > > openbsd supposedly runs great under xen 3 with hardware virtualization. > > i'll let you know after i get xen 3 installed on a pentium d 920 with > some piece of shit OS running dom0. > > I had -current running under Debian/kvm off a file a

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread Stuart Henderson
On 2007/03/02 10:02, Nick ! wrote: > On 3/2/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > >On 2007/03/02 09:34, Nick ! wrote: > >> However, I *think* you should just be able to install the new > >> fvwm--which presumably means compiling and that means manually copying > >> the new fvwm over the

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread Nick !
On 3/2/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: On 2007/03/02 09:34, Nick ! wrote: > However, I *think* you should just be able to install the new > fvwm--which presumably means compiling and that means manually copying > the new fvwm over the old ugh. install the new one under /usr/local

Re: X package sets not listed in MD5

2007-03-02 Thread Stuart Henderson
On 2007/03/02 11:42, Andris wrote: > AFAIK, it isn't answered yet in the FAQ, I'am suggesting that. MD5 is built as part of the main OS release (/usr/src/etc/Makefile); X is built separately.

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread Stuart Henderson
On 2007/03/02 09:34, Nick ! wrote: > However, I *think* you should just be able to install the new > fvwm--which presumably means compiling and that means manually copying > the new fvwm over the old ugh. install the new one under /usr/local/...

Re: X package sets not listed in MD5

2007-03-02 Thread Andrés
AFAIK, it isn't answered yet in the FAQ, I'am suggesting that. On 3/2/07, Antti Harri <[EMAIL PROTECTED]> wrote: On Fri, 2 Mar 2007, Andris wrote: > IMHO, this should be answered in the FAQ. > > On 3/2/07, Antti Harri <[EMAIL PROTECTED]> wrote: >> What's the reason for not providing MD5 sums >

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread Nick !
On 3/2/07, z0mbix <[EMAIL PROTECTED]> wrote: On 02/03/07, ronald jiang <[EMAIL PROTECTED]> wrote: > I want to install a newer one. http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1&manpath=OpenBSD+4.0 fvwm isn't a package. However, I *think* you should just be able to install

Re: X package sets not listed in MD5

2007-03-02 Thread Antti Harri
On Fri, 2 Mar 2007, Andris wrote: > IMHO, this should be answered in the FAQ. > > On 3/2/07, Antti Harri <[EMAIL PROTECTED]> wrote: >> What's the reason for not providing MD5 sums >> of X*.tgz sets in the MD5-file of release directories? Hi, I guess my googling and other searching skills sucks

Re: X package sets not listed in MD5

2007-03-02 Thread Andrés
IMHO, this should be answered in the FAQ. On 3/2/07, Antti Harri <[EMAIL PROTECTED]> wrote: Hello, What's the reason for not providing MD5 sums of X*.tgz sets in the MD5-file of release directories? I found only one thread [1] regarding this question from the archives and it didn't answer it r

Re: jails in openbsd

2007-03-02 Thread Andrew Pantyukhin
On 3/2/07, Lars D. NoodC)n <[EMAIL PROTECTED]> wrote: Yes. I want to run several separate instances of Debian under OpenBSD. I've started looking at sysjail I'm not sure about sysjail, but in FreeBSD you can set up a chroot/jail using any popular Linux distro through the binary compatibility

Re: How to uninstall fvwm with obsd4.0?

2007-03-02 Thread z0mbix
On 02/03/07, ronald jiang <[EMAIL PROTECTED]> wrote: I want to install a newer one. http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1&manpath=OpenBSD+4.0

Re: Migrate to OpenBSD + OpenBGP

2007-03-02 Thread Stuart Henderson
On 2007/03/02 13:22, Falk Brockerhoff wrote: > This works fine apart of one bug in the > ospf-daemon when the carp-state changes and the local routes have to be > updated. But I'm confident that this will be fixed soon. from http://archives.neohapsis.com/archives/openbsd/2007-02/1155.html, it does

Re: Migrate to OpenBSD + OpenBGP

2007-03-02 Thread Falk Brockerhoff
Hello, actualy I'm using some Cisco equipment and one OpenBGPd Box to connect the eBGP-Upstreams to my network. I want to replace this setup in the next couple of month by two OpenBSD boxes. I planned to do it this way: I want to connect some eBGP session to both boxes and an direct iBGP link bet

Re: Migrate to OpenBSD + OpenBGP

2007-03-02 Thread Henning Brauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2007-03-02 09:25]: > Hello to everyone in the list, > I run small ISP. Currently I use Debian + Quagga Box for my BGP sessions. > It is a single box with tow full feeds (approximately 200K prefixes) > from tow ISPs and tow sessions from the same ISPs with l

RTorrent and memory leak

2007-03-02 Thread Dolphy
Hi! I'm using a freshly installed OpenBSD 4.0 on a P4 3.2Ghz. Well i set every datasize to 128M: in /etc/login.conf, but rtorrent (or anyother torrent client does the same) eats all the memory. Even if it is limited in login.conf. rtorrent & vmstat -c 20 [1] 21891 procs memorypage

How to uninstall fvwm with obsd4.0?

2007-03-02 Thread ronald jiang
I want to install a newer one.

Re: RTorrent and memory leak

2007-03-02 Thread Dolphy
Dolphy wrote: > Well i set every datasize to 128M: in /etc/login.conf, but > rtorrent (or anyother torrent client does the same) > eats all the memory. Even if it is limited in login.conf. [...] Sorry for the duplicated post. Author of the origin bugreport was Balazs MOLNAR. -DpH-

mlock for non-root on i386

2007-03-02 Thread Mechiel Lukkien
Hi all, It seems mlock does not work on OpenBSD/i386 for non-root users. On other archs it might work as non-root (looking at the code), but I don't have a machine to test. It seems this has existed for a long time: http://marc.theaimsgroup.com/?l=openbsd-misc&m=93761396111587&w=2 Mloc

Re: same version upgrade i386 to amd64 gotchas?

2007-03-02 Thread Paul Pruett
The fix was just to remove PAE support from the i386 kernel (until the bug is found). So, try copying the latest snapshot kernel to /bsd and reboot. Just grab it from the snapshots/i386 directory on the ftp server. Agreed, I did not see a easy one line change to kernel compile to remove PAE fo

Re: invisible line on sparc64

2007-03-02 Thread Miod Vallat
When system is booting and kernel's recognizing video card: vgafb0 at pci0 dev 1 function 0 "ATI Radeon VE QY" rev 0x00 my screen goes one line up, and I can't see top line of text. This happens because the vgafb driver is too optimistic thinking it can drive your card, while it can't. This is

Re: IBM ServeRAID 6i

2007-03-02 Thread Danny Kjærgaard
yeah, there is a online array on the discs. -Original Message- From: Alexander Yurchenko [mailto:[EMAIL PROTECTED] Sent: Fri 3/2/2007 11:36 AM To: Danny Kjfrgaard Cc: misc@openbsd.org Subject: Re: IBM ServeRAID 6i On Fri, Mar 02, 2007 at 10:38:05AM +0100, Danny Kj?rgaard wrote: > Hi... >

Re: squid and OBSD 4

2007-03-02 Thread Nils.Reuvers
I recently installed squid (squid-2.5.STABLE13-transparent-snmp) from packages on openbsd 4.0 -release -stable. My squid only uses 29M. 15707 _squid 20 27M 29M sleeppoll12:38 0.98% squid This top 'snapshot' has been taken at a peak moment. We have a 10Mbit/s internet connecti

Re: squid and OBSD 4

2007-03-02 Thread Marius ROMAN
What about your squid.conf ? what values do you have (if any) for : cache_mem minimum_object_size maximum_object_size maximum_object_size_in_memory Check the squid manual for these (and other) options. Marius On 3/2/07, Cristiano Deana <[EMAIL PROTECTED]> wrote: Hi, i have a openbsd 4 box w

Re: squid and OBSD 4

2007-03-02 Thread Martin Schröder
2007/3/2, Cristiano Deana <[EMAIL PROTECTED]>: i have a openbsd 4 box with squid-transparent. it seems like it have poors performance. investigating with `top' i saw squid using only 90M of ram, why? Check the memory section of your squid.conf Best Martin

invisible line on sparc64

2007-03-02 Thread lukasz
invisible line sparc64 When I tried last snapshot (01.03.07) on sunblade 280r I found one inconvenience. When system is booting and kernel's recognizing video card: vgafb0 at pci0 dev 1 function 0 "ATI Radeon VE QY" rev 0x00 my screen goes one line up, and I can't see top line of text. How can

squid and OBSD 4

2007-03-02 Thread Cristiano Deana
Hi, i have a openbsd 4 box with squid-transparent. it seems like it have poors performance. investigating with `top' i saw squid using only 90M of ram, why? How can i use better my box resource? (Xeon CPU with 4GB of ram) top: PID USERNAME PRI NICE SIZE RES STATEWAIT TIMECPU COM

Re: IBM ServeRAID 6i

2007-03-02 Thread Alexander Yurchenko
On Fri, Mar 02, 2007 at 10:38:05AM +0100, Danny Kj?rgaard wrote: > Hi... > > > I have a IBM x225 that i would love to install openbsd on. I did a try with > the snapshot from 3/1/07 and it boots but cant find the scsi drives. I threw > in a ide disk and did the install on this one. I know that th

IBM ServeRAID 6i

2007-03-02 Thread Danny Kjærgaard
Hi... I have a IBM x225 that i would love to install openbsd on. I did a try with the snapshot from 3/1/07 and it boots but cant find the scsi drives. I threw in a ide disk and did the install on this one. I know that the ips driver is being implemented for the 4.1 release, but since the cvs got

Re: jails in openbsd

2007-03-02 Thread Lars D . Noodén
Yes. I want to run several separate instances of Debian under OpenBSD. I've started looking at sysjail and can look at qemu. Would there be any special reasons to choose qemu over others, besides that it's available in ports? -Lars Lars Nooden ([EMAIL PROTECTED]) On the Internet, no

Re: Problem with /sys

2007-03-02 Thread Victor Abeytua
Oops, I wrote too fast and forgot ther src between usr and sys :) Right now, I haven't got access to the OpenBSD machine I'm referring to, so I can't provide a dmesg. Nevertheless, I'll try to explain the problem in more detail. The OpenBSD box stands between my home network and the

Re: Problem with /sys

2007-03-02 Thread Srebrenko Sehic
On 3/2/07, Victor Abeytua <[EMAIL PROTECTED]> wrote: Trying to solve this problems I've noticed that the /sys link is broken. In other words, directory /usr/sys doesn't exist. Probably this has to be an installation error, but I would like to know if there is someway to fix, that is, without

Problem with /sys

2007-03-02 Thread Victor Abeytua
Hi, I currently have a 4.0 with some weird network problems (at least they seem weird for me as I come from the linux world) like net interfaces "falling" down when the router to which they are attached reboots etc ... Trying to solve this problems I've noticed that the /sys link is broken.

Migrate to OpenBSD + OpenBGP

2007-03-02 Thread [EMAIL PROTECTED]
Hello to everyone in the list, I run small ISP. Currently I use Debian + Quagga Box for my BGP sessions. It is a single box with tow full feeds (approximately 200K prefixes) from tow ISPs and tow sessions from the same ISPs with local prefixes (approximately 2,5K prefixes). The same box is doing

X package sets not listed in MD5

2007-03-02 Thread Antti Harri
Hello, What's the reason for not providing MD5 sums of X*.tgz sets in the MD5-file of release directories? I found only one thread [1] regarding this question from the archives and it didn't answer it really. I want to be able to see if the file has been transferred correctly and I also want to