Differences between revisions 1 and 40 (spanning 39 versions)
Revision 1 as of 2009-08-06 16:05:05
Size: 1409
Editor: asbesto
Comment:
Revision 40 as of 2012-10-12 19:48:43
Size: 13895
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl FreaknetGroup:read,write,admin,delete,revert All:
Template di base per pagine freaknet, con acl settate in base a FreakNetGroup. -asb
As root:

1. apt-get install libpam-gnome-keyring


2. if you don't have it, create a file named

/etc/pam.d/common-pamkeyring

containing:

## page was renamed from UbuntuAvoidPasswords
#acl FreaknetGroup:read,write,admin,delete,revert All:read

= Ubuntu PURIFICATION =
{{attachment:fuck2.jpg}}

This page was an howto for avoiding all that asking for passwords into the Ubuntu Desktop Edition. People is TIRED to write the same DAMN PASSWORD into their ubuntu box.
Now it contain useful stuff to do, for having a working and simple Ubuntu instead of the crap they install by default.

'''Note: I definitively QUIT using UBUNTU because the time I have to spend to correct all this CRAP is now GREATER THAN the time necessary to tune a Debian system. So, now I prefer Debian, because it doesnt install any of this CRAP on a fresh new system. Hope you try Debian too! :)'''

If you want to help developing this document, please write to asbesto (at) gmail {dot} com

<<TableOfContents(3)>>

== Threads about stupid things added in Ubuntu ==

 * http://ubuntuforums.org/showthread.php?p=9440671
 * http://ubuntuforums.org/showthread.php?t=1229939 60 seconds delay at shutdown request.
 * http://ubuntuforums.org/showthread.php?t=1232140 same as before
 * http://ubuntuforums.org/showthread.php?p=8954666 Log off password!!!
 * http://ubuntuforums.org/showthread.php?t=1233849 Too many passwords asked, a lot of stupid answers, and the thread CLOSED while discussing. O_o
 * http://ubuntuforums.org/showthread.php?t=1232131 The "System Policy" CRAP, another thread CLOSED by administrators! O_O

== Ubuntu 10.04 horrible windows layout ==

The default windows appearence in Ubuntu 10.04 is a SHAME. The golden rule ''"Never change the terrain under user's feets"'' is now totally wiped out from developer's mind.

Tons of problems to fix, and those ''developers'' chose to change the system appearence?!? O_o

To revert back to the default Ubuntu layout: '''System -> Preferences -> Appearence''' and select the Clearlooks Theme.
 
== No icons on desktop in 10.04 ! ==

Where are the Home, System and the Trashcan icons? Is Nautilus broken? Is this a bug?

No.
They choosed to disable them by default.
They are '''GREAT ASSHOLES'''.

It's really incredible how those ''developers'' are happy to change the terrain under user's feets. This is the DUMBEST thing to do while administrating a system.

Just open '''gconf-editor''', go to '''Apps -> Nautilus -> Desktop''' and check every xxxx_icon_visible you need.

== Automatic login without password ==

It's MY computer, in MY house, so why the FUCK i have to type my password to log in X-Windows?!?

{{{
System - Administration - Login and select the damn user
}}}

You can select this while installing the Ubuntu.

== IDIOT keyring password ==

It will be asked again and again. Every time the same FUCKING password. Just to open a thing that contain THE SAME PASSWORD ITSELF.

SOO STUPID!

Delete the folder '''''$home/.gnome2/keyrings''''' which holds the keyring info. Once you do that it wont ask again.

=== Disable the damn Gnome Keyring Manager Password ===

Same SHIT as before.

{{{
Applications - Accessories - Passwords and encryption keys
}}}

Edit that.

=== All other passwords asked again and again ===

First, do an '''apt-get install libpam-gnome-keyring''' (Normally this is not required on latest ubuntu releases)

Create a file named '''/etc/pam.d/common-pamkeyring''' containing:

