Fedora 20 (was also happening on Fedora 19 before I upgraded last week), Google Chrome (stable) package google-chrome-stable-37.0.2062.120-1.x86_64.
My /var/log/messages file is getting filled with tons of messages of this format:
Sep 17 11:21:38 xxxxxx /etc/gdm/Xsession[15691]: [14334:14836:0917/112138:ERROR:value_store_frontend.cc(62)] Error while writing pkehgijcmpdhfbdbbnkijodmdjhbjlgp.browser_action to /home/user/.config/google-chrome/Default/Extension State
That directory looks like this:
$ ls -la '/home/user/.config/google-chrome/Default/Extension State'
total 37236
drwxrwx---. 2 user user 4096 Sep 17 11:25 .
drwx------. 18 user user 4096 Sep 17 11:25 ..
-rwxrwx---. 1 user user 2422 May 7 2013 000473.sst
-rwxrwx---. 1 user user 383609 May 9 2013 000475.sst
-rwxrwx---. 1 user user 452513 May 10 2013 000478.sst
-rwxrwx---. 1 user user 611630 May 10 2013 000481.sst
-rwxrwx---. 1 user user 4023516 May 14 2013 000484.sst
-rwxrwx---. 1 user user 4174557 May 16 2013 085503.sst
-rwxrwx---. 1 user user 4176130 May 17 2013 168720.sst
-rwxrwx---. 1 user user 4176130 May 21 2013 207630.sst
-rwxrwx---. 1 user user 654387 May 22 2013 207632.sst
-rwxrwx---. 1 user user 4174557 May 23 2013 286790.sst
-rwxrwx---. 1 user user 3369565 May 29 2013 286792.sst
-rwxrwx---. 1 user user 4174557 May 30 2013 311947.sst
-rwxrwx---. 1 user user 3517042 Jun 3 2013 311949.sst
-rwxrwx---. 1 user user 4191834 Jun 5 2013 311953.log
-rwxrwx---. 1 user user 16 Jun 3 2013 CURRENT
-rwxrwx---. 1 user user 0 Aug 15 2012 LOCK
-rw-rw-r--. 1 user user 0 Sep 17 11:25 LOG
-rw-rw-r--. 1 user user 0 Sep 17 11:25 LOG.old
-rwxrwx---. 1 user user 1867 Jun 4 2013 MANIFEST-311951
SELinux is in permissive mode, and all of the above have context unconfined_u:object_r:config_home_t:s0.
There's nothing relevant in /var/log/audit/audit.log, and I haven't found anything about this online. (Yet, at least.)
Has anyone seen this/know what's causing it/know what to do about it?
Thanks!
For me, simply deleting the contents of the 'Extension State' directory didn't have any deleterious effects, and seems to have fixed the problem. I'm not sure what those files are for, perhaps a temporary state cache for extensions (Doing nothing but switching tabs causes the error/files to be written), but they don't seem to be particularly important to save.
I suspect the problem gets caused if the system is shutdown improperly or Chrome crashes and it gets left in an odd state.
Related
curious if anyone can explain this one to me, I'm using ocp 3.11 and NFS as the persistence for my containers...
if I run the container as a Deployment I end up with what looks like the correct permissions (e.g. arbitrary UID):
drwx------. 20 1000060000 nfsnobody 4096 Nov 5 10:29 alpha
however, if I run the same container as a simple pod I end up with the USER as owning the files:
drwxr-x---. 3 26 26 41 Nov 5 11:29 lastone
i would have thought the pod would write with the same UID as the deployment above. I'm probably missing something simple here and any suggestions would be appreciated.
Can someone please explain with clear step by step instructions to a noobie, why is my console giving me these errors for some of my files on a project? I usually get them for external style sheets sometimes images and external .js documents.
Makes no sense to me.
Console shows Error: 403 Forbidden for each of them...
My noobie intuition says something is not right with my permissions for my sites directory or something among these lines. I dont know how to check
If you are using a LAMP stack for web server then you can face that problem.
First check the permission of all the files in the subsequent directory -
Let say that these are four external js in your html file like as :-
<script src="/js/file1.js"></script>
<script src="/js/file2.js"></script>
<script src="/js/file3.js"></script>
<script src="/js/file4.js"></script>
and you are getting errors for file1.js and file2.js then goto the js directory and check their permissions :-
user#host js $ ls -la
total 188
drwxrwxr-x 2 user user 4096 Jul 19 01:51 .
drwxrwxr-x 6 user user 4096 Jul 19 01:39 ..
-rw-rw-r-- 1 user user 55258 Feb 13 2014 file1.js
-rwxrw-r-- 1 user user 55258 Feb 13 2014 file2.js
-rwxrw-r-- 1 user user 55258 Feb 13 2014 file3.js
-rw-rw-r-- 1 user user 55258 Feb 13 2014 file4.js
-rw-rw-r-- 1 user user 29110 Feb 13 2014 bootstrap.min.js
If required change their permission with chmod and chown command.
php my admin
I have installed the same version of phpmyadmin on my local and aws instance but on aws it is not showing edit delete option.
{
img text
[BLOB - 4.6 KiB] Tue Jun 16 12:37:42 IST 2015
[BLOB - 2.4 MiB] Tue Jun 16 12:39:54 IST 2015
}
you can add auto increment option in any field or an index
Currently, I am in the progress of migrating CVS to Mercurial.
http://jstock.hg.sourceforge.net/hgweb/jstock/
I would like to have contact and description information in the mercurial page.
I look at https://www.mercurial-scm.org/wiki/PublishingRepositories#Putting_useful_information_in_the_index_page
But, it seems that, modification on C:\Projects\jstock\.hg\hgrc doesn't have any effect at all. push will not update anything in sourceforge server.
So, does this mean the only way is to remote access to sourceforge mercurial server and modify the hgrc file manually?
I try to ssh to the remote machine.
[yccheok#shell-22003 .hg]$ pwd
/home/scm_hg/j/js/jstock/jstock-cloud/.hg
[yccheok#shell-22003 .hg]$ ls -al
total 56
drwxrwsr-x 3 yccheok jstock 1024 Nov 30 15:29 .
drwxrwsr-x 3 yccheok jstock 80 Nov 30 15:13 ..
-rw-rw-r-- 1 yccheok jstock 57 Nov 30 15:13 00changelog.i
-rw-rw-r-- 1 yccheok jstock 93 Nov 30 15:29 branchheads.cache
-rw-rw-r-- 1 yccheok jstock 23 Nov 30 15:13 requires
drwxrwsr-x 3 yccheok jstock 1024 Nov 30 15:29 store
-rw-rw-r-- 1 yccheok jstock 317 Nov 30 15:29 tags.cache
-rw-rw-r-- 1 yccheok jstock 7 Nov 30 15:29 undo.branch
-rw-rw-r-- 1 yccheok jstock 0 Nov 30 15:29 undo.dirstate
[yccheok#shell-22003 .hg]$
But not able to find hgrc file.
The .hg/hgrc file contains local settings and is not itself a versioned file. These settings do not travel from one repository to the other by hg clone, hg push or hg pull commands.
If you want to edit the hgrc file of your source forge repository, you have to use Sourceforge's interactive shell service.
My guess would be that the sourceforge server doesn't consider your repo's .hg/hgrc file due to trust rules. Their webserver user would need to have a trust block saying they trust .hgrc files from you, which is a risk as it allows you to have code executed as their webserver user.
If there's a way to do this the solution is going to come from somewith with strong sourceforge-fu, not mercurial-fu.
I'm using IIRF, IIS 6.0, W2k3.
I'm trying to use ProxyPass, as follows:
RewriteLog c:\temp\iirfLog.log
RewriteLogLevel 3
RewriteFilterPriority HIGH
ProxyPass ^/foo/(.*)$ http://www.example.com/$1 [I]
but it never works. The IIRF log shows:
Wed Jun 30 13:19:54 - 6120 - ReadConfig: setting LogLevel to 3
Wed Jun 30 13:19:54 - 6120 - ReadConfig: line 13: RewriteFilterPriority HIGH
Wed Jun 30 13:19:54 - 6120 - ReadConfig: Filter Priority is now: HIGH (0x80000)
Wed Jun 30 13:19:54 - 6120 - ReadConfig: WARNING: line 14: Ignoring line: 'ProxyPass'
Any suggestions?
I'll answer my own question. Turns out we were running a very old version of IIRF. I updated to the latest version, and ProxyPass works now.