Re: FreeBSD 5.x source update and compilation problem in HP Vectra VE18

2003-12-29 Thread Mike Silbersack

On Tue, 30 Dec 2003, Ganbold wrote:

> Hi,
>
> I installed FreeBSD 5.1 in HP Vectra VE18 PIII 450MHz with 128MB RAM and
> 4GB HDD.
> However I'm having problem compiling sources. Whenever I try to make buildworld
> make stops sometime later saying some variable not found etc. When I check

As has already been pointed out, this sounds like bad ram or some other
flaky hardware.  Does this computer work well under load with whatever OS
was on it previously?

You might want to try memtest, available from http://www.memtest86.com/ ;
it might be able to help diagnose the problem.

Mike "Silby" Silbersack
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power consumption in desktop computers

2003-12-29 Thread Erich Dollansky
Hi,

Marcin Dalecki wrote:

Erich Dollansky wrote:

The actual power can go down to less than 10% if the CPU is idle.

Are these business-grade ones maybe equipped with mobile P-4s?


No, it is just the fact that modern CPU are most of the time just idle.


Which is bullshit becouse most of the CPUs those days don't run
desktops and text processing.
And all servers run 100% CPU load all the time?

You also should check what he was asking originally.

Erich

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 5.x source update and compilation problem in HP Vectra VE18

2003-12-29 Thread Drew Eckhardt
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
net writes:
>Hi,
>
>I installed FreeBSD 5.1 in HP Vectra VE18 PIII 450MHz with 128MB RAM and 
>4GB HDD.

Without ECC or even parity memory?

>However I'm having problem compiling sources. Whenever I try to make buildworl

>d
>make stops sometime later saying some variable not found etc. When I check 
>that variable from source
>it is somehow changed strangely something like: addend changed to adddnd, 
>else changed to dlse, INFOPATH
>changed to INFNPATH etc. I did cvsup several times, also I used

You're getting uncorrected, undetected single bit errors.

>Can somebody help me in this regard? What should I do?

Try different memory, preferably with ECC.

-- 
http://www.poohsticks.org/drew/";>Home Page
Life is a terminal sexually transmitted disease.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power consumption in desktop computers

2003-12-29 Thread Marcin Dalecki
Erich Dollansky wrote:

The actual power can go down to less than 10% if the CPU is idle.

Are these business-grade ones maybe equipped with mobile P-4s?


No, it is just the fact that modern CPU are most of the time just idle.
Which is bullshit becouse most of the CPUs those days don't run
desktops and text processing.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 5.x source update and compilation problem in HP Vectra VE18

2003-12-29 Thread Ganbold
Hi,

I installed FreeBSD 5.1 in HP Vectra VE18 PIII 450MHz with 128MB RAM and 
4GB HDD.
However I'm having problem compiling sources. Whenever I try to make buildworld
make stops sometime later saying some variable not found etc. When I check 
that variable from source
it is somehow changed strangely something like: addend changed to adddnd, 
else changed to dlse, INFOPATH
changed to INFNPATH etc. I did cvsup several times, also I used

rm -rf /usr/obj
cd /usr/src && make cleandir
command before compiling. I don't know what to do, I really need to install 
FreeBSD 5.x on this machine.
I even tried with FreeBSD 5.2RC2, but same results. Also I first tried to 
compile kernel , but it is same, no results.
Can somebody help me in this regard? What should I do?

tia,
Ganbold
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Update: PR bin/60636 / SPAM

2003-12-29 Thread soralx

> I am getting these MS Update stuff too for 3 month now ...
> very annoying !

you can setup DrWeb (/usr/ports/security/drweb-) on the
mailserver and tune it to drop all emails with Klez - that _really_ helps

Timestamp: 1072746574
[SorAlx]  http://cydem.org.ua/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unprobed PCI bus on VXPro II chipset

2003-12-29 Thread Sean Welch
How 'bout that!  I've got USB now!

