Re: error instaling any ports

2017-10-24 Thread Denis Granato
yes
a lot of "> 10.4 RELEASE" and " current version"

Im fighting now trying to install some packages

tks

On Tue, Oct 24, 2017 at 3:24 PM, Kurt Jaeger  wrote:

> Hi!
>
> > After second freebsd-update install
>
> Boot single-user and edit /etc/defaults/rc.conf and/or /etc/rc.conf,
> there's some typo somewhere.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-23 Thread Denis Granato
Im with a 9.3 Release now (thanks Kurt)
but When I try to install a port, same error

root@avvio-fw:/usr/src # cd /usr/ports/net-mgmt/rancid3/
root@avvio-fw:/usr/ports/net-mgmt/rancid3 # make delete-old-libs
"/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
Unknown modifier 't'

Variable .CURDIR is recursive.


Do I need to upgrade to 10?

att

On Thu, Oct 19, 2017 at 6:10 PM, Denis Granato <denisgran...@gmail.com>
wrote:

> Ok its worked
> Entered in single mode
> Make installworld
> Mergemaster -UiP
>  now server is alive in 9.3
>
> Tomorrow I check the ports
>
> On Oct 19, 2017 5:36 PM, "Kurt Jaeger" <li...@opsec.eu> wrote:
>
>> Hi!
>>
>> > ok, I will try this, becausa I did everthing, then I reboot, like this
>> steps
>> >
>> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
>> > make buildworld
>> > make buildkernel
>> > make installkernel
>> > make installworld
>> >
>> > mergemaster -UiP
>> > shutdown -r now
>>
>> Yes, this works for small upgrades, most of the time. Sometimes
>> it fails.
>>
>> I was lazy when I listed it that way.
>>
>> The reboot should have been between installkernel and installworld.
>>
>> --
>> p...@opsec.eu+49 171 3101372 3 years
>> to go !
>>
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Ok its worked
Entered in single mode
Make installworld
Mergemaster -UiP
 now server is alive in 9.3

Tomorrow I check the ports

On Oct 19, 2017 5:36 PM, "Kurt Jaeger"  wrote:

> Hi!
>
> > ok, I will try this, becausa I did everthing, then I reboot, like this
> steps
> >
> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> > make buildworld
> > make buildkernel
> > make installkernel
> > make installworld
> >
> > mergemaster -UiP
> > shutdown -r now
>
> Yes, this works for small upgrades, most of the time. Sometimes
> it fails.
>
> I was lazy when I listed it that way.
>
> The reboot should have been between installkernel and installworld.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Good afternoon Kurt and everyone

I follow the steps (that Kurt sent with his help)
After the mergemaster -UiP
the server stop at boot, after this point (see pictures attached)



On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
ok, I will try this, becausa I did everthing, then I reboot, like this steps

svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
make buildworld
make buildkernel
make installkernel
make installworld

mergemaster -UiP
shutdown -r now

On Thu, Oct 19, 2017 at 5:02 PM, Kurt Jaeger  wrote:

> Hi!
>
> > yes I can boot single mode, mount / , etc
>
> Try to boot single user mode with the new kernel, then re-run
>
> make installworld
> mergemaster -UiP
>
> The normal way to do it is to reboot after
>
> make installkernel
>
> If you ran the installworld before the reboot, some files might
> not be copied.
>
> Another thing: Try to run
>
> ifconfig
>
> and see if it can list the interfaces of the box. Maybe it's the
> old ifconfig binary still left.
>
> > Why you think its a kernel problem not some file that I change
> > in mergemaster questions
>
> I vagely remember that there was an ifconfig thing sometime around
> 9.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
yes I can boot single mode, mount / , etc
Why you think its a kernel problem not some file that I change
in mergemaster questions

because, I boot the serve once and the 9.1-> 9.3 worked
after mergemaster and reboot that happened

On Thu, Oct 19, 2017 at 4:39 PM, Kurt Jaeger  wrote:

> Hi!
>
> > I follow the steps (that Kurt sent with his help)
> > After the mergemaster -UiP
> > the server stop at boot, after this point (see pictures attached)
>
> Can you boot single-mode ?
>
> Can you boot the old kernel ?
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-19 Thread Denis Granato
Good afternoon Kurt and everyone

I follow the steps (that Kurt sent with his help)
After the mergemaster -UiP
the server stop at boot, after this point

cant attach pictures because of the size, follow some messages errors

