similar to: Can't Start Rsync

Displaying 20 results from an estimated 1000 matches similar to: "Can't Start Rsync"

2005 Jan 30
1
ldap smbpasswd
freebsd 5.3, samba 3.10 I get this far with LDAP/Samba integrationg. Stuck on creating users/machines with smbpasswd -a (-m) username command. schema files weren't modified, everything else is pretty much at defaults. First the relevant config parts: passdb backend = ldapsam_compat:ldap://localhost/ ldap suffix = dc=company,dc=com ldap machine suffix = ou=Computers ldap user suffix =
2007 Apr 12
1
Asterisk and hard phone configuration
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Asterisk Gurus! I have a very simple question. I've just started playing around with Asterisk and BSD box. I also have grandstream ip phone and installed asterisk from ports. Now I'm on my very first steps to configure Asterisk. The question is: " How do I make Asterisk communicate with my Grandstream hard phone?" Thank you in
2007 Jan 09
1
local machine cannot find smb shares
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Samba Gurus! I'm experiencing a strange problem with 3 out of 20 machines in our local network. Samba (samba-3.0.23b,1) is on FreeBSD 6.1 User machines are on WinXp. They do "see" the shares, but Samba refuses connection to \\sambaserver\share However, Samba lets to connect to \\sambaserver.com\share What might be wrong? Please
2005 Jan 31
0
ldap smbpasswd UH???
I can't really guess the point of your intelligent answer from this. If I have to assume you're surprised, I guess I am too. The cn exists in ldap, with all the attributes that I imported from other databases, the message given by smbpasswd suggests that it either tried to create an entry or update it with sambaaccount attributes ( which it didn't ), neither of which are the expected
2003 Mar 28
3
Samba joins win2k domain but can't authenticate
All I got my samba server to join my win2k domain without any problems. But if I change the config to read security=domain it prompts the user for a username and password. If I change it to security=server it does not prompt for user names. I did some searching in the list came up with a few emails and this website http://www.sugoi.org/bits/index.php?bit_id=10 but still no change. In the /etc/host
2013 Feb 16
1
What is Rails fixing versions in Gemfile?
Hello, I''d like to ask why is Rails fixing it''s version, like gem ''rails'', ''3.2.12'' ? Given the recent attacks on Rails - wouldn''t it be more secure to not fix the version? Maybe have something like ''~>3.2.12'' ? -- You received this message because you are subscribed to the Google Groups "Ruby on
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media. But, when I run it, I get a messagebox with the following error: ?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and 1280x1024. Please change to one of these settings.? Is there any workaround for this? Or must I change xorg.conf? (I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2005 Nov 14
0
another multipath problem
Hi, I''ve been trying to setup 2 DSL links in the office, both on the same firewall/router/gateway. the firewall is running kernel 2.6.11 (custom built on debian). this is the network diagram: 150.101.124.y/29 (internode''s gw) | | |150.101.124.x/29 (eth2)
2008 Oct 30
1
LevelOne WPC-0301 11g Wireless CardBus
Hello, I bought a LevelOne WPC-0301 11g Wireless CardBus Adapter today. According to the box it is "v6". The ral(4) man- page mentions only v2, but that one is ancient and can't be bought anymore. So, enabling the debug sysctl gives this in dmesg: cardbus0: Expecting link target, got 0x0 cardbus0: <network, ethernet> at device 0.0 (no driver attached) cardbus0: CIS pointer
2008 Oct 08
10
Puppet Augeas Plugin
Bryan -- I''m using the puppet augeas plugin at http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD I''m running into a behavior that I wouldn''t expect. I''d like to confirm an entry in sysctl.conf by changing the value if necessary or appending the key/value if it
2006 Dec 13
1
Rsync errors
Hello! I'm in trouble with rsync: I'm trying to: sudo rsync -atlrpogH --exclude-from=/usr/home/exclude ilya@myip::home --password-file=/root/rsync_pass /usr/home/ it does sync some files, but then it stops and outputs these errors: rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Operation not permitted (1) rsync error: error in rsync protocol data stream (code 12) at
2004 Aug 31
1
Login Problem after RESTORE with Powerquest Driveimage!!
Hello, I have some Computers on which I have an Image (created with Powerquest DriveImage) of Windows XP stored on the second partition of the local harddrive. If I restore my Windows XP Installation from the image and reboot - the logon doesen`t work any more. I get an error something like: Domaincontroller cannot be found.... After that I have to add this computer newly to the domain and it
2017 Aug 04
1
Restructuring Star Wars data from rwars package
I'm having trouble restructuring data from the rwars package into a dataframe. Can someone help me? Here's what I have... library("rwars") library("tidyverse") # These data are json, so they load into R as a list people <- get_all_people(parse_result = T) people <- get_all_people(getElement(people, "next"), parse_result = T) # Look at Anakin
2023 Apr 04
1
Simple Stacking of Two Columns
I may be missing something but using the plain old c() combine function seems to work fine: df <- data.frame(left = 1:5, right = 6:10) df.combined <- data.frame(comb = c(df$left, df$right)) df left right 1 1 6 2 2 7 3 3 8 4 4 9 5 5 10 df.combined comb 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 -----Original
2007 Nov 20
1
Problems with losing D-Channel on
Hello all, I got a problem at an asterisk server, with dropping calls, losing all channels and reaktivating all channels and beeing back up. This problem seems to occure randomly over the whole day, when it gots traffic on the card. After looking @ google I found several hints but none did work fine. To avoid problems with the phone line (german E1) I called the provider, he did a 45 min. route
2004 Oct 05
0
H.323: Inbound calls, incorrect remoteIpAddress
Hello, I'm running Asterisk 1.0.1 (the same was with 0.9, 1.0). When it receives inbound H.323 call it makes connection and uses local 127.0.0.1 address to send audio stream: remoteIpAddress: 127.0.0.1 When making outbound calls from Asterisk it makes correct connection to send audio stream. Is it a bug in h.323? Is there some more settings to make in .conf files? See detailed debug below:
2005 Aug 03
1
deparse(substitute(x)) and S3 methods
Dear List, I have the following function: coca <- function(x, ...) { if(is.null(class(x))) class(x) <- data.class(x) UseMethod("coca", x) } and a default method coca.default <- function(x, y, method = c("predictive", "symmetric"), reg.method = c("simpls", "eigen"), weights = NULL,
2005 Aug 02
1
problem using evaluating a formula
##data y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1), nrow = 5, byrow = TRUE) y2 <- matrix(c (3,0,10,3,3,0,0,1,1,0,0,0,0,0,1,0,1,0,0,2,1,0,1,1,0,2,1,1,4,1), nrow = 5, byrow = TRUE) y1 <- as.data.frame(y1) y2 <- as.data.frame(y2) rownames(y1) <- rownames(y2) <- paste("site", 1:5, sep = "") colnames(y1) <-
2004 Nov 04
3
sub- and superscript in plot labels
Dear List, I need to add a subscript and a superscript to some of the ions in the labels on some plots. I have got to here but now I'm stuck: plot(1:10, xlab = expression(paste("nm SO"[4], " ", mu, "eq cm"^{-2}, " yr"^{-1}))) Which gives almost what I require. No matter what I tried, however, I could not get bot a sub script *and* a superscript
2006 May 28
14
Lightbox and RJS
Hi, I am trying to include lightbox functionality in my app, but there is a slight complication. Apparently lightbox initializes all the links to lightbox events on page load. However, in my case, some new links to lightbox events will be rendered to the page through ajax events (obviously this means after the page loads). So I figure I need to find a way to call lightbox''s