I went back to the original pcisupport.c as requested but left
in the extra stuff I had added to pcibus.c (the same stuff that
was added to pcisupport.c).  Now most everything looks to 
be attaching normally.  If you want me to take that out as
well I'll give it a try, but I'm successfully using my usb mouse
right now and using fxtv to watch broadcast television.

The new output of pciconf -l is:

[EMAIL PROTECTED]:5:0: class=0x06 card=0x80113388 chip=0x80113388 rev=0x00 hdr=0x00
[EMAIL PROTECTED]:5:1: class=0x060100 card=0x80123388 chip=0x80123388 rev=0x00 hdr=0x00
[EMAIL PROTECTED]:5:2: class=0x010100 card=0x80133388 chip=0x80133388 rev=0x00 hdr=0x00
[EMAIL PROTECTED]:8:0: class=0x04 card=0x13eb0070 chip=0x036e109e rev=0x02 hdr=0x00
[EMAIL PROTECTED]:8:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x02 hdr=0x00
[EMAIL PROTECTED]:9:0: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x04 hdr=0x00
[EMAIL PROTECTED]:10:0:class=0x03 card=0x89015333 chip=0x89015333 rev=0x16 
hdr=0x00

The diff between original and current pcibus.c files is:

187a188,227
>   case 0x05851106:
>   s = "VIA 82C585 (Apollo VP1/VPX) system controller";
>   break;
>
>   case 0x05861106: /* south bridge section -- IDE is covered in ide_pci.c */
>   s = "VIA 82C586 PCI-ISA bridge";
>   break;
>
>   case 0x05951106:
>   s = "VIA 82C595 (Apollo VP2) system controller";
>   break;
>
>   case 0x15951106:
>   s = "VIA 82C595 (Apollo VP2) system controller";
>   break;
>
>   case 0x05971106:
>   s = "VIA 82C597 (Apollow VP3) system controller";
>   break;
>
>   case 0x30381106:
>   s = "VIA 82C586B USB host controller";
>   break;
>
>   case 0x30401106:
>   s = "VIA 82C586B ACPI interface";
>   break;
>
>   case 0x80113388:
>   s = "VXPro II Chipset CPU to PCI Bridge";
>   break;
>
>   case 0x80123388:
>   s = "VXPro II Chipset PCI to ISA Bridge";
>   break;
>
>   case 0x80133388:
>   s = "VXPro II Chipset EIDE Controller";
>   break;
>

The diff between the original and current versions of
pci_cfgreg.c is:

583c583
<   outb(CONF1_ADDR_PORT +3, 0);
---
>   DELAY(1);

The diff between the GENERIC kernel and my current kernel
looks like this:

2c2
< # GENERIC -- Generic kernel configuration file for FreeBSD/i386
---
> # WARPPHYS -- kernel configuration file for FreeBSD/i386
21,22d20
< cpu   I386_CPU
< cpu   I486_CPU
24,25c22
< cpu   I686_CPU
< ident GENERIC
---
> ident WARPPHYS
61a59
> #options  PNPBIOS
71d68
< deviceeisa
72a70,80
> #options  PCI_ENABLE_IO_MODES
> #device   puc
>
> # bktrbrooktree848 I2C hardware interface
> devicebktr
> deviceiicbus
> deviceiicbb
> devicesmbus
>
> # Sound
> devicepcm
123,137d130
< # RAID controllers interfaced to the SCSI subsystem
< deviceasr # DPT SmartRAID V, VI and Adaptec SCSI RAID
< devicedpt # DPT Smartcache - See LINT for options!< 
deviceiir # Intel Integrated RAID
< devicemly # Mylex AcceleRAID/eXtremeRAID
< deviceciss# Compaq SmartRAID 5* series
<
< # RAID controllers
< deviceaac # Adaptec FSA RAID, Dell PERC2/PERC3
< #device   aacp# SCSI passthrough for aac (requires CAM)
< deviceida # Compaq Smart RAID
< deviceamr # AMI MegaRAID
< devicemlx # Mylex DAC960 family
< devicetwe # 3ware Escalade
<
151,159d143
< # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
< #device   vt0 at isa?
< #options  XSERVER # support for X server on a vt console
< #options  FAT_CURSOR  # start with block cursor
< # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines< 
#options  PCVT_SCANSET=2  # IBM keyboards are non-std
<
< deviceagp # support several AGP chipsets
<
166,170d149
< # PCCARD (PCMCIA) support
< devicecard
< devicepcic0   at isa? irq 0 port 0x3e0 iomem 0xd
< devicepcic1   at isa? irq 0 port 0x3e2 iomem 0xd4000 disable
<
267,271d245
<
< # FireWire support
< devicefirewire# FireWire bus code
< devicesbp # SCSI over FireWire (Requires scbus and da)
< devicefwe # Ethernet over FireWire (non-standard!)

