Re: FreeBSD Port Question

2006-12-06 Thread Julian D. Seifert
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow.html#SLOW-WORK

maybe this will help you in finding the distribution.

ciao,

 Julian D. `alamar` Seifert

-- 
This is Unix and Netware country, on a quiet night you can hear NT
Reboot.

gpg fingerprint: 
435D DDDA 251B 9D70 2F72 78E0 AA5F 11F4 A4ED 451E


pgpCFP7inZ5UQ.pgp
Description: PGP signature


Re: FreeBSD Port Question

2006-12-05 Thread Julian D. Seifert

On Tue, Dec 05, 2006 at 10:38:30AM +0100, VeeJay wrote:
 a snipt from Makefile:
 
 PORTNAME?=  mysql
 PORTVERSION=5.0.2
 PORTREVISION?=  0
 CATEGORIES= databases
 MASTER_SITES=   ${MASTER_SITE_MYSQL}

# grep -nie master.*site.*mysql /usr/ports/Mk/*
/usr/ports/Mk/bsd.sites.mk:661:.if !defined(IGNORE_MASTER_SITE_MYSQL)
/usr/ports/Mk/bsd.sites.mk:662:MASTER_SITE_MYSQL+=  \

After looking into the file /usr/ports/Mk/bsd.sites.mk we see for example:
ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \

so what about subdir?
 /usr/ports/databases/mysql50-server]# grep -ie subdir= Make
MASTER_SITE_SUBDIR= MySQL-5.0

so we have:
ftp://ftp.easynet.be/mysql/Downloads/MySQL-5.0/

tada :)

cya,

 Julian D. `alamar` Seifert

-- 
If the truth is in your favor no one will believe you.
 
gpg fingerprint: 
435D DDDA 251B 9D70 2F72 78E0 AA5F 11F4 A4ED 451E


pgp5JrHcJhFS1.pgp
Description: PGP signature


FreeBSD as nis client using Linux nis server

2005-12-12 Thread Julian D. Seifert
Hi List,

I was told there are no bigger problems using nis with Linux as server
so i tried to configure my Freebsd6.0 to use my Linux nis server.
(Linux 2.6.12 Debian sarge ypserv 2.14

I followed the advises from:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nis.html
on how to configure fbsd as nis client.

I used vipw to change the passwd file and added the correct number
of :. 

ypcat passwd works fine - ypbind is running

rc.conf:
nis_client_enable=YES
nisdomainname=seifert.lan
rpcbind_enable=YES

nsswitch.conf:
group: compat
group_compat: nis
passwd: compat
passwd_compat: nis

The problem is I can't login as an user that wasn't locally added.
User foo exists on the nis server. On all other machines I can login as
foo without any problems. My freebsd denies access for user foo.
On the consoel with login incorrect and when I try to login using ssh
I get an error:
Dec 12 19:56:49 miraculix sshd[609]: error: PAM: authentication error
for illegal user foo from stronghold.seifert.lan


bye,

 Julian `alamar` Seifert

-- 
Where patience fails, force prevails.
 
gpg fingerprint: 
435D DDDA 251B 9D70 2F72 78E0 AA5F 11F4 A4ED 451E


pgpPh47HkvmW3.pgp
Description: PGP signature


Re: make command to fetch a new index

2004-08-08 Thread Julian D. Seifert
On Sun, 08 Aug 2004 10:23:29 -0400
Gerard Seibert [EMAIL PROTECTED] wrote:

 I thought I saw a tip in this newsgroup awhile ago about using 'make'
 to fetch a fresh copy of the index file. I cannot remember what the
 exact syntax was for the command. I thought it was 'make fetch_index',
 however that does not work correctly. Would someone be so kind as to
 refresh my memory on this?
 
 Thanks!
 
 Gerard E. Seibert
 [EMAIL PROTECTED]
 
 I never make mistakes. I thought I did once, but I was wrong.
 
   Anonymous
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

sometimes grep is very helpfull ;)

cd /usr/ports/  grep -ie fetch Makefile

-- 
Every rule has an exception, except the rule of exceptions.
gpg fingerprint: 
9C05 DC4C EB33 627F 13F9  98FF D651 8413 1279 7C75



pgpBjgTrAYmvJ.pgp
Description: PGP signature


how to mount /dev/ad0s1?

2004-06-19 Thread Julian D. Seifert
Hi guys,
I have a 40gb harddisk with 2 windows(fat32) partitions and 1 fbsd partition.
I am using fbsd 5.2.1(with devfs). 
/dev/ad0 tells me the first partition on my harddisk is a windows fat32
partition (as it should be). When i try to mount it with:

