Virus found in the message

2007-09-19 Thread Mail Admin
Scanner: MailMonitor for SMTP v1.2.2 

Problem description:
Email data:
MessageID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: 
Subject: Mail Delivery (failure [EMAIL PROTECTED])
Scanning part []

Scanning part []
Virus identity found: Mal/Iframe-E

Virus identity found: Mal/Iframe-E




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


Message deleted

2007-09-19 Thread Mail Admin
Scanner: MailMonitor for SMTP v1.2.2 

Problem description:
Email data:
MessageID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: 
Subject: Mail Delivery (failure [EMAIL PROTECTED])
Scanning part []

Scanning part []
Virus identity found: Mal/Iframe-E

Virus identity found: Mal/Iframe-E




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


[dri] mach64.o kernel module version is 1.0.0, but version 2.x is needed (with 2.x >= 2.0).

2007-09-19 Thread Alex Keda

after upgrade from xorg7.2 to xorg7.3 I loss Direct rendering
(II) ATI(0): [drm] SAREA 2200+1208: 3408
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: open result is -1, (No such file or directory)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci::01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports pci::01:00.0
(II) [drm] loaded kernel module for "mach64" driver.
(II) [drm] DRM interface version 1.2
(II) [drm] DRM open master succeeded.
(II) ATI(0): [drm] Using the DRM lock SAREA also for drawables.
(II) ATI(0): [drm] framebuffer handle = 0xf500
(II) ATI(0): [drm] added 1 reserved context for kernel
(II) ATI(0): X context handle = 0x1
(II) ATI(0): [drm] installed DRM signal handler
(EE) ATI(0): [dri] ATIDRIScreenInit failed because of a version mismatch.
[dri] mach64.o kernel module version is 1.0.0, but version 2.x is needed 
(with 2.x >= 2.0).

[dri] Disabling DRI.
(II) ATI(0): [drm] removed 1 reserved context for kernel
(II) ATI(0): [drm] unmapping 8192 bytes of SAREA 0xc33b7000 at 0x28f8f000
(II) ATI(0): [drm] Closed DRM master.
(II) ATI(0): Largest offscreen areas (with overlaps):
(II) ATI(0):1024 x 1279 rectangle at 0,768
(II) ATI(0):768 x 1280 rectangle at 0,768
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
  Screen to screen bit blits
  Solid filled rectangles
  8x8 mono pattern filled rectangles
  Indirect CPU to Screen color expansion
  Solid Lines
  Offscreen Pixmaps
  Setting up tile and stipple cache:
  32 128x128 slots
  10 256x256 slots
(==) ATI(0): Backing store disabled
(==) ATI(0): Silken mouse enabled
(II) ATI(0): Direct rendering disabled
(==) RandR enabled
===
where I can get new mach64.o module?


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


Re: xextensions and xextproto install the same files

2007-09-19 Thread Andriy Gapon
on 17/09/2007 15:37 Andriy Gapon said the following:
> on 17/09/2007 15:17 (Kyiv time)  Andriy Gapon said the following:
>> on 14/09/2007 18:03 (Kyiv time)  Andriy Gapon said the following:
>>> BTW,
>>> $ pkg_info -r -R xextensions-1.0.1_3
>>> Information for xextensions-1.0.1_3:
>>>
>>> Depends on:
>>> Dependency: xproto-7.0.10
>>> Required by:
>>> compositeext-2.0_2
>>> fixesext-2.0.1_2
>>>
>>> What are these ? Do I need/want them at all ?
>>>
>>> Thanks in advance.
>> Any could explain/help, please ?
> 
> Just in case:
> http://pkgsrc.se/x11/xextensions
> 
> Log Message:
>Remove package.
>This package was replaced with xextproto in April.
> 

Just for the record and for those who might have a similar problem -
what I ended up doing is:
$ pkg_deinstall compositeext fixesext xextensions
$ portupgrade -f '*proto-*'

After that everything became all right.
Maybe I had this problem only because I was an early adopter of xorg 7.2
through the git repository, and maybe those who started using xorg 7.2
after the merge to the ports tree do not have this problem.

