Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. Trouble Importing 1.0.4 Database (Chip Pleasants)
2. Re: Trouble Importing 1.0.4 Database (Anton Berezin)
3. Re: Trouble Importing 1.0.4 Database (Chip Pleasants)
4. AD and Netdot Help (Chip Pleasants)
----------------------------------------------------------------------
Message: 1
Date: Tue, 19 Nov 2013 15:24:37 -0500
From: Chip Pleasants <[email protected]>
Subject: [Netdot-users] Trouble Importing 1.0.4 Database
To: [email protected]
Message-ID:
<CAJq5ATq5GfCFUsPvhC=j5rekcihe0pnar-zhtwjfyzm_rzp...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I am trying to export/import the mysql database from one server to another
server and running into issues. I'm hoping someone could point me int the
right direction. Below are the commands I'm using and the error I'm seeing.
Both servers are running 1.0.4. Both are running all the same version of
all software.
Thanks,
Chip
mysqldump -u root -p netdot > netdot.sql
mysqlimport -u root -p netdot netdot.sql
Error: 1146, Table 'netdot.netdot' doesn't exist, when using table: netdot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20131119/f72c0b94/attachment-0001.html
------------------------------
Message: 2
Date: Tue, 19 Nov 2013 21:42:58 +0100
From: Anton Berezin <[email protected]>
Subject: Re: [Netdot-users] Trouble Importing 1.0.4 Database
To: Chip Pleasants <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Tue, Nov 19, 2013 at 03:24:37PM -0500, Chip Pleasants wrote:
> I am trying to export/import the mysql database from one server to another
> server and running into issues. I'm hoping someone could point me int the
> right direction. Below are the commands I'm using and the error I'm seeing.
> Both servers are running 1.0.4. Both are running all the same version of
> all software.
> mysqldump -u root -p netdot > netdot.sql
>
> mysqlimport -u root -p netdot netdot.sql
>
> Error: 1146, Table 'netdot.netdot' doesn't exist, when using table: netdot
Instead of mysqlimport, try
mysql -u root -p netdotm <netdot.sql
Hope this helps,
\Anton.
--
Our society can survive even a large amount of irrational regulation.
-- John McCarthy
------------------------------
Message: 3
Date: Tue, 19 Nov 2013 21:10:41 -0500
From: Chip Pleasants <[email protected]>
Subject: Re: [Netdot-users] Trouble Importing 1.0.4 Database
To: Anton Berezin <[email protected]>
Cc: [email protected]
Message-ID:
<cajq5atqqbst_xhjssolynwlsyq+d4yrfsfo8swjpc0quaq6...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Thanks Anton that worked! Looks like my syntax was slightly wrong when I
tried this earlier.
-Chip
On Tue, Nov 19, 2013 at 3:42 PM, Anton Berezin <[email protected]> wrote:
> On Tue, Nov 19, 2013 at 03:24:37PM -0500, Chip Pleasants wrote:
> > I am trying to export/import the mysql database from one server to
> another
> > server and running into issues. I'm hoping someone could point me int the
> > right direction. Below are the commands I'm using and the error I'm
> seeing.
> > Both servers are running 1.0.4. Both are running all the same version of
> > all software.
>
> > mysqldump -u root -p netdot > netdot.sql
> >
> > mysqlimport -u root -p netdot netdot.sql
> >
> > Error: 1146, Table 'netdot.netdot' doesn't exist, when using table:
> netdot
>
> Instead of mysqlimport, try
>
> mysql -u root -p netdotm <netdot.sql
>
> Hope this helps,
> \Anton.
> --
> Our society can survive even a large amount of irrational regulation.
> -- John McCarthy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20131119/b5c83400/attachment-0001.html
------------------------------
Message: 4
Date: Wed, 20 Nov 2013 08:41:32 -0500
From: Chip Pleasants <[email protected]>
Subject: [Netdot-users] AD and Netdot Help
To: [email protected]
Message-ID:
<cajq5atrpgcrebr9xnntjzbsbxtrfs8mnvbztxz9qeebk6b9...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I'm attempting to configure AD authentication for Netdot and seeing an
error in the log. I believe I have all the correct perl modules and I've
tried several different configs from previous posts. Our AD boxes do not
use TLS or SSL so its in the clear ldap right now. Below is the error in
the apache log and my netdot ldap config. It looks to me that the error
code is actually in the TLS section of code of the LDAP.pm, which makes my
head scratch. Any assistance is much appreciated.
[Wed Nov 20 08:29:11 2013] [error] authentication error code: Can't locate
object method "log_warning" via package "Apache2::RequestRec" at
/usr/local/netdot/lib/Netdot/LDAP.pm line 134, <DATA> line 522.\n
PerlSetVar NetdotLDAPServer "ldap:/server.domain.domain.net:389"
PerlSetVar NetdotLDAPRequireTLS "no"
PerlSetVar NetdotLDAPUserDN "uid=<username>"
PerlSetVar NetdotLDAPSearchBase "OU=IT,OU=Users,OU=Users
ALL,DC=DOMAIN,DC=DOMAIN,DC=NET"
PerlSetVar NetdotLDAPFailToLocal "yes"
Thanks,
Chip
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20131120/6002c4ae/attachment-0001.html
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 60, Issue 7
*******************************************