Displaying 20 results from an estimated 1000 matches similar to: "Add a feature : disk and partition cloning"
2007 Apr 18
2
[Bridge] RSTP implementation
Hi,
I'm a student in a trainning period and I have to implement a RSTP in a embedded Linux. I wonder if someone knows if it exists a version of bridge-utils who can made this or if it's possible to modify my actual version (bridge-utils-1.0.6) to do that and how ?
Thanks in advance.
PS : sorry for my english it's not my natural language ^^.
2002 Oct 02
1
rsync and schedule task
Greetings,
i would like to rsync a client windows with a Linux server and put this in a windows schedule task.
So i have generated ssh key with ssh-keygen on the client and sent it to the server.If i launch manually the rsync it's ok: i am not
asked the password.
But if i plan the task in the task scheduler i am asked the password !
What's wrong ?
Thanks
Franck
2005 Apr 25
0
Samba 3.0.13 and Novell Client
Hi everybody,
I have still olds server (netware 5.1) and linux server. On some cleints, i have a novell cleint (4.91sp1) to access to novell's maps.
My linux server is configured as a domain server. Since samba's update to 3.0.13 (3.0.14-1 too), all clients with novell cleint doesn't have the bacth file at the startutp (as thuey can't access to the domain server). Manually, all
2007 Apr 18
0
[Bridge] BPDU Hello time
Hi,
I tried to send the BDPU at less than 1 second in a STP implementation.
When I look at STP info with brctl in tells me that the bpdu are send under the second
but in fact it's "only" every second. Is it because we can't send BPDU less than 1 second
or something else ?
Thanks for your response
HENRY Simon
------------------------------------------
Faites un voeu et
2003 Oct 17
0
error message
Hi!
I try syslinux on a USB key (/dev/sda1) and i have de error message:
syslinux /dev/sda1
Initial byte of fat is not 0xff
Cannot initialize 'S:'
syslinux: warning: failed to set readonly bit on ldlinux.sys
I use syslinux-2.06
Thanks!
Franck
__________________________________________________
GNU Linux Mandrake 9.1 - KDE 3.1
Optez pour le syst?me qui exploite l'ordinateur
et
2005 Mar 07
0
help configuring samba & ldap
Hi
I'm using Samba ant a ldap server.
Can anyone help me to configure the configuration files ?
in my /etc/samba/smb.conf I have :
[global]
.......
ldap server = 192.168.2.191 192.168.2.192
ldap port = 389
ldap suffix = "dc=exemple,dc=fr"
ldap admin dn = "cn=admin,dc=exemple,dc=fr"
ldap filter = "(uid=%u)"
2002 Sep 30
1
Password authentication in a script
Greetings,
Here is my configuration: a rsync linux server, a rsync windows client.
I would like to run a rsync from windows in a .bat file.
The problem is that a password prompt is always shown.
I have read the archives and the man pages: i have create a rsyncd.secret like this:
rsync:thePassword
Here is my rsyncd.conf file:
[rsync]
path=/
uid=nobody
gid=nobody
auth users=rsync
secrets
2007 Apr 18
0
[Bridge] Timer problem
Hi all,
I try to reduce the time of link break detection for the STP. I want to make a timer who detect a link failure
within a few times instead of waiting max age timeout. The problem is that my timer isn't take in account by the bride and i really don't know why, can someone help me ?
Here's what I've done :
in file br_stp_timer.c :
/* called under bridge lock */
static
2007 Apr 18
0
[Bridge] STP Explanation
Hi,
I'm trying to modify the stp kernel files in order to implements the RSTP. I've already modify the bpdu format like this :
------------------------------------------------------------------------------------------------------------------------------------
typedef struct
{
int topo_change = 0;
int proposal = 0;
int port_role[2] = {0,0} ; //role du port ?metteur du BPDU
2015 Jun 23
2
Migrating from Samba3.6(ldap) to Samba4.2.2
Hi i'm actually trying to migrate my samba 3.6 PDC NT-4 domain with openldap as backend to samba4 AD type domain witch bind_dlz
so i followed the documentation https://wiki.samba.org/index.php/Samba_Classic_Upgrade_%28NT4-style_domain_to_AD%29
the command :
samba-tool domain classicupgrade --dbdir=/root/sambe/ --use-xattrs=yes --realm=mydom.local --dns-backend=BIND9_DLZ
2007 Apr 18
1
[Bridge] STP Explanation (2)
I saw some big mistakes, here's the correct version :
--------------------------------------------------------------------
void br_send_config_bpdu(struct net_bridge_port *p, struct bpdu *bpdu)
{
unsigned char buf[42];
buf[0] = bpdu->bpdu_header.protocol[0]; //0x00
buf[1] = bpdu->bpdu_header.protocol[1]; //0x00
buf[2] = bpdu->bpdu_header.version; //0x02
buf[3] =
2002 Aug 10
1
mount and user
My users need mount some units in windows 98, but I'don't want they login with root to do it. Anybody known a config to simple user mount the smbfs
I modify fstab and permissions but the error is same:
only root can mount units
The linux are mandrake 8.0.
recsky@yahoo.com.br
########################################################################
# ++ Void ++ # Frederico Recsky #
2015 May 07
5
Backup PC or other solution
Il 07/05/2015 11:24, Marcin Trendota ha scritto:
> W dniu 06.05.2015 o 21:21, Alessandro Baggi pisze:
>
>> What do you mean about Backup PC?
>> Any experiences?
>> What solution do you use?
>
> BackupPC is good, howewer it's a pity you can't search for a file in
> GUI. But it works well, i'm backing up 32 hosts (servers, desktops).
>
> Can
2008 Oct 13
1
heimdal/AD documentation
as i promise last week, a incomplete documentation about configuring a trust
beetween a heimdal kdc and a windows AD domain
really sorry for non-french speakers
of course, i'm very interresting in any feedback...
Pascal
configuration
- le realm Kerberos est DEMO.LOCAL
- le realm du domaine AD est ad.demo.local
La configuration du KDC lui m?me ne pr?sente pas de difficult?
2003 Dec 02
1
rdiff
Is there any chance for rdiff ?
I need to frequently synchronize big text file (60MB+) undertaking small
changes and I am interested in differences between the subsequent versions
[DNS RBL data in dnsbl format, 1E6+ lines of text, new version every 20m, on
average 50 new entries (lines) in every synchronization]
I would like to get (small) diff file as result of rsync session and apply it
to
2009 Jan 10
1
Implementing a conditional branch within rsync based on modified time of a file
Greetings,
I've been looking through archives, googling, and reading through man pages to no avail for some time now. I believe I need some combination of rsync -u (update) and rsync --del, and I'm not quite sure how to get it.
I'm looking to build a rough implementation of a multi-client rdiff-backup system; in order to do this I'm using rsync before rdiff-backup.
(We'll
2011 Aug 19
1
rsync'ing an rdiff-backup repository
I'm rsync'ing an rdiff-backup repository to a different machine and I
have a few questions I'm hoping you guys can help me out with.
Should I use --archive? Or maybe -rlD instead?
Can I restrict an SSH key to rsync? I can do it with rdiff-backup
with command="rdiff-backup --server" but I can't figure out how to do
it with rsync.
The rdiff-backup repository I'm
2009 Sep 04
8
Remote backup of server
Hello,
I want mount directory of one server to another over internet. I was
looking to NFS4, but there are no security mechanisms. I need
encrypted connection using private key (something like SFTP).
Or - if there is in CentOS repo (or EPEL) package, that can mount
directory over internet using private key and make differential backup
(like rdiff-backup).
Thank you very much for links or other
2003 Jan 04
3
directories that change into symlinks
our daily backup is done using the rdiff-backup tool, which in turn
utilizes rsync/librsync to do the actual mirroring work.
a few days ago we did a refactoring and renamed a bunch of directories.
for backward compatibility we maintain the old names by symlinking it to
the new names. so, for example, oldname1/ now becomes newname1/, and
oldname1 is now a symlink to newname1/.
we found that
2014 Jun 30
6
Mailboxes are in Maildir format. Any good backup tips? Had success with version control?
I'm still pretty new to running a mail server, but one thing I've come
to appreciate over the years is a good backup strategy. Since I have
always run my own servers for practice and for personal use I don't have
access to Enterprise backup solutions. Because of that I usually just
fall back to scripts and tarballs and offload the content on a regular
basis.
Right now I'm