I seem to be having trouble accessing the git repository. Did the URL change? David
That would do it J I was using an old guide. Thanks! David From: Nick Lowe [mailto:nick.lowe@gmail.com] Sent: Tuesday, November 17, 2015 11:08 AM To: David Peterson-WirelessConnections <davidp@wirelessconnections.net>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues No, it's still: https://github.com/FreeRADIUS/freeradius-server/
I suspect the problem is that the redirect from git.freeradius.org is currently broken after a server move.
On 17-11-15 17:40, Nick Lowe wrote:
I suspect the problem is that the redirect from git.freeradius.org is currently broken after a server move.
Fixed two occurences in the wiki to use github instead. There is one left as a comment on http://wiki.freeradius.org/Home, left it there as there is no alternative URL. -- Herwin Weststrate
Which 3.x branch should I be using? I checked out 3.0.x and get this error root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1 I delete the directory but it keeps making it then throws that error. David -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freeradius.org] On Behalf Of Herwin Weststrate Sent: Tuesday, November 17, 2015 12:01 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues On 17-11-15 17:40, Nick Lowe wrote:
I suspect the problem is that the redirect from git.freeradius.org is currently broken after a server move.
Fixed two occurences in the wiki to use github instead. There is one left as a comment on http://wiki.freeradius.org/Home, left it there as there is no alternative URL. -- Herwin Weststrate - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I did switch to master but still get this: INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1 root@sc-daloradius:/usr/src/freeradius-serv -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freeradius.org] On Behalf Of David Peterson Sent: Tuesday, November 17, 2015 12:43 PM To: 'FreeRadius users mailing list' <freeradius-users@lists.freeradius.org> Subject: RE: git issues Which 3.x branch should I be using? I checked out 3.0.x and get this error root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1 I delete the directory but it keeps making it then throws that error. David -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+davidp=wirelessconnections.net@lists.freeradius.org] On Behalf Of Herwin Weststrate Sent: Tuesday, November 17, 2015 12:01 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues On 17-11-15 17:40, Nick Lowe wrote:
I suspect the problem is that the redirect from git.freeradius.org is currently broken after a server move.
Fixed two occurences in the wiki to use github instead. There is one left as a comment on http://wiki.freeradius.org/Home, left it there as there is no alternative URL. -- Herwin Weststrate - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Nov 17, 2015, at 12:48 PM, David Peterson <davidp@wirelessconnections.net> wrote:
I did switch to master but still get this:
INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1 root@sc-daloradius:/usr/src/freeradius-serv
Permissions? -Arran
On Nov 17, 2015, at 12:42 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Which 3.x branch should I be using? I checked out 3.0.x and get this error
root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1
Which OS are you using? I have *no* idea how that error occurs. All of the build rules are correct so far as I can tell. Alan DeKok.
I am building this on Ubuntu 15.10. I moved to the master version but the make install ends like this: INSTALL doc/ChangeLog INSTALL doc/README INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1 -----Original Message----- From: Alan DeKok [mailto:aland@deployingradius.com] Sent: Tuesday, November 17, 2015 1:37 PM To: David Peterson-WirelessConnections <davidp@wirelessconnections.net>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues On Nov 17, 2015, at 12:42 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Which 3.x branch should I be using? I checked out 3.0.x and get this error
root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1
Which OS are you using? I have *no* idea how that error occurs. All of the build rules are correct so far as I can tell. Alan DeKok.
On Nov 17, 2015, at 1:42 PM, David Peterson <davidp@wirelessconnections.net> wrote:
I am building this on Ubuntu 15.10.
OK, that *should* work. I'll see if I can find time to track it down.
I moved to the master version but the make install ends like this:
Yes, you've posted that about 3 times already. We understand. We can read. Alan DeKok.
On Tue, Nov 17, 2015 at 01:42:58PM -0500, David Peterson wrote:
I am building this on Ubuntu 15.10. I moved to the master version but the make install ends like this:
In which case I would 'make deb' rather than a direct install. Packages are much easier to handle. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Well that certainly helped with more details. dpkg-source --before-build freeradius-server dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.4) quilt autotools-dev libcurl4-openssl-dev | libcurl4-gnutls-dev libcap-dev libgdbm-dev libiodbc2-dev libjson-c-dev | libjson0-dev libkrb5-dev libldap2-dev libhiredis-dev libpam0g-dev libpcap-dev libperl-dev libpq-dev libreadline-dev libsasl2-dev libsqlite3-dev libwbclient-dev libyubikey-dev python-dev dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) Makefile:301: recipe for target 'deb' failed make: *** [deb] Error 3 root@sc-daloradius:/usr/src -----Original Message----- From: Matthew Newton [mailto:mcn4@leicester.ac.uk] Sent: Tuesday, November 17, 2015 2:25 PM To: David Peterson-WirelessConnections <davidp@wirelessconnections.net>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues On Tue, Nov 17, 2015 at 01:42:58PM -0500, David Peterson wrote:
I am building this on Ubuntu 15.10. I moved to the master version but the make install ends like this:
In which case I would 'make deb' rather than a direct install. Packages are much easier to handle. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
On Nov 17, 2015, at 2:30 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Well that certainly helped with more details.
dpkg-source --before-build freeradius-server dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.4) quilt autotools-dev libcurl4-openssl-dev | libcurl4-gnutls-dev libcap-dev libgdbm-dev libiodbc2-dev libjson-c-dev | libjson0-dev libkrb5-dev libldap2-dev libhiredis-dev libpam0g-dev libpcap-dev libperl-dev libpq-dev libreadline-dev libsasl2-dev libsqlite3-dev libwbclient-dev libyubikey-dev python-dev dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) Makefile:301: recipe for target 'deb' failed make: *** [deb] Error 3 root@sc-daloradius:/usr/src
So... install those packages. Alan DeKok.
Alan DeKok <aland@deployingradius.com> writes:
On Nov 17, 2015, at 12:42 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Which 3.x branch should I be using? I checked out 3.0.x and get this error
root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1
Which OS are you using?
I have *no* idea how that error occurs. All of the build rules are correct so far as I can tell.
It's simple to provoke an error like that. All you need to do is to create a *file* named /usr/local/etc/raddb See: bjorn@canardo:~$ mkdir /tmp/foo bjorn@canardo:~$ install -d -m 755 /tmp/foo/ bjorn@canardo:~$ touch /tmp/bar bjorn@canardo:~$ install -d -m 755 /tmp/bar/ install: cannot create directory ‘/tmp/bar/’: File exists I cannot explain why anyone would want to do that, though :) Bjørn
I made sure to delete the directory and re-tried the make install. The make install then creates the directory and once it does that it errors at the same stage in the installation. David -----Original Message----- From: Bjørn Mork [mailto:bjorn@mork.no] Sent: Tuesday, November 17, 2015 2:06 PM To: Alan DeKok <aland@deployingradius.com> Cc: David Peterson-WirelessConnections <davidp@wirelessconnections.net>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues Alan DeKok <aland@deployingradius.com> writes:
On Nov 17, 2015, at 12:42 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Which 3.x branch should I be using? I checked out 3.0.x and get this error
root@sc-daloradius:/usr/src/freeradius-server# make install INSTALL raddb/ mkdir: cannot create directory ‘/usr/local/etc/raddb/’: File exists raddb/all.mk:69: recipe for target '/usr/local/etc/raddb/' failed make: *** [/usr/local/etc/raddb/] Error 1
Which OS are you using?
I have *no* idea how that error occurs. All of the build rules are correct so far as I can tell.
It's simple to provoke an error like that. All you need to do is to create a *file* named /usr/local/etc/raddb See: bjorn@canardo:~$ mkdir /tmp/foo bjorn@canardo:~$ install -d -m 755 /tmp/foo/ bjorn@canardo:~$ touch /tmp/bar bjorn@canardo:~$ install -d -m 755 /tmp/bar/ install: cannot create directory ‘/tmp/bar/’: File exists I cannot explain why anyone would want to do that, though :) Bjørn
On Nov 17, 2015, at 2:08 PM, David Peterson <davidp@wirelessconnections.net> wrote:
I made sure to delete the directory and re-tried the make install. The make install then creates the directory and once it does that it errors at the same stage in the installation.
I've pushed a fix. Turns out that the GNU people are retarded. Alan DeKok.
That did it thanks! David -----Original Message----- From: Alan DeKok [mailto:aland@deployingradius.com] Sent: Tuesday, November 17, 2015 2:57 PM To: David Peterson-WirelessConnections <davidp@wirelessconnections.net>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: git issues On Nov 17, 2015, at 2:08 PM, David Peterson <davidp@wirelessconnections.net> wrote:
I made sure to delete the directory and re-tried the make install. The
make install then creates the directory and once it does that it errors at the same stage in the installation. I've pushed a fix. Turns out that the GNU people are retarded. Alan DeKok.
participants (7)
-
Alan DeKok -
Arran Cudbard-Bell -
Bjørn Mork -
David Peterson -
Herwin Weststrate -
Matthew Newton -
Nick Lowe