m (removed category) |
(→Till Maas: cleanup a little and add more information) |
||
Line 1: | Line 1: | ||
= Till Maas = | = Till Maas = | ||
* FAS Username: till | * FAS Username: [[fas:till|till]] | ||
* Languages: German, English | * Languages: German, English | ||
* Occupation: [http://www.informatik.rwth-aachen.de/index_eng.php Student], [http://www.redteam-pentesting.de/en/redteam/-about-redteam-pentesting-our-penetration-testers Penetration Tester] | |||
* Residence: [http://www.openstreetmap.org/index.html?mlat=50.7759&mlon=6.085&zoom=3 Aachen, Germany] | |||
* [[pkgdbu:till|Packages]] [http://till.fedorapeople.org Fedorapeople] [https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&product=Fedora&component=Package%20Review&bug_status=CLOSED&emailassigned_to1=1&emailtype1=exact&email1=opensource%40till.name Performed Review Requests] [https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&product=Fedora&component=Package%20Review&bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=FAILS_QA&bug_status=RELEASE_PENDING&bug_status=POST&resolution=---&emailreporter1=1&emailtype1=exact&email1=opensource%40till.name&emailassigned_to2=1&emailtype2=exact&email2=nobody%40fedoraproject.org&known_name=closed_reviews&query_based_on=closed_reviews Open Review Requests] [https://admin.fedoraproject.org/updates/user/till Updates] [https://admin.fedoraproject.org/pkgdb/users/packages/till?acls=owner Packages I own] [https://admin.fedoraproject.org/pkgdb/users/packages/till?acls=commit,approveacls Packages I co-maintain] [https://admin.fedoraproject.org/pkgdb/users/packages/till?acls=watchbugzilla,watchcommits Packages I watch] [http://www.vim.org Favourite Editor] [http://blogs.23.nu Blog] | |||
I use this wiki page mainly to collect information about Fedora that I find useful in a chaotic way, so please don't be offended by the following chaos: | |||
* [[Infrastructure/AccountSystem/QueryAccount FAS Query]] (does not work with new wiki) | * [[Infrastructure/AccountSystem/QueryAccount FAS Query]] (does not work with new wiki) | ||
* [https://admin.fedoraproject.org/updates Bodhi] | * [https://admin.fedoraproject.org/updates Bodhi] | ||
Line 40: | Line 43: | ||
== Code == | == Code == | ||
* rerun autofoo | * rerun autofoo | ||
<code> | |||
libtoolize --automake --copy --force | libtoolize --automake --copy --force | ||
aclocal-1.9 | aclocal-1.9 | ||
Line 46: | Line 49: | ||
automake-1.9 --add-missing --force-missing --copy | automake-1.9 --add-missing --force-missing --copy | ||
autoconf | autoconf | ||
</code> | |||
* make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE | * make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE | ||
<code> | |||
AM_MAINTAINER_MODE | AM_MAINTAINER_MODE | ||
</code> | |||
* pm-utils debugging | * pm-utils debugging | ||
Line 56: | Line 59: | ||
lshal | egrep "(system.hardware.(product|vendor|version)|system.firmware.version|power_management.quirk)" | lshal | egrep "(system.hardware.(product|vendor|version)|system.firmware.version|power_management.quirk)" | ||
== Package DB Hacking == | == Package DB Hacking == | ||
From: https://www.redhat.com/archives/fedora-devel-list/2007-October/msg01439.html | From: https://www.redhat.com/archives/fedora-devel-list/2007-October/msg01439.html | ||
<code> | |||
There are also a few features related to filtering of results that have | There are also a few features related to filtering of results that have | ||
been enabled. There isn't a UI element for them yet but power users who | been enabled. There isn't a UI element for them yet but power users who | ||
Line 96: | Line 80: | ||
The acls that you can list in the acls field are: | The acls that you can list in the acls field are: | ||
owner,commit,approveacls,watchbugzilla,watchcommits | owner,commit,approveacls,watchbugzilla,watchcommits | ||
</code> | |||
== other important stuff == | == other important stuff == | ||
Line 106: | Line 90: | ||
== Xinf aliases hwdata == | == Xinf aliases hwdata == | ||
* https://www.redhat.com/archives/fedora-devel-list/2007-October/msg02562.html | * https://www.redhat.com/archives/fedora-devel-list/2007-October/msg02562.html | ||
<code> | |||
alias pcivideo:v00008086d00007121sv*sd*bc*sc*i* intel # i810 | alias pcivideo:v00008086d00007121sv*sd*bc*sc*i* intel # i810 | ||
Line 121: | Line 105: | ||
possible, last match wins, but it's best if you don't have to rely on | possible, last match wins, but it's best if you don't have to rely on | ||
that accidental feature. | that accidental feature. | ||
</code> | |||
== SELinux == | == SELinux == |
Revision as of 21:59, 26 May 2009
Till Maas
- FAS Username: till
- Languages: German, English
- Occupation: Student, Penetration Tester
- Residence: Aachen, Germany
- Packages Fedorapeople Performed Review Requests Open Review Requests Updates Packages I own Packages I co-maintain Packages I watch Favourite Editor Blog
I use this wiki page mainly to collect information about Fedora that I find useful in a chaotic way, so please don't be offended by the following chaos:
- Infrastructure/AccountSystem/QueryAccount FAS Query (does not work with new wiki)
- Bodhi
- Koji
- PatrickBarnes/HTMLEncode
- Extras/PackageStatus
- Extras/OrphanedPackages
- Extras/WishList
- TillMaas/WikiHowto
- TillMaas/CompilerFlags
- TillMaas/Packaging
- Fedora Infrastructure
- Extras/UsingCvsFaq
- Extras/NewPackageProcess
- SPEC File
- NewMIMESystem
- Packaging/ScriptletSnippets
- Extras/RPMMacros
- interesting mails
- https://www.redhat.com/archives/fedora-extras-list/2006-July/msg00712.html - fomit-frame-pointers
- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00071.html - %lang %doc
- http://www.redhat.com/archives/fedora-extras-list/2006-August/msg00108.html - create snapshot with autotools
- Review
- TillMaas/ReviewChecklist
- external references
- http://standards.freedesktop.org/menu-spec/latest/ - desktop-file groups
- http://standards.freedesktop.org/desktop-entry-spec/latest/ - desktop files
- http://standards.freedesktop.org/icon-theme-spec/latest/ - icons
- TillMaas/ForwardTest
- https://admin.fedoraproject.org/cacti/graph.php?action=view&rra_id=all&local_graph_id=241 - Buildsys load
- [:TillMaas/WikiTodo: Stuff I want to change in the wiki]
- [:TillMaas/Sandbox: My sandbox]
Code
- rerun autofoo
libtoolize --automake --copy --force
aclocal-1.9
autoheader
automake-1.9 --add-missing --force-missing --copy
autoconf
- make configure not to reconfigure itself: In configure.in (or configure.ac) add after AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
- pm-utils debugging
http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-index.html
lshal | egrep "(system.hardware.(product|vendor|version)|system.firmware.version|power_management.quirk)"
Package DB Hacking
From: https://www.redhat.com/archives/fedora-devel-list/2007-October/msg01439.html
There are also a few features related to filtering of results that have
been enabled. There isn't a UI element for them yet but power users who
are willing to edit their URLs can limit what is displayed on the
package page according to the release by doing something like this:
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora%20EPEL/
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora
https://admin.fedoraproject.org/pkgdb/packages/name/yum/Fedora/devel
You can also limit what is displayed on the user overview of packages
like so:
https://admin.fedoraproject.org/pkgdb/users/packages/toshio?acls=owner
https://admin.fedoraproject.org/pkgdb/users/packages/toshio?acls=owner,commit
The acls that you can list in the acls field are:
owner,commit,approveacls,watchbugzilla,watchcommits
other important stuff
- https://koji.fedoraproject.org/packages/wyrd
- https://koji.fedoraproject.org/scratch/
- koji download-build
Xinf aliases hwdata
alias pcivideo:v00008086d00007121sv*sd*bc*sc*i* intel # i810
pcivideo is a tag understood by kudzu to mean that this line describes
an X driver. The lowercase letters (v, d, sv, sd, bc, sc, i) are the
various PCI ID fields: vendor, device, subvendor, subdevice, base class,
subclass, and ASIC revision. Normally you only need to use the first
two. Then the third word is the driver name you want for that chip.
Comments are optional but are greatly appreciated.
The * wildcards are like shell, not like regex. Numeric values _must_
be in uppercase hexadecimal; don't try to specify nvidia hardware with
000010de or you will be sadly disappointed. Multiple matches are
possible, last match wins, but it's best if you don't have to rely on
that accidental feature.
SELinux
- restorecon relabels files with type file_t (which means the file has no label)
- mount -o context=system_u:object_r:tmp_t:s0 /dev/mapper/tmp /tmp - correct context for /tmp filesystem
Debuginfo Packages
- {{{%define debug_package %{nil} }}}
- Packaging/Debuginfo
RPM Comment/Macro Weirdness
- https://www.redhat.com/archives/fedora-devel-list/2008-February/msg00165.html
- http://www.redhat.com/advice/tips/rpm_revisited.html
Subpackage Requires
- grep /usr/include
- grep python
MoinMoin Quicklinks
PackageMaintainers Packaging/Guidelines Tools/RPM PackageUserCreation Infrastructure/UpdatesSystem/Bodhi-info-DRAFT PackageMaintainers/UnassignedReviewRequests PackageMaintainers/AssignedReviewRequests PackageMaintainers/InProgressReviewRequests PackageMaintainers/CVSAdminProcedure PackageReviewProcess PackageMaintainers/UnassignedReviewRequests/NoSponsorNeeded Packaging/LicensingGuidelines Packaging/ReviewGuidelines Packaging/SourceURL ScreenCasting PackageMaintainers/NewPackageProcess PackageMaintainers/UsefulScripts
MoinMoin Watchlist
TillMaas.* WikiEditing Packaging/.* Infrastructure/WikiMigration ScreenCasting LukeMacken/SecurityLiveCD EPEL/WishList PackageMaintainers/.* FedoraMyths de_DE/.* Vacation WishList Infrastructure/AccountSystem2 BugZappers BugZappers/TriagingGuidelines FedoraEvents/FOSDEM/FOSDEM2008 JohnPoelstra/ImprovingBugzillaF9 Releases/FeatureEncryptedFilesystems Releases/9/Alpha/ReleaseNotes SIGs/Perl/Wishlist MattDomsch/FTBFS LiveCD