Once again, this is 4.

Re: Power consumption in desktop computers

2003-12-29 Thread Erich Dollansky
Hi,

Martin Cracauer wrote:

Tim Kientzle wrote on Sun, Dec 28, 2003 at 11:22:10AM -0800: 

Ouch!  I've tested a bunch of 'business-grade' desktops around
my office, and they all run 40-60 watts during normal use (not
including monitor) with peak power at boot time up to 70-80 watts.
This includes some P4s with lots of memory, CD-RWs, etc.
(The one exception is an AMD Duron system; it seems that
the AMD processors are uniformly power-hungry.)


I wonder how that works.

I finally got ahold of a datasheet of P-4 power consumption:
http://support.intel.com/support/processors/pentium4/sb/CS-007999.htm#Table2
The table shows the Processor Thermal Design Power. The CPU will 
dissipate much less during normal operation and can dissipate even 
a bit more as worse case. This number is important to the hardware 
developer only.

The actual power can go down to less than 10% if the CPU is idle.

Are these business-grade ones maybe equipped with mobile P-4s?
No, it is just the fact that modern CPU are most of the time just 
idle.

Erich

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Happy and Wonderfull New Year !

2003-12-29 Thread Anton Alin-Adrian
I would like to thank again the FreeBSD hackers for their support during 
this passing year, and I wish you all the best wishes I have for my own 
self. Also I thank you for developing and hacking the best operating 
system out there!

It may be a bit early for this, but I am going to spend the New Year's 
Eve on top of the mountains, without functional gprs/cda. (at least i'll 
be on the edge :D)

Best wishes, friends !

Yours sincerely,
Alin-Adrian Anton.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power consumption in desktop computers

2003-12-29 Thread Martin Cracauer
Tim Kientzle wrote on Sun, Dec 28, 2003 at 11:22:10AM -0800: 
> 
> Ouch!  I've tested a bunch of 'business-grade' desktops around
> my office, and they all run 40-60 watts during normal use (not
> including monitor) with peak power at boot time up to 70-80 watts.
> This includes some P4s with lots of memory, CD-RWs, etc.
> (The one exception is an AMD Duron system; it seems that
> the AMD processors are uniformly power-hungry.)

I wonder how that works.

I finally got ahold of a datasheet of P-4 power consumption:
http://support.intel.com/support/processors/pentium4/sb/CS-007999.htm#Table2

The least hungry P-4 takes 48.9 watts (1.30 GHz), the current 3.20 and
3.06 GHz models take 82 watts.

Add the mainboard and the efficiency loss in the power supply.

Are these business-grade ones maybe equipped with mobile P-4s?

Martin
-- 
%%%
Martin Cracauer <[EMAIL PROTECTED]>   http://www.cons.org/cracauer/
 No warranty.This email is probably produced by one of my cats 
 stepping on the keys. No, I don't have an infinite number of cats.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install problem

