I've a bunch of systems with OS 12.2, but only one or two with TDE. On the
one currently wired up, which uses sysvinit-init instead of systemd init, I
normally boot to runlevel 3, same as on most of my systems. If as normal user
I do startx -- :1, exit TDE, and then switch to runlevel 5, the system
quickly locks up completely, and puts the display in sleep mode. IIRC, this
doesn't happen on KDE3 or KDE4 systems. :-(
Where in the world does one begin to try to figure out the cause? Any ideas?
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
I see this warning while I fetch email:
<2.3> 2012-12-27 13:10:28 minas-tirith fetchmail 9789 - - Server CommonName mismatch: pop.dominioabsoluto.net != correo.coitt.es
<2.3> 2012-12-27 13:10:28 minas-tirith fetchmail 9789 - - Warning: the connection is insecure, continuing anyways. (Better use --sslcertck!)
(--sslcertck! would be useles)
The problem is that coitt is hosted at dominioabsoluto, so the certificate
does not match; but the server is ok, it is the one I need to use.
How could I make the warning go away? Ie, make fetchmail accept the
certificate silently (at least not at warning syslog level)?
- --
Cheers
Carlos E. R.
(from 11.4, with Evergreen, x86_64 "Celadon" (Minas Tirith))
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iF4EAREIAAYFAlDcO/wACgkQja8UbcUWM1wboAD+IqDXUr0tKL6H4B8COTmXXPOq
W3v7A9exWpd2GNfg01UA/2UpUtK0WTEBosmEIWNTcuGjclpvB+T8xFqHiz6pUHkH
=U22F
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi All,
New to opensuse, I try to build the newly installed machine with its
current kernel version.
Here is the trail of events.
1) fresh 12.2 install
CY44$ /usr/bin/lsb-release -a
LSB Version: n/a
Distributor ID: SUSE LINUX
Description: openSUSE 12.2 (x86_64)
Release: 12.2
Codename: Mantis
2) Download 2 metapackages
patterns-openSUSE-dev-basis
patterns-openSUSE-devel-kernel
3) Downloaded kernel source thought may be they was there after the
initial install.
4) make source suitable for non root compile.
CY44$ cd /usr/src/linux
CY44$ sudo chown -R phi .
5) Clone initial config and patch CONFIG_LOCAL_VERSION
CY44$ make cloneconfig
CY44$ vi .config # set CONFIG_LOCALVERSION="-2.16-phi"
6) Kernel build
CY44$ make
7) Build RPM
CY44$ make rpm-pkg
make clean
set -e; cd -P ..; ln -sf /usr/src/linux-3.4.11-2.16 kernel-3.4.11_2.16_phi
/bin/sh /usr/src/linux-3.4.11-2.16/scripts/setlocalversion --save-scmversion
set -e; cd -P ..; tar -cz --exclude SCCS --exclude BitKeeper --exclude
.svn --exclude CVS --exclude .pc --exclude .hg --exclude .git -f
kernel-3.4.11_2.16_phi.tar.gz kernel-3.4.11_2.16_phi/.
set -e; cd -P ..; rm kernel-3.4.11_2.16_phi
rm -f /usr/src/linux-3.4.11-2.16/.scmversion
set -e; \
/bin/sh /usr/src/linux-3.4.11-2.16/scripts/mkversion >
/usr/src/linux-3.4.11-2.16/.tmp_version
set -e; \
mv -f /usr/src/linux-3.4.11-2.16/.tmp_version
/usr/src/linux-3.4.11-2.16/.version
rpm --target x86_64 -ta ../kernel-3.4.11_2.16_phi.tar.gz
rpm: --target: unknown option
make[1]: *** [rpm-pkg] Error 1
make: *** [rpm-pkg] Error 2
make rpm give the same results as make rpm-pkg
Any ideas?
Cheers,
Phi
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Some package I installed made my KDE start using Gnome Tracker in
addition to Nepomuk. tracker-miner-fs is using a tonne of memory and
there are many tracker related processes.
I know I can try disable it through the Applications/System/Search and
Indexing tool, but I would like to turn it off automatically for all
my 12.2 machines.
Is there a config file setting that turns off Tracker?
--
Carlos F Lange
-- Recursive: Adj. See Recursive. --
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I need to do the following, but don't want to switch to KDM:
Set this
DISPLAYMANAGER_KDM_LOCALARGS="-core"
in /etc/sysconfig/displaymanager and also you have to switch to kdm.
(Or investigate how to pass arguments to X via gdm or whatever you use.)
When you have everything all right, ps should show Xorg -br :0 vt7 ...
-core. Now it generates core files on crashes. You can set locations
of those by:
sysctl kernel.core_pattern=/core
Is there any /core* after the freeze occurs?
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
I'm updating a 11.4 system to 12.2, so the change of behavior
mentioned below might have happened in between. But I don't have
appropriate systems with intermediate distributions to check, so I
ask here...
I use autofs (a.k.a. automount), with an entry in auto.master
/net /etc/auto.net -soft,intr
/etc/auto.net reads:
* &:/
I.e., any host's root file system shall be available as an NFS
share via /net/$HOST.
In 11.4, this works. In 12.2, it doesn't. Starting automount with
debug/foreground/verbose options (or calling autofs with -m)
explains that the respective key (the host name) for /net is not
known. Well, it shall be looked up and mounted by automount, but
isn't... :-(
There are no further error messages in automount output; not
anything that would supply a lead for the root cause. I'm not yet
ready to debug automount to get further information. ;-)
I googled and didn't find any documented change of semantics for
autofs/automount. Is this an expected change of behavior, or is
this a bug?
Here's hoping for more information,
Joachim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod, Roedermark, Germany
Email: jschrod(a)acm.org
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi all.
I have just installed the 32-bit version openSUSE 12.2. I am facing
issues with installing the driver for Radeon HD card. I have a 6470m
card. I tried two solutions, and both of them failed:
1) 1-click installer for fglrx
2) atiupdate
Both of them resulted in loss of GUI. I am looking for a generic
solution which would enable me to install the driver on all
architectures.
Awaiting reply,
Regards,
Gaurav
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi All,
I can't start xvncserver despite I did install tightvnc package.
$ cnf vncserver
vncserver: searching ... ^M
Program 'vncserver' is present in package 'tightvnc', which is
installed on your system.
Absolute path to 'vncserver' is '/usr/bin/vncserver'. Please check
your $PATH variable to see whether it contains the mentioned path.
$ vncserver
vncserver: couldn't find "Xvnc" on your PATH.
$ lsb-release -a
LSB Version: n/a
Distributor ID: openSUSE project
Description: openSUSE 12.3 Milestone 2 (x86_64)
Release: 12.3
Codename: Dartmouth
Thanx in advance for any help.
Cheers,
Phi
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I am still using 11.0. For some reason, upgrades don't work
on this box. Another problem for another day. Anyway
I upgraded firefox from 3.5 which was in the repo to 16.0.2.
I did it from their site, not a suse rpm, because there is
none for 11.0 anymore. I installed firefox
at /usr/bin/firefox /usr/lib/firefox /usr/bin/X11/firefox
Then I could not see videos. It told me to upgrade flash so
I did, from the site given in the error message. It is
installed at /usr/bin/flashplayer /usr/bin/X11/flashplayer
and /usr/lib/flash-plugin
KDE is 3.5.9
I still get the message that I need to upgrade flash and of
course, can't see any video such as youtube.
Video has been a problem. Firefox has shown them more
consistently than Konqi.
I may have conflicting or mixed up plugins and I really
don't have all the codecs I should.
How can I straighten all this out so I can see youtube etc?
Plugins in attachments
--
Bob Rea
mailto:gapetard@stsams.org
http://www.petard.ushttp://www.petard.us/bloghttp://www.petard.us/gallery
Where is Bill Stringfellow
now that we really need him?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
I'm using profiles (scpm) in 11.4, and I see this line in
/var/log/boot.msg:
<6>[ 0.000000] Command line: root=/dev/disk/by-label/Root resume=/dev/disk/by-label/Swap splash=verbose quiet PROFILE=casa vga=0x317
However, although the choosen profile is correct, I don't know how it got
there, because the keyword "profile" is not in grub's menu:
minas-tirith:~ # grep -i profile /boot/grub/menu.lst
minas-tirith:~ # grep -i casa /boot/grub/menu.lst
minas-tirith:~ #
How is it doing that trick?
- --
Cheers
Carlos E. R.
(from 11.4, with Evergreen, x86_64 "Celadon" (Minas Tirith))
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iF4EAREIAAYFAlDbIA4ACgkQja8UbcUWM1wg6wD+PFb8YmwtcksF4qy0R8dBJWD6
Bt6EUlaggy7SPSK0U3QA/iz8mX7tlnrsqWdcfnLxt8io0VPjP0goMZEhe6IYFCr1
=P4EZ
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org