-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This paragraph:
## Path: System/Environment/Clock
## Description: Information about your timezone and time
## Type: string(-u,--utc,--localtime)
## ServiceRestart: boot.clock
## Command: /sbin/refresh_initrd
#
# Set to "-u" if your system clock is set to UTC, and to "--localtime"
# if your clock runs that way.
#
HWCLOCK="-u"
has been replaced with
## Path: System/Environment/Clock
## Description: Information about your timezone and time
## Type: string(Europe/Berlin,Europe/London,Europe/Paris)
## ServiceRestart: boot.clock
## Command: /sbin/refresh_initrd
#
# Be aware that the time reference of the CMOS/HW clock has been
# forwarded to /etc/adjtime, the file used by hwclock(8) and
# systemd(1) as reference for the CMOS/HW clock.
Ie, the «HWCLOCK="-u"» line has dissapeared - in two different computers
running 12.3, at least.
The variable is important, it is sourced in "/etc/init.d/ntp" (script
which still exists).
Is this intentional, or is it a bug?
- --
Cheers
Carlos E. R.
(from 12.3 x86_64 "Dartmouth" at Telcontar)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iEYEARECAAYFAlIfk8IACgkQtTMYHG2NR9UL6wCeKfu6Fq+UEzj7SyzlAnu1GORu
FS8An3SaZS7FxjwCHQDNsY3hWKH5OoLn
=l2Io
-----END PGP SIGNATURE-----
or it's me?
thanks
jdd
--
http://www.dodin.org
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
2013. augusztus 24. 12:48 napon Andrey Borzenkov <arvidjaar(a)gmail.com> írta:
> > What should I do if I wanted to start nmb through the script and not by the boot.local?
>
> Just like in the sysvinit case, you need to explicitly configure it to
> be started during boot. Think of /etc/systemd/system as
> of /etc/init.d. Having script there is not enough to make script run
> on startup; you also need to link it in proper "run-level". If service
> file has correct [Install] section, you can do it using "systemctl
> enable nmbd.service" (similar to chkconfig nmbd on). If service file
> does not have [Install] section, you can manually link it
> into /etc/systemd/system/default.target.wants (or
> multi-user.target.wants) so that service is started wherever you boot.
> Again, this is exactly the same with sysvinit scripts lacking meta
> information for chkconfig - you manually link into
> respective /etc/init.d/rc?.d directory.
>
Andrey, sorry for the late answer.
Thanks for your explanation.
I looked at the service files and they have [Install] section.
I applied systemctl enable:
# systemctl enable nmb.service
ln -s '/etc/systemd/system/nmb.service' '/etc/systemd/system/multi-user.target.wants/nmb.service'
# systemctl enable smb.service
ln -s '/etc/systemd/system/smb.service' '/etc/systemd/system/multi-user.target.wants/smb.service'
# systemctl enable winbind.service
ln -s '/etc/systemd/system/winbind.service' '/etc/systemd/system/multi-user.target.wants/winbind.service'
But the service are still not started.
# systemctl status nmb.service
nmb.service - Samba NMB Daemon
Loaded: loaded (/etc/systemd/system/nmb.service; enabled)
Active: failed (Result: resources) since Fri, 30 Aug 2013 13:46:41 +0200; 13min ago
CGroup: name=systemd:/system/nmb.service
# systemctl status smb.service
smb.service - Samba SMB Daemon
Loaded: loaded (/etc/systemd/system/smb.service; enabled)
Active: failed (Result: resources) since Fri, 30 Aug 2013 13:43:19 +0200; 18min ago
CGroup: name=systemd:/system/smb.service
Aug 30 13:43:18 linux smbd[3765]: [2013/08/30 13:43:18.971776, 0] lib/pidfile.c:118(pidfile_create)
#
I can't start them manually either:
# systemctl start nmb.service
Job failed. See system journal and 'systemctl status' for details.
#
# systemctl start smb.service
Job failed. See system journal and 'systemctl status' for details
#
Here are the contents of service files:
# cat /etc/systemd/system/nmb.service
[Unit]
Description=Samba NMB Daemon
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/run/nmbd.pid
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/nmbd $NMBDOPTIONS
[Install]
WantedBy=multi-user.target
#
#
# cat /etc/systemd/system/smb.service
[Unit]
Description=Samba SMB Daemon
After=syslog.target network.target nmb.service winbind.service
[Service]
Type=forking
PIDFile=/run/smbd.pid
LimitNOFILE=16384
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/smbd $SMBDOPTIONS
[Install]
WantedBy=multi-user.target
Should I edit the service files?
Thanks,
Istvan
--
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: SHA1
Hi,
I want to send email from one local computer to another one, without
setting up DNS, but it fails:
AmonLanc:~ # mail cer(a)telcontar.valinor
Subject: hola
texto
.
EOT
AmonLanc:~ #
2013-08-31T19:51:04.530239+02:00 AmonLanc postfix/qmgr[2299]: 5FC09486D2:
from=<root(a)AmonLanc.valinor>, size=432, nrcpt=1 (queue active)
2013-08-31T19:51:05.999838+02:00 AmonLanc postfix/smtp[20364]: 5FC09486D2:
to=<cer(a)telcontar.valinor>, relay=none, delay=1.7, delays=0.34/0.06/1.3/0,
dsn=5.4.4, status=bounced (Host or domain name not found. Name service
error for name=telcontar.valinor type=AAAA: Host not found)
The destination address is solvable to ping, but not to "host", because
the later uses DNS.
So far, my only solution is to implement a DNS server, but I hesitate to
do it as this machine has little ram (500M). Some people claimed to make
postfix work with only the /etc/hosts file, but it does not work for me.
Or perhaps I misunderstood.
I have in "/etc/nsswitch.conf":
networks: files dns
- --
Cheers
Carlos E. R.
(from 12.3 x86_64 "Dartmouth" at Telcontar)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iEYEARECAAYFAlIiL28ACgkQtTMYHG2NR9U3ZQCgimgDjzlVjsTQiOSCGI0tqmy9
TX8An0/6R1pF97zLvS9k/V/aQ4W3EwyH
=fEeH
-----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
- until recently, bibletime-2.9.1-2.1.2.i586 performed correctly
but, after an initial high-speed blink of text, the page is blank,
not showing any text.
- a CLI program 'execute' command, reveals the message : " ERROR:
corrupt data during decompression."
...................
best regards
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
On 2013-08-31 22:09, James Knott wrote:
> Carlos E. R. wrote:
>> The cure on those cases was to set the system clock manually, transfer
>> contents to cmos clock, and then erase the adjtime file, in the
>> knowledge that rebooting would set it up correctly.
>
> The cure is to not let Windows change the hardware clock. Let Linux do
> it, but with the clock set to local time, instead of the usual UTC.
Few people know how to forbid Windows to change the "hardware clock". I
don't.
By the way, if you set the cmos clock to "local", openSUSE will refuse
to do the yearly summer/winter change, and other adjustments to the cmos
clock (aka bios clock, aka "hardware clock).
On the other hand, on windows 7/8 (and vista, I think) it is possible to
tell Windows to use the cmos clock as UTC instead of local. This is what
I use and since them, I have no problems.
But even if you do any of those solutions, the /etc/adjtime file is
already corrupted (if you have the hours shift problem on boot). You
have to remove it and recreate it again.
--
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 "Dartmouth" at Telcontar)
Hey everyone!
Just had a quick question - does anyone know if it's possible to query dmraid status via phpsysinfo? I know they have a plugin for mdraid, but didn't see any way to do it (tried to google it a number of different ways with no results.)
I'd post to the forums on sourceforge, but apparently they're having issues because I keep getting HTTP 500 errors.
This is the output of my dmraid results if it helps any:
dmraid -s
*** Group superset .ddf1_disks
--> Active Subset
name : ddf1_DATA
size : 488019072
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
Thanks much!
Chris
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Does anyone know how to stop music from muting in Amarok when notifications are displayed?
Its very irritating that every time someone on Skype signs in or I delete a file that my music stops. I can't seem to see the option to disable this in Amarok settings. --
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Seamonkey was recently upgraded. Since then "Restore Session" no longer
works. Retore Session is normally used after Seamonkey was abnormally
shut down and restores all the web pages that were previously open.
Now, only a single window opens and previous sessions cannot be
restored. A recent version of Firefox does not exhibit this problem.
Anyone know of a fix for this? I'm running openSUSE 12.3
tnx jk
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I am running 12 3 64 bit. I am using Grub legacy installed in the root
partition.
I am thinking of adding Linux Mint in dual boot mode. I have a spare
partition which I keep for installing other Os's which I usually use to
test new versions of openSUSE.
It is some time since I tried that with an non SUSE os.
Are there any gotchas I should look for doing this with Linux Mint ?
Where should I tell it to put its bootloader so that openSUSE will see it ?
Anything else I should worry about ?
Mike
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org