similar to: INTERNAL ERROR: Signal 6

Displaying 20 results from an estimated 3000 matches similar to: "INTERNAL ERROR: Signal 6"

2017 Jan 10
2
Reliable way of having both LAN and WIFI on headless box
I'd be looking at your logs to see if there is any indication why the wifi does not come up during boot > sudo journalctrl -b # current boot > sudo journalctrl -b -1 # previous boot Kal On Wed, Jan 11, 2017 at 7:59 AM, Eliezer Croitoru <eliezer at ngtech.co.il> wrote: > NetworkManger should work pretty nice and good as required. > Just run the right cronjob every
2017 Jan 11
0
Reliable way of having both LAN and WIFI on headless box
On Tuesday 10 January 2017 22:20:08 Kahlil Hodgson wrote: > I'd be looking at your logs to see if there is any indication why the > wifi does not come up during boot > > > sudo journalctrl -b # current boot > > sudo journalctrl -b -1 # previous boot > > Kal Thanks for this. I'll give this a try next time it happens. I must be getting old cos I hark back to
2006 Jun 05
1
Conflicting Signal 6 and 11 messages..
Hello All, I'm trying to figure out where the problem is, but I'm not having much luck as I seem to get conflicting information from the various logs on my FreeBSD 6.1 system. I'm getting this in the /var/log/samba/log.smbd: [2006/06/05 12:31:43, 0] smbd/oplock.c:release_level_2_oplocks_on_change(771) release_level_2_oplocks_on_change: failed to lock share mode entry for
2007 Nov 24
2
INTERNAL ERROR: Signal 11 in pid xxxx (3.0.26a)
Hello, I have a problem with samba 3.0.26a (from ports) on FreeBSD (amd64, SMP, 6.2 RELEASE). My log.smbd looks like below: --- samba starts normally: [2007/11/24 16:55:22, 0] smbd/server.c:main(944) smbd version 3.0.26a started. Copyright Andrew Tridgell and the Samba Team 1992-2007 --- but an error is reported: [2007/11/24 16:55:22, 0]
2006 Jun 22
1
Active Record question, orphaned children
I have a Deck object and a Card object with their corresponding tables. (You know a deck of cards.) When I destory a Deck it leaves orphaned cards in the database. Is there a way to set up the objects with ActiveRecord so that when a parent object is destoryed the child objects are destroyed as well? My code below. class Deck < ActiveRecord::Base has_many :cards end class Card <
2008 Mar 22
2
Printing failure through PDC
I recently went through a system upgrade, which resulted in an upgrade of Samba to 3.0.28a. This is for a home network, so it isn't heavily taxed (only by family members), but I do use the environment as a sandbox of sorts for stuff that I plan to roll in to production in the office. I had some funky issues with authentication to start with after the upgrade, so I went through the
2008 Mar 11
1
Signal 11 in Samba adding Windows XP printer driver
Hi All, I have a Samba server on a system, running and i386 Centos 5.1, version samba-3.0.25b-1.el5_1.4. The server is working well, as can share files etc with any issues. However when I try to add a windows XP printer driver, I get a Signal 11 error, and the drivers don't install, and windows gives an error messages, saying that the operation could not be completed. The files are actually
2009 Oct 15
2
INTERNAL ERROR: Signal 11 - winbindd 3.4.2
Hi, winbindd (v 3.4.2) crashed last night and in the winbind-log I found following output: [2009/10/14 22:41:13, 0] lib/fault.c:41(fault_report) =============================================================== [2009/10/14 22:41:13, 0] lib/fault.c:42(fault_report) INTERNAL ERROR: Signal 11 in pid 1472 (3.4.2) Please read the Trouble-Shooting section of the Samba3-HOWTO [2009/10/14
2004 Jan 22
1
INTERNAL ERROR: Signal 10 in pid 7448 (3.0.0rc2)
This morning I got two users come down to me saying their word doc was lost. Apparently they tried to save their docs to their home folder which is on samba share. XP had given an error along the lines 'Network connection to network drive is lost and word is unable to save the document' and then Word crashed. I went to smb logs and found this. [2004/01/22 10:03:11, 0]
2006 Jun 24
4
setting attribute in constructor, .NEW works but not .CREATE
I have table "decks" with three fields: "id", "created_at" and "cards" which is a 264-character string field. I have modified the model with a constructor, as follows: class Deck < ActiveRecord::Base attr_reader :cards def initialize @cards = "12345" end end If I call Deck.new from my controller, I get no errors and an object with the
2003 Dec 05
1
Panic Signal 11
Hello all, I'm having problems with samba 3.0, having the same problem with both the 3.0.0 and the 3.0.1pre3, below is the tail of the winbindd.log. winbindd runs for a bit, but after about 10 minutes it crashes with the error. I'm very new to linux, setting up samba is one of my first experiments with it. Am running fedora 1.0, don't know what other information you might need,
2010 Mar 16
1
Changing global variables from functions
Hey all, I'm relatively new to the R-environment. I'm having a bit of trouble with encapsulation. I have a globally declared variable that doesn't update it when I change it in a function. For example when I run the following function >deckn<-NULL >deck1<-1 #52 card deck >deck<-function() { #Creating a standard deck deck1<-c(1:52) deckn<-deck1 #Creating n
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba > shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the > smb.log contains the following information: > > [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566) > resolve_lmhosts: Attempting lmhosts lookup for name > NTWEB2.AIS.MSU.EDU<0x20> > [2000/01/04
2007 Jun 22
0
Re: Intermittent "INTERNAL ERROR: Signal 11" with 3.0.24
Hi all Follow up to this post, we've been able to capture a gdb backtrace. Can anyone help with guidance as to what this means. See below: (gdb) bt #0 0xffffe410 in ?? () #1 0x00000001 in ?? () #2 0x00000000 in ?? () #3 0xbfffc9d8 in ?? () #4 0x402b36e3 in __waitpid_nocancel () from /lib/tls/libc.so.6 #5 0x4025ef58 in do_system () from /lib/tls/libc.so.6 #6 0x402268dd in system ()
2009 Mar 23
1
Internal Error Signal 11 (Samba 3.2.3)
Hello list users. In my journey to world of Linux/Windows interoperability, I have now almost reached my goal to successfully authenticate Linux users using Windows Server 2003 SP2. The (hopefully) last obstacle is that "wbinfo -i <username>" causes the following error to be produced in log.wb-<DOMAIN> file (consequently, logins are failing also of course). Samba version is
2005 Mar 15
0
Signal 11 on activity from XP SP2 clients (Samba 2.2.8a on SuSE 9.0)
I've got two brand-new, fully-patched XP SP2 clients who are suffering a mysterious malaise. These two machines will cause a smbd panic when printing or accessing files on a somewhat random basis. Now, the puzzling thing is that three other XP SP2 clients, including one of the exact same configuration, have no issues whatsoever. I've basically ruled out hardware failure on the server,
2004 Jan 07
0
Panic / internal error signal 11 on access samba share
Hello to all, After years of worriless use of Samba, I've stumbled across a strange error when building up a new system based on an Alpha PWS-600au. My distri is based on Gentoo. The Samba source is 2.2.8a. After compiling, configuring and running, my server is visible and all shares are browsable. If I would copy a file to this share (very first thing), an error pop ups (network resource is
1998 Dec 21
0
Signal 11 in nmbd beta4
Hi, I'm seeing nmbd dying from segmentation violation in 2.0 beta4. Trying to track that down right now. For the moment it holds steady but once it died within 1 minute and once in under 5 minutes. This machine shares it's interface with another nmbd (1.9.18-10) which works fine. Additionally, it serves from an automounted nfs disk from another linux (2.0) server. (this machine is
2005 Jul 18
0
INTERNAL ERROR: Signal 10 (Samba v. 3.0.10 in OS X 10.4.2)
My network consists of a Linksys WRT54GX wireless router connecting a Macintosh running OS X 10.4 (Samba version 3.0.10) and a Windows XP notebook. I can connect to the OS X shares wirelessly via the XP machine, but then one of two things happens: either the connection is immediately lost, the directory refreshes and I'm left staring at an empty folder. Or, what happens more
2007 Jun 14
1
Re: Intermittent "internal error: signal 11" with 3.0.24
Hi all Follow up to this post, as it didn't seem to go through the first time. We have a common problem occurring with our Samba setups. We run 3 (identical) processing environments that each contain a Samba host sharing approx .5TB of data to 6 Wintel machines. Normally these hosts operate fine, though we intermittently experience a Samba panic (intermittent = every 2-3 days) as per below.