2003-12-29 Thread soupman
Hi, thanks for the reply.  I downloaded the files from
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.8-RELEASE/
onto my computer with Windows XP, and then used the Windows Direct Cable
Connection (DCC) to transfer the files from the XP machine to the Windows
95 machine.  I then checked the file sizes on the Windows machine and they
match up exactly with the files on the FreeBSD server.  So that's not the
problem.
I think it's something to do with how I set up the FTP server on the
Windows box, but I can't see exactly where I went wrong.  Like I said
before, the FreeBSD machine seems to have no trouble finding the files
on the Windows box.
Cheers!

On Mon, 29 Dec 2003, Peter Pentchev wrote:

> On Tue, Dec 23, 2003 at 12:44:01PM -0500, soupman wrote:
> > Hello.  I am getting the following error when attempting an FTP install
> > from a Windows machine:
> >
> > Cannot parse information file for the bin distribution: I/O error. Please
> > verify that your media is valid and try again.
>
> How did you originally put the files on the Windows machine?  Are they
> on a CD there, or did you download them from some FTP site?
>
> If you downloaded them via FTP, is it possible that you have downloaded
> them in ASCII, not binary, mode?  If this is so, the files would be
> corrupted, since the FTP transfer in ASCII mode would have placed a lot
> of CR characters before every LF character in the file, and those are
> definitely not needed (and harmful) for the binary tar/gzip archives
> used for the FreeBSD distribution.
>
> In short, if you originally downloaded the files from some FreeBSD
> mirror via FTP, you'll have to fetch them again, this time telling your
> FTP client to use binary, not ASCII, mode for the transfer.
>
> Hope this helps.
>
> G'luck,
> Peter
>
> --
> Peter Pentchev[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
> PGP key:  http://people.FreeBSD.org/~roam/roam.key.asc
> Key fingerprint   FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
> I am the meaning of this sentence.
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unprobed PCI bus on VXPro II chipset

2003-12-29 Thread John Baldwin

On 27-Dec-2003 Bernd Walter wrote:
> On Fri, Dec 26, 2003 at 10:54:27AM -0800, Sean Welch wrote:
>> That change seems to have done it!!
>> 
>> I left in the extra PCI IDs I had added to pcisupport.c
>> and pci_cfgreg.c -- looks like that helps get things
>> going.  I've got "options PCI_ENABLE_IO_MODES" in
>> the kernel.  I've also got "device puc" due to a suggestion
>> from fbsd_user on freebsd-questions.
>> 
>> The USB card doesn't seem to be attaching but I do see
>> the WinTV card!
>> 
>> Any other suggestions based on what you see below?
> 
> Still very strange - you have many shadowed host-pci bridges.
> 
>> [EMAIL PROTECTED]:5:0: class=0x06 card=0x80113388 chip=0x80113388 rev=0x00 
>> hdr=0x00
>> [EMAIL PROTECTED]:5:1: class=0x060100 card=0x80123388 chip=0x80123388 rev=0x00 
>> hdr=0x00
>> [EMAIL PROTECTED]:5:2: class=0x010100 card=0x80133388 chip=0x80133388 rev=0x00 
>> hdr=0x00
>> [EMAIL PROTECTED]:8:0: class=0x04 card=0x13eb0070 chip=0x036e109e rev=0x02 
>> hdr=0x00
>> [EMAIL PROTECTED]:8:1: class=0x048000 card=0x13eb0070 chip=0x0878109e rev=0x02 
>> hdr=0x00
>> [EMAIL PROTECTED]:9:0: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x04 
>> hdr=0x00
> 
> This one (class=0x0c0300) is your USB (uhci) controller, but it's
> already bogusly attached to pcib7.
> Not surprising that uhci(4) didn't take care of it.

The patches to pcisupport.c might be bogus.  Sean, can you try
just the patch to pci_cfgreg.c and no other patches to see how
it does?

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: kern/37043: Latest stable causes SCSI bus freeze on sym0 when running SMP

2003-12-29 Thread Alan Lew
Gentlemen,

Since upgrading our kernels to 4.x, we’ve noticed this problem. After
installing Gérard’s Sym workaround
(http://docs.freebsd.org/cgi/mid.cgi?20020810.g7MMABwT084798), the
issue seems to have vanished on 3 of our 5 affected servers. The 5
servers are all Asus AP1400 boxes (CUR-DLSR mobo, ServerWorks 3 LE
chipset) running various stable 4.x kernels, all containing the LSI
Logic 53C1010-33 chipset. Of the two remaining affected boxes, one runs
merrily for a few weeks with minimal load (serving two static web pages)
and then dies, spitting out “sym0:0:control msgout 80 22 25d” like
messages. The other box runs with no load (completely idle) and hard
locks after 2-3 days with no error or panic messages written anywhere.
The latter affected box was recently sent to Asus in Taiwan for repairs
to the SCSI backplane board, apparently a known ASUS AP1400 issue (don’t
know if this info helps, but...)

Below is the dmesg output of the two affected boxes (as described above,
in order) as well as the “pciconf -l –v” output. I hope this helps.
We’re also offering a chance if anyone wishes to mess around with one of
these affected boxes; we will make it available remotely for testing.

Any thoughts?

Regards,
...alan lew
[EMAIL PROTECTED]

-- SNIP –-

[ Box #1 DMESG ]
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.7-RELEASE-p3 #3: Tue Jan  7 11:33:58 EST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RIGEL
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (1000.04-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x686  Stepping = 6

Features=0x383fbff
real memory  = 1073721344 (1048556K bytes)
avail memory = 1041727488 (1017312K bytes)
Changing APIC ID for IO APIC #1 from 3 to 1 in MP table
Changing APIC ID for IO APIC #1 from 3 to 1 on chip
Programming 16 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
Programming 16 pins in IOAPIC #1
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  3, version: 0x00040011, at 0xfee0
 cpu1 (AP):  apic id:  0, version: 0x00040011, at 0xfee0
 io0 (APIC): apic id:  2, version: 0x000f0011, at 0xfec0
 io1 (APIC): apic id:  1, version: 0x000f0011, at 0xfec01000
Preloaded elf kernel "kernel" at 0xc0356000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 8 entries at 0xc00f1010
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
IOAPIC #1 intpin 6 -> irq 2
IOAPIC #1 intpin 7 -> irq 10
IOAPIC #1 intpin 22 -> irq 11
pci0:  on pcib0
fxp0:  port 0xd800-0xd83f mem
0xfd80-0xfd8f,0xfe00-0xfe000fff irq 2 at device 2.0 on pci0
fxp0: Ethernet address 00:e0:18:0a:b1:14
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci0:  at 7.0
fxp1:  port 0xd000-0xd03f mem
0xfa80-0xfa8f,0xfb00-0xfb000fff irq 10 at device 8.0 on pci0
fxp1: Ethernet address 00:e0:18:0a:b1:15
inphy1:  on miibus1
inphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0:  at device 15.0 on pci0
isa0:  on isab0
atapci0:  port 0xb800-0xb80f at
device 15.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ohci0:  mem 0xfa00-0xfa000fff irq 11
at device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
ufm0: GemTek Corp USB FM Radio, rev 1.00/4.10, addr 2
pcib1:  on motherboard
IOAPIC #1 intpin 8 -> irq 12
IOAPIC #1 intpin 9 -> irq 15
pci1:  on pcib1
sym0: <1010-33> port 0xb400-0xb4ff mem
0xf900-0xf9001fff,0xf980-0xf98003ff irq 12 at device 5.0 on pci1
sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking
sym0: open drain IRQ line driver, using on-chip SRAM
sym0: using LOAD/STORE-based firmware.
sym0: handling phase mismatch from SCRIPTS.
sym1: <1010-33> port 0xb000-0xb0ff mem
0xf800-0xf8001fff,0xf880-0xf88003ff irq 15 at device 5.1 on pci1
sym1: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking
sym1: open drain IRQ line driver, using on-chip SRAM
sym1: using LOAD/STORE-based firmware.
sym1: handling phase mismatch from SCRIPTS.
orm0:  at iomem 0xc-0xca7ff,0xcc000-0xc on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on
isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: parallel port not found.
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: Broken MP table detected: 8254 is not connec

Re: Update: PR bin/60636 / SPAM

2003-12-29 Thread Kai Mosebach
I am getting these MS Update stuff too for 3 month now ...

very annoying !

Kai

> 
> So I'm not the only one?
> 
> After submitting a single PR, I started getting innudated with klez
> emails.  12+ a day, to an account that had never received one.
> 
> Me thinks it's time to obscure the emails somehow.
> 
> Jason
> 
> -- 
> Jason Slagle - CCNP - CCDP
> /"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
> \ /   ASCII Ribbon Campaign  .
>  X  - NO HTML/RTF in e-mail  .
> / \ - NO Word docs in e-mail .
> 
> 
> On Mon, 29 Dec 2003, William Grim wrote:
> 
> > Hey there.
> >
> > I emailed that PR into the FreeBSD team the other day.  I didn't remove
> > a line that said , because the above lines said comments and
> > anything between < and > would be removed.  It put [EMAIL PROTECTED]
> > as my email, and now I'm getting all sorts of spam to that mail box (all
> > dealing with that stupid ass "Last chance to update MS" and shit).
> >
> > Sorry for the cussing, but this is frustrating since that's used
> > strictly for system administration; can you change the email address to
> > [EMAIL PROTECTED]
> >
> > Thanks.
> >
> > PS : Just tell me who to forward this email too to get this resolved if
> > this is not the appropriate place.
> >
> >
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 

-- 
SapDB for FreeBSD --- see http://www.komadev.de/sapdb

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Update: PR bin/60636

2003-12-29 Thread Jason Slagle

So I'm not the only one?

After submitting a single PR, I started getting innudated with klez
emails.  12+ a day, to an account that had never received one.

Me thinks it's time to obscure the emails somehow.

Jason

-- 
Jason Slagle - CCNP - CCDP
/"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
\ /   ASCII Ribbon Campaign  .
 X  - NO HTML/RTF in e-mail  .
/ \ - NO Word docs in e-mail .


On Mon, 29 Dec 2003, William Grim wrote:

> Hey there.
>
> I emailed that PR into the FreeBSD team the other day.  I didn't remove
> a line that said , because the above lines said comments and
> anything between < and > would be removed.  It put [EMAIL PROTECTED]
> as my email, and now I'm getting all sorts of spam to that mail box (all
> dealing with that stupid ass "Last chance to update MS" and shit).
>
> Sorry for the cussing, but this is frustrating since that's used
> strictly for system administration; can you change the email address to
> [EMAIL PROTECTED]
>
> Thanks.
>
> PS : Just tell me who to forward this email too to get this resolved if
> this is not the appropriate place.
>
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install problem

2003-12-29 Thread Peter Pentchev
On Tue, Dec 23, 2003 at 12:44:01PM -0500, soupman wrote:
> Hello.  I am getting the following error when attempting an FTP install
> from a Windows machine:
> 
> Cannot parse information file for the bin distribution: I/O error. Please
> verify that your media is valid and try again.

How did you originally put the files on the Windows machine?  Are they
on a CD there, or did you download them from some FTP site?

If you downloaded them via FTP, is it possible that you have downloaded
them in ASCII, not binary, mode?  If this is so, the files would be
corrupted, since the FTP transfer in ASCII mode would have placed a lot
of CR characters before every LF character in the file, and those are
definitely not needed (and harmful) for the binary tar/gzip archives
used for the FreeBSD distribution.

In short, if you originally downloaded the files from some FreeBSD
mirror via FTP, you'll have to fetch them again, this time telling your
FTP client to use binary, not ASCII, mode for the transfer.

Hope this helps.

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I am the meaning of this sentence.


pgp0.pgp
Description: PGP signature


Re: Update: PR bin/60636

2003-12-29 Thread William Michael Grim
Thank much.  I know the damage is probably already done though; I'll have
to setup a filtering system of some sort to block all email to that
account.

Again, thanks for the swift response.  I hope the PR helps some people
out.  :-)

BTW, this email is also in response to all others that emailed me about
this problem.  I would like to say thanks to you as well.

William Michael Grim
Student, Southern Illinois University at Edwardsville
Unix Network Administrator, SIUE, Computer Science dept.
Email: [EMAIL PROTECTED]



On Mon, 29 Dec 2003, Maxim Konovalov wrote:

> On Mon, 29 Dec 2003, 01:27-0600, William Grim wrote:
> 
> > Hey there.
> >
> > I emailed that PR into the FreeBSD team the other day.  I didn't remove
> > a line that said , because the above lines said comments and
> > anything between < and > would be removed.  It put [EMAIL PROTECTED]
> > as my email, and now I'm getting all sorts of spam to that mail box (all
> > dealing with that stupid ass "Last chance to update MS" and shit).
> >
> > Sorry for the cussing, but this is frustrating since that's used
> > strictly for system administration; can you change the email address to
> > [EMAIL PROTECTED]
> >
> > Thanks.
> >
> > PS : Just tell me who to forward this email too to get this resolved if
> > this is not the appropriate place.
> 
> Done.
> 
> -- 
> Maxim Konovalov, [EMAIL PROTECTED], [EMAIL PROTECTED]
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power consumption in desktop computers