Anyway, I think that the three ports in pkg_deinstall command above
should be removed from our ports entirely as they all were superseded by
other ports (*proto).

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


bgpd assertion fails on current

2007-09-19 Thread Randy Bush
# /usr/local/sbin/bgpd
Assertion failed: (run->magic == ARENA_RUN_MAGIC), function
arena_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2448.
Abort trap: 6

current as of Thu Aug 23

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


Re: bgpd assertion fails on current

2007-09-19 Thread Randy Bush
Randy Bush wrote:
> # /usr/local/sbin/bgpd
> Assertion failed: (run->magic == ARENA_RUN_MAGIC), function
> arena_dalloc, file /usr/src/lib/libc/stdlib/malloc.c, line 2448.
> Abort trap: 6
> 
> current as of Thu Aug 23

never mind.

cvsupped, got fixed bgpd.

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


(portupgrade -R xorg) build Fails

2007-09-19 Thread David Man
I'm trying to update my system to the latest XOrg from ports.

I've read UPDATING and it suggested:

portupgrade -R xorg

Unfortunately I get this error at the end:


test -z "/usr/local/share/X11/xkb/compiled" || /usr/local/bin/gmkdir -p
"/usr/local/share/X11/xkb/compiled"
/usr/local/bin/gmkdir: cannot create directory
`/usr/local/share/X11/xkb/compiled': File exists
*** Error code 1

Stop
in /mnt/data/tmp/usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/xkb.
*** Error code 1

Stop
in /mnt/data/tmp/usr/ports/x11-servers/xorg-server/work/xorg-server-1.4/xkb.
*** Error code 1

Stop
in /mnt/data/tmp/usr/ports/x11-servers/xorg-server/work/xorg-server-1.4.
*** Error code 1

Stop in /usr/ports/x11-servers/xorg-server.
*** Error code 1

Stop in /usr/ports/x11-servers/xorg-server.
** Command failed [exit code 1]: /usr/bin/script
-qa /tmp/portupgrade.6270.32 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=xorg-server-1.2.0_2,1 UPGRADE_PORT_VER=1.2.0_2,1 make
reinstall
--->  Restoring the old version
tar: lib/xorg/modules/extensions/libGLcore.la: Cannot stat: No such file
or directory
tar: lib/xorg/modules/extensions/libGLcore.so: Cannot stat: No such file
or directory
tar: lib/xorg/modules/extensions/libglx.la: Cannot stat: No such file or
directory
tar: share/X11/xkb/compiled/README.compiled: Cannot stat: No such file
or directory
** Fix the installation problem and try again.
[Updating the pkgdb  in /var/db/pkg ... - 918 packages
found (-0 +1) . done]
** Listing the failed packages (*:skipped / !:failed)
! x11-servers/xorg-server (xorg-server-1.2.0_2,1)   (install
error)
--->  Packages processed: 0 done, 32 ignored, 0 skipped and 1 failed
** Could not clean up temporary directory: Directory not empty
- /mnt/data/tmp/portupgradeXM6RHRZL




Does anyone know what I'm doing wrong?


I'm not sure if this is relevant but I also have a whole list of fx86*
items that need to be updated too.

e.g.



xf86-input-mouse<
xf86-input-penmount <
xf86-input-spaceorb <
xf86-input-void <
xf86-video-apm  <
xf86-video-ark  <
xf86-video-ati  <
xf86-video-chips<




Dave

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


Portsnap serving up bad snapshots?

2007-09-19 Thread Marcus Reid
Hi,

I've tried this on a couple of different machines a few times over
the last couple of days, and keep getting the same results.  Starting
with an empty /var/db/portsnap :

  [EMAIL PROTECTED] /var/db]# portsnap fetch
  Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
  Fetching public key from portsnap3.freebsd.org... done.
  Fetching snapshot tag from portsnap3.freebsd.org... done.
  Fetching snapshot metadata... done.
  Fetching snapshot generated at Tue Sep 18 17:22:37 PDT 2007:
  1d76db54d472a78981f30c134f34eea49141d183d48127100% of   49 MB   90 kBps 00m00s
  Extracting snapshot... done.
  Verifying snapshot integrity... gunzip: 
snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e.gz: 
unexpected end of file
  gunzip: 
snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e.gz: 
uncompress failed
  snapshot corrupt.

While it's downloading the big .tgz file, I've hardlinked it
to a different filename so that I still have a copy left over
to see what's wrong with it after portsnap deletes the original.

  [EMAIL PROTECTED] /var/db/portsnap]# ls -l *.bak
  -rw-r--r--  2 root  wheel  52085075 Sep 18 17:57 
1d76db54d472a78981f30c134f34eea49141d183d481275cb44faae00dc65bdc.tgz.bak
  [EMAIL PROTECTED] /var/db/portsnap]# gunzip -t 
1d76db54d472a78981f30c134f34eea49141d183d481275cb44faae00dc65bdc.tgz.bak
  [EMAIL PROTECTED] /var/db/portsnap]# echo $?
  0

The sha256 of the file and the filename don't line up:

  [EMAIL PROTECTED] /var/db/portsnap]# sha256 
1d76db54d472a78981f30c134f34eea49141d183d481275cb44faae00dc65bdc.tgz.bak
  SHA256 
(1d76db54d472a78981f30c134f34eea49141d183d481275cb44faae00dc65bdc.tgz.bak) = 
b8fa376bb2f878f36bf46ebdba2fe267c945c67e6d3085d580adb52b5692b8e4
  [EMAIL PROTECTED] /var/db/portsnap]# 

Some files in the archive are valid, but many seem to be
truncated.  Is there a big problem with portsnap right now?

Thanks,

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


Port comparison failed

2007-09-19 Thread Eric

Anyone have a way to fix this:


Building new INDEX files... done.
portconf-1.2!   Comparison failed
portmaster-1.9  !   Comparison failed

it happens when i run portsnap and then get new ports via:

pkg_version -v | grep \<

i tried uninstalling and then reinstalling the ports above but it didnt 
fix the issue.


I use portmaster to update ports. I do not have any other port 
management tool installed.


Thanks!

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


libXfont fails to build

2007-09-19 Thread David Booth
In attempting to do the 7.2>7.3 xorg upgrade I am getting the 
following error while building libXfont


ftfuncs.c: In function `FreeTypeOpenInstance':
ftfuncs.c:506: error: structure has no member named `x_ppem'
ftfuncs.c:506: error: structure has no member named `y_ppem'
ftfuncs.c: In function `FT_Do_SBit_Metrics':
ftfuncs.c:998: error: structure has no member named `x_ppem'
ftfuncs.c:998: error: structure has no member named `y_ppem'
*** Error code 1

Stop 
in /usr/ports/x11-fonts/libXfont/work/libXfont-1.3.1/src/FreeType.
*** Error code 1


System is 6.2 Stable and ports tree is a couple of hours old.

Any suggestions to fix this?

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


Re: Portsnap serving up bad snapshots?

2007-09-19 Thread Amarendra Godbole
On 9/20/07, Marcus Reid <[EMAIL PROTECTED]> wrote:
> I've tried this on a couple of different machines a few times over
> the last couple of days, and keep getting the same results.  Starting
> with an empty /var/db/portsnap :
>
>   [EMAIL PROTECTED] /var/db]# portsnap fetch
>   Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
>   Fetching public key from portsnap3.freebsd.org... done.
>   Fetching snapshot tag from portsnap3.freebsd.org... done.
>   Fetching snapshot metadata... done.
>   Fetching snapshot generated at Tue Sep 18 17:22:37 PDT 2007:
>   1d76db54d472a78981f30c134f34eea49141d183d48127100% of   49 MB   90 kBps 
> 00m00s
>   Extracting snapshot... done.
>   Verifying snapshot integrity... gunzip: 
> snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e.gz: 
> unexpected end of file
[...]
> Some files in the archive are valid, but many seem to be
> truncated.  Is there a big problem with portsnap right now?
[...]

If your internet connection if flaky, or if you get in data through a
proxy - this problem pops up. I used to have this problem when my
internet connection was slow and flaky - once we added more bandwidth,
it has gone away completely.

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