Displaying 14 results from an estimated 14 matches for "discart".
Did you mean:
discard
2004 Nov 14
2
SWAT not running
...is somebody could help me.
I have installed the latest version af SAMBA on a Cobalt RAQ550.
The SNMB and the NMBD daemons are running.
However, when I want to access the swat pages http://192.168.5.240:901
<http://192.168.5.240:901/>
There is noting found.
Regards,
Peter Discart
2005 Jan 19
1
Problems with smbpasswd: any local changes are discarted after connection request
Hi,
Can anybody confirm the following problem:
Sequence:
bash-2.05# grep ankerpos /usr/samba.moonrock/private/smbpasswd
ankerpos:921:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-0
bash-2.05# /usr/samba.moonrock/bin/smbpasswd -c /usr/samba.moonrock/lib/smb.conf
ankerpos
New SMB password:
Retype new SMB password:
bash-2.05# grep ankerpos
2009 Feb 15
1
MDS with ranking data (and transformation)
...en I use cmdscale$points to draw a plot. It looks nice but I am almost
sure I'm doing it wrong. And I would certainly like not having rely on a
spreadsheet.
So my question is: how to transform the data, and is it true that my current
'spreadsheet' method is wrong? Also: should consider discarting some data,
e.g. only using the top 3 choices?
Cheers in advance.
Andreas
--
View this message in context: http://www.nabble.com/MDS-with-ranking-data-%28and-transformation%29-tp22025457p22025457.html
Sent from the R help mailing list archive at Nabble.com.
2002 Jun 08
2
New qdisc path, try it (what is the problem)
hello,
this is my new qdisc patch, when i recompile the
kernel with this patch i dn''nt succeed please look at
it and if there are any mistakes plesease send me a
mail
thanks in advance
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
...g -P log/mongrel.pid -c
c:/projects/rails-prod/wingate -t 0 -r public -n 1024
(#1) # Logfile created on 05/02/2007 23:37:42
(#1) native/process.bas:44, fb.process.spawn:
(#1) Spawn() init
(#1) native/process.bas:52, fb.process.spawn:
(#1) AllocConsole failed, maybe already allocated, safely to discart.
(#1) native/process.bas:105, fb.process.spawn:
(#1) Creating child process with cmdline:
ruby.exec:\ruby\bin\mongrel_rails start -e production -p 4001 -a
0.0.0.0 -l log/mongrel.log -P log/mongrel.pid -c
c:/projects/rails-prod/wingate -t 0 -r public -n 1024
(#1) native/process.bas:121, fb.proces...
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
...gt;follows: when a tagged packet arrives to the interface, the kernel checks if
>there is some matching subinterface (for example, if the packet is tagged
>with VLANID=200, a eth2.200 is looked for). In that case, the packet is
>deliver (untagged) to that interface, otherwise the packet is discarted (so,
>it is never arrives to the bridge).
>
>Is that right? (I've asked this question also in the VLAN support list) Is
>there some way to change this behaviour (so unmatched tagged packages would
>be delivered to the bridge)?
>
>Any information or experience on the topic...
2007 Apr 18
0
[Bridge] swithing trunk (tagged 802.1q traffic) with brctl
...seems to be as
follows: when a tagged packet arrives to the interface, the kernel checks if
there is some matching subinterface (for example, if the packet is tagged
with VLANID=200, a eth2.200 is looked for). In that case, the packet is
deliver (untagged) to that interface, otherwise the packet is discarted (so,
it is never arrives to the bridge).
Is that right? (I've asked this question also in the VLAN support list) Is
there some way to change this behaviour (so unmatched tagged packages would
be delivered to the bridge)?
Any information or experience on the topic is very welcome. Thanks in...
2013 Sep 16
0
[PATCH 1/2] com32: Fix bugs on cmd_reverse_search (Triple fault dimension)
...e reproduced by doing the following:
On cmd_reverse_search (ctrl-r), type multiple keys at the same time.
'Enjoy' the triple fault and a screen of random colors.
There is also a small bug that turns the task of using ctrl-R on the very first command
impossible. Previously, this command was discarted.
Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com>
---
com32/elflink/ldlinux/cli.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/com32/elflink/ldlinux/cli.c b/com32/elflink/ldlinux/cli.c
index 7c4f14c..b70224a 100644
--- a/com32/elflink/ld...
2014 Nov 25
0
Dealing with an unreliable remote
...ry hierarchy up onto
> the server? I don't care if I have to retry the command multiple times
> until the copy has fully succeeded, but I obviously can't do that if
> rsync keeps restarting the failed file from scratch every time.
--inplace --partial
The later prevents rsync from discarting partial files, the former makes
rsync "reuse" already transfered parts and overwriting/appending as
needed.
You only have to be careful if you use hardlinks, --inplace can have
"bad interaction" with hardlinks.
--
Matthias
2014 Nov 25
5
Dealing with an unreliable remote
'Lo.
I've run into a frustrating issue when trying to synchronize a
directory hierarchy over a reliable (but slow) connection to an
unreliable remote. Basically, I have the following:
http://mvn-repository.io7m.com/com/io7m/
This is a set of nested directories containing binaries and sources for
projects I develop/maintain. Every time a new release is made, I deploy
the binaries and
2007 Mar 28
4
modprobe ifb
I''m trying to set up a traffic control on ingress attaching a egress qdisc to
the ifb device. The idea is to use a RED algorithm instead of policing
the incoming traffic. After trying with tc-red and not obtaining the
expected results, I decided to try with something easier, and use htb
as bottleneck:
ifconfig ifb0 up
tc qdisc del dev $dev ingress
tc qdisc del dev ifb0 root
tc qdisc add
2003 May 10
4
Down the MPD road
Well, after working through the various options it looked like MPD would be my
best bet here. I've got it sort of working, but there's obviously some
tweaky I'm missing here.
Recap of the scenario:
Full class C of static IPs segmented into 3 networks. Outside, DMZ, Inside.
Trying to get remote Windows users through securely to the Inside.
Remote users have dynamic IPs.
2006 May 22
9
win32/service... still with problems.
Hello list,
In my quest to get Mongrel working as service for win32, found some
problems with win32/service that make it impossible to solve.
Attached is the simplest service script I could do with ruby, which
depends on win32/service.
I found that doing anything complex in service_stop (killing threads,
doing file handling, even sleeping for 0.25 seconds). crash the
service with backtraces (of
2004 Nov 15
0
problems to join a XP pro client to the PDC
Hello Guy's it's the newbie again.
So I managed to get the samba server running with the following
configuration mentioned below.
I have created a computer account on the samba server.
When I want to join the XP client, I use the specified computer name and
the domain name. When I click OK windows prompts me for the username and
I use the user ROOT and the password. After a wile I get