2003-12-29 Thread Gregory Sutter
On 2003-12-27 19:59 -0800, Wes Peters <[EMAIL PROTECTED]> wrote:
> On Friday 26 December 2003 05:41 pm, Martin Cracauer wrote:
> >
> > I found that the requirment to run Mozilla Firebird outpaces this
> > CPU.  It's really too bad, if it wasn't for that thing I could happily
> > run my old hardware forever.
> 
> Have you tried Opera?  My laptop is a PII-300; Opera 7 runs quite nicely 
> and Firebird takes 3 or 4 minutes to start.  There are a few things Opera 
> doesn't do, or doesn't do well, but I usually just avoid those (flash, 
> for instance.)  KDE apps also run just fine on this old, slow hardware.

I second the Opera 7 recommendation; I run it on my P2-400 laptop
and have grown used to its speed and versatility.  Running the Linux
Opera binary allows the flashplayer to be used; in Opera 7 this works
quite well.  As can be expected, the Flash apps suck CPU but at least
the Flash navigation menus should be usable.  The Acrobat and Real
plugins also work with linux-opera.  Opera's session management is
unmatched as well; it's another must-have browser feature now that
I've experienced it.

Greg
-- 
Gregory S. Sutter   "How do I read this file?"
mailto:[EMAIL PROTECTED] "You uudecode it."
http://zer0.org/~gsutter/   "I I I decode it?"


pgp0.pgp
Description: PGP signature


Update: PR bin/60636

2003-12-29 Thread William Grim
Hey there.

I emailed that PR into the FreeBSD team the other day.  I didn't remove 
a line that said , because the above lines said comments and 
anything between < and > would be removed.  It put [EMAIL PROTECTED] 
as my email, and now I'm getting all sorts of spam to that mail box (all 
dealing with that stupid ass "Last chance to update MS" and shit).

Sorry for the cussing, but this is frustrating since that's used 
strictly for system administration; can you change the email address to 
[EMAIL PROTECTED]

Thanks.

PS : Just tell me who to forward this email too to get this resolved if 
this is not the appropriate place.

--
William Michael Grim
Student, Southern Illinois University at Edwardsville
Unix Network Administrator, SIUE, Computer Science dept.
Phone: (217) 341-6552
Email: [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"