-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
When I do "init 3" it doesn't finish.
I have to abort it.
- --
Cheers
Carlos E. R.
(from 15.0 x86_64 at Legolas)
-----BEGIN PGP SIGNATURE-----
iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCW6kg/hwccm9iaW4ubGlz
dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVIFcAn1iGKA0si3L+11bNPgpS
Qy/BOvsnAJ4sM+yegJQdRF5XNalm5U/j+IvoVQ==
=xoJu
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
i am searching the zypper manpage, but not finding / understanding it:
(i do not often use zypper commandline)
is there a syntax for only download a complete repo
(all rpm's) or at least one rpm?
-> i have a non browsable repo for closed source software
(we pay for it).
i like to store all rpm-files locally.
to have the benefit to easily roll back
if a new version is incompatible with our
systems, or has a bug. (the repo only holds
the newest versions.)
something like:
zypper --download-only [--dry-run] --from http://url *
thanks in advance,
simoN
www.becherer.de
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hello,
I wonder how to make apps in leap 42.3 use my Asus laptop 2.1 audio
system (external sort of boomer)
in kde setup, I have only the choice between 2.1 and hdmi 7.1. The first
is default and the three speakers works perfectly on test
but when I run firefox or vlc (vlc setup to 2.1), no sound goes through
the boomer...
I understand the audio track is certainly not 2.1, but usual devices do
cope with this (my TV set sound 7.1 with stereo entry)
any hint?
thanks
jdd
--
http://dodin.org
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
I have disabled the firewall of opensuse 42.3. I am trying to set up my
machines so that I can use netconsole to log messages that would
normally be sent to the serial port on boot failure. I cannot get telnet
to send a message to the host it is on.
nc -l -u 23 | tee ~/netconsole.log is the command listening
telnet dfpcxx is telnet command entered. I receive:
telnet: connect to address 192.168.7.xx: Connection refused
Since the firewall is disabled, what is refusing the connection? I get
nothing in /var/log/messages and nothing in dmesg.
Is this some damn PAM or other thing that is lurking unseen and
unreported in the background?
Any help would be appreciated.
Don
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
On 23/09/2018 22.02, don fisher wrote:
> On 9/23/18 6:40 PM, Carlos E. R. wrote> So, in one terminal you did>
> cer@Legolas:~> nc -l -u 23 | tee ~/netconsole.log> nc: Permission
> denied> cer@Legolas:~>> So I repeat as root
>> Legolas:~ # nc -l -u 23 | tee ~/netconsole.log
>> and in another terminal I do:
>> cer@Legolas:~> telnet dfpcxx
>> telnet: dfpcxx: Name or service not known
>> cer@Legolas:~> telnet localhost
>> Trying ::1...
>> telnet: connect to address ::1: Connection refused
>> Trying 127.0.0.1...
>> telnet: connect to address 127.0.0.1: Connection refused
>> cer@Legolas:~>
>>
>>
>> As you can see, a lot of info is missing to allow me to reproduce the
>> situation, and I had to make assumptions...
>>
>> I have a guess at what is happening, but first I want to know if what I
>> assumed is correct.
>>
> I did go to yast2 and added telnet server, telent-server, as well as
> telnet. I tried duplicating your commands:
>
> sudo telnet localhost
> Trying ::1...
> telnet: connect to address ::1: Connection refused
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused
>
> So you are getting the responses that I did, except that I did not
> receive the nc:permission denied message that you reported. Don't
> understand what is going on there.
That one is obvious and it is one of the reasons I asked you to post the
full comand you used directly from the terminal without editing.
I tried first as plain as user and then as root.
This can be clearly seen in what I posted but not on your post.
> My question is why are we getting
> connection refused messages on the telnet command?
You are using udp.
Legolas:~ # nc -l 23
�������� ��!��"��'����#hello
cer@Legolas:~> telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
hello
--
Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.0 (Legolas))
On 23/09/2018 21.28, don fisher wrote:
> On 9/23/18 5:47 PM, Carlos E. R. wrote:
>> On 23/09/2018 19.01, don fisher wrote:
>>> I have disabled the firewall of opensuse 42.3. I am trying to set up my
>>> machines so that I can use netconsole to log messages that would
>>> normally be sent to the serial port on boot failure. I cannot get telnet
>>> to send a message to the host it is on.
>>>
>>> nc -l -u 23 | tee ~/netconsole.log is the command listening
>>> telnet dfpcxx is telnet command entered. I receive:
>>> telnet: connect to address 192.168.7.xx: Connection refused
>>
>> Could you show separately the command you do on each computer, complete
>> with command prompt, options, results? I fail to understand what you are
>> doing, sorry.
>>
> I included that in the first email, I think. I am trying to telnet to
> myself on the same computer. The receiving command is:
>
> nc -l -u 23 | tee ~/netconsole.log
>
> and the transmitting command, sent form the same computer, is:
>
> telnet dfpcxx
>
> The message, from somewhere, is:
>
> Connection refused
>
> All of the above was in the first email. What is missing?
So, in one terminal you do:
cer@Legolas:~> nc -l -u 23 | tee ~/netconsole.log
nc: Permission denied
cer@Legolas:~>
So I repeat as root:
Legolas:~ # nc -l -u 23 | tee ~/netconsole.log
and in another terminal I do:
cer@Legolas:~> telnet dfpcxx
telnet: dfpcxx: Name or service not known
cer@Legolas:~> telnet localhost
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
cer@Legolas:~>
As you can see, a lot of info is missing to allow me to reproduce the
situation, and I had to make assumptions...
I have a guess at what is happening, but first I want to know if what I
assumed is correct.
--
Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.0 (Legolas))
Hi,
Something very weird is happening in this tiny laptop of mine: fetchmail
gets email, sends it to postfix, and this is bouncing it back to opensuse!
Or trying, port 25 is blocked. Some small blessing.
> <2.6> 2018-09-22 23:00:00 Legolas postfix 19588 - - 00E06E377B: message-id=<20180806130929.571E5FD35(a)maintenance.suse.de>
> <2.6> 2018-09-22 23:00:00 Legolas postfix 1828 - - 00E06E377B: from=<opensuse-security-announce+bounces-3930-robin.listas=gmail.com(a)opensuse.org>, size=8904, nrcpt=1 (queue active)
> <2.5> 2018-09-22 23:00:00 Legolas amavis 19654 - - (19654-13) Passed CLEAN {RelayedOutbound}, MYNETS LOCAL [::1]:41220 [185.85.248.29] <opensuse-offtopic+bounces-52771-robin.listas=gmail.com(a)opensuse.org> -> <cer@localhost>, Queue-ID: C51F7E36FD, Message-ID: <pk8rie$ob6$2(a)saturn.local.net>, mail_id: K83q0VNRV0SH, Hits: -, size: 8928, queued_as: 2ABA3E377C, 194 ms
> <2.6> 2018-09-22 23:00:00 Legolas postfix 19589 - - C51F7E36FD: to=<cer@localhost>, relay=127.0.0.1[127.0.0.1]:10024, delay=36, delays=0.18/31/5/0.19, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 2ABA3E377C)
> <2.6> 2018-09-22 23:00:00 Legolas postfix 1828 - - C51F7E36FD: removed
> <2.6> 2018-09-22 23:00:00 Legolas postfix 19614 - - 2ABA3E377C: to=<cer@localhost>, relay=none, delay=0.04, delays=0.01/0/0.03/0, dsn=5.4.6, status=bounced (mail for localhost loops back to myself)
status=bounced (mail for localhost loops back to myself)
WTF?
> <2.6> 2018-09-22 23:00:00 Legolas postfix 19598 - - 34CD8E377D: message-id=<20180922210000.34CD8E377D(a)Legolas.valinor>
> <2.6> 2018-09-22 23:00:00 Legolas postfix 19659 - - 2ABA3E377C: sender non-delivery notification: 34CD8E377D
> <2.6> 2018-09-22 23:00:00 Legolas postfix 1828 - - 34CD8E377D: from=<>, size=11366, nrcpt=1 (queue active)
> <2.6> 2018-09-22 23:00:00 Legolas postfix 1828 - - 2ABA3E377C: removed
I killed fetchmail, but I'm so bewildered that I do not know where to
look. This setup was basically copied from another computer where it was
working perfectly, but obviously I must have changed or omitted
something important.
Now postfix is attempting to bounce back some 232 mails. :-/
Yeah, I'm not giving precise info, but I do not know this instant what
is important, where to look...
I tried to send a local email to "cer" and it is passed properly all the
chain to procmail and stored in the correct folder.
> <2.6> 2018-09-22 23:29:23 Legolas postfix 20836 - - 9C2B0E3829: uid=1000 from=<cer>
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21200 - - 9C2B0E3829: message-id=<20180922212923.9C2B0E3829(a)Legolas.valinor>
> <2.6> 2018-09-22 23:29:23 Legolas postfix 1828 - - 9C2B0E3829: from=<cer(a)Legolas.valinor>, size=431, nrcpt=1 (queue active)
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21205 - - connect from localhost[127.0.0.1]
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21205 - - EBC04E3819: client=localhost[127.0.0.1]
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21200 - - EBC04E3819: message-id=<20180922212923.9C2B0E3829(a)Legolas.valinor>
> <2.6> 2018-09-22 23:29:23 Legolas postfix 1828 - - EBC04E3819: from=<cer(a)Legolas.valinor>, size=860, nrcpt=1 (queue active)
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21205 - - disconnect from localhost[127.0.0.1] ehlo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
> <2.5> 2018-09-22 23:29:23 Legolas amavis 19960 - - (19960-17) Passed CLEAN {RelayedInbound}, [127.0.0.1] <cer(a)legolas.valinor> -> <cer(a)legolas.valinor>, Message-ID: <20180922212923.9C2B0E3829(a)legolas.valinor>, mail_id: Ez91_NPIWMgY, Hits: -, size: 431, queued_as: EBC04E3819, 242 ms
> <2.6> 2018-09-22 23:29:23 Legolas postfix 21202 - - 9C2B0E3829: to=<cer(a)Legolas.valinor>, orig_to=<cer>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.37, delays=0.04/0.09/0.01/0.24, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as EBC04E3819)
> <2.6> 2018-09-22 23:29:23 Legolas postfix 1828 - - 9C2B0E3829: removed
> <2.6> 2018-09-22 23:29:24 Legolas postfix 21206 - - EBC04E3819: to=<cer(a)Legolas.valinor>, relay=local, delay=0.09, delays=0.01/0.03/0/0.05, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
> <2.6> 2018-09-22 23:29:24 Legolas postfix 1828 - - EBC04E3819: removed
.fethcmailrc:
>
> set syslog
> set no spambounce
>
> poll imap.gmail.com with interval 0 proto imap timeout 50, and tracepolls
> user AAAAAA, with password "BBBB", is cer here, expunge 20, and ssl, and fetchall
Maybe there is a problem in master.cf? At the exit from amavis?
I'll attach it, thunderbird wraps the lines.
But amavis is responding at the port 10024, and postfix ad 10025, as
they should:
cer@Legolas:~> telnet 127.0.0.1 10025
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 Legolas.valinor ESMTP
ehlo localhost
250-Legolas.valinor
250-PIPELINING
250-SIZE
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 SMTPUTF8
quit
221 2.0.0 Bye
Connection closed by foreign host.
cer@Legolas:~> telnet 127.0.0.1 10024
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
ehlo localhost
250-[127.0.0.1]
250-VRFY
250-PIPELINING
250-SIZE
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SMTPUTF8
250-DSN
250 XFORWARD NAME ADDR PORT PROTO HELO IDENT SOURCE
quit
221 2.0.0 [127.0.0.1] amavisd-new closing transmission channel
Connection closed by foreign host.
cer@Legolas:~>
(done (years ago) according to instructions at
/usr/share/doc/packages/amavisd-new-docs/README_FILES/README.postfix)
amavis unix - - n - 4 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
localhost:10025 inet n - n - - smtpd
-o content_filter=
-o smtpd_delay_reject=no
-o smtpd_client_restrictions=permit_mynetworks,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_data_restrictions=reject_unauth_pipelining
-o smtpd_end_of_data_restrictions=
-o smtpd_restriction_classes=
-o mynetworks=127.0.0.0/8
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o
receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_address_mappings
-o local_header_rewrite_clients=
-o local_recipient_maps=
-o relay_recipient_maps=
Maybe the mistake there is using "localhost" and not "127.0.0.1", which
is what the documentation writes?
I have done that, but of course, the bounced are still in the queue. How
can I undo those and send them to me?
--
Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.0 (Legolas))
Hi,
I found a new feature in Thunderbird, under settings, advanced: Enable
Global Search and Indexer.
A new search box appears on the "third" status bar on the top, that says
"search Ctrl-shift-k". It took something like two days busy to create
the index, then on "enter" it creates a new tab with the finds, and a
left panels with data and controls. Per people and per folder sort, per
mailing list, per account, per tag... Once the index is created, it is
fast locating mails.
I don't know where the index is stored, but my global-messages-db.sqlite
file is now 760 megs.
I also do not know if it can take advantage of server side indexing
(dovecot), but I do not have it enabled.
--
Cheers / Saludos,
Carlos E. R.
(from openSUSE 15.0 (Legolas))
Hello:
How can I set gtk3 mouse cursor theme to "classic x-windows"
(No theme - the old classic X cursors) or "KDE classic" in
openSUSE Leap 42.2?
Thanks,
Istvan
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org
Hi,
I just had to hard-reset my laptop :(
Running some memory-intense application, it started hitting swap. I already
then noticed hangs in both graphics display and the music i was playing in
background. The application continued to use more memory, when at some point
the whole system basically froze. Swap fill was around 60% at that moment.
Music started strongly stuttering, after some 30s or so stopped
completely. Mouse cursor almost frozen first, still doing some jumps, then
also dead. It stayed like that for 9 minutes, then suddenly music started
again, display updated - only to freeze again after a short moment (a few
10s). That was the moment I pressed the button.
I checked the log. Absolutely nothing mentioned in the journal, no faults or
errors. I checked the swap partition. It's on an SSD, and I can read/write
at expected rates without errors.
WTF is the system doing there? Has anyone seen similar problems lately?
The system is TW 20180916 (kernel 4.18.7)
--
To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse+owner(a)opensuse.org