similar to: Printer Connection Problem

Displaying 20 results from an estimated 1000 matches similar to: "Printer Connection Problem"

2016 Feb 11
0
OpenSwan Drop Out Issue
As I said though, there's no lost ICMP packets, even when the IPSec tunnel drops out. I do notice a lot of these errors in the secure log though, would this be any indication of a problem? (I'm grepping for this specific error, they're not the only messages in there). Feb 11 14:18:10 site-a pluto[10450]: "site-b/1x1" #803: ignoring Delete SA payload: PROTO_IPSEC_ESP
2003 Jun 06
0
fxp0: device timeout
Morning all ... I saw the previous thread, and ignorantly didn't follow it ... and now I can't seem to find it in the archives to go through it now that its hit me ... This morning, after 5 days of uptime, my server got hit with: Jun 6 09:52:19 pluto /kernel: fxp0: device timeout Jun 6 09:52:19 pluto /kernel: fxp0: SCB timeout: 0x60 0x0 0x0 0x800 Jun 6 09:52:19 pluto /kernel:
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
Hey All, I don't know what's wrong, or what I may have done wrong, but I THOUGHT I followed all the correct steps to setup samba, and it's not working. Here's what I did: D/L latest samba code (4.13.1) & extract install dependencies ./configure --prefix=/usr/local --enable-fhs (enable-fhs was required to get configure to run through completely) make make install cp
2016 Feb 17
2
Openswan <-> VyOS
Hello, I'm having a bit of trouble connecting our current CentOS Openswan server with a Vyos server via IPSec. I've posted this on the VyOS forums, but haven't had many helpful responses, so I thought I would ask here. http://forum.vyos.net/showthread.php?tid=26504&pid=29703#pid29703 Basically our Openswan configuration is as follows: conn VYOS keyingtries=0
2002 Aug 30
1
cupsaddsmb - problem
Hello, I want to setup a new print server using cups and samba for our new institue. Everything is working well (printing from unix and windows), but the driver download for the windows clients won't work and I have no idea what's wrong. Currently i have installed cups-1.15 and samba 2.2.5 on top of suse 8.0 using the rpm-files from Lars Mueller(?)(ftp.suse.com/pub/people/lmuelle) and
2003 Oct 26
4
linux-xp x509 ipsec connection
hi, I can''t get a freeswan 2.02 ipsec x509 connection at work can somebody help me? ************************************************************************************* global situation ************************************************************************************* the linux gateway (chivas) is a single machine 192.168.1.250 with a local net 192.168.1.0/24, a dyn IP via a DSL
2014 Mar 07
2
Latest openswan update does no longer connect to Cisco VPN 3000 Series
Does anyone else noticed problems after updating openswan to openswan-2.6.32-27.2.el6_5.i686 ? In our case a connection to Cisco VPN 3000 Series would no longer work. I can see in the log an ASSERTION FAILED error and the connection would remain in Pending phase 2. Mar 7 16:24:40 firewall pluto[7647]: "ciscovpntest" #2: discarding duplicate packet; already STATE_MAIN_I1 Mar 7
2013 Feb 26
1
[LLVMdev] Cross compile LLVM using gcc (powerpc and x86)
Hi there, I hope this is the right list. I have been trying to cross compile the LLVM 3.2 for our x86 target by using i586 cross compiler provided by Oselas toolchain (http://www.pengutronix.de/oselas/toolchain/index_de.html). I have cross-compiled multitudes of 3rd party projects before and usually I can apply similar methods to compile the most of them. I have however not been able to figure
2016 Feb 09
0
OpenSwan Drop Out Issue
Try setting lower keyexpiry time on other endpoint. -- Eero 2016-02-09 17:04 GMT+02:00 John Cenile <jcenile1983 at gmail.com>: > Hello, > > I'm cross posting this from the OpenSwan mailing list, in case someone here > can help. > > We have two sites connected via OpenSwan 2.6.32-9 on CentOS 5, sharing 6 > /24 subnets each (so 12 in total). > > The problem
2000 Jul 20
1
Samba on Two networks
I'm trying to set up a 100Base-T network on top of my exisiting 10Base-T network. The 100Base-T network is between a few hosts, but those hosts are also on the 10Base-T network. Here's a little diagram: 10Base-T 100Base-T ------------------------------------------------------- 128.173.1.1 DCSERVER | (NT PDC+WINS Server) |
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro Version: 2.7.2 OS: Windows (Vista or Xp PRO) Italian Submission from: (NULL) (87.4.189.202) If you send these lines of code: outdir="c:/pippo" file.path(outdir,"pluto.html") R replies correctly: [1] "c:/pippo/pluto.html" But if you change the first steps to: outdir="" file.path(outdir,"pluto.html") R replies
2013 Nov 26
0
VFS shadow_copy2 with samba 4.0.9
I am trying to use shadow copy with Samba 4.0.9 on Debian 7 (wheezy), Linux kernel 3.2. Windows 7 clients on the LAN can not see Previous Verions of files stored on the server, although I believe I have set up directories with snapshots. Here are some highlights from smb.conf :- [global] server role = active directory domain controller domain logons = yes ... [Pluto] path
2016 Feb 09
4
OpenSwan Drop Out Issue
Hello, I'm cross posting this from the OpenSwan mailing list, in case someone here can help. We have two sites connected via OpenSwan 2.6.32-9 on CentOS 5, sharing 6 /24 subnets each (so 12 in total). The problem we're having is completely randomly, be it in the middle of the day, or in the middle of the night (so I don't believe it's traffic related), certain (and sometimes
2013 May 15
1
Fwd: Re: Re: Cannot ad­d/mo­dify ACL through win­dows ­client
Hi Denis, on both samba hosts (donald and pluto) these commands work great: id johndoe getent group getent passwd My pluto:/etc/nsswitch.conf looks like that: [...] passwd: compat ldap group: compat ldap shadow: compat ldap [...] I want to add, that the described problem works fine if I try it on a share on "donald", my domain controller. The users are
2010 Oct 05
0
[LLVMdev] Multithreaded code generation
On 10/05/2010 09:42 AM, hamed hamzehi wrote: > Hi > yes, I'm asking for any advice, I want to implement multithreaded code > generator in LLVM. > tnx Hi, this generally depends which kind of code you want to multithread, because generally this is a difficult problem. However, if you limit yourself for the moment to loops that fit into the polyhedral model, you can take
2010 Oct 05
2
[LLVMdev] Multithreaded code generation
Hi, In fact I have some theory on instruction level parallelism( i have a partitioning algorithm), then first of all, i want to generate a multithreaded code from LLVM IR (in assembly level) with a given partitioning. My problem is how can i use a thread library(like Pthread) or OS system calls in LLVM IR to create and manage threads? --- On Tue, 10/5/10, Tobias Grosser <grosser at
2007 Jul 11
0
Is the term 'home dir' and 'roaming profiles' different?
Hello, I've just been exploring Samba again after some time, and this time I'm setting a Samba PDC with LDAP. Thanks for great tutorial from Samba website, I think I got it working fine :) However, I've been browsing the list too, and am a bit confused with the term: 'homedir' and 'roaming profiles'. Is it different? If I'm not mistaken, homedir is for Win9X
2013 May 14
1
Cannot add/modify ACL through windows client
Dear all, I am struggling around with Windows ACLs and cannot find a solution nor how to troubleshoot that. I have two samba3 hosts. Hostname "donald" is my domain controller with samba 3.x + OpenLDAP server running. Hostname "pluto" is my other samba 3.x server which was joined to my domain. I use LDAP for my users+groups. I dont have winbind on my machines. On hostname
2005 Jun 30
1
cannot cancel job
Hi! I'm testing a printer server samba+cups. I set user pluto as printer admin of printer X.I have this problem: if pluto cancel a job (its own job) from a client XP, at first time the job is cancelled but then appear a new job "Remote downlevel document" (it has the same content than cancelled job). Remote downlevel document can't be cancelled by pluto (access denied), but can
1997 Sep 22
0
Re: Re: Security Concern..
That one doesn''t work either, but here is a link to their FTP archive where the program resides: http://www.quick.com.au/ftp/pub/sjg/ Hope this helps. -Rick -----Original Message----- From: Pluto <pluto@berlin.snafu.de> To: linux-security@redhat.com <linux-security@redhat.com> Date: Monday, September 22, 1997 3:50 AM Subject: [linux-security] Re: Security Concern.. >