{{{
Line 17: Line 82:


3. edit /etc/pam.d/gdm adding this line at the bottom of the file:
}}}

Edit '''/etc/pam.d/gdm''' adding this line at the bottom of the file:

{{{
Line 22: Line 88:
}}}
Line 25: Line 92:
{{{
Line 28: Line 95:


4. Create, if doesn't exist, the "wheel" group, editing /etc/group, and add your user to it

5. add this in /etc/sudoers using "visudo":
}}}

Create, if doesn't exist, the '''wheel''' group, editing '''/etc/group''', and add your user to it

{{{
vi /etc/group
}}}

Edit '''/etc/sudoers''', using '''visudo'''

{{{
visudo /etc/sudoers
}}}

adding a line containing:

{{{
Line 35: Line 113:

6. add those things in /etc/pam.d/sudo :

}}}

Edit '''/etc/pam.d/sudo''' adding those lines:

{{{
Line 42: Line 121:


7. enable this in your /etc/pam.d/su
}}}

Edit '''/etc/pam.d/su''' enabling this line (just uncomment it):

{{{
Line 49: Line 129:

8. edit /etc/PolicyKit/PolicyKit.conf as here:
}}}

== Seahorse, the SHIT HORSE ==

Does someone really need such a STUPID TOOL? :( (TODO: this topic need to be expanded)

== The Incredible Idiocy: PolicyKit ==

As I stated in ubuntuforums time ago:

''I'm used to work on MY computer, with MY login, and no other logins; it's in MY home, and it don't run away to search for malicious users. It's MY PC in MY HOUSE. For this I log in automagically with no password asking. I have automagic "su" and "sudo" without password (that is STUPID because I'm root on MY machine, and there are NO other users).

But now I have some very annoying issues about this damn thing called
"System Policy", for which I can't, just to say, do a shutdown of my machine under Gnome because "System policy prevents stopping the system when other users are logged". And this just because I have some root terminals left open.

This is very, very stupid.

And so on, this damn sys policy crap keep asking me the same damn password for everything: wifi connections, login/ssh to other machines, mounting of devices, and so on.

Please, PLEASE. Does someone know HOW TO KILL this stupid thing? How to get rid of all those unuseful, boring, recursive and idiot password requests?

please somebody help me, I'm going nuts for this.''

I got an official warning and the thread was closed by administrator. The PolicyKit was a so stupid PIECE OF CRAP that now is no more used. But for the unfortunate users that have this stinking corpse running: as stated in the man page, just edit '''/etc/PolicyKit/PolicyKit.conf''' as here:
Line 61: Line 163:

9. restart the whole X damn thing


AND LIVE IN HAPPINESS
and restart the whole X damn thing

== How to get rid of the FUCKING SYSTEM POLICY ==

You have to edit all those fucking files putting "yes" in the right place.

{{{

cd /usr/share/polkit-1/actions
perl -i -pe 's/auth_admin_keep/yes/g' *.policy
perl -i -pe 's/auth_admin/yes/g' *.policy
perl -i -pe 's{<allow_inactive>no</allow_inactive>}{<allow_inactive>yes</allow_inactive>}g' *.policy

}}}


'''NOW LIVE IN HAPPINESS'''


== Other stupid things in Ubuntu ==

=== Command not found handler ===

I hate it. It slow the responsivness of my shell. so

{{{
apt-get remove command-not-found command-not-found-data
}}}

=== Totem ===

Totem is installed by default. But it's UNABLE to open ANYTHING. WHY?

NO CODECS INSTALLED!

O_O

=== Close this terminal? ===

Terminal asking "Close this terminal? There is still a process running in this terminal. Closing the terminal will kill it". This is '''STUPID, STUPID, STUPID.'''.

Launch gconf-editor -> Apps -> gnome-terminal -> global -> untick confirm_window_close

=== 60 seconds delay on shutdown ===

Another STUPID thing.

It depends on version of Gnome/Ubuntu SHIT. so:

Launch gconf-editor

Go to apps> indicator-session and check the box next to suppress_logout_restart_shutdown. Or if you wish to do it entirely from terminal:

{{{
gconftool-2 -s '/apps/indicator-session/suppress_logout_restart_shutdown' --type bool true
}}}

or apps -> gnome-session -> options and check out '''logout_prompt'''.

Maybe you've to restart X.


=== Sticky Windows at edges ===

The most annoying thing in the entire world. The great stupid thing is that you have '''''compiz installed without the tool for configuring it!'''''

so, '''apt-get install compizconfig-settings-manager''' and check out the '''snapping windows''' option in the '''''window management''' section of the compiz config editor, that is under '''''system - preferences''''' menu.

=== Logout - Are you sure you want to logout? ===

YES GODDAMN, I'M FUCKING SURE, HOLY SHIT SHUT THE FUCK UP AND LOG THE FUCK OUT!

* Right click on your username (the "Fast User Switch Applet") and select Preferences.
* Uncheck "Show confirm dialogs for logout, restart and shutdown"


=== USEFUL programs that are not installed by default ===
 
 * traceroute - incredible. traceroute is not installed by default. O_O
 * compizconfig-settings-manager (compiz INSTALLED and NOT CONFIGURABLE? STUPID!)
 * openssh-server (this is SO FUGKING STUPID!)
 * mc
 * gimp
 * joe

=== SHIT to be removed ===

 * f-spot
 * totem (totally unuseful!)
 * conduit (Who give a FUCK to sync ?!?)

== Ubuntuforums and freedom of speech ==

I posted this on Ubuntuforums:

{{{


{{attachment:yaf.png}}


}}}

just to obtain an infraction. Here is why:


{{{

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxx, entitled "You have received an infraction at Ubuntu Forums".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************
Dear asbesto,

You have received an infraction at Ubuntu Forums.

Reason: Trolling
-------
Please do not post links to sites that troll Ubuntu and are full of profanity.


---Quote---
Trolling, Attacks and Flaming: These are always forbidden.
Trolling is posting in a way that provokes emotional responses.
Attacks and derogatory terms of any kind are not welcome. This includes references to other operating systems and the companies that produce them.
Flames are messages that personally attack or call any people names or otherwise harass. These, along with any generally condescending posts will be edited or removed at the moderators discretion.
If a thread is flame-bait (appears to be intended to start an argument or is likely to cause an argument rather than enhance discussion, as in trolling), it will be locked or removed without notice. Individual flame-bait comments in a post may be deleted or edited at the moderators' discretion.
---End Quote---

---Quote---
Profanity: We have users of all age groups and of all tolerance levels where profanity is concerned. A language filter is in place to catch most major forms of profanity that may accidentally be used. Do not attempt to circumvent the language filter by using variations or slight misspellings of profanities.
---End Quote---
-------

This infraction is worth 1 point(s) and may result in restricted access until it expires. Serious infractions will never expire.

Original Post:
http://ubuntuforums.org/showthread.php?p=12291864#post12291864

---Quote---
Hi there,

I feel extremely harassing to have my password asked FOREVER while working on MY laptop into MY account, with no other accounts, no open network connections and no security concern, closed into a vault 23 Km under a mountain.

I'm already logged in, I made my LOGIN, so why to ask FOREVER the same password, for configuring a PRINTER, a NETWORK CONNECTION or to make a SHUTDOWN? In my opinion this is extremely stupid.

So I found a way to solve this:


Code:
---------

cd /usr/share/polkit-1/actions
perl -i -pe 's/auth_admin_keep/yes/g' *.policy
perl -i -pe 's/auth_admin/yes/g' *.policy
perl -i -pe 's{<allow_inactive>no</allow_inactive>}{<allow_inactive>yes</allow_inactive>}g' *.policy
---------
More control over WHERE the system has to ASK passwords here:
http://lab.dyne.org/UbuntuPurification

:wink:
---End Quote---
- Hide quoted text -
All the best,
Ubuntu Forums
***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

}}}

Where is "PROFANITY"?

{{{

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxxxx, entitled "Signature".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************
Please remove the link to that site in your signature also.

http://lab.dyne.org/UbuntuPurification

If it is not done within 24 hours it will be done for you.
- Hide quoted text -
***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

}}}

Is there a rule about signatures? I can't find it.

{{{

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxxxx, entitled "You might want to rephrase that.".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************

---Quote---
Thank you for helping users removing crap from Ubuntu/Gnome
---End Quote---

Code:
---------
Attacks and derogatory terms of any kind are not welcome. This includes references to other operating systems and the companies that produce them.
---------

***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

}}}

"crap" is not a denigratory term, is just my OPINION. SO... WELL, DEFINITIVELY NO, I DON'T WANNA REPRHASE THAT.

Ubuntu PURIFICATION

fuck2.jpg

This page was an howto for avoiding all that asking for passwords into the Ubuntu Desktop Edition. People is TIRED to write the same DAMN PASSWORD into their ubuntu box. Now it contain useful stuff to do, for having a working and simple Ubuntu instead of the crap they install by default.

Note: I definitively QUIT using UBUNTU because the time I have to spend to correct all this CRAP is now GREATER THAN the time necessary to tune a Debian system. So, now I prefer Debian, because it doesnt install any of this CRAP on a fresh new system. Hope you try Debian too! :)

If you want to help developing this document, please write to asbesto (at) gmail {dot} com

Threads about stupid things added in Ubuntu

Ubuntu 10.04 horrible windows layout

The default windows appearence in Ubuntu 10.04 is a SHAME. The golden rule "Never change the terrain under user's feets" is now totally wiped out from developer's mind.

Tons of problems to fix, and those developers chose to change the system appearence?!? O_o

To revert back to the default Ubuntu layout: System -> Preferences -> Appearence and select the Clearlooks Theme.

No icons on desktop in 10.04 !

Where are the Home, System and the Trashcan icons? Is Nautilus broken? Is this a bug?

No. They choosed to disable them by default. They are GREAT ASSHOLES.

It's really incredible how those developers are happy to change the terrain under user's feets. This is the DUMBEST thing to do while administrating a system.

Just open gconf-editor, go to Apps -> Nautilus -> Desktop and check every xxxx_icon_visible you need.

Automatic login without password

It's MY computer, in MY house, so why the FUCK i have to type my password to log in X-Windows?!?

System - Administration - Login and select the damn user

You can select this while installing the Ubuntu.

IDIOT keyring password

It will be asked again and again. Every time the same FUCKING password. Just to open a thing that contain THE SAME PASSWORD ITSELF.

SOO STUPID!

Delete the folder $home/.gnome2/keyrings which holds the keyring info. Once you do that it wont ask again.

Disable the damn Gnome Keyring Manager Password

Same SHIT as before.

Applications - Accessories - Passwords and encryption keys

Edit that.

All other passwords asked again and again

First, do an apt-get install libpam-gnome-keyring (Normally this is not required on latest ubuntu releases)

Create a file named /etc/pam.d/common-pamkeyring containing:

auth optional pam_keyring.so try_first_pass
session optional pam_keyring.so

Edit /etc/pam.d/gdm adding this line at the bottom of the file:

@include common-pamkeyring

and please COMMENT OUT those lines:

# auth optional pam_gnome_keyring.so
# session optional pam_gnome_keyring.so auto_start

Create, if doesn't exist, the wheel group, editing /etc/group, and add your user to it

vi /etc/group

Edit /etc/sudoers, using visudo

visudo /etc/sudoers

adding a line containing:

yourusername ALL = NOPASSWD: ALL

Edit /etc/pam.d/sudo adding those lines:

auth sufficient pam_rootok.so
auth required pam_wheel.so
auth sufficient pam_wheel.so trust

Edit /etc/pam.d/su enabling this line (just uncomment it):

# Uncomment this if you want wheel members to be able to
# su without a password.
auth sufficient pam_wheel.so trust

Seahorse, the SHIT HORSE

Does someone really need such a STUPID TOOL? :( (TODO: this topic need to be expanded)

The Incredible Idiocy: PolicyKit

As I stated in ubuntuforums time ago:

I'm used to work on MY computer, with MY login, and no other logins; it's in MY home, and it don't run away to search for malicious users. It's MY PC in MY HOUSE. For this I log in automagically with no password asking. I have automagic "su" and "sudo" without password (that is STUPID because I'm root on MY machine, and there are NO other users).

But now I have some very annoying issues about this damn thing called "System Policy", for which I can't, just to say, do a shutdown of my machine under Gnome because "System policy prevents stopping the system when other users are logged". And this just because I have some root terminals left open.

This is very, very stupid.

And so on, this damn sys policy crap keep asking me the same damn password for everything: wifi connections, login/ssh to other machines, mounting of devices, and so on.

Please, PLEASE. Does someone know HOW TO KILL this stupid thing? How to get rid of all those unuseful, boring, recursive and idiot password requests?

please somebody help me, I'm going nuts for this.

I got an official warning and the thread was closed by administrator. The PolicyKit was a so stupid PIECE OF CRAP that now is no more used. But for the unfortunate users that have this stinking corpse running: as stated in the man page, just edit /etc/PolicyKit/PolicyKit.conf as here:

<config version="0.1">
        <match user="root|YOUR_USER_HERE">
               <return result="yes"/>
        </match>
        <define_admin_auth group="admin|wheel"/>
</config>

and restart the whole X damn thing

How to get rid of the FUCKING SYSTEM POLICY

You have to edit all those fucking files putting "yes" in the right place.

cd /usr/share/polkit-1/actions
perl -i -pe 's/auth_admin_keep/yes/g' *.policy
perl -i -pe 's/auth_admin/yes/g' *.policy
perl -i -pe 's{<allow_inactive>no</allow_inactive>}{<allow_inactive>yes</allow_inactive>}g' *.policy

NOW LIVE IN HAPPINESS

Other stupid things in Ubuntu

Command not found handler

I hate it. It slow the responsivness of my shell. so

apt-get remove command-not-found command-not-found-data

Totem

Totem is installed by default. But it's UNABLE to open ANYTHING. WHY?

NO CODECS INSTALLED!

O_O

Close this terminal?

Terminal asking "Close this terminal? There is still a process running in this terminal. Closing the terminal will kill it". This is STUPID, STUPID, STUPID..

Launch gconf-editor -> Apps -> gnome-terminal -> global -> untick confirm_window_close

60 seconds delay on shutdown

Another STUPID thing.

It depends on version of Gnome/Ubuntu SHIT. so:

Launch gconf-editor

Go to apps> indicator-session and check the box next to suppress_logout_restart_shutdown. Or if you wish to do it entirely from terminal:

gconftool-2 -s '/apps/indicator-session/suppress_logout_restart_shutdown' --type bool true

or apps -> gnome-session -> options and check out logout_prompt.

Maybe you've to restart X.

Sticky Windows at edges

The most annoying thing in the entire world. The great stupid thing is that you have compiz installed without the tool for configuring it!

so, apt-get install compizconfig-settings-manager and check out the snapping windows option in the window management section of the compiz config editor, that is under system - preferences menu.

Logout - Are you sure you want to logout?

YES GODDAMN, I'M FUCKING SURE, HOLY SHIT SHUT THE FUCK UP AND LOG THE FUCK OUT!

* Right click on your username (the "Fast User Switch Applet") and select Preferences. * Uncheck "Show confirm dialogs for logout, restart and shutdown"

USEFUL programs that are not installed by default

  • traceroute - incredible. traceroute is not installed by default. O_O
  • compizconfig-settings-manager (compiz INSTALLED and NOT CONFIGURABLE? STUPID!)
  • openssh-server (this is SO FUGKING STUPID!)
  • mc
  • gimp
  • joe

SHIT to be removed

  • f-spot
  • totem (totally unuseful!)
  • conduit (Who give a FUCK to sync ?!?)

Ubuntuforums and freedom of speech

I posted this on Ubuntuforums:

{{attachment:yaf.png}}

just to obtain an infraction. Here is why:

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxx, entitled "You have received an infraction at Ubuntu Forums".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************
Dear asbesto,

You have received an infraction at Ubuntu Forums.

Reason: Trolling
-------
Please do not post links to sites that troll Ubuntu and are full of profanity.


---Quote---
Trolling, Attacks and Flaming: These are always forbidden.
Trolling is posting in a way that provokes emotional responses.
Attacks and derogatory terms of any kind are not welcome. This includes references to other operating systems and the companies that produce them.
Flames are messages that personally attack or call any people names or otherwise harass. These, along with any generally condescending posts will be edited or removed at the moderators discretion.
If a thread is flame-bait (appears to be intended to start an argument or is likely to cause an argument rather than enhance discussion, as in trolling), it will be locked or removed without notice. Individual flame-bait comments in a post may be deleted or edited at the moderators' discretion.
---End Quote---

---Quote---
Profanity: We have users of all age groups and of all tolerance levels where profanity is concerned. A language filter is in place to catch most major forms of profanity that may accidentally be used. Do not attempt to circumvent the language filter by using variations or slight misspellings of profanities.
---End Quote---
-------

This infraction is worth 1 point(s) and may result in restricted access until it expires.  Serious infractions will never expire.

Original Post:
http://ubuntuforums.org/showthread.php?p=12291864#post12291864

---Quote---
Hi there,

I feel extremely harassing to have my password asked FOREVER while working on MY laptop into MY account, with no other accounts, no open network connections and no security concern, closed into a vault 23 Km under a mountain.

I'm already logged in, I made my LOGIN, so why to ask FOREVER the same password, for configuring a PRINTER, a NETWORK CONNECTION or to make a SHUTDOWN? In my opinion this is extremely stupid.

So I found a way to solve this:


Code:
---------

cd /usr/share/polkit-1/actions
perl -i -pe 's/auth_admin_keep/yes/g' *.policy
perl -i -pe 's/auth_admin/yes/g' *.policy
perl -i -pe 's{<allow_inactive>no</allow_inactive>}{<allow_inactive>yes</allow_inactive>}g' *.policy
---------
More control over WHERE the system has to ASK passwords here:
http://lab.dyne.org/UbuntuPurification

:wink:
---End Quote---
- Hide quoted text -
All the best,
Ubuntu Forums
***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

Where is "PROFANITY"?

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxxxx, entitled "Signature".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************
Please remove the link to that site in your signature also.

http://lab.dyne.org/UbuntuPurification

If it is not done within 24 hours it will be done for you.
- Hide quoted text -
***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

Is there a rule about signatures? I can't find it.

DO NOT REPLY TO THIS EMAIL!
***************************

Dear asbesto,

You have received a new private message at Ubuntu Forums from xxxxxxxxxx, entitled "You might want to rephrase that.".

To read the original version, respond to, or delete this message, you must log in here:
http://ubuntuforums.org/private.php

This is the message that was sent:
***************

---Quote---
Thank you for helping users removing crap from Ubuntu/Gnome
---End Quote---

Code:
---------
Attacks and derogatory terms of any kind are not welcome. This includes references to other operating systems and the companies that produce them.
---------

***************

Again, please do not reply to this email. You must go to the following page to reply to this private message:
http://ubuntuforums.org/private.php

All the best,
Ubuntu Forums

"crap" is not a denigratory term, is just my OPINION. SO... WELL, DEFINITIVELY NO, I DON'T WANNA REPRHASE THAT.

GnuLinuxPurification (last edited 2024-03-28 13:17:11 by asbesto)