FreeBSD 9.1 RELEASE - does not install package

2013-01-03 Thread Celso Viana
Hi all,

I can not install the package subversion with pkg_add -r

pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/Latest/subversion.tbz'
by URL

I observed that there is packages-9.1-release in
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64;

In FreeBSD 9.1 RELEASE, how do I install packages via pkg_add?

Thanks!!

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
___
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


SaMBa 4 - man pages

2012-12-30 Thread Celso Viana
Hi all,

When installing Samba4 on FreeBSD 9.1, the man pages are not
installed. Does anyone know why this happens?

Thanks!!

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
___
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


SaMBa: change password NIX

2008-03-07 Thread Celso Viana
Hi All,

Someone already successfully change the password NIX on FreeBSD with
windows (unix password sync)?

Thanks

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Failing to compile kernel

2008-01-19 Thread Celso Viana
Hi All,

To compile the kernel of FreeBSD 7.0 RC1 and returned the error ...

=== zlib (all)
cc -O2 -fno-strict-aliasing -pipe  -D_KERNEL -DKLD_MODULE -std=c99
-nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -I/usr/obj/usr/src/sys/DRUFF
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -c
/usr/src/sys/modules/zlib/../../net/zlib.c
ld  -d -warn-common -r -d -o zlib.kld zlib.o
: export_syms
awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld
export_syms | xargs -J% objcopy % zlib.kld
ld -Bshareable  -d -warn-common -o zlib.ko zlib.kld
objcopy --strip-debug zlib.ko
=== zyd (all)
cc -O2 -fno-strict-aliasing -pipe  -D_KERNEL -DKLD_MODULE -std=c99
-nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -I/usr/obj/usr/src/sys/DRUFF
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -c
/usr/src/sys/modules/zyd/../../dev/usb/if_zyd.c
ld  -d -warn-common -r -d -o if_zyd.kld if_zyd.o
: export_syms
awk -f /usr/src/sys/modules/zyd/../../conf/kmod_syms.awk if_zyd.kld
export_syms | xargs -J% objcopy % if_zyd.kld
ld -Bshareable  -d -warn-common -o if_zyd.ko if_zyd.kld
objcopy --strip-debug if_zyd.ko
1 error
*** Error code 2
1 error
*** Error code 2

...What can be wrong?

Thanks



-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(no subject)

2008-01-19 Thread Celso Viana
Hi All,

To compile the kernel of FreeBSD 7.0 RC1 and returned the error ...

=== zlib (all)
cc -O2 -fno-strict-aliasing -pipe  -D_KERNEL -DKLD_MODULE -std=c99
-nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -I/usr/obj/usr/src/sys/DRUFF
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -c
/usr/src/sys/modules/zlib/../../net/zlib.c
ld  -d -warn-common -r -d -o zlib.kld zlib.o
: export_syms
awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld
export_syms | xargs -J% objcopy % zlib.kld
ld -Bshareable  -d -warn-common -o zlib.ko zlib.kld
objcopy --strip-debug zlib.ko
=== zyd (all)
cc -O2 -fno-strict-aliasing -pipe  -D_KERNEL -DKLD_MODULE -std=c99
-nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common  -I/usr/obj/usr/src/sys/DRUFF
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -c
/usr/src/sys/modules/zyd/../../dev/usb/if_zyd.c
ld  -d -warn-common -r -d -o if_zyd.kld if_zyd.o
: export_syms
awk -f /usr/src/sys/modules/zyd/../../conf/kmod_syms.awk if_zyd.kld
export_syms | xargs -J% objcopy % if_zyd.kld
ld -Bshareable  -d -warn-common -o if_zyd.ko if_zyd.kld
objcopy --strip-debug if_zyd.ko
1 error
*** Error code 2
1 error
*** Error code 2

...What can be wrong?

Thanks

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Manual routing

2007-12-08 Thread Celso Viana
Hi All,

I have 2 machines (A and B) interconnected by a cable network
crossover; added the following addresses on the network card:

Machine A: 192.168.1.1/24
Machine B: 10.10.1.1/24

Question: How would for these machines to communicate, adding routes manually?

Thanks

-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


master.passwd - convert ldap

2007-09-27 Thread Celso Viana
Hi All,

Somebody already modified scripts migrationtools
(http://www.padl.com/OSS/MigrationTools.html) to convert
master.passwd for ldap? Using scripts original (migrate_passwd.pl)
the conversion is wrong, as below

dn: uid=test,ou=People,dc=padl,dc=com
uid: test
cn: User by test
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
userPassword: {crypt}$1$QLrRpB8e$2doc9Ks9GkOdyc2xAvEYi1
shadowLastChange: 1002
shadowMin: 1002
shadowExpire: User by test
shadowFlag: /home/test
loginShell: /bin/csh
uidNumber: 1002
gidNumber: 1002
homeDirectory: /home/test
gecos: User by test

The objects had below received values wrong

shadowLastChange: 1002 - uid
shadowMin: 1002 - gid
shadowExpire: User by test - gecos
shadowFlag: /home/test - directory home of the user

Thanks
-- 
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


amd(aumount) and smbfs

2007-02-26 Thread Celso Viana

Hi all,

Somebody knows if it is possible to use smfbs with amd (automount)?

Thanks

--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org

63 8404-8559
Palmas/TO
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-10 Thread Celso Viana
teste# ipfw add fwd 10.10.10.10, 3128 tcp from any to any dst-port 80
ipfw: getsockopt(IP_FW_ADD): Invalid argument

ipfw2 initialized, divert enabled, rule-based forwarding disabled,
default to accept, logging limited to 100 packets/entry by default

rule-based forwarding disabled. enable???

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


ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-09 Thread Celso Viana
ipfw add 10 fwd 192.168.10.5,3128 all from any to any dst-port 80
ipfw: getsockopt(IP_FW_ADD): Invalid argument

What's Wrong?

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


Re: ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-09 Thread Celso Viana
OS: FreeBSD 5.3 p5

in FreeBSD 5.3 p0  ok!

Celso

On Apr 9, 2005 9:40 PM, Celso Viana [EMAIL PROTECTED] wrote:
 ipfw add 10 fwd 192.168.10.5,3128 all from any to any dst-port 80
 ipfw: getsockopt(IP_FW_ADD): Invalid argument
 
 What's Wrong?
 
 Celso

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