ifconfig: ioctl (set name): file exists

/etc/rc warning $ipv6_ifconfig_lo0 is obsolete

ifconfig: lo0 bad value
eval list_vars: not found
eval: sort_lite: not found

these last 3, continues repeatly for ever
I cant get the login screen

On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-18 Thread Denis Granato
thanks guys , I wil try and let you know
about the kernel, I think was for ipfw or something



On Tue, Oct 17, 2017 at 5:11 PM, Kurt Jaeger  wrote:

> Hi!
>
> > > uname -a
> [...]
> > > *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
>
> So you have a PRERELEASE version and you have a custom kernel.
>
> Do you know why that is ? Any specific change that needs to
> be in that kernel config ?
>
> Please check if you have a 'svn' binary somewhere, because it looks
> like you need to do a source upgrade first.
>
> rm -rf /usr/obj /usr/src
> mkdir /usr/src
> cd /usr/src
> svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
> make buildworld
> make buildkernel
> make installkernel
> make installworld
> mergemaster -UiP
> shutdown -r now
> cd /usr/src
> make check-old
> make delete-old
> make delete-old-libs
>
> > *server# freebsd-update -r 9.3-RELEASE upgradeLooking up
> update.freebsd.org
> >  mirrors... 3 mirrors found.Fetching public
> key
> > from update6.freebsd.org... failed.Fetching public key from
> > update5.freebsd.org... failed.Fetching public key from
> > update4.freebsd.org... failed.No mirrors remaining, giving up*
>
> Well, freebsd-update only works on GENERIC kernels and systems, so
> your first step needs to be a source upgrade.
>
> Please note: Your binaries from 9.1-PRE will work on 9.3, and probably on
> 10.x, so no need to worry about the packages installed for now.
>
> You can rebuild your ports when you're on 10.x.
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Denis Granato
> So, what does
>
> uname -a
>
>
>
> *server# uname -aFreeBSD server.avgroup.loc 9.1-PRERELEASE FreeBSD
> 9.1-PRERELEASE #0 r238721: Mon Jul 23 17:34:45 BRT 2012
> r...@server.avgroup.loc:/usr/obj/usr/stable9/sys/AVVIO_FW  i386You have new
> mail.*
>
> What does
>
> freebsd-version -ku
>
> *dont have this command*
>
> Can you try to do these steps to get to a slightly newer version first ?
>
> freebsd-update -r 9.3-RELEASE upgrade
>






*server# freebsd-update -r 9.3-RELEASE upgradeLooking up update.freebsd.org
 mirrors... 3 mirrors found.Fetching public key
from update6.freebsd.org... failed.Fetching public key from
update5.freebsd.org... failed.Fetching public key from
update4.freebsd.org... failed.No mirrors remaining, giving up*


# installation kernel
> freebsd-update install
>


> shutdown -r now
> # installation userspace
> freebsd-update install
> # pkg-update
> freebsd-update install
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-17 Thread Denis Granato
Hi Kurt
Yes, I need help, its exactly what Im trying to do, upgrade
to a newer version

tks

On Tue, Oct 17, 2017 at 3:32 PM, Kurt Jaeger  wrote:

> Hi!
>
> > I have a 9.1 freebsd server, and every ports I try to install I get
> > the follow error
>
> 9.1 is no longer supported. Any chance to upgrade ? Do you need
> help to upgrade that box ?
>
> --
> p...@opsec.eu+49 171 3101372 3 years to
> go !
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


error instaling any ports

2017-10-17 Thread Denis Granato
Hello everyone

I have a 9.1 freebsd server, and every ports I try to install I get
the follow error







*server# cd /usr/ports/devel/subversionserver# make install
clean"/usr/ports/Mk/bsd.port.mk ", line 1045: Unknown
directiveUnknown modifier 't'Variable .CURDIR is recursive.server# *
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


ports /databases/postgresql92-server beta 3

2012-08-10 Thread Denis Granato
Good morning guys.

I installed sucessfully a postgresql 9.2 beta 2 last month in
databases/postgresql92-server

But yesterday in another server ai update my ports tree and this change to
postgresql 9.3
but the make install clean can fetch the file postgresql-9.2beta3.tar.bz2
 (file not found)

Any knows the port maintainer?

regards
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


error install net-mgmt/net-snmp on 9.1 PRE-RELEASE

2012-08-10 Thread Denis Granato
Good afternoon guys.

