Displaying 20 results from an estimated 160 matches similar to: "Construction to access Windows Network and other networks."
2010 Feb 05
1
Howto determine flags like readonly and readwrite.
Hello,
I'm writing a fuse module (fuse-wokspace-union) which makes local (USB) and remote (FTP, SMB, and SSH and maybe IPX(netware)) resources available in
a map
in the homedirectory of the user.
Look for more information my website:
http://linux.bononline.nl/linux/create_workspace/index.php
http://linux.bononline.nl/linux/mount.md5key/index.php
2014 Nov 01
1
DNS information, again...
Alright, I believe something is very wrong here, but I have no idea what
it is. DNS is not updating to my Linux servers running Samba, DNS, and
DHCP. However, on a virtual domain using Server 2008 R2 and WIndows 7
clients, DNS gets updated. The following was done from a domain
controller on the domain in question. I also ran "samba_dnsupdate
--verbose" and it claims that no updates
2007 Dec 07
0
Good idea, but no reply: what to do.
Hello,
since some time I've created a construction which:
- automatically detects all the smb hosts and their shares (with nbtscan and
smbclient)
- creates a directory in the homemap of the users logged in which represents
the "windows networkneighbourhoud".
- when entering a share, it is automatically mounted (with autofs and cifs
and or smbfs)
It works very good, and now
2010 Sep 12
0
Question about programming libsmbclient.so
Hello,
I'm writing a FUSE fs which cooperates with the automounter to offer the
user easy and effective access
to all kinds of resources, like USB and CDrom devices, and SMB shares.
see:
http://linux.bononline.nl/projects/mount.md5key.new/
Now I want to make my FUSE fs aware a share and server are still available.
How can I do that? Where can I find documentation about the smbclient
2009 Sep 18
4
Autofs and Fedora 11
Hi!
I'm having trouble accessing Samba shares via autofs.
Let me begin by saying that I can access the samba shares
directly using smbclient without any trouble. For example:
smbclient //Matsa/Pisi
works fine.
I first started out by copying a config line from an older
system (redhat 7) that has in its auto.misc:
(all on one line, of course)
pisi
2011 Jul 11
1
curlftpfs
CentOS-5.6
fuse-2.7.4-8.el5
fuse-curlftpfs-0.9.1-1.el5.rf
I am trying to mount an ftp connection as a local file system using
fuse and curlftpfs. I can connect to the remote system (an HP3000
running MPEiX 7.5) and the directory seems to mount but I cannot use
it. What I get is an Input/output error:
$ curlftpfs -v hahp3k01.harte-lyne.ca tmp/hp3000
* About to connect() to
2002 Oct 11
0
rsync kioslave - future direction
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have it very roughly working, in that I can browse some directories and
download at least some files to view in konqueror. Obligatory screen shot at
http://www.cuneata.net/rsync-kio.html
It is a basic wrapper around the rsync binary. So I'm not yet getting any real
benefit from rsync - I'm effectively always in --whole-file mode. This
2007 May 30
0
Trouble connecting to Samba shares set up under FC6
Hi list,
Having a problem connecting to a Samba server under Fedora Core 6. Every
time I try to connect, even from localhost, I get the message
NT_STATUS_BAD_NETWORK_NAME.
Samba config was done in the Redhat samba configuration tool (gnome).
I can connect with smbclient -L illuminatus -U <username> and get a list of
the shares. However when I try to connect with smbclient -U
2009 Feb 08
0
rsync over ftp problem
Hi there,
I am trying to sync some local files to a shared host ftp account
(bluehost). Here is what I am trying (everything is in a bash script):
1. I mount the ftp location with curlftps with:
curlftpfs -o user=myusernamec@mydomain.com:mypassword ftp://ftp.mydomain.com
~/ftp_backups
2. I then try to sync the files
rsync -a -r --no-o --no-g --safe-links --exclude=mkstemp --progress
/somefolder
2005 Jul 19
1
find computer and sharename
Hello,
I need a script using "Xdialog" or other gtk, that find computer to
view shares.. but my network contains 3.000 machines and the search
is very slow....
Already I used the following command in shell script:
smbtree -S "chi02" -U% | grep -i $server_name | cut -f2 | sed -e
{s/'\\\\'/''/} > /tmp/name_cpus
exists another faster method?
Some tip??
2014 Aug 14
0
CEBA-2014:1045 CentOS 7 kdesdk FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2014:1045
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1045.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
8bccc9a244ce4eba1cbdfc5fa9256861f6de5dcce600915c101dfcd0c926edc1 kdesdk-4.10.5-6.el7.x86_64.rpm
2002 Oct 09
0
GUI - handling motd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm (very slowly) working on a kioslave for rsync. At this stage I'm just
exec()ing the rsync binary. If you want to know how far I have to go, see:
http://www.cuneata.net/rsync-kio.html for the bad news.
One question that I'm still grappling with is how to handle motd. I have a
very rough heurestic for finding it (everything up to the
2010 Dec 31
2
Remote connection to Samba service doesn't work
Hi.
I've got a nasty problem with Samba. Basically, I can't connect to my
Samba service from a home laptop (running Windows 7). I guess that on
this side everything is fine, I'm using my corporate Samba shares via
VPN, I've been using Samba on my previous server and it was running
OK. I've asked my buddy living nearby to connect and it didn't work
for him, as well as for 15
2014 Aug 14
0
CentOS-announce Digest, Vol 114, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2004 Jan 10
2
swat error
I am getting the following error when trying to connect to
http://localhost:901
500 Server Error
chdir failed - the server is not configured correctly
Are there any known fixes for this ?
Also:
I noticed that some of the directives, such as datadir, might be
non-functional or ignored elsewhere in coding of swat
Could this be the cause of the above errors ?
Finally here is the cli output
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Patience is the companion of wisdom."
Saint Augustine
==============================================================
Release Announcements
=====================
This is the first stable release of Samba 3.2.0.
Please be aware that Samba is now distributed under
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Patience is the companion of wisdom."
Saint Augustine
==============================================================
Release Announcements
=====================
This is the first stable release of Samba 3.2.0.
Please be aware that Samba is now distributed under
2006 Jun 11
0
Application construction issue (conceptual)
I was wondering if someone can give me some assistance in approaching this
issue:
First, the background: I have an app that i originally did in PHP that I''m
redoing in Rails. It can be used by multiple clients that have no relation
to each other. The client information is in a database and is determined by
the hostname. Clients then have several users related by client_id. The
2006 Apr 01
3
has_and_belongs_to_many construction
Hi there,
I''ve got a table construction like this:
presentation contactstate
Hilton new
Mc Donalds emailed
etc. called
visited
etc.
Now i''ve created an join table presentationcontactstate with extra
fields like comment and date time. so i know for example when i called a
specific presentation.
Now
2005 Apr 26
0
Construction of a "mean" contengency table
Hi List,
Say I have a data.frame "DF" with 6 columns, 3 factors and 3 variables,
with different number of repetitions for each combination of factors.
I would like to build, for two given factors, a matrix per variable,
containing in each cell the mean or sd for a given couple of factors.
I have managed to get to the result I wanted step by step, but I would
like to have it in a