mount -t msdos /dev/ad0s1 /mnt/win_c or 
mount -t msdosfs /dev/ad0s1 /mnt/win_c or 
mount_msdosfs /dev/ad0s1 /mnt/win_c 

I get the error: 

msdosfs: /dev/ad0s1: Invalid argument

I tried a script from freesbie that tries to mount all mountable devices.
It identifies ad0s1 as windows partition and tries to mount it but also fails - the 
error the script gets i don`t know, but i assume it is the same
one. I don`t have a /dev/ad0s1e. 

Now the real weird and annoying thing:
i can mount the extended windows partition(/dev/ad0s5) with:

mount -t msdosfs /dev/ad0s5 /mnt/win_d 

without any erros.
I don`t know why but hopefully some of you guys know ;).
mfg Julian `alamar` Seifert


-- 
Every rule has an exception, except the rule of exceptions.
gpg fingerprint: 
9C05 DC4C EB33 627F 13F9  98FF D651 8413 1279 7C75
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help!

2004-06-19 Thread Julian D. Seifert
On Fri, 18 Jun 2004 23:58:46 -0700 (PDT)
ORACLE . [EMAIL PROTECTED] wrote:

 when i start the gnome i get this error
 
 Could not look up internet address 
 This will prevent Gnome from operating correctly. It
 may be possible to correct the problem by adding 
 the file /etc/host. 
 Log on anyway? Cancell? 
 
 i am getting this error when i start the gnome please
 tell me what to do i am new to freebsd..
 
 
 
   
 __
 Do you Yahoo!?
 New and Improved Yahoo! Mail - Send 10MB messages!
 http://promotions.yahoo.com/new_mail 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

hi,
what about creating a /etc/host file? ;)
and that error shouldn`t affect your gnome
that much. 
Julian D. `alamar` Seifert

-- 
Every rule has an exception, except the rule of exceptions.
gpg fingerprint: 
9C05 DC4C EB33 627F 13F9  98FF D651 8413 1279 7C75
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to mount /dev/ad0s1?

2004-06-15 Thread Julian D. Seifert
Hi guys,
I have a 40gb harddisk with 2 windows(fat32) partitions and 1 fbsd partition.
I am using fbsd 5.2.1(with devfs). 
/dev/ad0 tells me the first partition on my harddisk is a windows fat32
partition (as it should be). When i try to mount it with:

mount -t msdos /dev/ad0s1 /mnt/win_c or 
mount -t msdosfs /dev/ad0s1 /mnt/win_c or 
mount_msdosfs /dev/ad0s1 /mnt/win_c 

I get the error: 

msdosfs: /dev/ad0s1: Invalid argument

I tried a script from freesbie that tries to mount all mountable devices.
It identifies ad0s1 as windows partition and tries to mount it but also fails - the 
error the script gets i don`t know, but i assume it is the same
one. I don`t have a /dev/ad0s1e. 

Now the real weird and annoying thing:
i can mount the extended windows partition(/dev/ad0s5) with:

mount -t msdosfs /dev/ad0s5 /mnt/win_d 

without any erros.
I don`t know why but hopefully some of you guys know ;).
mfg Julian `alamar` Seifert


-- 
Every rule has an exception, except the rule of exceptions.
gpg fingerprint: 
9C05 DC4C EB33 627F 13F9  98FF D651 8413 1279 7C75
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to mount /dev/ad0s1?

2004-06-15 Thread Julian D. Seifert
Hi guys,
I have a 40gb harddisk with 2 windows(fat32) partitions and 1 fbsd partition.
I am using fbsd 5.2.1(with devfs). 
/dev/ad0 tells me the first partition on my harddisk is a windows fat32
partition (as it should be). When i try to mount it with:

mount -t msdos /dev/ad0s1 /mnt/win_c or 
mount -t msdosfs /dev/ad0s1 /mnt/win_c or 
mount_msdosfs /dev/ad0s1 /mnt/win_c 

I get the error: 

msdosfs: /dev/ad0s1: Invalid argument

I tried a script from freesbie that tries to mount all mountable devices.
It identifies ad0s1 as windows partition and tries to mount it but also fails - the 
error the script gets i don`t know, but i assume it is the same
one. I don`t have a /dev/ad0s1e. 

Now the real weird and annoying thing:
i can mount the extended windows partition(/dev/ad0s5) with:

mount -t msdosfs /dev/ad0s5 /mnt/win_d 

without any erros.
I don`t know why but hopefully some of you guys know ;).
mfg Julian `alamar` Seifert


-- 
Every rule has an exception, except the rule of exceptions.
gpg fingerprint: 
9C05 DC4C EB33 627F 13F9  98FF D651 8413 1279 7C75
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]