Logging in
From the beginning, I apologize if this is a redundant post, but here I go…(I tried to search for this but came up empty-perhaps I used the wrong terms)
Are you supposed to sign in every time you open L4 for Mac? (Some of the students here say they don't have to log in every time.)
It's a very minor issue, but how would I fix this?
Comments
-
The default setting in Logos 4 Mac is to log in automatically upon opening Logos. It is my understanding that this only affects the RSS feeds and update features if you are not logged in.
If it is asking you to log in each time and requiring a username/password then perhaps there is a check box that has been unchecked or perhaps something in preferences that would allow the auto log in to resume.
For access to your library, bibles and features such as exegetical guide etc does not require you to log in.
0 -
You must enter your user name and password each time you start logos, but with respect to the internet you can work in "on-line" or "off-line" mode.Seth Huckstead said:Are you supposed to sign in every time you open L4 for Mac? (Some of the students here say they don't have to log in every time.)
Hope that answers your question,
Joe
0 -
Joe Miller said:
You must enter your user name and password each time you start logos, but with respect to the internet you can work in "on-line" or "off-line" mode.Seth Huckstead said:Are you supposed to sign in every time you open L4 for Mac? (Some of the students here say they don't have to log in every time.)
Hope that answers your question,
Joe
Is the question really about the fact that Logos logs in each time or is a setting issue where he is questioning why he is required to enter his information each time? I realize that it logs each time but . I don't have to enter username/password.
0 -
Seth,
You shouldn't have to log in each time. Can you post your logs?
We store an authentication token that is submitted for the last logged in user so you shouldn't have to do this every time.
Tom
Mobile Development Team Lead
0 -
I will post my logs, just have to watch the video to figure that out.
0 -
Okay here are the logs:
Using A15
The only step to this is the initial login-it just asks for my Logos account info every 1526.Archive.ziptime.
0 -
Seth,
There is this warning in your logs:
2010-03-10 17:06:39.3618 1 Info AppStartupModel (36ms) Checking 'Use Internet' setting.
2010-03-10 17:06:52.6284 1 Warn UserManager Couldn't protect user's password: Data protection failed.
Without posting your password out, there any special characters you use in it, or is it especially long? I think this could be a Mono bug that we might need to file with them.
Try resetting your Logos.com password to something different and see if this persists.
Mobile Development Team Lead
0 -
Tom,
Here are my answers in order-my password does not have any special characters and is short and sweet.
I changed my password and the same issue is occurring. Here are my logs from today.
0 -
Seth,
If A16 didn't fix this issue for you, can you post your logs? I added some debugging to the log in code that will hopefully give us more information on why this isn't working for you.
Mobile Development Team Lead
0 -
Still have the issue-I haven't been too concerned, as this is alpha (don't think I'd be too concerned if this was a regular feature-only mentioned it 'cause my friends don't have to log in all the time w/their L4 Mac alphas). I've been wondering if I need to trash my .plist file in preferences, but I don't know if that would mess up the indexing. I am not going to change anything, though, until one of the devs directs me, as I want to help find the problem.
0 -
Seth, can you run the following in Terminal and paste the results?
ls -l ~/.config/.mono
And
ls -l ~/.config/mono/keypairs
If you delete the keypairs folder and relogin, does the problem go away?
Mobile Development Team Lead
0 -
Here you go:
For the config command:Last login: Mon Mar 22 09:16:44 on consoleUsernames-MacBook-Pro:~ username$ ls -l ~/.config/.monototal 0drwxr-xr-x 3 username staff 102 Feb 3 08:13 certsdrwxr-xr-x 3 username staff 102 Feb 3 08:13 keypairsFor the keypair command:Usernames-MacBook-Pro:~username$ ls -l ~/.config/.monototal 0drwxr-xr-x 3 username staff 102 Feb 3 08:13 certsdrwxr-xr-x 3 username staff 102 Feb 3 08:13 keypairsUsernamess-MacBook-Pro:~ username$ ls -l ~/.config/mono/keypairsls: /Users/username/.config/mono/keypairs: No such file or directoryYou probably know this, but I did change my username (gotta have some secrets). I could not find anything with keypairs. Lastly, do you want logs as well?
0 -
Okay didn't format right:
For the config command:
Last login: Mon Mar 22 09:16:44 on console
Usernames-MacBook-Pro:~ username$ ls -l ~/.config/.mono
total 0
drwxr-xr-x 3 username staff 102 Feb 3 08:13 certs
drwxr-xr-x 3 username staff 102 Feb 3 08:13 keypairs
For the keypair command:
Usernames-MacBook-Pro:~username$ ls -l ~/.config/.mono
total 0
drwxr-xr-x 3 username staff 102 Feb 3 08:13 certs
drwxr-xr-x 3 username staff 102 Feb 3 08:13 keypairs
Usernamess-MacBook-Pro:~ username$ ls -l ~/.config/mono/keypairs
ls: /Users/usernamek/.config/mono/keypairs: No such file or directory
0 -
BTW-no change
0 -
So you did
rm ~/.config/.mono/keypairs/*
and no change?
Mobile Development Team Lead
0 -
No change. Tried it several times. You want logs?
0 -
No, I don't think they would be any different.
Do you have the Mono.Framework installed? (Anything in /Library/Frameworks/Mono.Framework ?)
Do you know if you have any other apps that use Mono installed?
Mobile Development Team Lead
0 -
No Mono framework. When I purchased Logos I went for the download option. Also, I have not done any meddling with my files.
0 -
Tom,
I tried this to with no success. I also do not have the mono framework installed. Ideas?
Matthew
0 -
I'm fresh out right now... I've got the bug filed. Maybe a long weekend at BibleTech 2010 will give us some fresh ideas. I suspect some combination of system setup with a Mono bug, but I'm hesitant to blame the Mono team for something we don't know the cause of yet.
Just keep hanging in there and we'll try to keep investigating.
Mobile Development Team Lead
0 -
So, it's not a Mono bug. It's a file permissions issue.
if you open Terminal, and run
chmod 700 ~/.config/.mono/keypairs
you should be fine.
You can verify that everything worked if you run:
ls -ld ~/.config/.mono/keypairs/
The output should be something like this:
drwx------ 3 tom.philpot LRSCORP\domain users 102 Mar 23 13:08 /Users/tom.philpot/.config/.mono/keypairs/
You should seedrwx------
as the first column. If you see anything else, you'll still get the loggin error problem.Mobile Development Team Lead
0 -
Tom,
Yes, that finally fixed it. Thank you so much. Blessings to you and the team at BibleTech 2010.
Matthew
0 -
Bravo! That fixed it for me as well.
0 -
I am so happy that I finally asked about this... It fixed the issue for me as well.
0 -
Tom,
The issue popped up again. I went back and ran the terminal script and it began working again. This was pretty random—I am using GM.
-Seth
0 -
Tom,
I'm getting this problem also. I type in to Term: chmod 700 ~/.config/.mono/keypairs
It comes back: chmod: Unable to change file mode on /Users/Mark/.config/.mono/keypairs: Operation not permitted
Any help appreciatedOriginal Libronix user, living in Scotland, running 29,500 resources on Mac Studio (2022).
0 -
Mark Rodgers said:
I'm getting this problem also. I type in to Term: chmod 700 ~/.config/.mono/keypairs
It comes back: chmod: Unable to change file mode on /Users/Mark/.config/.mono/keypairs: Operation not permitted
Any help appreciatedIn Terminal, please run this list (ls) command and post output:
ls -alR ~/.config
Keep Smiling [:)]
0 -
Keep smiling 4 Jesus ,
Here are the results (sorry re. delay but haven't used laptop where problem occurring for ages).
_________________________
MacBook-Pro:~ Mark$ ls -alR ~/.config
total 0
drwxrwx---+ 3 root admin 102 29 Jan 18:31 .
drwxrwx---@ 21 root admin 714 17 May 20:14 ..
drwxrwx---+ 4 root admin 136 29 Jan 18:31 .mono
/Users/Mark/.config/.mono:
total 0
drwxrwx---+ 4 root admin 136 29 Jan 18:31 .
drwxrwx---+ 3 root admin 102 29 Jan 18:31 ..
drwxrwx---+ 3 root admin 102 29 Jan 18:31 certs
drwxrwx---+ 3 root admin 102 29 Jan 18:31 keypairs
/Users/Mark/.config/.mono/certs:
total 0
drwxrwx---+ 3 root admin 102 29 Jan 18:31 .
drwxrwx---+ 4 root admin 136 29 Jan 18:31 ..
drwxrwx---+ 2 root admin 68 29 Jan 18:31 Trust
/Users/Mark/.config/.mono/certs/Trust:
total 0
drwxrwx---+ 2 root admin 68 29 Jan 18:31 .
drwxrwx---+ 3 root admin 102 29 Jan 18:31 ..
/Users/Mark/.config/.mono/keypairs:
total 8
drwxrwx---+ 3 root admin 102 29 Jan 18:31 .
drwxrwx---+ 4 root admin 136 29 Jan 18:31 ..
-rw-rw----+ 1 root admin 1448 29 Jan 18:31 [1][98f3a7e3-0d6e-f432-8a18-e1144b53633f][-1].xml
MacBook-Pro:~ Mark$
Original Libronix user, living in Scotland, running 29,500 resources on Mac Studio (2022).
0 -
Observation: appears root owns files within Mark's home directory; would like to see permissions and ownership for few more folders.
In Terminal, please run this list (ls) command and post output:
ls -ld ~
ls -ld ~/.mono
ls -ld ~/Documents
Keep Smiling [:)]
0 -
Keep Smiling - this is very kind of you.
As requested:
Last login: Sun May 29 08:25:26 on console
Marks-Mac:~ Mark$ ls -ld ~
drwx------+ 28 Mark staff 952 29 May 08:25 /Users/Mark
Marks-Mac:~ Mark$ ls -ld ~/.mono
drwx------+ 3 Mark staff 102 29 Jan 18:31 /Users/Mark/.mono
Marks-Mac:~ Mark$ ls -ld ~/Documents
drwx------+ 22 Mark staff 748 26 May 09:27 /Users/Mark/Documents
Marks-Mac:~ Mark$
Original Libronix user, living in Scotland, running 29,500 resources on Mac Studio (2022).
0