ad0s1a expected rawoffset 0, found 63 / after upgrade to FreeBSD-8.0

2010-01-06 Thread Hanno Krusken
after upgrading FreeBSD-7.1-releng-p9 to Freebsd-8.0-releng-p1 from source, I 
get a boot ERROR !

build world and the lot went OK, 1st boot and installworld as well, after 
mergemaster process and
the following reboot I get this boot message and get stuck:

LOADING /boot/defaults/loader.conf
error: stack overflow
error: stack overflow
.
.
error: stack overflow
..
|
can't load 'kernel'

(manual boot works but I get this errors:)
OK boot

GEOM: ad0: partition 1 dose not start on a track boundary
ad0s1a expected rawoffset 0, found 63


well as far I asked google there is no good answer to work around that 
regarding a upgrade
from FreeBSD-7.1 to FreeBSD-8.0... actually I get the same error by upgrading 
to FBSD-7.2 as well by

my /boot/defaults/loader.conf is the one coming with FreeBSD-8.0-releng-p1 and 
is unchanged !

after the error: stack overflow I can boot-s and boot in to the system, 
but my GELI /swap
partition is not found or used but the hidden drive is working after 
manual boot ?!

there is something going on with GEOM... (the disk was new and was 
formatted while installing
FreeBSD-5.4-releng years ago).. since than any FreeBSD-5.x, 6.x, 7.0+7.1 
installed from source with
out any problems.

my /etc/fstab:

/dev/ad0s1b.bde noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1f /home   ufs rw  2   2
/dev/ad0s1e /usrufs rw  2   2
/dev/ad0s1d /varufs rw  2   2
/dev/acd0   /cdrom  cd9660  ro,noauto   0   0

hidden drive working well after manual boot !
/dev/ad0s1g.bde

my /boot/loader.conf:

currdev=disk1s1a
module_path=/boot/modules
root_disk_unit=0
rootdev=ad0s1a
vfs.root.mountfrom=ufs:ad0s1a

kernel contains:
-
options GEOM_PART_BSD   # GUID Partition Tables.
options GEOM_PART_GPT   # GUID Partition Tables.
options GEOM_PART_MBR   # GUID Partition Tables.
options GEOM_BSD# BSD encrypting Filesystem support
options GEOM_BDE# BDE encrypting Filesystem support
options GEOM_ELI# ELI encrypting Filesystem support
options GEOM_LABEL  # Provides labelization
options GEOM_MBR# MBR encrypting Filesystem support

the funny thing is, that if I put a faulty currdev string in to loader.conf, 
that I only get a
error regarding syntax error for currdev and the normal boot process is 
starting the right
kernel... well with some other errors than but is booting automatically.

need help to get FreeBSD-8.0-releng-p1 up and running as normal...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VESA mode 132x43

2007-02-15 Thread Hanno Krusken
 Guillermo Gutierrez wrote:
  I have compiled VESA support into the kernel and
when I try to set the
  resolution to 132x43 using vidcontrol, I see the
cursor but that is all.
 No text and the size of the console appears to have
shrunk because it wont
  scle
  to th esize of my monitor which can handle a
resolution [EMAIL PROTECTED]
 
  I could really use some help because I would like
to e able to use a
  resolution higher than 80x60.
 
  thanks,
 

you need some thing like this in your
/etc/rc.conf
depending of your video-card support

#allscreens_flags=-m on VGA_80x30
#allscreens_flags=-m on MODE_280
allscreens_flags=-m on MODE_291
vesa_load=YES

your kernel need some thing like this:
I use a radeon, so change it to your card !

device  vga # VGA video card driver
options VESA# VESA support
device  acpi_video  # LCD backlight/brightnes extention
device  drm
device  agp # support for AGP chipsets
device  sc  # Sytem-Console
device  radeondrm   # ATI Radeon RV100 Mobility LY M6 /
AGP chipset
device  splash  # Splash screen and screen saver
support
options MAXCONS=9   # Max-No. of virtual terminals
(standard=16)
options SC_PIXEL_MODE   # raster text mode
VESA_800x600, MODE_280, MODE_291
options CONSPEED=115200
#optionsSC_NORM_ATTR=(FG_WHITE|BG_BLACK)
#optionsSC_NORM_REV_ATTR=(FG_BLACK|BG_WHITE)
options SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK)
options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)

read every man-page around the vidcontrol feature,
use my settings only as a sample

good luck
Hanno






___ 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at 
the Yahoo! Mail Championships. Plus: play games and win prizes. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Releng-6.2 upgrade HINT for iwi0 user !!

2007-01-20 Thread Hanno Krusken

