search for: scarri

Displaying 18 results from an estimated 18 matches for "scarri".

Did you mean: carri
2005 Aug 03
1
host controller halted... scarry error
Yesterday i was copying a few dump files (backups) about 1GB in size from my centOS 3.4, on a samba share, to my windows, when the centOS box stopped responding. The HDD LED was on and after I connected a monitor all I could see was this error message over and over again: "usb-uhci.c: host controller halted, trying to restart" I wasn't able to login or anything, so I saw no other
2018 Apr 04
1
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
Wed, Apr 04, 2018 at 03:04:26AM CEST, dsahern at gmail.com wrote: >On 4/3/18 9:42 AM, Jiri Pirko wrote: >>> >>> There are other use cases that want to hide a device from userspace. I >> >> What usecases do you have in mind? > >As mentioned in a previous response some kernel drivers create control >netdevs. Just as in this case users should not be mucking
2018 Apr 03
1
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
Sun, Apr 01, 2018 at 06:11:29PM CEST, dsahern at gmail.com wrote: >On 4/1/18 3:13 AM, Si-Wei Liu wrote: >> Hidden netdevice is not visible to userspace such that >> typical network utilites e.g. ip, ifconfig and et al, >> cannot sense its existence or configure it. Internally >> hidden netdev may associate with an upper level netdev >> that userspace has access to.
2018 Jul 20
3
Debian Stretch Samba Packages 4.8.3 available (amd64/i386)
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stefan G. Weichinger via samba > Verzonden: vrijdag 20 juli 2018 11:29 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Debian Stretch Samba Packages 4.8.3 > available (amd64/i386) > > Am 2018-07-20 um 11:22 schrieb L.P.H. van Belle via samba: > > Hai
2018 Apr 04
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Tue, Apr 3, 2018 at 6:04 PM, David Ahern <dsahern at gmail.com> wrote: > On 4/3/18 9:42 AM, Jiri Pirko wrote: >>> >>> There are other use cases that want to hide a device from userspace. I >> >> What usecases do you have in mind? > > As mentioned in a previous response some kernel drivers create control > netdevs. Just as in this case users should
2018 Apr 04
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Tue, Apr 3, 2018 at 6:04 PM, David Ahern <dsahern at gmail.com> wrote: > On 4/3/18 9:42 AM, Jiri Pirko wrote: >>> >>> There are other use cases that want to hide a device from userspace. I >> >> What usecases do you have in mind? > > As mentioned in a previous response some kernel drivers create control > netdevs. Just as in this case users should
2018 Apr 04
0
[RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
On Wed, Apr 4, 2018 at 10:21 AM, David Ahern <dsahern at gmail.com> wrote: > On 4/4/18 1:36 AM, Siwei Liu wrote: >> On Tue, Apr 3, 2018 at 6:04 PM, David Ahern <dsahern at gmail.com> wrote: >>> On 4/3/18 9:42 AM, Jiri Pirko wrote: >>>>> >>>>> There are other use cases that want to hide a device from userspace. I >>>>
2018 Jul 20
1
Debian Stretch Samba Packages 4.8.3 available (amd64/i386)
Am 2018-07-20 um 11:22 schrieb L.P.H. van Belle via samba: > Hai Stefan, > >> upgraded a DC (one of two) from 4.8.2 to 4.8.3 (including some debian >> jessie upgrades, did reboot) ?? > > Can you explain that process a bit more? As i understand you did the following. > > 1) upgrade a debian Jessie to Debian stretch. ? > 2) upgrade samba from jessie to
2005 Mar 02
1
MIT Kerberos tickets gone..
I have the following scenario. Windows 2K Active Dir server, Samba 3.0.7 running on Solaris 2.8. Running MIT Kerberos to join and authenticate with the AD. Things work ok, can join the domain, and can access the samba server from trusted domains as well as local domain. However, when doing 'kinit' I have found that the default ticket life was for 24 hours is seemed. After I reboot
2005 Mar 04
1
Kerberos Tickets gone after reboot
Has anyone had experience with MIT Kerberos tickets not valid after server reboot? After server reboot I have to do a 'kinit' to get a new ticket, re-join the AD domain, and restart samba. Then all is fine until I have to reboot the server again.. Same thing again and again. My time is synced, Kerberos tickets are good for 500d.
2018 Jul 20
3
cache_traverse_validate_fn: unknown cache entry
Hi,   I tested the following.   stop winbind rm /var/lib/samba/winbindd_cache.* start winbind   And the error is gone.   I did notice the following, before and while having the log message. running : net cache list | grep username That shows the user.   Now after stoping , remove the cache.tdb files and starting i tested it again.   net cache list | grep username  ! This did NOT show the
2003 Aug 21
1
SCSI Tape and CDROM
Hi, All. I'm trying to use HP Suresore 24e on FreeBSD 4.8-STABLE (Mon May 12 09:32:15 YEKST 2003). The system is installed on Asus P2b-DS motherboard with Adaptec aic7890 onboard scsi-controller. I have 2 SCSI-3 HDDs attached to it: da0: <IBM DDYS-T18350N S96H> Fixed Direct Access SCSI-3 device da1: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device and I'trying to
2018 Apr 10
7
[RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework
On Tue, 10 Apr 2018 11:59:50 -0700 Sridhar Samudrala <sridhar.samudrala at intel.com> wrote: > Use the registration/notification framework supported by the generic > bypass infrastructure. > > Signed-off-by: Sridhar Samudrala <sridhar.samudrala at intel.com> > --- Thanks for doing this. Your current version has couple show stopper issues. First, the slave device is
2018 Apr 10
7
[RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework
On Tue, 10 Apr 2018 11:59:50 -0700 Sridhar Samudrala <sridhar.samudrala at intel.com> wrote: > Use the registration/notification framework supported by the generic > bypass infrastructure. > > Signed-off-by: Sridhar Samudrala <sridhar.samudrala at intel.com> > --- Thanks for doing this. Your current version has couple show stopper issues. First, the slave device is
2014 Oct 29
2
Ubuntu 14.04 as an Active Directory Domain Controller
To start, I've been using Samba for almost 20 years. I wanted to use Samba as an AD DC for my businesss. Ubuntu 14.04 comes with Samba 4.1.6. This is a little out of date right now as 4.1.13 is available and 4.2 is in release candidate status, but it works. I used the Samba AD DC Howto (https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO) as an aid to get it going, but there were some
2004 Jul 14
10
CISCO 7960G FIRMWARE
Hi everybody, I will receive my CISCO 7960G tomorrow. I've ordered it as a "global spare" without any callmanager licence. Now I don't know if I can get firmware-updates so could please someone send me the SIP-firmware? Is the default firmware the "skinny" one? Wich would be better to use with asterisk? Thank you very much
2004 Oct 12
12
RFC: Shorewall wiki is going down!
Hello, In reference to http://wiki.rettc.com/wiki.phtml?title=Wiki_Shorewall_FAQ ; Well, after a lot of emails I setup a wiki for shorewall, etc. It has proved to be completely useless. I have noticed one slight distro specific example added, a couple typo additions and fixes, otherwise, all contributions have been in excess (Tom...), or in malign. For my uses it has proven of little use as
2008 Apr 04
0
Wine release 0.9.59
This is release 0.9.59 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - Improved support for the .NET framework. - Better services handling through a separate services.exe process. - Support for ATI fragment shader. - Better support for http proxies. - Window management fixes. - Pre-compiled fonts are now available in the