search for: rhsoft

Displaying 20 results from an estimated 61 matches for "rhsoft".

2018 Jun 21
3
hosts allow option is not applaying without restart smbd
On Thu, 21 Jun 2018 19:17:14 +0700 Vladimir Eltsov via samba <samba at lists.samba.org> wrote: > Hello. > > I have read man smbcontrol. > > I wrote in start message: > > > I have tried: > > systemctl reload smbd.service > > killall -1 smbd > > pkill -HUP smbd Forget 'systemctl reload' Forget 'killall' Forget 'pkill' >
2018 Jun 21
1
hosts allow option is not applaying without restart smbd
...least -HUP produces some logging and when smbd says > > "Reloading services after SIGHUP" it should do so or it's a bug > > > > Process: 1072506 ExecReload=/usr/bin/kill -HUP $MAINPID > (code=exited, > > status=0/SUCCESS) > > > > [root at srv-rhsoft:~]$ > samba.log > > [root at srv-rhsoft:~]$ cat log.smbd > > [root at srv-rhsoft:~]$ smbcontrol smbd reload-config > > [root at srv-rhsoft:~]$ cat log.smbd > > [root at srv-rhsoft:~]$ cat samba.log > > [root at srv-rhsoft:~]$ systemctl reload smb > > cat [root...
2013 Aug 14
2
proxy: get rid of redundant log-informations
Hi login_log_format_elements = user=<%u> method=%m rip=%r %k is it possible to get rid of the "proxy(test at testserver.rhsoft.net): started proxying to 127.0.0.1:143: " part because on a proxy-only server i know that and it is explicitly not listed in "login_log_format_elements" as well as for the "TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA" it would be enough "TLSv1 DHE-RSA-CAMELLIA256-SHA&q...
2016 Dec 23
1
Cannot connect to Samab
Comments below: On Fri, Dec 23, 2016 at 8:56 PM, Reindl Harald via samba < samba at lists.samba.org> wrote: > first keep your mail on the list and only the list > > it makes me tired when people deliver denugging infos in pieces Me too. :) > - what about "telnet host port" A telnet server is not running. I think that's why you don't see it. > - what
2016 Mar 01
1
which DNS backend ?
Hi Reindl, For me there lot of misunderstanding around DNS, especially when it comes to AD and a bit more when that AD is Samba AD. This thread just shows that once more time. I'm relatively new in DNS world and learnt a lot these last months, thanks to colleagues who are daily DNS admins and who accept to enlighten me a little bit. You claim to be a DNS admin and you said Rowland and you
2016 Mar 23
3
Starting & Stopping Samba (smb.conf modifications)
Hello, If I make a change to the smb.conf file. Can I simply invoke 'smbcontrol all reload-config', or must I kill all samba services and restart them? -- -James
2014 Mar 02
2
Tracking logins
Hi, I'm using dovecot-2.1.17 on fc18 and wondered if there is some mechanism, perhaps a database, that can store the logins/logouts for each user? I realize there's something already logged to syslog, but I'd like more of a history. While lastlog is great for users that actually login, my dovecot users don't login, just check email via pop and imap. Any ideas greatly
2015 Feb 18
2
how to run dovecot imap on separate server from postfix?
...to be:* lmtp:host:port* > > yet at the remote lmtp does not use ports. UNIX domain sockets are used > instead so just configure dovecot lmtpd to listen on a TCP port, port 24 is reserved for that - and don't open the port for any other machine as the postfix server [harry at srv-rhsoft:~]$ cat /etc/services | grep -i lmtp lmtp 24/tcp # LMTP Mail Delivery lmtp 24/udp # LMTP Mail Delivery -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-si...
2015 Feb 28
4
Update
I do not working with ipv6, I have disable, but I have the same error, I can read in internet that this ipv6 ip 2001:638:603:d06e::80:230: belong to url samba.org.... If I try to connect to this url using some navegator I connected perfect....but when I run git pull using command line I can not connect.. > Am 28.02.2015 um 15:37 schrieb sandy.napoles at eccmg.cupet.cu: >> Hello list,
2015 Mar 02
0
Update
...ttp://git.samba.org/samba.git/info/refs fatal: HTTP request failed > besides that you should stay on list what is that? > inet6 addr: fe80::d227:88ff:fe64:e401/64 Scope:Link > > don't you see the difference? > you said you disabled ipv6 which is not true > > root at srv-rhsoft:~]$ cat /etc/sysctl.conf | grep ipv6 > net.ipv6.conf.all.disable_ipv6=1 > net.ipv6.conf.all.accept_redirects=0 > net.ipv6.conf.all.accept_source_route=0 > net.ipv6.conf.default.disable_ipv6=1 > net.ipv6.conf.default.accept_redirects=0 > net.ipv6.conf.default.accept_source_route=0...
2017 Jun 12
0
[Solved] Fedora 25 Samba and XP-SP3
...g like that. The wireshark message was more > concise. Either way, it was solved yeah and when you get connection refused on a TCP port the service is not reachable at all - it's not running or some firewall in front and hence the ICMP "port unrechable" response [harry at srv-rhsoft:~]$ telnet localhost 445 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. [harry at srv-rhsoft:~]$ telnet localhost 446 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused
2020 Sep 22
1
starting stoping samba 4.11
...in/samba -s /etc/samba/smb.conf > > > > To stop correctly, what is recommended ? > > > > Actually I using kill -9 ... > > SIGTERM or use a OS which a proper service manager like systemd which > sends SGTERM to any process in the cgroup at stop > > [root at srv-rhsoft:~]$ cat /etc/systemd/system/smb.service > [Unit] > Description=Samba SMB Daemon > After=network-up.service > Requires=network-online.target network-up.service > > [Service] > Type=notify > NotifyAccess=all > LimitNOFILE=32768 > ExecStart=/usr/sbin/smbd --foreground --...
2015 Dec 31
3
How to switch from internal DNS to Bind
...> that config is typically part of the bind package Yes, that is where I got it from, it puts everything where the distro package did, you can then use the distro's init script etc. If he was to move to a later distro, then he wouldn't have to compile Bind9 :-) > > [root at srv-rhsoft:~]$ cat /usr/lib/tmpfiles.d/named.conf > d /run/named 0755 named named - > I have checked and all I did after compiling bind9 was to provision samba4, setup bind with samba and then started bind and samba. Rowland
2020 Sep 21
4
starting stoping samba 4.11
Hello I am using samba Version 4.11.2 compiled. To start the daemon I using /samba10/samba-4.11.2/bin/samba -s /etc/samba/smb.conf To stop correctly, what is recommended ? Actually I using kill -9 ... Regards.
2018 May 14
1
Logrotate
...ontinue writing (appending) to the previous log file forever. Note that there is a very small time slice between copying the file and truncating it, so some logging data might be lost. When this option is used, the create option will have no effect, as the old log file stays in place. [root at srv-rhsoft:~]$ cat /etc/logrotate.d/samba /var/log/samba/* { notifempty olddir /var/log/samba/old missingok sharedscripts copytruncate }
2015 Feb 18
1
how to run dovecot imap on separate server from postfix?
...ports. UNIX domain sockets are used >>> instead >>> >> >> so just configure dovecot lmtpd to listen on a TCP port, port 24 is >> reserved for that - and don't open the port for any other machine as the >> postfix server >> >> [harry at srv-rhsoft:~]$ cat /etc/services | grep -i lmtp >> lmtp 24/tcp # LMTP Mail Delivery >> lmtp 24/udp # LMTP Mail Delivery >> > > and since i answered the same question yet on the postfix list > > http://wiki2.d...
2015 May 21
3
Bash-Completion for samba-tool
Hey list, arriving home from SambaXP, it was really nice. That darth vader cake was super sweet :-) Hearing some people talking about how much they'd like bash completion for `samba-tool`, I've put together an ugly script that does that. It's a very dumb script (I'm boldly calling it script), but it might make someones day a little bit easier.
2013 Nov 13
1
trashed
...MODERATED (maybe banned) Fedora list - 1/ MODERATED - 2/ Had hissy fit temper tantrum with moderators a few days ago about his continual moderation and claimed was quitting fedora list. Likely has resubscribed to Fedora (if indeed even did quit), like on Postfix under a lists at rhsoft.net address or something similar and thats only the ones *I* know about. So, your in a blacklist as well? wouldnt have anything to do with your actions pretty much everywhere would it now, nooooooooooooooooooooooooooooo, of course not. Taking into account all of the above, I think its fair to sa...
2016 Sep 27
1
Upgrading samba from source over debian packages
On 2016-09-27 16:40, Rowland Penny via samba wrote: > On Tue, 27 Sep 2016 16:17:10 -0500 > Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote: > > On 2016-09-27 13:31, Marc Muehlfeld via samba wrote: > > Hello Elias, > > Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba: > > We have samba 4.1.17 installed via debian package and would
2015 Feb 28
3
Update
...some navegator I connected >> perfect....but when I run git pull using command line I can not >> connect.. > > the question is *how* did you disable ipv6 - when ifconfig shows a > "link local" ipv6 address the stack is *not* entirely disabled > > [root at srv-rhsoft:~]$ ifconfig eth0 > eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 > ether 24:be:05:1a:c0:27 txqueuelen 100 (Ethernet) > RX packets 2460 bytes 577531 (563.9 KiB) > RX errors 0 dropped 0 overruns 0 frame 0 > TX packets 872...