###--
### 2.) BOOT UP IN SINGLE MODE, MERGEMASTER AND INSTALLWORLD !!!

# hit the space-key if boot up delay counter starts !!

# boot -s

# fsck -p
# mount -u /
# mount -a
# cd /usr/src
# adjkerntz -i

# cd /usr/src

# mergemaster -p### pre-buildworld mode, only essential files !

# make installworld

# make delete-old

# cp -Rp /etc /etc.old

# mergemaster -cv   ### do all changes as needed, take your time and think, 
redo every step if unsure !!! ... or you can hack the files by hand 

# reboot

###---
### 3-a.) use FOR RELEASE-PATCH-UPGRADE, DAILY-PORTS-UPGRADE AND FINISH !!
### BOOT UP IN NORMAL MODE, PORTS UPGRADE AND FINISH !!!

### open a xterm if running in X11

# su

# Password:

# uname -a

# cd /usr/src

# make delete-old-libs

# make clean

# cvsup -g -L 2 /etc/ports-supfile   ### (you need to be online for this one to 
fetch the ports collection)

# cd /usr/ports

# make fetchindex   ### (or make index but takes time)

# portupgrade -rRaF   ### (you need to be online for this one to fetch the 
distfiles SKIP THIS STEP IF PERMANENT ONLINE)

# portupgrade -rRa ### (you can go offline for this one now)

### RESTART X11 and/or boot !!! FINISHED :o)

###---
### 3-b.) FOR FULL-RELEASE-UPGRADE, AND FULL-PORTS-UPGRADE AND FINISH !!!
### (AFTER RELEASE UPGRADE) - after FreeBSD upgrade from 5.4 to 5.x, 6.x or 
newer !!

# cvsup -g -L 2 /etc/ports-supfile   ### (you need to be online for this one to 
fetch the ports collection)

# cd /usr/ports

# make fetchindex   ### (or make index but takes time)

# portupgrade -rRafF   ### (you need to be online for this one to fetch the 
distfiles SKIP THIS STEP IF PERMANENT ONLINE)

# portupgrade -afk ### (you can go offline for this one now)

# pkgdb -uf  cd /usr/ports/lang/pyton  make upgrade-side-packages

# pkgdb -F

# reboot

### FINISHED :o)

---
### my /etc/cvsup-new script called out of my X11 BlackBox-menu and for daily 
use:
---
[submenu] (CVS upgrade...) {}
[exec] (cvs-new) {sudo -S xterm -e /etc/cvs-new}
[exec] (cvs src) {sudo -S xterm -e cvsup 
/etc/standard-supfile}
[exec] (cvs ports) {sudo -S xterm -e cvsup 
/etc/ports-supfile}
[exec] (cvs doc) {sudo -S xterm -e cvsup 
/etc/doc-supfile}
[exec] (fetch portupgrade) {xterm -sb -pob -e sudo -S 
portupgrade -rRaF}
[exec] (portupgrade -rRa) {xterm -sb -pob -e sudo -S 
portupgrade -rRa}
[exec] (pkgdb -F) {xterm -sb -pob -e sudo -S pkgdb -F}
[end]

---/etc/cvsup-new-
#!/bin/sh
if SERVER=`fastest_cvsup -q -c uk,dk,de`; then
  cvsup -h $SERVER /etc/standard-supfile
fi

if SERVER=`fastest_cvsup -q -c uk,dk,de`; then
  cvsup -h $SERVER /etc/ports-supfile
fi


good luck have fun. ;o)

PS.
I'm not listening to stupid destructive critics .. winching and carrying 
on playing with M$-WinVirus on there own !!! .
But I'll be open for constructive tips, tweak this GUIDE to enrich the way of 
FreeBSD for every one !!! ..
thanks ;o)
XXX
Hanno Krusken


___ 
Try the all-new Yahoo! Mail. The New Version is radically easier to use – The 
Wall Street Journal 
http://uk.docs.yahoo.com/nowyoucan.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: radeon hardware acceleration on 6.2-PRERELEASE - does not

