similar to: SSH

Displaying 20 results from an estimated 80 matches similar to: "SSH"

2006 Apr 28
2
problems with ssh (2)
I can ping from A to B, but i can`t form B to A, even when i changed the DNS of A. if anyone can help me, `cuase i saw there was the samw problem in another linux user. ----------------------------------------------------------- Sign up and get your 30GB webmail at www.30gigs.com now! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 27
2
Problems with SSH
Hi, i have 2 linux machines on a corporative network, from my machine(Local Machine)i Have ssh acces to the serer typing ssh user at nombreservidor But when i try to connect from the server to my local machine i have a message "name or service not known", it doesn`t matter if i do it ss user or as root If i type ssh user at iplocal i have a message "no route to host" it
2006 Sep 04
1
Samba PDC + Windows 2003 Std Server Trust Relationship
Hi, Is it possible to configure Windows 2003 Standard Server to have a domain trust relationship with a Samba PDC enabled with LDAP ? If so how ? regards shann ----------------------------------------------------------- Sign up and get your 30GB webmail at www.30gigs.com now!
2006 May 02
1
SSH problems (from the beginning)
I have 2 machines, one with CentOs4.3 (A) the other with WhiteBox 4(B). The machine A have a new installtion, the machine B has an already exists installation. The machine A has the installytion as is (except tah i choose an IP adress for eth0) 200.118.115.241 from the graphical interface on Hosts Label The machine B has eth0 and eth1, it works as proxy i can connect by ssh from A to B i can ping
2018 Jul 30
3
Fwd: help building very old R
Hi guys, Perhaps someone here can help. I am trying to build versions of R 1 for the rcheology package (just arrived on CRAN). For R prior to 1.5.0, I cannot configure support for tcl-tk. I am building on Debian Woody (provided by Docker debian/eol) and have the following packages installed: r-base-dev tclx8.3-dev tk8.3-dev xvfb xbase-clients x-window-system-core I download R source from
2006 Apr 07
3
ntp server
I thought I'd play with making my system an ntp server. I did the "service ntpd start" it started OK. on my laptop I did "ntpdate IP" and it says no server for sync found. My firewall has open ntp:udp What did I miss? Thanks, Jerry
2013 Jan 22
2
[LLVMdev] sincos optimization
Hi, I'm looking at http://llvm.org/bugs/show_bug.cgi?id=13204 which involves converting calls to sin and cos to sincos (when available) Initially I thought about transforming calls to sinf/cosf to sincosf. However, I don't think this is a legal transformation given that a declaration for a function called sinf is not necessarily the standard library function. Therefore it makes sense to
2006 Apr 07
3
Network and default route
I have had this problem on and off since RedHat 6, and I always worked through it, but I thought I would ask. When you have multiple network interfaces, how does the system determine the default route? Or is it the first, (or last) interface that comes up? On the problem systems I have to add a "route add default..." statement in some systems in the rc.local to get them to work right.
2006 Jul 10
4
yum dovecot fail
Hello CentOS, anyone can help me? i'm trying to install dovecot on my CentOS [root at cumi ~]# yum install dovecot --noplugins Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Nothing to do [root at cumi ~]# anyone has an idea? since i already search dovecot, and there is a dovecot package [root at cumi ~]#
2018 Jan 05
2
smbclient, cannot delete non-empty directory, no error message
On Fri, Jan 5, 2018 at 6:37 AM, lingpanda101 <lingpanda101 at gmail.com> wrote: > I would assume you would need to use 'rm -r' to remove a directory and > it's contents. That doesn't work and the man page doesn't list flags for any commands, plus it looks like rm is strictly for files not for directories. smb: \noperms\> rm -r test1 NT_STATUS_NO_SUCH_FILE
2006 Aug 26
2
SYSLINUX 3.20 released
Hi all, I have officially released SYSLINUX 3.20: Changes in 3.20: * EXTLINUX: New options --install (-i) and --update (-U), to make it clear if a boot loader should be installed or updated. For now, defaults to --install for compatibility; a future version will require one of these options. * New library functions to load and place files in
2005 Jun 11
2
multiple authentication mechanisms, many problems
dovecot: Jun 11 23:57:56 Info: auth(default): pam(testi at irkkaa.net,83.145.196.129): pam_authenticate() failed: Authentication failure tried also debugging whats wrong with it, it queries ok, the password in the query is ok and everything. but it never replies +OK. that connection just halts after PASS command. Tried IMAP, same result. config: (dovecot.conf, PLAIN etc all enabled) passdb
2008 Oct 25
1
R echoes integer literals incorrectly, under certain conditions (PR#13204)
Full_Name: Stephen Milborrow Version: R 2.8.0 OS: Windows XP Submission from: (NULL) (81.159.65.46) Under certain conditions, R 2.8.0 incorrectly echoes integer literals without the "L" suffix. R 2.7.2 is ok. To reproduce, create two files as follows: a.R containing: source("b.R", echo=TRUE) b.R containing: x <- 1L Now execute: Rterm --vanilla --silent <a.R This
2006 May 18
0
user trubles
I have a mail server with sendmail, last night i send a mail to an user and aparently was received(don`t back rebooted) baut today since this morning, all mails sended to tah user are rebooted and the reason in the reboot mail is "host unknown" but the other users don not have any problem with their mail accounts. i try to delete and re-create the user, but the same situation. what could
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
LLVM Weekly - #154, Dec 12th 2016 ================================= If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/154>. Welcome to the one hundred and fifty-fourth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2006 Jul 28
0
i need help migrating an old table
i have this big table that has columns: partnumber, 1piece-price-break, 10K-piece-price-break, 25k, etc... i want to split this into two tables: part_number, id and price_break, price, product_id so that, you know, the price-break columns are not stuck at fixed values; different parts can have differnt numbers of price-breaks, etc is there a ruby way to do this? i have navicat, but i
2013 Jan 22
0
[LLVMdev] sincos optimization
On 22/01/13 05:30, Redmond, Paul wrote: [...] > I'm looking at http://llvm.org/bugs/show_bug.cgi?id=13204 which involves converting calls to sin and cos to sincos (when available) > > Initially I thought about transforming calls to sinf/cosf to sincosf. However, I don't think this is a legal transformation given that a declaration for a function called sinf is not necessarily the
2008 Nov 06
0
Virtualization Product Engineer
Ajilon Consulting is an international IT consulting firm with offices worldwide. We have over 6,000 consultants in over 80 cities in the United States, as well as in Canada, the United Kingdom and Australia. If you''re looking for a company that takes pride in its people, rewards loyalty, has a solid reputation and a passionate commitment to a global vision -- consider a career at Ajilon
2006 May 22
4
Webmin
Hi, i have no much experience with linux admin, i`m newbie on a work, and there is a linux server and windows clients, i`m trying to add some samba users by webmin, but i can make it works, the user have to type their username and password, i try to entering with the username and password of a recently created user but can`t login. i need some help. thx
2018 Jul 30
0
Fwd: help building very old R
On 30 July 2018 at 05:35, David Hugh-Jones wrote: | Hi guys, | | Perhaps someone here can help. | | I am trying to build versions of R 1 for the rcheology package (just | arrived on CRAN). | | For R prior to 1.5.0, I cannot configure support for tcl-tk. | | I am building on Debian Woody (provided by Docker debian/eol) and have the | following packages installed: | r-base-dev tclx8.3-dev