Displaying 5 results from an estimated 5 matches for "a393".
Did you mean:
393
2004 Oct 26
6
graphics HTB
Hi
is it any tool like show.pl by Stef Coene to generate graph with
classes but for HTB
regards
emil
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Apr 16
12
tired of using defined? all the time
Hi everyone,
It seems like every time I want to evaluate a possibly undefined variable I
have to use defined? to see that it exists first, so I can''t simply have
-- if params[:range_start] > 3
or something like it. I need to have
-- if defined? params[:range_start] && params[:range_start] > 3
I can''t even have
-- if params[:range_start].nil?
This is really
2010 May 01
4
using markdown in a forum?
Hi,
Is markdown a good language to use in a web forum application? How does
it compare to bbcode in features and ease-of-use for non-technical
users?
I'm thinking of using jquery-markedit in that forum app.
Thanks,
--
http://www.cruisefish.net
2015 Feb 13
2
vfs objects = glusterfs
...= /
path = /glusterfs/daten2
path = /daten2
path = /gluster/brick/daten2
None of the above is working.
Btw. here some more information about my Gluster-volume:
- --------------------
root at samba42-fs2:/glusterfs# gluster volume info
Volume Name: gv0
Type: Replicate
Volume ID: d3393de7-cee1-48b3-a393-1c767304ef48
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: samba42-1:/gluster/brick
Brick2: samba42-2:/gluster/brick
Options Reconfigured:
server.allow-insecure: on
- --------------------
The hostname "cluster-42" points to the two virtual-IPs of the
CTD...
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
i try to use a glusterfs with "vfs objects = glusterfs" settings in
smb.conf. But if I try to access the volume I allways getting "tree
connect failed: NT_STATUS_BAD_NETWORK_NAME"
If I add another Share directly inside the mountet glusterfs I can
access the share und read and wirte alle the data. Here is my smb.conf:
-