Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #2

Open
Parshuram2 opened this issue Feb 11, 2017 · 8 comments
Open

Error #2

Parshuram2 opened this issue Feb 11, 2017 · 8 comments

Comments

@Parshuram2
Copy link

Unsuccessful stat on filename containing newline at /usr/local/share/perl/5.24.1/XML/Simple.pm line 963.
File does not exist: ERROR: Could not authenticate.

@epigramx
Copy link

Why was that closed? I have the same issue.

@ekkis
Copy link
Owner

ekkis commented Feb 27, 2019

perhaps --debug will give you more of a clue as to what the issue may be?

@ekkis ekkis reopened this Feb 27, 2019
@MIKKAZX
Copy link

MIKKAZX commented May 3, 2020

I'm also getting a similar issue, except the issue is at line 980 and a "could not authenticate" with the "/usr/bin/afraid-dyndns" file

root@mediaserver:~# afraid-dyndns --debug
[AccountHash] = [XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX]
[Notify] = [root@localhost]
[CacheFile] = [/var/cache/afraid-dyndns/IP]
-- /usr/bin/afraid-dyndns (Ver: 2342) --
License: GPL
Notifications: root@localhost
Address changed: => XXX.XX.XXX.XXX
Unsuccessful stat on filename containing newline at /usr/local/share/perl/5.30.0/XML/Simple.pm line 980.
File does not exist: ERROR: Could not authenticate.
at /usr/bin/afraid-dyndns line 112.

Checking the Simple.pm file, it's failing under the "# If user did not supply a search path, default to current directory" section. For the /usr/bin/afraid-dyndns file, it's under the "# when these differ modify the DNS, cache the address and e-mail" section. Does anyone know anything that may help?

-thanks

@ekkis
Copy link
Owner

ekkis commented May 5, 2020

line 112 is an attempt at requiring MIME::Lite, however, there should have been an error message stating that fact, so I'm a little at a loss. is the module installed?

@ekkis
Copy link
Owner

ekkis commented May 5, 2020

what happens is if you run perl -MMIME::Lite on the system?

@MIKKAZX
Copy link

MIKKAZX commented May 7, 2020

Well it seems like I didn't have MMIME installed... Now when I run 'perl -MMIME::Lite', instead of telling me it's not installed, it just hangs and doesn't print any text.

And I've discovered I'm an idiot. I missed the 'supported operating systems' section in the readme. I'm running Ubuntu server. Might be why it's not working...

I'm sorry if I've wasted your time, thanks anyway!

@ekkis
Copy link
Owner

ekkis commented May 9, 2020

it should run on Ubuntu. perl is perl. if it just hangs, are you sure you're passing it the required parameters?

@MIKKAZX
Copy link

MIKKAZX commented Jun 4, 2020

Sorry for the late reply, been busy. I ended up using a different client so I haven't needed to troubleshoot this one unfortunately. To answer your question, it's very possible I'm doing something wrong at my end and I just don't have the required knowledge to set it up correctly. Again, sorry to waste your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants