similar to: Make Fails on Cobalt Qube 2

Displaying 20 results from an estimated 1000 matches similar to: "Make Fails on Cobalt Qube 2"

2002 Apr 08
1
compilation fails on Cobalt RaQ2
Configure seems to work fine with no options passed, but a make attempt fails in clientname.c: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c clientname.c -o clientname.o clientname.c: In function `client_addr': clientname.c:55: warning: implicit declaration of function `getnameinfo' clientname.c:56: `NI_NUMERICHOST' undeclared (first use this function) clientname.c:56: (Each
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
>Submitter-Id: current-users >Originator: Alex Vasylenko >Organization: >Confidential: no >Synopsis: [patch] net/rsync: problems in client name lookup code >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-RELEASE-p16 i386 >Environment: System: FreeBSD 4.8-RELEASE-p16 >Description: rsync does reverse name
2003 Jul 24
0
make fails all versions > 2.4.8 on older linux machine (clientname.o)
hi i'm trying to update an older rsync version due to some minor errors during syncing with an up to date version (2.5.6) of rsync. my problem is that the make process actually won't finish, here is the output: clientname.c: In function `client_addr': clientname.c:72: warning: implicit declaration of function `getnameinfo' clientname.c:73: `NI_NUMERICHOST' undeclared
2002 Apr 02
3
getaddrinfo() problem with AIX 4.3.3 and rsync 2.5.2?
I had to apply the following patch to the clientname.c check_name() function before I could successfully use "hosts allow" in rsyncd.conf. Without the patch I kept getting "rsync: forward name lookup for ... failed: Host not found" errors. These errors were produced by the rsync daemon, and putting in a debugging statement revealed that the port_buf being used had a large
2005 Aug 20
2
Asterisk(*) on a Cobalt RaQ2?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Can Asterisk(*) be installed on this and if so are the setup instructions any different? I have a client that's asking. Specs: 533Mhz, 512MB RAM, 10GB HDD, Cobalt 4 OS - -- ================================= Joshua Abbott, Support Technician http://www.successfulhosting.com/ Direct Line: PENDING Phone: (866) 494-5096 x1207 E-Fax: (419)
2002 Mar 08
2
Compiling on a Cobalt RaQ1
Hello, I've downloaded version 2.5.2 and I tried compiling that one on a Cobalt RaQ1 server (maybe anyone has heard of them, they have that neat blue front). What I want is to make the RaQ1 a remote backup server, so I thought Rsync would be usefull... The compilation did not work, it stalled trying to compile clientserver.c (or something, I cannot acces the RaQ from where I am now). There
2006 Jan 04
0
Installing opensshd on Sun Cobalt Linux, shell interpreter issue
I have just installed openssh on my Sun Cobalt Qube, running Linux. The shell interpreter for the rc script forces /sbin/sh. This is defined in opensshd.init.in. This shell does not exist on this implementation of Linux. I have written about this in (much more) detail at http://blogs.sun.com/roller/page/DaveLevy/20060104. NB This would seem to me to be a common problem but I havn't found
2008 Oct 24
0
Name lookup failures and CIDR regression under cygwin ( patch attached )
Just updated to 3.0.4 under cygwin and I'm now getting lookup failures in the log. 2008/10/24 00:13:23 [1984] name lookup failed for X.X.X.X: Unknown server error Looking at the code it seems the call will never succeed? /* reverse lookup */ name_err = getnameinfo((struct sockaddr *) ss, ss_len, name_buf, name_buf_size, port_buf, port_buf_size,
2003 Sep 18
1
Problem building OpenSSH on Cobalt Raq2i running standard Linux
Hi everyone, I'm trying to build OpenSSH on my Cobalt Raq2i box which is running the standard Linux installation with all patches installed. I had no problems building OpenSSL v0.9.7b and it installed without problems as well. However, the OpenSSH build keeps failing at a certain point: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include
2004 Apr 24
1
SCM_RIGHTS problem with openssh-3.8p1 build on Cobalt Raq2
I saw some archived messages which I found via Google in relation to some patches which can be applied to Glibc to fix the SCM_RIGHTS problem when attempting to build openssh on a Cobalt Raq2. Is there a way to retrieve the patches which need to be applied? The list archive search website displays the actual messages which discussed the topic, but I wasn't able to view any of the attachments
2003 Jan 15
1
Newbie question - does it work with Sun Cobalt RaQ550?
Hi, I'd like to know if RSYNC work on a Sun Cobalt RaQ550. Does someone trid it? If yes, please let me know if I can take contact with you. Stephane -------------- next part -------------- HTML attachment scrubbed and removed
2008 Oct 24
2
Help with a sun cobalt with sendmail and centos with postfix
Hi, I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and we are phasing out the sun cube due to some limitations. So we have installed a new centos 5.x server. the format of our current emails are username at domain.com and the new format will be name.lastname at domain.com. We have 1600 accounts. Both server are in the LAN. The MX record that the world sees, point to our
2008 Oct 24
5
DO NOT REPLY [Bug 5851] New: Name lookup failures and CIDR regression
https://bugzilla.samba.org/show_bug.cgi?id=5851 Summary: Name lookup failures and CIDR regression Product: rsync Version: 3.0.4 Platform: All OS/Version: Windows XP Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2015 May 24
3
Systemd
On 5/23/2015 11:22 PM, Luigi Rosa wrote: > Kirk Bocek wrote on 24/05/2015 04:37: >> So I've built my first CentOS 7 host and am learning all the new ways >> of doing >> things. I setup and enabled ntpd but after a reboot I get: > > In CentOS 7 is bettere to use chrony, here's an howto > > http://linoxide.com/linux-command/chrony-time-sync/ > So
2002 Jun 27
8
[Bug 311] Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 ------- Additional Comments From jmknoble at pobox.com 2002-06-28 09:00 ------- What version of glibc? What's the output of the following? find /usr/include -name \*.h -follow -exec grep -l SCM_RIGHTS \{\} \; ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 27
0
[Bug 311] New: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared
http://bugzilla.mindrot.org/show_bug.cgi?id=311 Summary: Compile fails on MIPS Linux (Cobalt Raq2) - SCM_RIGHTS undeclared Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo:
1999 Sep 15
1
Backup problems resolved!
Guys, I've been searching for a Windows based backup solution for the SAMBA shares on my Linux server (a Cobalt Qube) since last November, trying both Seagate Backup Exec and ARCserve but with no success. I've been monitoring this list and tried most of the suggestions, but nothing came close. I'm pleased to say that I've found a solution that works for me ... Dantz have
2014 Apr 17
1
samba4 bind9_dlz and dhcp
Hai, ? A bit off topic in the samba forum, but i thinks this is the best place to ask. ? Im having?some troubles to get the dhcp server fully working with samba4. I dont think this is a samba problem, but as i did say here maybe the best placy to ask.. ? It works, but not totaly. The strange thing is for example. ? My debian client is now working.? It adds and deletes as it should.? No
2006 Jan 11
3
[Bug 1144] Generated rc script for sshd forces non-existent shell.
http://bugzilla.mindrot.org/show_bug.cgi?id=1144 Summary: Generated rc script for sshd forces non-existent shell. Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org
2011 Sep 26
2
Hello from RAQport Please remove this post
Dear Centos, We did never receive the Server back from Australia And this forum is not to post incorrect disputes information from the users regarding some other companies. Link below http://lists.centos.org/pipermail/centos/2007-September/043643.html Sincerely Alex Lech Bajan Principal RAQport Inc. 2004 North Monroe Street Arlington Virginia 22207 703-528-0114 voice 703-652-0993 voice