Displaying 20 results from an estimated 39 matches for "ws1".
Did you mean:
ts1
2015 Feb 08
2
smbclient works with IP address but not hostname
Hi All,
I've configured a Fedora 20 server with samba to share a few user
directories and a printer.
From a Windows 8 laptop, I am able to address the samba server by it's
name (fs1)
From a Fedora 20 client (ws1), I am able to address the samba server by
IP address, but not by name.
[gruss at ws1 ~]$ smbclient --version
Version 4.1.15
[gruss at ws1 ~]$ smbclient -L 192.168.1.10
Enter gruss's password:
Domain=[TSSENG] OS=[Unix] Server=[Samba 4.1.15]
Sharename Type Comment
---------...
2005 Jul 10
1
acces to samba share failed
Hello Group,
I've newly installed samba 3.01 on my two Debian systems.
It seems to be running well because:
meyer@ws1: smbclient -NL localhost
Domain=[PRIVATELAN] OS=[Unix] Server=[Samba 3.0.14a-Debian]
Sharename Type Comment
--------- ---- -------
Data Disk U: Private Daten
Programme Disk P: F_r SW Installationen
Install...
2015 Feb 09
0
smbclient works with IP address but not hostname
...uss at tss-engineering.com>
wrote:
> Hi All,
>
> I've configured a Fedora 20 server with samba to share a few user
> directories and a printer.
>
> From a Windows 8 laptop, I am able to address the samba server by it's
> name (fs1)
>
> From a Fedora 20 client (ws1), I am able to address the samba server by IP
> address, but not by name.
>
> [gruss at ws1 ~]$ smbclient --version
> Version 4.1.15
>
> [gruss at ws1 ~]$ smbclient -L 192.168.1.10
> Enter gruss's password:
> Domain=[TSSENG] OS=[Unix] Server=[Samba 4.1.15]
>
>...
2015 Feb 09
3
smbclient works with IP address but not hostname
...wrote:
>
> Hi All,
>
> I've configured a Fedora 20 server with samba to share a few user
> directories and a printer.
>
> From a Windows 8 laptop, I am able to address the samba server by
> it's name (fs1)
>
> From a Fedora 20 client (ws1), I am able to address the samba
> server by IP address, but not by name.
>
[snip]
>
> Any ideas where I should start looking?
>
>
> Please post your /etc/hosts and /etc/resolv.conf .
>
> Send the output of "ping -c5 fs1" command from your machine?...
2023 May 13
1
aggregate wind direction data with wind speed required
?s 15:51 de 13/05/2023, Stefano Sofia escreveu:
> Dear list users,
>
> I have to aggregate wind direction data (wd) using a function that requires also a second input variable, wind speed (ws).
>
> This is the function that I need to use:
>
>
> my_fun <- function(wd1, ws1){
>
> u_component <- -ws1*sin(2*pi*wd1/360)
> v_component <- -ws1*cos(2*pi*wd1/360)
> mean_u <- mean(u_component, na.rm=T)
> mean_v <- mean(v_component, na.rm=T)
> mean_wd <- (atan2(mean_u, mean_v) * 360/2/pi) + 180
> result <- mean_wd
>...
2004 Sep 05
6
Solution: H323, Gnomemeeting, Netmeeting
Hi all,
I have seen many posts on the Shorewalllists dealing with H323. Although
lots of them indicated that this is difficult process with
kernelrecompilation etc. I just tried what seemed to be logical for me.
Surprisingly it worked.
Configuration:
WS1 ----- FW ------ Internet ------- WS2/Shorewall
WS1, FW and WS2 run Redhat9 with its standardkernel 2.4.20. FW and WS2 run
Shorewall and here are the rules:
rules on FW:
-------------------------------------------------------------
# H323
DNAT net loc:192.168.3.11 tcp 1720
DN...
2023 May 13
2
aggregate wind direction data with wind speed required
Dear list users,
I have to aggregate wind direction data (wd) using a function that requires also a second input variable, wind speed (ws).
This is the function that I need to use:
my_fun <- function(wd1, ws1){
u_component <- -ws1*sin(2*pi*wd1/360)
v_component <- -ws1*cos(2*pi*wd1/360)
mean_u <- mean(u_component, na.rm=T)
mean_v <- mean(v_component, na.rm=T)
mean_wd <- (atan2(mean_u, mean_v) * 360/2/pi) + 180
result <- mean_wd
result
}
Does the aggregate function work o...
2003 Feb 06
2
Novice question
Hi,
New to Samba & this list, so please forgive if I make a faux pas.
I've got a Redhat 7.3 box with Samba, & 2 Win stations, called "ws1" & "ws2".
When either station creates files on the server, all the files get created with
permissions of rw-r--r-- (644). How do I get them created with 777?
ws1 & ws2 are both set up as entries in the /etc/passwd file & in the
samba password file, with "umask 000&...
2015 Feb 09
0
smbclient works with IP address but not hostname
...t;>
>> I've configured a Fedora 20 server with samba to share a few user
>> directories and a printer.
>>
>> From a Windows 8 laptop, I am able to address the samba server by
>> it's name (fs1)
>>
>> From a Fedora 20 client (ws1), I am able to address the samba
>> server by IP address, but not by name.
>>
>>
> [snip]
>
>
>> Any ideas where I should start looking?
>>
>>
>> Please post your /etc/hosts and /etc/resolv.conf .
>>
>> Send the output of "...
2004 Oct 25
0
Best method for this?
...o upgrade the linux boxes SuSE 9.2 this coming weekend. The one box (WS 1) will be acting as a distrubuted 'server' for files/applications and a impact printer. The other linux box (WS2) will be my primary workstation. The W2K box will be used by other memebers of the family.
I want to use WS1 as a Samba server and be able to share drives from both WS1 and WS2 with the S2K box. What is the best methid to setup Samba for this approach? I can network the two linux boxes via NFS (which I have done successfully) but I want to be able to share diskspace with the W2K box.
Do I want to use WS1...
2003 Jun 20
7
ok, so oplocks: good or bad?
I have been searching for info on this and haven't found an
authoritative answer. From what I have read, oplocks are good because
they increase connection speeds, but they are bad because they don't
really work, but they actually do work, but they only work in some
cases, etc etc.
so, here's my problem and my question together: I get tons of these
messages every day (over a thousand a
2010 Mar 06
1
TukeyHSD model thing
...ments are in the attachment,
can someone suggest to me the relevent R codes
that does the same sort of thing?
(tukeyHSD,fisherLSD,and anova table )
Thanks!
casper http://n4.nabble.com/file/n1583109/SAS.pdf SAS.pdf
http://n4.nabble.com/file/n1583109/R.pdf R.pdf
http://n4.nabble.com/file/n1583109/ws1.pdf ws1.pdf
http://n4.nabble.com/file/n1583109/ws1sols.pdf ws1sols.pdf
--
View this message in context: http://n4.nabble.com/TukeyHSD-model-thing-tp1583109p1583109.html
Sent from the R help mailing list archive at Nabble.com.
2002 Nov 14
0
(no subject)
From bulia@dr.com Thu Nov 14 18:29:06 2002
Return-Path: <bulia@dr.com>
Delivered-To: rsync@lists.samba.org
Received: from ws1-10.us4.outblaze.com (205-158-62-111.outblaze.com [205.158.62.111])
by lists.samba.org (Postfix) with SMTP id B03132C052
for <rsync@lists.samba.org>; Thu, 14 Nov 2002 13:29:05 -0500 (EST)
Received: (qmail 36819 invoked by uid 1001); 14 Nov 2002 18:29:04 -0000
Message-ID: <20021114182904.3...
2006 Mar 29
0
qdisc prio problem
...l!
I''m studying qdisc prio but I have some problems.
I want to create 3 queue (3 bands prio), each one associated to a
workstation.
I mark (with iptables) packets using workstation mac address and then send
all packets in a particular queue.
qdisc prio with handle 10: (default priomap)
WS1 -> queue 10:1
WS2 -> queue 10:2
WS3 -> queue 10:3
I set it correctly (with no problem), but if WS1, WS2 and WS3 generate the
same traffic (same protocol) at the same time, bandwidth is equally
divided (priority is not applied).
If WS1 generate traffic with scp tool and WS2 generate tr...
2015 Feb 09
2
Samba4 - Corrupted group caused stop of replication - "Object class violation"
...ot hostname
> Message: 4
>
> Hi All,
>
> I've configured
a Fedora 20 server with samba to share a few user
> directories and a
printer.
>
> From a Windows 8 laptop, I am able to address the samba
server by it's
> name (fs1)
>
> From a Fedora 20 client (ws1), I am
able to address the samba server by
> IP address, but not by name.
>
>
[gruss at ws1 ~]$ smbclient --version
> Version 4.1.15
>
> [gruss at ws1 ~]$
smbclient -L 192.168.1.10
> Enter gruss's password:
> Domain=[TSSENG]
OS=[Unix] Server=[Samba 4.1.15]
>
>...
2020 Jan 11
2
Unresolved dependencies when upgrade on centOS 8
Hi,
Guys i got unresolved dependencies when trying to upgrade centOS 8, what
should i do to fix this?
[root at ws1 ebedsat]# dnf upgrade
Last metadata expiration check: 0:14:27 ago on Sat 11 Jan 2020 12:16:02 PM
WIB.
Error:
Problem 1: cannot install the best update candidate for package
kmod-iwlegacy-0.0-1.el8.elrepo.x86_64
- nothing provides kernel >= 4.18.0-147.el8 needed by
kmod-iwlegacy-0.0-2.el8_1.el...
2005 Oct 17
4
How to send excel file to browser (spreadsheat 0.3.2)
...Preferred way to add a format
f1 = wb.add_format(:color=>"black",:bold=>1,:italic=>true)
f2 = wb.add_format(:color=>"black")
f4 = Format.new(:num_format => "d mmm yyyy")
f5 = Format.new(:num_format => 0x0f)
wb.add_format(f4)
wb.add_format(f5)
ws1 = wb.add_worksheet("timesheets")
#headers
@header = [''Employee'',''Address'',''Zip'',''City'',''Start date'',''Start
time'',''Stop date'', ''Stop time'',...
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
...am so close now I can just taste it.. :)
Both the user FAQ and technical FAQ don't seem to mention anything even remotely related to this so I am starting to think that this has to be incredibly simple and I am missing the obvious.. (kind of like yesterday.. )
===================== client ws1 vol ========================
volume home1
type storage/posix
option directory /var/glusterfs/export
end-volume
volume home2
type protocol/client
option transport-type tcp/client
option remote-host ws2
option remote-subvolume home2
end-volume
volume afr
type cluster/afr
option read...
2017 Dec 19
2
firewalld
...0.0/0
101 4232 IN_public_allow all -- * * 0.0.0.0/0 0.0.0.0/0
1 84 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
As might be expected, pinging the first VM fails. That is the ping is rejected with:
[emmett at ws1 ~]$ ping 96.92.106.4
PING 96.92.106.4 (96.92.106.4) 56(84) bytes of data.
>From 96.92.106.4 icmp_seq=1 Destination Host Prohibited
>From 96.92.106.4 icmp_seq=2 Destination Host Prohibited
And pinging the second works as expected.
I've searche the firewalld configuration files in /usr/li...
2020 Jan 11
0
Unresolved dependencies when upgrade on centOS 8
On 11/01/2020 05:40, Ebed wrote:
> Hi,
>
> Guys i got unresolved dependencies when trying to upgrade centOS 8, what
> should i do to fix this?
>
>
> [root at ws1 ebedsat]# dnf upgrade
> Last metadata expiration check: 0:14:27 ago on Sat 11 Jan 2020 12:16:02 PM
> WIB.
> Error:
> Problem 1: cannot install the best update candidate for package
> kmod-iwlegacy-0.0-1.el8.elrepo.x86_64
> - nothing provides kernel >= 4.18.0-147.el8 needed...