General :: Login MUCH Slower - Some Reference To AppArmor Profile - Screen Corruption ?
Jul 5, 2010
I am new to linux but will try and be as precise as I can. I have a Dell Insp. 1545 with 3GB ram with 10.04_64
Problem: Rather out of the blue upon login, from the time of entering password to the desktop, is MUCH slower. I have no splash enabled and there is some reference to AppArmour profiles (it sits there at this apparmour reference , then sits trying to load desktop). However, I have never configured apparmor. Finally, on last login, there was some sort of screen corruption prior to getting to desktop.
Prior to all this i noticed that firefox "blinked" when I was using it, and then said that it needed to shutdown/restart for updates. I did notice at that time two of my previous tabs sortof acted oddly (moved around then disappeared).
I have no SSH/Server software etc activated.
I did change visudo so that sudo timeout shorter than it was. However that is the only modification to the system recently.
View 1 Replies
ADVERTISEMENT
Feb 2, 2014
I'm trying to figure out Apparmor,in doing so I've seen that there are no pre-configured profiles for Iceweasel,but there are two for Firefox in /usr/share/doc/apparmor-profiles/extras/ : Will it work if I simply replace "iceweasel" for "firefox" and set those profiles to complain mode,just to see what will eventually happen? Is that too obvious?
View 9 Replies
View Related
Apr 16, 2011
Is recommended to create a profile in apparmor for applications like amule, firefox, thunderbird, amsn ....?
View 7 Replies
View Related
Apr 28, 2010
Anyone set up an Apparmor profile for Firefox?
View 9 Replies
View Related
Nov 15, 2010
I'm trying to understand the Apparmor and would like to get FF profile from Bodhi.zazen [thank you],but I'm kinda new to Linux.Did lots of reading but missing one thing:
1.where is FF profile? I can't see any usr.lib.firefox-3.6.12
2. how do I do copy FF profile from Bodhi.zazen?
View 5 Replies
View Related
Jun 18, 2011
When I enable a new AppArmor profile that is not in the kernel, I've used this command:
Code:
apparmor_parser -r /path/to/profile
But when I recently read the manual for AppArmor, it says to use this command for new profiles:
Code:
apparmor_parser -a /path/to/profile
Have I done something wrong by using -r instead of -a?
View 1 Replies
View Related
Apr 29, 2011
Since Ubuntu 9.10 I used:
"sudo apt-get install apparmor-profiles
sudo enforce firefox"
However in Lubuntu 11.04 the "sudo enforce firefox" command does no longer work. It looks like the enforce command is no longer recognised.
View 6 Replies
View Related
Jun 21, 2011
i was trying to edit my firefox apparmor profile. I used aa-genprof, and accidentally closed the terminal before the program was finished. Firefox wouldn't load properly after that whenever it was enforced. I uninstalled and reinstalled the profiles, but it didn't help.Finally I deleted the files for the profile itself ... now it will not reinstall them..I marked all the apparmor packages for complete removal and then reinstalled them but it will not put the original firefox profile back in.
View 2 Replies
View Related
Jan 15, 2011
Is it possible to create a selinux profile for a program like with Apparmor?
View 4 Replies
View Related
Apr 25, 2010
This page [URL] shows how to enable apparmor firefox profile. Why isnt apparmor firefox profile enabled by default? I would postulate that this would be because there must be some limitation by having the profile enabled. If so, what would the limitation be?
View 9 Replies
View Related
Sep 3, 2010
I've read and re-read everything I can find about AppArmor, to no avail. On the whole, AppArmor isn't for me. However, rather than give up on it completely, I have an idea: create a profile that I could use as a template for any untrusted application, with the aim of 1) blocking it from network access and 2) blocking it from installing other applications. I've got as far as creating an empty profile:
Code:
# Generic AppArmor Profile for UntrustedApplication
#include <tunables/global>
/usr/sbin/UntrustedApplication {
#include <abstractions/base> }
What do I need to add to make this profile 100% permissive, except for the two exceptions stated above?
View 9 Replies
View Related
Aug 9, 2011
I have quiet splash disabled so I can see what boot processes are run on startup, and I notice that on every time I boot my computer the Firefox profile is skipped. Here's the message: Code: Skipping profile in /etc/ apparmor.d/disable: usr.bin.firefox,I checked /etc/apparmor.d/disable, and see that there is indeed a link to usr.bin.firefox. So I'm wondering how/why it got there. I haven't touched anything in AppArmor since my clean install of Natty.
View 6 Replies
View Related
May 14, 2010
But I couldn't find a modified version of it for Swiftfox anywhere, so I decided to modify it myself. But I'm not 100% sure that I did it correctly, so I thought I'd ask here.
Also, will Swiftfox 3.6.4 be able to use this same profile? I thought it might not because of the new "Out of process plugins" feature being added.
View 3 Replies
View Related
Sep 6, 2010
I'm a Windows user, but now trying to migrate to Ubuntu. I have read AppArmor Docs/FAQs, and very impressed with it's possibilities. But I'm still not sure, can I have a profile which is applied to all applications I run (not listed in other profiles)? That would be great to have a "Simple Application" default profile, with permissions, say, to read/write to app's folder and to display graphics/play sounds!
View 1 Replies
View Related
Sep 22, 2010
OpenSuse 11.2
LXDE (Latest version)
It used to have a lightening speed. But now every application is taking few seconds to start, even on Konsole, the commands take some seconds to get typed ! (I literally have to wait for cursor to move and commands to get typed on Konsole). Folders are taking some seconds to get opened !
I rebooted the computer but that proved to be useless.
Here the ps output:
Code:
anisha@linux-uitj:~> pstree -Apuh `id -anisha`
id: invalid option -- 'i'
Try `id --help' for more information.
init(1)-+-acpid(1054)
[Code].....
View 1 Replies
View Related
Mar 26, 2010
create a profile settings and network drive can be mapped automatically when user login to the (like Domain and active user profile on windows environment) Ubuntu systems?
View 1 Replies
View Related
Jan 22, 2010
I am new to ubuntu and I would really like to try it out, however I cant do the demo it freezes, I cant boot it either. I got rid of the quiet splash and watched it load. The last thing I saw before it went to just a blank screen was the ubuntu logo and it said loading apparmor then ok, went back to the previous command line screen and said done. Then it was just blank. No mouse, no blinking cursor, nothing.
View 2 Replies
View Related
Dec 11, 2009
I am using the sudo command to log on locally as another user by the following command:
sudo -u theotheruser -s
or
sudo -u theotheruser sh
As I see it, this initiates a new shell with the mentioned other user.However, this doesn't load that users profile from his home directory.Is there a way to automatically read the users profile when login in with selected command? I am mostely interested in getting a working prompt when logged in.
View 11 Replies
View Related
Jun 1, 2011
I'm getting some weird corruption on the screen in openSUSE 11.4 or Ubuntu Natty and wondered if anyone has seen this or could offer some suggestions. My config: Athlon XP 2400+, ATI Radeon 9800 Pro 128MB (R350NH), 1GB RAM, fresh install of either OS. It manifests as evenly spaced columns of discolored pixels, which change as different windows are drawn on the screen. At first I tried compiling the latest radeon drivers from git, but that didn't help. I've also tried nomodeset, x11failsafe, turning off desktop effects, turning off dri/dri2, and nothing seems to help. The corruption appears even if I switch to the vesa driver or fbdev. Any suggestions? This has got me stumped.
lspci
dmesg
Xorg.0.log
Uploaded with ImageShack.us
View 5 Replies
View Related
Aug 29, 2011
anyone seeing Firefox (version 6 and 7)screen corruption using the ATI binary blob with hardware acceleration enabled ? N.B Works fine when hardware acceleration is disabled.
View 4 Replies
View Related
Nov 8, 2009
Is there a way to include a profile pic within the GUI login prompt for Fedora 11?
I have the profile pic set in the "About Me" configuration page, and this will show up in my toolbar in the upper right hand corner, but when I log out and go to select my login name from the list of users within the login prompt, I don't see my pic, just the generic user picture.
Is there a way to set this? I have multiple users using this machine. It would be nice if they can just visually scan for their picture to login with.
View 8 Replies
View Related
Aug 17, 2011
Changed environmental variable PATH in Ubuntu after installing Android SDK. Now I am unable to login! Think I changed the wrong thing.
Can I undo my change?
View 3 Replies
View Related
Feb 27, 2010
I've just installed F12 and during boot and at the desktop, the screen has an issue. I have a 9700 pro and the resolution gets detected properly (1440x900), but it's like the frequency is slightly off. I see the screen fine, but the screen looks almost as if it's underwater. My monitor accepts two freq at 1440x900, and the issue is at the 60Hz setting. If I change it to 75Hz, the screen is fine, but the corruption is still there during boot and at the login screen. Ubuntu 8.04, 9.10 and Mint 8 all work just fine at 60Hz. This is using the default driver for my ATI card. The corruption was there in anaconda when I was installing F12, but figured it would not be there after the install. Can I somehow force 75Hz to the kernel mode set? I'll try to get a video up on ..... soon as it can describe my problem perfectly without words.
View 5 Replies
View Related
Apr 14, 2016
I have Debian 8.4.0 with lightdm. I'm trying to load some command lines at session startup, putting these in ~/.profile but the file is not loaded. The same procedure works well if I switch lightdm to gdm3.
Anyway, there is some idea to load some script lines at the session startup? The file .bash_profile neither works. I don't want to use ~/.bashrc because it would load every time I open a terminal. Neither to use init.d because it would load for all users.
View 4 Replies
View Related
Dec 25, 2010
I have a new install of F14.
I installed java and now I was to set some environment variables.
So I created a file called java.sh and placed it in /etc/profile.d
I gave the file 755 permissions and made it executable.
When I logged out, to get the changes to take, and try to log back in I cannot.
I enter my user name and password in the greeter, the screen goes black for a moment, and then the greeter comes back. Same if I try to log in as any user, including root. I'm in this endless loop of entering user/pass and then the screen going away for a second and then getting prompted for user/pass all over again.
View 4 Replies
View Related
Apr 12, 2011
My last setup (years ago) ran fluxbox so because it was familiar I installed it as a secondary to xfce right off the bat. I download a lot of different stuff because I like to try out all the apps I can find but somewhere I broke something. I can still run fluxbox fine, but nither the Xubuntu nor Xfce sessions will run now. Last thing I remember changing was pulse audio(removed it for an experiment I was trying with jack audio), not sure if it is connected but when I try to login to xfce the screen goes black, flickers a few times then it brings me back to the login screen.
I tried failsafe but everytime I do my monitor gives me a "frequency out of range" error. I tried purging and reinstalling xubuntu desktop and xfce settings but I am thinking its my xorg config. My laptop is a Toshiba satellite M305D-s4830 with ATI Radeon 3100 mobile graphics card and I am running Xubuntu 10.10. Unfortunately I also broke the screen, so right now I am stuck with an external monitor till I get a new one.
View 1 Replies
View Related
Nov 20, 2009
Last night I started my computer and loaded my CentOS 5.2 partition (Windows 7 on the other partition). I was able to login to my account, but was given a gnome error that the panel buttons (i.e. weather, cpu monitor etc) could not be loaded. I then went to restart the computer (probably not the smartest thing to do) and was given some file errors upon shutdown that were related to /dev/VolGroup00/LogVol00. After restart I was taken to a shell and ran fsck manually. It seemed to find a lot of bad blocks, so I repaired the /dev/VolGroup00 system and restarted. At this point CentOS seemed to boot normally, but upon loading of the login screen I get the error: Configuration not correct The configuration file contains an invalid command line for the login dialog, so running the default command. Please fix your configuration.
I cannot even log in as root. I get the error /usr/bin/gnome-session: error while loading shared libraries: libgnome-desktop-2.so.2: cannot open shared objects file: no such file or directory. I then went to a shell and ran: sudo yum install libgnome-desktop-2.so.2, but the package was already installed and up to date, so there was nothing to do. I am therefore stuck at this login screen with pull-down menus and tabs where I can change the configuration, add/remove users etc. So, my question is this: How do I restore my user profile so I can login....and if anyone has some insight, what caused this to happen in the first place? I should also mention, this all happened after plugging the computer into a new internet connection. No clue if that's even relevant.
View 11 Replies
View Related
Jun 29, 2011
i'm currently using fedora15 Gnome3...i was just wondering that i have seen many different login box and login screens of users. how do i change my login box and login screen
View 14 Replies
View Related
Aug 7, 2010
Im experiencing a strange problem with 10.04. When it first boots up its reasonably quick (as snappy as Gnome ever has been) but after its been running for a day or two it gets ununsably slow and has to be rebooted.
I dont see how it can be anything to do with my hardware as it runs OK when first started. Ive monitored RAM usage and it doesnt seem to differ much. There's always the same amount unused.
View 2 Replies
View Related
Feb 25, 2011
The problem come after i kill the Xorg using the kill command,and the screen turns to black without anything so that i can do nothing. The problem goes on after reboot
View 5 Replies
View Related