2006-12-20 Thread Hanno Krusken
Option  SyncOnGreen ON
Option  UseEdidDpi FALSE
Option  UseFBDev OFF # [bool] ### ON is NOT used with 
FreeBSD !!!
Option  VGAAccess ON
Option  VideoKey 0x1E # i ### is the 
standard on RADEON
Option  VideoRAM 16384 # in kByte ### Xorg.0.log
#   Option  Overlay ON # --  mga card
#   Option  MergedDPI 74 75 # [str]
#   Option  PanelOn ON # [bool]
#   Option  BusType AGP # [str]   ### can be set to PCI 
read man xorg.conf
#   Option  MergedNonRectangular  OFF
#   Option BufferSize # i
#   Option CPPIOMode # [bool]
#   Option CPusecTimeout # i
#   Option CRT2HSync # [str]
#   Option CRT2Position # [str]
#   Option CRT2VRefresh # [str]
#   Option Dac6Bit # [bool]
#   Option ForceMinDotClock # freq
#   Option IgnoreEDID OFF # [bool]
#   Option MergedXineramaCRT2IsScreen0 # [bool]
#   Option MetaModes 1024x768 # [str]
#   Option NoAccel [inactive] # [bool]
#   Option NoBackBuffer # [bool]
#   Option NoMergedXinerama # [bool]
#   Option RingSize # i
EndSection
#
Section Screen
Identifier Screen0
Device ATI-Radeon-RV100
MonitorLCD
DefaultDepth 24
DefaultBPP 32
DefaultFbBPP 32
Option  Accel ON### speed's things up
#   SubSection Display### to fast to load out of /etc/ttys 
via xdm  will crash my Xserver !!
#   Viewport   0 0
#   Depth 24
#   VisualTrueColor
#   Modes   1024x768
#   EndSubSection
EndSection
#
Section DRI
# Group 0
Mode 0666
EndSection
#
Section Extensions
#   Option  Composite Enable# needs for transparency look
EndSection  # but if off, the 
screen is faster, and some ports like bbmail don't like Composite enabled !
#
#
#
---

BE PREPARED TO CRASH YOUR XSERVER a few times BEFORE YOU FOUND YOUR PROPER 
SETTINGS !!

good luck ;o)

-- 
Hanno Krusken

Important note:
please do not replay with any HTML tags in your mail which will be blocked and 
deleted.
Regarding known SPAM, VIRUS and junk mail sender, which often use this way of 
fooling recipients with fancy images and HTML-artwork.
Remember that I'm using a very strict spam setup on top of it.
Thanks for your understanding.
Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GUIDE step-by-step - FreeBSD-RELENG-upgrade + BUILDWORLD process, using CVSUP

2006-06-16 Thread Hanno Krusken
)

# portupgrade -rRafF   ### (you need to be online for
this one to fetch the distfiles SKIP THIS STEP IF
PERMANENT ONLINE)

# portupgrade -afk ### (you can go offline for
this one now)

# pkgdb -uf  cd /usr/ports/lang/pyton  make
upgrade-side-packages

# pkgdb -F

# reboot

### FINISHED :o)

---
### my /etc/cvsup-new script called out of my X11
BlackBox-menu and for daily use:
---
[submenu] (CVS upgrade...) {}
[exec] (cvs-new) {sudo -S xterm -e /etc/cvs-new}
[exec] (cvs src) {sudo -S xterm -e cvsup
/etc/standard-supfile}
[exec] (cvs ports) {sudo -S xterm -e cvsup
/etc/ports-supfile}
[exec] (cvs doc) {sudo -S xterm -e cvsup
/etc/doc-supfile}
[exec] (fetch portupgrade) {xterm -sb -pob -e sudo
-S portupgrade -rRaF}
[exec] (portupgrade -rRa) {xterm -sb -pob -e sudo
-S portupgrade -rRa}
[exec] (pkgdb -F) {xterm -sb -pob -e sudo -S pkgdb
-F}
[end]

---/etc/cvsup-new-
#!/bin/sh
if SERVER=`fastest_cvsup -q -c uk,dk,de`; then
  cvsup -h $SERVER /etc/standard-supfile
fi

if SERVER=`fastest_cvsup -q -c uk,dk,de`; then
  cvsup -h $SERVER /etc/ports-supfile
fi


good luck have fun. ;o)

PS.
I'm not listening to stupid destructive critics
.. winching and carrying on playing with
M$-WinVirus on there own !!! .
But I'll be open for constructive tips, tweak this
GUIDE to enrich the way of FreeBSD for every one !!!
..
thanks ;o)
XXX
Hanno Krusken




___ 
Try the all-new Yahoo! Mail. The New Version is radically easier to use – The 
Wall Street Journal 
http://uk.docs.yahoo.com/nowyoucan.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


eBay is recomending MS-IE-6 for better service UNDER FreeBSD-5.4 ?????

2005-11-29 Thread Hanno Krusken
Hi eBay,

Now, I think you don't understand.

Internet explorer 6 is by far older than the advanced
FirFox 1.0.7 !
I use the same FireFox 1.0.7 under XP with out
problems, but I'm working under FreeBSD-UNIX the
MS-intenet explorer dose not work under Unix any way.

I only need to know which port needed to be open in my
firewall to do image uploads.

Hanno



