Displaying 15 results from an estimated 15 matches similar to: "Terminal settings"
2016 Jun 27
2
Two minor build system patches.
Hi all,
I ran into a few problems building R 3.3.1 and came up wth the
attached patches (fingers crossed they don't get stripped, I've also
sent this email to Jeroen since that worked last time). Would it be
possible to review and merge them if they are OK?
The first one uses AC_SEARCH_LIBS instead of AC_CHECK_LIB, looking for
ncursesw before ncurses since ncurses is usually build with
2015 Jun 17
5
AutoFS mystery ...
I need a second pair of eyes here, please. I have a CentOS 6.6 server
(let's call it 'S1") that has a Samba share on it that is currently
working. We can mount that drive on our Windows work stations and
transfer/delete from it just fine. It's setup as a "guest" config so no
user specific passwords or any other restrictions like that.
I'm trying to setup another
2019 Sep 20
2
Building LLVM with LLVM with no dependence on GCC
Thus wrote David Demelier via llvm-dev:
> Also you will need to add more options to the components. See for example:
>
> LIBCXX_CXX_ABI=libcxxabi
> LIBCXX_USE_COMPILER_RT=On
> LIBCXXABI_USE_LLVM_UNWINDER=On
> LIBCXXABI_USE_COMPILER_RT=On
> LIBCXX_HAS_GCC_S_LIB=Off
> LIBUNWIND_USE_COMPILER_RT=On
>
> And as mentioned above
>
> CLANG_DEFAULT_CXX_STDLIB=libc++
2008 Jun 29
9
OS X wine port install error
I tried installing wine using MacPorts, and this is what happened:
Code:
ryan-vecas-macbook-pro:~ rveca$ sudo port install wine
Password:
---> Configuring expat
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/expat-2.0.1"
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
Hi folks!
I'm trying to get rid of any dependency on libgcc*, but without success so
far. The following commands were executed on a freshliy installed and updated
Ubuntu 16.04 LTS:
=== snip ===
sudo apt-get install build-essential libffi-dev cmake # see aptget.txt for packages installed
sudo mv /usr/local /usr/local.orig
git clone https://github.com/llvm/llvm-project.git
cd llvm-project; git
2013 Apr 11
1
Cannot find ldfortran (R on Cygwin)
Hi
I am new to Cygwin and Linux.
I installed R under Cygwin as part of the setup
I chose "All" during installation, for all packages. So I have the FULL
installlation of cygwin up and running, including gfortran.
*Under Cygwin, how do I check and configure the path to the various
libraries?*
I am trying below command and it says, cannot find "lgfortran"
But I have installed
2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and
makes the system inaccessible. All process are halted.
First, I don't understand what is wrong with the script
Secondly, I'm surprised that Linux allows this to run unchecked to the
detriment of the entire system.
---- SCRIPT -----
#!/bin/sh
FTP="/usr/bin/ftp"
#
VMID="asystem.ourcompany.com"
2005 May 16
1
clamav-0.85
From: Dag Wieers [mailto:dag at wieers.com]
>
> On Mon, 16 May 2005, Maciej Zenczykowski wrote:
>
> > > Well, I could, but why would you use ncftp when lftp is actually more
> > > feature complete and much better overall. (ncftp is not open source
> > > actually).
> > >
> > > If there's a good reason you might convince me to do the extra
2003 Jan 23
0
SUMMARY: Error message
I found the reason I think anyway.
It was the different versions of rsync on the 2 machines.
I upgraded the one on the AIX machine and then it copied just fine.
Thank you jw and Michael for answering.
Boris
-----Original Message-----
From: Michael Salmon [mailto:Michael.Salmon@uab.ericsson.se]
Sent: 23. januar 2003 13:45
To: rsync@lists.samba.org
Subject: RE: Error message
On Thursday,
2009 Dec 30
2
capturing stdout
I'm wondering if anyone knows of a way to capture system messages, for
instance when I do the following:
> system("../DBScripts/getEODData.sh")
.//LSE_20091230.txt: 154.80 kB 207.24
kB/s
./Fundamentals//LSE.txt: 420.58 kB 301.47
kB/s
./Fundamentals//MLSE.txt: 3.42 kB 16.20
kB/s
2004 Feb 25
1
authenticating from another samba server
Hi, I have a server, snap1 10.8.5.10, that runs samba, and have users
created by using useradd (but not added them to snap1's smbpasswd). I'd
like for users on our primary samba server, archives1 10.8.5.2, to be
able to type in \\snap1\username in windows and have the snap1 server
take them to their home directory on the snap1 server, but athenticate
the users against
2009 Sep 11
4
question on wget
Hello,
I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2013 Aug 15
12
[Bug 845] New: checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:
https://bugzilla.netfilter.org/show_bug.cgi?id=845
Summary: checking for LIBNFNETLINK... configure: error: Package
requirements (libnfnetlink >= 0.0.41) were not met:
Product: libnetfilter_queue
Version: unspecified
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: normal
2005 Nov 28
1
Wine, Fedora Core 4 and Act!
Newbie here, but have been running wine for a while with various programs.
Anyway, I am trying to get Act! 7 (Act! 2005) to run under wine. Has anyone
had any success with this? I get messages that file and print sharing need
to be enabled. Any help or pointing in the right direction is appreciated.
Thanks.
Brian R.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.