Displaying 20 results from an estimated 1000 matches similar to: "[3.6.6] nmbd reachable on 0.0.0.0: Safe?"
2017 Jul 09
0
[3.6.6] nmbd reachable on 0.0.0.0: Safe?
On Sun, 9 Jul 2017 03:24:16 -0700 (PDT)
Winfried via samba <samba at lists.samba.org> wrote:
> Hello
>
> I'm running Samba 3.6.6 on a Linux host on a LAN connected to the
> Net, with my ADSL modem acting as firewall/router so as to keep local
> services like Samba unaccessible from the Net.
>
> Still, I wanted to check if it's safe to have nmbd reachable from
2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
Hi,
again i am stuck in my presentation, and i have never learn R before in my
life but need this to be done, so please help me out for a favour:
http://www.nabble.com/file/p20333155/kew.dat kew.dat
run this in R and these comes up:
Month Year Rain
1 Jan 1900 74.400000
2 Feb 1900 80.500000
3 Mar 1900 23.600000
4 Apr 1900 23.600000
5 May 1900 25.100000
6
2016 Mar 12
2
Regression in strptime
On 3/12/16 12:33 AM, peter dalgaard wrote:
>> On 12 Mar 2016, at 00:05 , Mick Jordan <mick.jordan at oracle.com> wrote:
>>
>> This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET.
> Umm, that doesn't even parse. And fixing the typo, it doesn't run:
>
>>
2017 Jun 18
2
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
Hello,
I noticed a problem when cold-starting a Debian host: smbd doesn't listen on
192.168.0.x. I need to restart it through the Initd script:
Cold start:
========
root at debian:~# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 127.0.0.1:445 0.0.0.0:*
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
Hello,
I'm trying to use na.spline (package zoo) to fill some missing data in a time series.
this works fine, however, if I apply the 'maxgap' argument, I always get the error:
<------
Error in na.spline.vec(x., coredata(object.), xout = xout., ...) : attempt to apply non-function
------>
I couldn't find a similar error for this case in the mailing lists and zoo vignette,
2005 Feb 05
4
Wireless connectivity issues
Hello,
I cannot establish Xserver connection via wireless subnet, while telnet is
working fine. There was a similar problem before in Shorewall over IPSEC
that Tom had fixed. Also, ping is working, but traceroute is not. Finally,
PuTTY gets a connectivity error after couple minutes of inactivity over
wireless when connected to the firewall/gateway.
Wireless is configured per instructions in
2017 Jul 10
1
[3.6.6] nmbd reachable on 0.0.0.0: Safe?
Am 09.07.2017 um 15:02 schrieb Rowland Penny via samba:
> On Sun, 9 Jul 2017 05:18:29 -0700 (PDT)
> Winfried via samba <samba at lists.samba.org> wrote:
>
>> Samba - General mailing list wrote
>>> I would be more worried about the fact you are still using a
>>> version of Samba that went EOL quite some time ago ;-)
>> Thanks for the infos.
>>
2013 Mar 13
2
merge datas
Hello all!
I have a problem with R. I try to merge data like this:
structure(c(2.1785, 1.868, 2.1855, 2.5175, 2.025, 2.435, 1.809,
1.628, 1.327, 1.3485, 1.4335, 2.052, 2.2465, 2.151, 1.7945, 1.79,
1.6055, 1.616, 1.633, 1.665, 2.002, 2.152, 1.736, 1.7985, 1.9155,
1.7135, 1.548, 1.568, 1.713, 2.079, 1.875, 2.12, 2.072, 1.906,
1.4645, 1.3025, 1.407, 1.5445, 1.437, 1.463, 1.5235, 1.609, 1.738,
1.478,
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
2017 Jul 09
3
[3.6.6] nmbd reachable on 0.0.0.0: Safe?
Samba - General mailing list wrote
> I would be more worried about the fact you are still using a version of
> Samba that went EOL quite some time ago ;-)
Thanks for the infos.
This is an ARM-based (Marvell Kirkwood Feroceon 88FR131) appliance that is
running Debian 7.11. "apt-get update ; apt-get upgrade" provides no more
recent release of Samba. Is there a way to force APT to
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2016 Mar 15
4
Regression in strptime
>>>>> peter dalgaard <pdalgd at gmail.com>
>>>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes:
> OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980)
>> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET")
...............
>
2013 Mar 29
1
problem with data
Hello all!
I have a problem with my data in R. When I want to plot the following data,
I have a problem with y scale. The maximum value is cc. 10 degrees and in R
is about 100.
I use this code:
fasy<-read.table("gridd1.txt",sep="\t",dec=",",header=T,row.names=1)
# here are the years:
x <- as.numeric(rownames(fasy))
# extract a series that you want to plot:
y
2017 May 17
2
Upgraded > Samba no longer listening on 192.168.0.x
that init script is ok.
Try adding the following in your smb.conf
Add :
interfaces = 192.168.249.230 127.0.0.1
Or interfaces = eth0 lo
( change eth0 to your interface name)
Check:
systemctl status samba
systemctl status samba-ad-dc
If samba-ad-dc is enable, disable that one, and enable samba.
systemctl disable samba-ad-dc
systemctl enable samba
Greetz,
Louis
>
2014 Feb 09
2
GeForce 6100 (NV4E) & nouveau regression in 3.12
Hi guys,
Last week I've switched from my old & good 3.4.63 to 3.14-rc1 and
noticed nasty display corruptions when using nouveau. It seems that
changing parts of the screen are appearing for a fraction of second in
random places. I've recorded this behavior:
http://www.youtube.com/watch?v=IEq7JzGVzj0
My hardware is some old motherboard with
00:05.0 VGA compatible controller [0300]:
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called
.Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to
CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is
correct as they evidently did strange things in Germany during the war
period. Java also returns the same. However, R-3.2.4 returns "1942-01-01
CET".
2016 Mar 12
0
Regression in strptime
OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980)
> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET")
[1] "1942-01-01 CEST" "1902-01-01 CET" "1956-01-01 CET" "1972-01-01 CET"
[5] "1962-01-01 CET" "1900-01-01 CET"
2017 May 17
0
Upgraded > Samba no longer listening on 192.168.0.x
Thank you.
After adding "interfaces = eth0 lo" to smb.conf, I ran the following
commands:
================
root at debian:~# systemctl status samba
● samba.service
Loaded: masked (/dev/null)
Active: inactive (dead)
================
root at debian:~# systemctl status samba-ad-dc
● samba-ad-dc.service - LSB: start Samba daemons for the AD DC
Loaded: loaded
2004 Sep 24
0
Client can't boot
Hi,
I'm trying to configure PXE syslinux to boot a diskless client but the
client can't find the PXE boot image. I've configured the DHCP server
as follows:
----------------------------
# cat /etc/dhcp3/dhcpd.conf
option domain-name "cluster.net";
option domain-name-servers 10.0.0.1;
default-lease-time 6048;
max-lease-time 604800;
log-facility local7;
subnet 10.0.0.0
2013 Apr 01
0
ggplot2 label problem
I have a problem to plot label (Year) only for significant values (in this
case spoz and sneg).
I use this code, but don't work with labels.
library(ggplot2)
ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+
geom_bar(stat="identity",position="identity")+
scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+
theme_bw()
Thank you!
the data used is: