my ssh key is updated. I replied back
to gnome admin regarding
key replacement time (which we can think to improve)
but Nazi reply back to me like:
"We're all just volunteers here, and we're doing as best as we can and
try to be as helpful as we can. Even for users who did not bother to
back up their own sensitive data."
* If they are volunteer, then "What AM I?"
* ya, I lost my key, my mistake, but Is it not Very Harsh and hard reply
even I was trying to help them to improve if possible.
It was not VERY unexpected as I know something about NEW Nazi group:-)
18 March, 2009
14 March, 2009
openSUSE to Fedora 10....
various time, I tried fedora and opensuse,
most of time I found opensuse installation quite
easy, but with Fedora 10, it changed (I felt)
Fedora 10 asked too less questions and work
more quickly. and for desktop, everything
worked well without any configuration,
even sound (which was not working in
openSUSE 11.1). Overall Fedora seems
faster to start, but shutdown is slower.
Finally working on Gnome, instead of
KDE. It seems faster and easy to use.
Hibernate has same issue (Keyboard
not working) in Fedora. I search for some bug, but
get no proper reponse about it.
Wrong bug for issue: Fedora Bug
Doubtd bug: Fedora bug 479504
New bug filed: Bug 490247 - Keyboard Not working
most of time I found opensuse installation quite
easy, but with Fedora 10, it changed (I felt)
Fedora 10 asked too less questions and work
more quickly. and for desktop, everything
worked well without any configuration,
even sound (which was not working in
openSUSE 11.1). Overall Fedora seems
faster to start, but shutdown is slower.
Finally working on Gnome, instead of
KDE. It seems faster and easy to use.
Hibernate has same issue (Keyboard
not working) in Fedora. I search for some bug, but
get no proper reponse about it.
Wrong bug for issue: Fedora Bug
Doubtd bug: Fedora bug 479504
New bug filed: Bug 490247 - Keyboard Not working
12 March, 2009
Project Resposne Time: ssh key replacement...
I lost my SSH key with hard disk failure.
now it is time to replace with various Projects.
I have following list and track time to replace key
Project ......... Report .......1st Response.........Replaced
----------------------------------------
Gnome ......... 11Mar ........yet not ............NO
Fedora*........ 11Mar ......11Mar......... Fixed (same day)
KDE ..............11Mar......11Mar......... Fixed ( hours)
Mozilla.......... 11Mar.........Yet Not ......... No
----------------------------------------
* Fedora has account page, where most easy to replace key (as a
translator, it is not useful to replace key)
so, KDE is quick (super fast) to update and response.
FYI: how to update ssh key in various Projects:
Gnome: send mail to accounts@gnome.org address with key, username. (last replacement took 5 days.)
KDE: New Bugzilla Page: KDE sysadmin request as Bug
(thanks David Faure)
Fedora: Login to Fedora Account page and
Edit detail->Upload new key.
Mozilla: File a bug to replace key like: Bug 378597 (took almost 1 month)
Update later when it all projects updated.
now it is time to replace with various Projects.
I have following list and track time to replace key
Project ......... Report .......1st Response.........Replaced
----------------------------------------
Gnome ......... 11Mar ........yet not ............NO
Fedora*........ 11Mar ......11Mar......... Fixed (same day)
KDE ..............11Mar......11Mar......... Fixed ( hours)
Mozilla.......... 11Mar.........Yet Not ......... No
----------------------------------------
* Fedora has account page, where most easy to replace key (as a
translator, it is not useful to replace key)
so, KDE is quick (super fast) to update and response.
FYI: how to update ssh key in various Projects:
Gnome: send mail to accounts@gnome.org address with key, username. (last replacement took 5 days.)
KDE: New Bugzilla Page: KDE sysadmin request as Bug
(thanks David Faure)
Fedora: Login to Fedora Account page and
Edit detail->Upload new key.
Mozilla: File a bug to replace key like: Bug 378597 (took almost 1 month)
Update later when it all projects updated.
09 March, 2009
GCompris Translation - Bad foot-prints
I got mail from gnome mailing list regarding
"[Announce Release 8.4.9]". It included Punjabi
Translation, just would like to search what it is
actually. As it is part of gnome, so expecting
translation to check. It was transliteration only,
second file failed to pass 'msgfmt' check. Translation
was really bad and I hope to work with developer
to use proper svn translation from gnome.
But Again CDAC is moving its hard-core
'Govt' way. It is not just bad, but worse foot-print,
which their followers are following again and again...
"[Announce Release 8.4.9]". It included Punjabi
Translation, just would like to search what it is
actually. As it is part of gnome, so expecting
translation to check. It was transliteration only,
second file failed to pass 'msgfmt' check. Translation
was really bad and I hope to work with developer
to use proper svn translation from gnome.
But Again CDAC is moving its hard-core
'Govt' way. It is not just bad, but worse foot-print,
which their followers are following again and again...
Labels:
community,
l10n,
Translation
03 March, 2009
find and merge heads in hg...
just forgot to run 'hg pull' command, so when I
committed strings and try to push, it showed eror:
----------------
hg push
/usr/lib/python2.6/site-packages/mercurial/sshrepo.py:64: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
self.pipeo, self.pipei, self.pipee = os.popen3(cmd, 'b')
pushing to ssh://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
searching for changes
abort: push creates new remote heads!
(did you forget to merge? use push -f to force)
----------
then try with 'hg push -f' but not get working
-----------
hg/pa-IN> hg push -f
/usr/lib/python2.6/site-packages/mercurial/sshrepo.py:64: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
self.pipeo, self.pipei, self.pipee = os.popen3(cmd, 'b')
pushing to ssh://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
[searching for changes
adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 13 changes to 13 files (+1 heads)
remote: Two heads detected on branch 'default'
remote: Only one head per branch is allowed!
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_singlehead hook failed
abort: unexpected response: empty string
----
finally try 'hg pull', then some hints were there:
------
hg pull
pulling from http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
------
so, get 'hg heads', it has 3 heads, the
hg merge with 'hg merge 73a86cfb7a92'
and it is fixed and committed to last changes (local 2 central repo)
some other command, I tried:
hg tip, hg heads
More help from Here
committed strings and try to push, it showed eror:
----------------
hg push
/usr/lib/python2.6/site-packages/mercurial/sshrepo.py:64: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
self.pipeo, self.pipei, self.pipee = os.popen3(cmd, 'b')
pushing to ssh://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
searching for changes
abort: push creates new remote heads!
(did you forget to merge? use push -f to force)
----------
then try with 'hg push -f' but not get working
-----------
hg/pa-IN> hg push -f
/usr/lib/python2.6/site-packages/mercurial/sshrepo.py:64: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
self.pipeo, self.pipei, self.pipee = os.popen3(cmd, 'b')
pushing to ssh://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
[searching for changes
adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 13 changes to 13 files (+1 heads)
remote: Two heads detected on branch 'default'
remote: Only one head per branch is allowed!
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_singlehead hook failed
abort: unexpected response: empty string
----
finally try 'hg pull', then some hints were there:
------
hg pull
pulling from http://hg.mozilla.org/releases/l10n-mozilla-1.9.1/pa-IN/
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files (+1 heads)
(run 'hg heads' to see heads, 'hg merge' to merge)
------
so, get 'hg heads', it has 3 heads, the
hg merge with 'hg merge 73a86cfb7a92'
and it is fixed and committed to last changes (local 2 central repo)
some other command, I tried:
hg tip, hg heads
More help from Here
Labels:
community,
l10n,
Technical,
Troubleshooting
10 February, 2009
sound problem (fixed) - ASUS M3A78-EM
After installation of openSUSE 11.1, sound was not
tested. Today when run, it shows error like no
sound card working. While using yast, it failed to
configure it with error "module snd_hda_intel"
not found. Various forum, mailing list, there
was various method, but my problem was strange
with 'module not found'. I was not able to find
how to find module.
------
$lspci
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
------
Finally I find that alsa-driver package was not
installed on system from Alsa Project.
Download, Compile and install.
finally
$modprobe snd_hda_intel
works and with reboot sound works fine.
later found package "alsa-driver-kmp-pae" for same
work. This was small fix after I found pacakge:-)
tested. Today when run, it shows error like no
sound card working. While using yast, it failed to
configure it with error "module snd_hda_intel"
not found. Various forum, mailing list, there
was various method, but my problem was strange
with 'module not found'. I was not able to find
how to find module.
------
$lspci
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
------
Finally I find that alsa-driver package was not
installed on system from Alsa Project.
Download, Compile and install.
finally
$modprobe snd_hda_intel
works and with reboot sound works fine.
later found package "alsa-driver-kmp-pae" for same
work. This was small fix after I found pacakge:-)
Labels:
Hardware,
opensuse,
Troubleshooting
07 February, 2009
some Linux Support for AMD System
I have AMD X4 Phenom Processor with ASUS M3A78-EM
Mainboard, ATI Radeon HD 2600.
All things are latest and I was very confident
about Linux Installation.
I was waiting for SSD Drive, but actually not
able to get it anyway, so SATA continue.
First installed Windows 7 (Beta). It was easy to
install and most of hardware works fine without
Drivers. While Install openSUSE 11.1 x86_64,
it started, but failed to add repo. I googled
about issue, but no solution. Finally used
KDE live CD (opensuse), but again it failed with
same issue. So I installed Windows Vista 64-bit
and installed openSUSE 11.1 i386. It worked anyway,
while changed 2 things:
1 - No 200MB different parition as Windows 7 Created
2 - I reduced /home from 250GB
Finally Linux boot and I search for few information.
ASUS provide LAN/Sound/SATA Driver for Linux.
On Support/Driver Website, you have option to select Linux:-)
Specially for Suse Linux 10* for SATA. This was
thing with required for x86_64 installation, but
now I would not like to go back for installation.
Next Thing was looking for AMD/ATI support
AMD Provide here few applications including CPU Info and
Cpufreq Driver (All other are for Windows).
CPUInfo Application has only RPM ( CPUInfo-2_2_0-AMD) for
RHEL5/SELS10.2/10.3, but I run rpm and works fine on opensuse 11.1
as it confains only 1 command ( /usr/local/sbin/CPUInfo)
and few docs.
CPU-freq Driver is failed to compile on machine with some technical
problem (programming, which I don't want to solve). Developer
not mention any command to recompile kernel (I think it will
good idea to add)
ATI provide Proprietary Linux Drivers (non-open source)
for x86_64 and x86. I have not
installed any of this yet.
May it not be big thing at all, but I was happy to get driver on Motherboard
CD and some software on Vendor website, only Sad part was
32-bit linux, while never want to.
Mainboard, ATI Radeon HD 2600.
All things are latest and I was very confident
about Linux Installation.
I was waiting for SSD Drive, but actually not
able to get it anyway, so SATA continue.
First installed Windows 7 (Beta). It was easy to
install and most of hardware works fine without
Drivers. While Install openSUSE 11.1 x86_64,
it started, but failed to add repo. I googled
about issue, but no solution. Finally used
KDE live CD (opensuse), but again it failed with
same issue. So I installed Windows Vista 64-bit
and installed openSUSE 11.1 i386. It worked anyway,
while changed 2 things:
1 - No 200MB different parition as Windows 7 Created
2 - I reduced /home from 250GB
Finally Linux boot and I search for few information.
ASUS provide LAN/Sound/SATA Driver for Linux.
On Support/Driver Website, you have option to select Linux:-)
Specially for Suse Linux 10* for SATA. This was
thing with required for x86_64 installation, but
now I would not like to go back for installation.
Next Thing was looking for AMD/ATI support
AMD Provide here few applications including CPU Info and
Cpufreq Driver (All other are for Windows).
CPUInfo Application has only RPM ( CPUInfo-2_2_0-AMD) for
RHEL5/SELS10.2/10.3, but I run rpm and works fine on opensuse 11.1
as it confains only 1 command ( /usr/local/sbin/CPUInfo)
and few docs.
CPU-freq Driver is failed to compile on machine with some technical
problem (programming, which I don't want to solve). Developer
not mention any command to recompile kernel (I think it will
good idea to add)
ATI provide Proprietary Linux Drivers (non-open source)
for x86_64 and x86. I have not
installed any of this yet.
May it not be big thing at all, but I was happy to get driver on Motherboard
CD and some software on Vendor website, only Sad part was
32-bit linux, while never want to.
Labels:
community,
non-Technical,
Opensource,
opensuse
Subscribe to:
Posts (Atom)