On Tue, 29 Nov 2005 05:44:34 -0800
eBay United Kingdom Customer Support
[EMAIL PROTECTED] wrote:

 Hello Hanno,
 
 Thank you for writing to eBay's Customer Support. I
am sorry to learn 
 that you are facing trouble on eBay.
 
 Hanno, unfortunately if you are using older and/or
more basic browsers, 
 our site is generally unusable. This is due to the
fact that many of the
 forms and navigation use more advanced web language
(HTML 4.0, JAVA, 
 etc.) The only advice we can suggest, is to either
try to see if you can
 get an update of the software you are using, or
perhaps use another 
 system that has more advanced browser capabilities.
 
 The latest version of Internet Explorer 6 is
available from:
 
 

http://www.microsoft.com/windows/ie/downloads/critical/ie6sp1/default.ms
 px
 
 
 This link leads to a page where you can download
Internet Explorer 6 
 Service Pack 1. This Service Pack includes a full
installation of 
 Internet Explorer 6, so you will be able to use it
to upgrade an older 
 version of Internet Explorer.
 
 Again, thank you for your email and please don't
hesitate to let us know
 if you have any further questions or concerns.
 
 Kind regards,
 
 Damon R.
 eBay Customer Support 
 __
 
 NEW
 
 Want It Now (WIN)
 In response to a great deal of community feedback
and member suggestions
 we are very excited to announce Want It Now, a new
way for members to 
 buy and sell unique, hard-to-find items. 
 
 With Want It Now, buyers can now tell sellers
exactly what they are 
 looking for when they are unable to find it on the
site. Sellers can 
 then browse through these requests to find buyers
for their items, as 
 well as get new ideas for what items are in demand. 
 
 For more information about Want It Now, please check
out our Frequently 
 Asked Questions:
 

http://pages.ebay.co.uk/help/specialtysites/win_post.html
 
 eNews! 
 The eBay Announcement Boards contain the latest
information regarding 
 eBay features, system status, and special
promotions: 
 
  http://www2.ebay.com/aw/marketing-uk.shtml
 
 
 
 Original Message Follows:
 -
 
 Form Message %33322% 031300
 D_ID112820050735D_ID/W_ID47868611W_ID/S_ID003S_ID
 Subject:  GS=C31009 The problem you're having with
listing and managing 
 your item isn't listed [#UK A97 ?01 ]
 
 User Feedback:  265
 User State:  ?01
 
 Browser Info:  Mozilla/5.0 (X11; U; FreeBSD i386;
en-US; rv:1.7.12) 
 Gecko/20051105 Firefox/1.0.7
 
 Ask about selling (for sellers only)  Listing and
managing your 
 listings  The problem you're having with listing
and managing your item
 isn't listed
 
 Message: Hi there,
 PLEASE HELP
 I'm running FreeBSD-5.4 Unix with FireFox 1.0.7 as
my operation systen 
 and web-browser, and can not upload any images to
open a auction with 
 your online listening tool, I can not even relist
any older auctions.
 I run a -firewall- and -Portsentry- as well, and
need to know, which 
 PORT is needed to be able to upload the images.
 
 This are my ports and there status.
 Service: Ports
 FTP DATA: 20 CLOSED
 FTP: 21 CLOSED
 SSH: 22 CLOSED
 TELNET: 23 CLOSED
 SMTP: 25 CLOSED
 DNS: 53 CLOSED
 DCC: 59 CLOSED
 FINGER: 79 CLOSED
 WEB: 80 BLOCKED
 POP3: 110 CLOSED
 IDENT: 113 CLOSED
 Location service: 135 CLOSED
 NetBIOS: 139 CLOSED
 HTTPS: 443 CLOSED
 
 for now I have to swoop my hard-disk with XP on it,
to be able to open a
 auction, which is NOT what I gone to do for any
longer.
 
 Thanks for your kind help
 Hanno
 



___ 
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre. http://uk.security.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make.conf need --disable-nls or NO_LOCALE settings ?

2005-10-09 Thread Hanno Krusken
Hi all,

running FreeBSD-5.4-RELENG-p7 with a custom kernel on a laptop, I would like to 
disable ALL non english building language on the system incl. for all the 
installed ports.

I can not find any article about settings for the /etc/make.conf file, is 
there some thing like NO_LOCALE, WITHOUT_NLS or global 
CONFIGURE_ARGS+=--disable-nls witch can be used in single port Makefile 
configurations.

I would like to use any thing like ?+=--disable-nls for my 
/etc/make.conf to include to buildworld, make install and portupgrade 
-rRa with out getting all the ~/local folders cluttered up.

Thanks for help
Hanno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail + dk-milter + sid-filter setup with DNS+BIND9