I'm trying to install net-snmp on a 9.1 PRE-RELEASE server but got this
error;

sctp-mib/sctpTables_freebsd.c: In function 'parse_assoc_local_addresses':
sctp-mib/sctpTables_freebsd.c:40: error: 'union sctp_sockstore' has no
member named 'sin'
sctp-mib/sctpTables_freebsd.c: In function 'parse_remaddr_xraddr':
sctp-mib/sctpTables_freebsd.c:157: error: 'union sctp_sockstore' has no
member named 'sin'
*** [sctp-mib/sctpTables_freebsd.lo] Error code 1

Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent/mibgroup.
*** [subdirs] Error code 1

Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent.
*** [subdirs] Error code 1

Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1.
*** [do-build] Error code 1

Stop in /usr/ports/net-mgmt/net-snmp.
*** [build] Error code 1

Stop in /usr/ports/net-mgmt/net-snmp.

=== make failed for net-mgmt/net-snmp
=== Aborting update

Terminated


tks
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: error install net-mgmt/net-snmp on 9.1 PRE-RELEASE [SOLVED]

2012-08-10 Thread Denis Granato
I follow this link

http://svnweb.freebsd.org/base/head/sys/netinet/sctp_uio.h?r1=238790r2=238789pathrev=238790

and solved my problem

tks




On Fri, Aug 10, 2012 at 2:21 PM, Denis Granato denisgran...@gmail.comwrote:

 Good afternoon guys.

 I'm trying to install net-snmp on a 9.1 PRE-RELEASE server but got this
 error;

 sctp-mib/sctpTables_freebsd.c: In function 'parse_assoc_local_addresses':
 sctp-mib/sctpTables_freebsd.c:40: error: 'union sctp_sockstore' has no
 member named 'sin'
 sctp-mib/sctpTables_freebsd.c: In function 'parse_remaddr_xraddr':
 sctp-mib/sctpTables_freebsd.c:157: error: 'union sctp_sockstore' has no
 member named 'sin'
 *** [sctp-mib/sctpTables_freebsd.lo] Error code 1

 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent/mibgroup.
 *** [subdirs] Error code 1

 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1/agent.
 *** [subdirs] Error code 1

 Stop in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.1.
 *** [do-build] Error code 1

 Stop in /usr/ports/net-mgmt/net-snmp.
 *** [build] Error code 1

 Stop in /usr/ports/net-mgmt/net-snmp.

 === make failed for net-mgmt/net-snmp
 === Aborting update

 Terminated


 tks


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


freebsd 9 + zabbix 2.0

2012-08-08 Thread Denis Granato
Good afternoon friends,

I wanna install zabbix 2.0 on a Freebsd 9 but using ports.

I read about that the ports (1.8.3)  would be updated to 2.0

any news? Any one install from source without problems?

tks
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


mpd5 server questions

2012-07-31 Thread Denis Granato
Hi guys,

I'm from Brazil, and it is my first email on this list (sry about my
english)

I'm trying to configure a mpd5 server (pptp) in a FreeBSD 9,1 i386

Anyone here has a configuration sample (mpd.conf, mpd.links, etc) to help
me ?

tks
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: mpd5 server questions

2012-07-31 Thread Denis Granato
Thanks guys I've got something here, just a few adjustments now

Marin, just before you sent the email below, I used this site and this
finally worked

tks very  much

regards

On Tue, Jul 31, 2012 at 5:50 PM, Marin Atanasov Nikolov dna...@gmail.comwrote:

 On Tue, Jul 31, 2012 at 9:10 PM, Denis Granato denisgran...@gmail.com
 wrote:
  Hi guys,
 

 Hi Denis,

  I'm from Brazil, and it is my first email on this list (sry about my
  english)
 
  I'm trying to configure a mpd5 server (pptp) in a FreeBSD 9,1 i386
 
  Anyone here has a configuration sample (mpd.conf, mpd.links, etc) to help
  me ?

 Sometime ago I've written a short documentation on how to get mpd5
 configured and installed on FreeBSD.

 You can find the documentation here with sample configuration files:

  - http://unix-heaven.org/node/33

 Hope you find it useful.

 Regards,
 Marin

 
  tks
  ___
  freebsd-stable@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-stable
  To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org
 



 --
 Marin Atanasov Nikolov

 dnaeon AT gmail DOT com
 daemon AT unix-heaven DOT org
 http://www.unix-heaven.org/

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org