2005-09-17 Thread Hanno Krusken
Hi all,
need help to setup DNS for mai domain.
I would like to get dk-milter to sign all my outgoing mail to be DNS confirm 
with my domain.net
That means, my emails get classified as [BULK] or SPAM if I send mails to 
strong anti-spam-NX1.mail.domains with out a propper DNS setup.

by dig in to the /var/log/maillog, sendmail and dk-milter staring ok, with the 
dk-filter.pid file, but if I send a mail to test my domainkey, or even just any 
other mail, sendmail can't connect to get dk-milter involfed.
the same error happend to sid-filter as well.

I'm running:
FreeBSD-5.4-RELENG-p7 with the latest ports-update
Sendmail-8.13.5
host+BIND9


#
# /etc/namedb/localhost.rev (entry)
#
_domainkey  IN  TXT g=; k=rsa; t=y; p=MHwwDQYJK

#
# /var/log/maillog
#
dk-filter[683]: Sendmail DomainKeys Filter v0.3.0 starting (args: -l -p 
local:/var/run/dk-filter -P /var/run/dk-filter.pid -d DOMAIN.net -c nofws -H -m 
MSA -s /var/db/domainkeys/mail.key.pem -S default)  
  --#
milter-greylist: cannot read dumpfile /var/milter-greylist/greylist.db
milter-greylist: cannot read dumpfile /var/milter-greylist/greylist.db
milter-greylist: starting with an empty greylist
milter-greylist: starting with an empty greylist
sid-filter[700]: Sendmail Sender-ID Filter v0.2.9 starting (args: -l -p 
local:/var/run/sid-filter -P /var/run/sid-filter.pid -t -r 0)
sm-mta[710]: starting daemon (8.13.5): [EMAIL PROTECTED]:00:01
sm-msp-queue[713]: starting daemon (8.13.5): [EMAIL PROTECTED]:00:01
sendmail[1795]: j8HG0RKw001795: from=hanno, size=669, class=0, nrcpts=1, 
msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
sm-mta[1800]: j8HG0SKk001800: Milter (dk-filter): error connecting to filter: 
Operation timed out with DOMAIN.net  -#
sm-mta[1800]: j8HG0SKk001800: Milter (dk-filter): error connecting to filter: 
Operation timed out with DOMAIN.net
sm-mta[1800]: j8HG0SKk001800: Milter (dk-filter): to error state
sm-mta[1800]: j8HG0SKk001800: Milter (sid-filter): error connecting to filter: 
Connection refused by /var/sid-filter/sid-filter.sock
sm-mta[1800]: j8HG0SKk001800: Milter (sid-filter): error connecting to filter: 
Connection refused by /var/sid-filter/sid-filter.sock
sm-mta[1800]: j8HG0SKk001800: Milter (sid-filter): to error state
milter-greylist: j8HG0SKk001800: skipping greylist because address 127.0.0.1 is 
whitelisted, (from=[EMAIL PROTECTED], rcpt=[EMAIL PROTECTED], 
addr=127.0.0.1)
sm-mta[1800]: j8HG0SKk001800: from=[EMAIL PROTECTED], size=820, class=0, 
nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, daemon=IPv4, relay=ix260.net 
[127.0.0.1]
sm-mta[1800]: j8HG0SKk001800: Milter add: header: X-Virus-Scanned: ClamAV 
version 0.86.2, clamav-milter version 0.86 on IX260.ix260.net
sm-mta[1800]: j8HG0SKk001800: Milter add: header: X-Virus-Status: Clean
sm-mta[1800]: j8HG0SKk001800: Milter add: header: X-Greylist: Sender IP 
whitelisted, not delayed by milter-greylist-2.0 (DOMAIN.net [127.0.0.1]); Sat, 
17 Sep 2005 17:01:44 +0100 (BST)
sendmail[1795]: j8HG0RKw001795: [EMAIL PROTECTED], ctladdr=hanno (1001/1001), 
delay=00:01:17, xdelay=00:01:17, mailer=relay, pri=30669, relay=[127.0.0.1] 
[127.0.0.1], dsn=2.0.0, stat=Sent (j8HG0SKk001800 Message accepted for delivery)
sm-mta[2108]: j8HG0SKk001800: to=[EMAIL PROTECTED], ctladdr=[EMAIL 
PROTECTED] (1001/1001), delay=00:00:03, xdelay=00:00:02, mailer=esmtp, 
pri=30820, relay=pdam.crynwr.com. [192.203.178.8], dsn=2.0.0, stat=Sent (ok 
1126972906 qp 30295)

#
# /etc/mail/my.domain.mc
#
divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24 21:15:09 
gshapiro Exp $')
OSTYPE(freebsd5)
DOMAIN(generic)
FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
FEATURE(accept_unqualified_senders)
FEATURE(`nocanonify', `canonify_hosts')
FEATURE(`dnsbl', `dnsbl.sorbs.net',, `t')
FEATURE(`dnsbl', `sbl-xbl.spamhaus.org',, `t')
define(`confDIRECT_SUBMISSION_MODIFIERS', `C')
define(`confDONT_BLAME_SENDMAIL', `GroupReadableSASLDBFile')
define(`confEBINDIR', `/usr/local/libexec')dnl
define(`UUCP_MAILER_PATH', `/usr/local/bin/uux')dnl
define(`confBIND_OPTS', `WorkAroundBroken')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
define(`confPRIVACY_FLAGS', `novrfy, noexpn')
MAILER(local)
MAILER(smtp)
dnl Cw localhost
Cw DOMAIN.net
dnl Xdk-filter, S=inet:[EMAIL PROTECTED]
INPUT_MAIL_FILTER(`dk-filter', `S=inet:[EMAIL PROTECTED]')  
  ---#
INPUT_MAIL_FILTER(`clmilter', `S=local:/var/run/clamav/clmilter.sock, F=T, 
T=S:4m;R:4m')
INPUT_MAIL_FILTER(`greylist', 
`S=local:/var/milter-greylist/milter-greylist.sock')
INPUT_MAIL_FILTER(`sid-filter',`S=local:/var/sid-filter/sid-filter.sock')
define(`confMILTER_MACROS_CONNECT', `j, 

Subject: dk-milter installation

2005-08-21 Thread Hanno Krusken
 Message: 30
 Date: Sun, 21 Aug 2005 15:42:56 -0400
 From: Gerard Seibert [EMAIL PROTECTED]
 Subject: dk-milter installation
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=UTF-8
 
 I was wondering if anyone has installed the 'dk-milter-0.3.0_1' port. I
 installed it, but I could not get it to run. I received several error
 messages at boot-up, even after enabling the files in
 '/usr/local/etc/rc.d', which by the way there was no documentation for.
 In fact, I was unable to find any documentation for this port on FreeBSD.
 If I could locate some decent documentation, perhaps I could get it
 running correctly.
 
 I am running FreeBSD 5.4 with Sendmail.
 
 -- 
 Gerard E. Seibert
 [EMAIL PROTECTED]

Hi Gerard,

edit your /etc/mail/YOUR-SENDMAIL.mc file and add this to it, workes for me 
under Sendmail-8.13_1

Xdk-filter, S=inet:[EMAIL PROTECTED]

then rebuild your sendmail make... make install make restart
have a look under:
http://www.elandsys.com/resources/sendmail/domainkeys.html
it's a very detailed description
it will say to add this to the .mc file, but it will not work with out 
reporting errors.
INPUT_MAIL_FILTER(`dk-filter', `S=inet:[EMAIL PROTECTED]')

use:
Xdk-filter, S=inet:[EMAIL PROTECTED]
to avoid errors at boot time.

I got the domainkey build, but still strugle to auto sign.


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


Konica-Minolta DiMAGE E500 (da0:umass-sim0:0:0:0): Synchronize cache failed

2005-06-26 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,
first of all, I'm using FreeBSD-5.4-RELENG-p2 and have gtkam-0.1.12_4
installed, it starts up nice but can not find my Konica-Minolta DiMAGE
E500 camera !

My problem is, that I get the output dump after plug in the USB cable
and switching the camera ON.
What other settings do I may need ?
do I need some settings in /etc/devd.conf ???

I was googeling around for two days now, and can't find any postings
about this problem.
(by the way, this camera is NOT listed in the gphoto or gtkam list)

thanks for any help
Hanno

umass0: KM DiMAGE E500, rev 1.10/0.00, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: KM DiMAGE E500 1.10 Removable Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 122MB (250368 512 byte sectors: 64H 32S/T 122C)
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0
umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0

## my /etc/rc.conf settings:
devd_enable=YES
devfs_system_ruleset=usb_devices
removable_interfaces=an0 cbb0 cbb1 ed0 ed1 fd0 cd0 da0
usbd_enable=YES
ugen_load=YES
umass_load=YES

## my /etc/fstab settings:
/dev/da0s1a /mnt/camera msdosfs rw,noauto   0   0

## my /etc/devdf.conf settings:
permusb00660
own usb0root:usb
permusb10660
own usb1root:usb

## kernel settings:
# SCSI peripherals
device  scbus   # SCSI bus (required for SCSI)
device  ch  # SCSI media changers
device  da  # Direct Access (disks)
device  sa  # Sequential Access (tape etc)
device  cd  # CD
device  pass# Passthrough (direct SCSI access)
device  ses # SCSI Envir. Services (and SAF-TE)
# USB support
device  uhci# UHCI PCI-USB interface
device  ohci# OHCI PCI-USB interface
device  ehci# EHCI PCI-USB interface (USB 2.0)
device  usb # USB Bus (required)
#device udbp# USB Double Bulk Pipe devices
device  ugen# Generic
device  uhid# Human Interface Devices
device  ukbd# Keyboard
device  ulpt# Printer
device  umass   # Disks/Mass storage-Requires scbus + da
device  ums # Mouse
device  urio# Diamond Rio 500 MP3 player
device  uscanner# Scanners





-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCvntUBG3FBOpOS2oRAp0GAJ9TpG4c9ZeiSqwGIzjQVlw99Y4ovwCdE0j9
SFsta9IycHmOOM6BceagpAc=
=5F8Y
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sun is Open Sourcing Solaris OS / FreeBSD future ?

2005-06-17 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

By going email reading, I just tripped over the add of Sun-Solaris mail:

Dose it means that we may can expect that the Linux and all the BSD
community together with SUN, will grow far more together to build an
even saver and bigger competition against Billi's Window-winding game-junk ?
Can we may expect some sort of new global joint venture opportunity for
the best OS in the world ? may a beta release in 2010 as let's call it
FreeSUN_BSD_Open-XXX_PRERELENG-0.98-p1 in witch case all the xview
depended ports may work again ?

Hanno / in the future

Sun is Open Sourcing Solaris OS
Today, June 14, 2005, is Opening Day for OpenSolaris.
http://www.opensolaris.org/

Initially, the OpenSolaris project will provide the core kernel,
libraries and commands that are currently distributed with the Solaris
OS. Over time, it is expected that additional parts of the Solaris OS
will be made available through the project.

The main difference between the OpenSolaris project and the Solaris
Operating System is that the OpenSolaris project does not provide an
end-user product or complete distribution. Instead it is an open source
code base, build tools necessary for developing with the code, and an
infrastructure for communicating and sharing related information.
Support for the code will be provided by the community; Sun offers no
formal support for the OpenSolaris product in either source or binary form.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCswazBG3FBOpOS2oRAgipAJ0WmNZJGlKCobsAvyLEVV/r2UEQrgCgqJg4
iUgSBKGC/6zK97WrotW0xko=
=uqm1
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


BSD and: great timeline of UNIX developments and BSD ancestry

2005-06-17 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

By reading some out of the OpenSolaris forum, it look's like ther can be
a changs to bring FreeBSD tight together with OpenSolaris in futuer
The comment I like is:

For a great timeline of UNIX developments and ancestry, check out:


The original SunOS was based on BSD Unix (4.1). Solaris 2.0 (a.k.a.
SunOS 5.x) was the merge between SunOS and the SVR4 sources from ATT.
The merge heavily favored the SVR4 source, so today it's fundamentally a
SVR4 system, though it's obviously diverged in a number of areas. You
can still find pieces of BSD influence around as well (we even run SunOS
4.x binaries unmodified on Solaris 10). For a great timeline of UNIX
developments and ancestry, check out:

http://www.levenez.com/unix/

And yes, by the transitive property:

OpenSolaris - Solaris Nevada - Solaris 10 ... - Solaris 2.0 - SVR4

On Wed, Jun 15, 2005 at 10:39:48AM -0600, James Falknor wrote:
 To whomever,
 From what I understand, Solaris was based upon Unix SysV Rev.4 from
 A.T.T.

 Is Solaris 10 based on Unix SysV Rev.4?

 Since OpenSolaris Source Code is based on Solaris 10, then is
 OpenSolaris Source Code based on Unix SysV Rev.4?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCsxC8BG3FBOpOS2oRAhBHAKC22/4eLaLBu5mcslpGoltYlef0JwCeIW8t
/MYvUoQEGgRYzSJXv58KTrY=
=rDCa
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xsysinfo ERROR after cvs update for open-motif-2.2.3_2 on FreeBSD-5.4

2005-06-16 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

after I done a cvs and updated the open-motif-2.2.3_2 package a few
weeks ago, xsysinfo-1.4a_1 dose not start up any more.

Error message:
xsysinfo: undefined symbol: _openfiles

well I did deinstall the package and compiled it again from
/usr/ports/sysutils/xsysinfo with make install after the makefile
was updated, even after deleting the source file and out of
~/ports/distfiles to let make install downloading it again.
I still get the same error.

Is there any workaround for that ?

 # New ports collection makefile for:  xsysinfo
 # Date created:   4 April 1996
 # Whom:   jdli
 #
 # $FreeBSD: ports/sysutils/xsysinfo/Makefile,v 1.18 2005/06/01 16:20:03 pav 
 Exp $
 #
 
 PORTNAME= xsysinfo
 PORTVERSION=  1.4a
 PORTREVISION= 1
 CATEGORIES=   sysutils
 MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/pub/jdli/source/
 
 MAINTAINER=   [EMAIL PROTECTED]
 COMMENT=  A system information display tool
 
 USE_IMAKE=yes
 MANCOMPRESSED=yes
 MAN1= xsysinfo.1
 PLIST_FILES=  bin/xsysinfo
 
 pre-configure:
   if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
   cd ${WRKSRC} ; \
   ${MV} Imakefile Imakefile.in ; \
   ${SED} -e s:DEFINES =:DEFINES = -DHAVE_DEVSTAT: Imakefile.in 
  Imakefile.i1 ; \
   ${SED} -e s:-lkvm:-lkvm -ldevstat: Imakefile.i1  Imakefile ; 
 \
   fi
 
 .include bsd.port.mk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCsZ6rBG3FBOpOS2oRAlTLAJ4rcG11TggueWXHcWAVAYjUCgEhbACgmNlI
qP4JmgI4+bpS628bmsE/DM0=
=LhXV
-END PGP SIGNATURE-


___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


xview broken under FreeBSD-5.4 / needed for lots of packages

2005-06-16 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was using a lot of packages in FreeBSD-4.10, witch I'm now missing
after upgrading to FreeBSD-5.4.
Lot's of this packages are depending on xview but it can't install
regarding a change in make

.if ${OSVERSION} = 502126
BROKEN= Broken by changes to make(1) on FreeBSD = 5.x
.endif

is there any way to get this package installed on FreeBSD-5.4 ?

Thanks for any hints
Hanno
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCsaDyBG3FBOpOS2oRAlfsAKCmH7qkFkTKXB1K76E4exvMO/KvNgCg1IJL
C6n8uQbNSTj9I2IpSmQPk9o=
=BUXS
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sierra Wireless, AC710/AC750, GPRS Network Adapter unknown card

2005-06-05 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

I would like to know witch device driver needs to be associated with a:
Sierra Wireless, AC710/AC750, GPRS Network Adapter
to get it working, and how to do this.please, or may witch external
module to load, if there is any.

The LED lites up on my Laptop Celeron, so it indicates that the power is
switched on.

Running: FreeBSD-5.4-p1

### /var/run/dmesg.boot
#
 cbb0: O2Micro OZ6912/6972 PCI-CardBus Bridge at device 5.0 on pci3
 cardbus0: CardBus bus on cbb0
 pccard0: 16-bit PCCard bus on cbb0
 cbb1: O2Micro OZ6912/6972 PCI-CardBus Bridge at device 7.0 on pci3
 cardbus1: CardBus bus on cbb1
 pccard1: 16-bit PCCard bus on cbb1

 pccard1: unknown card (manufacturer=0x0192, product=0x0710) at function 0
 pccard1:CIS info: Sierra Wireless, AC710/AC750, GPRS Network Adapter

# my.kernel configurations:
#
 # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support
 devicecbb # cardbus (yenta) bridge
 devicepccard  # PC Card (16-bit) bus
 devicecardbus # CardBus (32-bit) bus

 # PCCARD (PCMCIA card) support
 ident OLDCARD
 devicepcic# PCMCIA bridge



thanks for any suggestions ;o)
Hanno
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCovsHBG3FBOpOS2oRAk67AJ9KVgEhHymD1rnxdMomII5z2G1hSQCg08uB
8Vy0AQXSR6wce826YLSMrko=
=w+c7
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Semtech Touchscreen for /etc/xorg.conf ?

2005-06-03 Thread Hanno Krusken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

is there any possibility to set up, or calibrate a Synaptics Touchpad
Driver Semtech Touchscreen for /etc/xorg.conf ?
FreeBSD-5-4 on a Celeron Laptop

The good thing is, that the touchscreen and pointer works all ready,
with out any special driver loaded, I would like to get the pointer to
jump exactly to that point on the screen, where I touch the screen with
the stylus-pen

I can scratch/drag the pointer in to position and perform a double-click.

Thanks for any help
Hanno
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCoIkGBG3FBOpOS2oRAgeOAKCLFtOhBkClDo/L5aRw2s+nEWq/RACgsZhW
N4Yv85LTwjNnTDajDC3/fVQ=
=s5my
-END PGP SIGNATURE-




___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]