similar to: Samba4. Unable to join to client machines.

Displaying 20 results from an estimated 600 matches similar to: "Samba4. Unable to join to client machines."

2012 Mar 27
1
Odd hang on a 5.6 system
Hi All, I've been trying to trace the cause of a hang on a 5.6 i386 system. After running for almost a year, it hung last week, when I plugged in a screen it was blank, machine was unresponsive to the keyboard, over the network ssh and other daemons didn't respond but the thing has two network cards and routing from one to the other was still working. So the kernel was up and I
2006 Mar 17
6
Disappearing voicemail
Asterisk 1.2, Fedora Core 4: When I leave a voicemail message, it writes the necessary files to the INBOX: msg0000.gsm msg0000.txt msg0000.wav msg0000.WAV When I hang up, the files are erased. There is no indication of anything untoward in the logs: -- x=0, open writing: [...]/INBOX/msg0000 format: wav49, 0x99ce778 -- x=1, open writing: [...]/INBOX/msg0000 format:
2017 Feb 14
3
high memory guest issues - virsh start and QEMU_JOB_WAIT_TIME
Hi all, In IRC last night Dan helpfully confirmed my analysis of an issue we are seeing attempting to launch high memory KVM guests backed by hugepages... In this case the guests have 240GB of memory allocated from two host NUMA nodes to two guest NUMA nodes. The trouble is that allocating the hugepage backed qemu process seems to take longer than the 30s QEMU_JOB_WAIT_TIME and so libvirt then
2004 Mar 02
2
Dovecot failing silently on startup
I'm puzzled... I'm running the Debian package of Dovecot 0.99.10.4 on a Debian (testing) server, and it's basically doing nothing on startup for an extended period. After a while (maybe 10 minutes or more) it all suddenly starts working, all without logging anything untoward. All the dovecot processes appear to start OK, and 'Dovecot starting up' is logged to the syslog. If
2024 Dec 02
1
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
On 12/2/24 04:03, Rowland Penny via samba wrote: > I think that what is happening here is that Samba is caching the > username, uidNumber & gidNumber, but none of the other rfc2307 > attributes, so when the network is disconnected, the 'missing' rfc2307 > attributes cannot be found, even though winbind tries, so it just > 'hangs'. But there would be nothing
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
Full_Name: Allan Stokes Version: 2.8.1 OS: XP Submission from: (NULL) (24.108.0.245) I've just spent a hellish six hours trying to create my own R package with a bare bones "hello world" R function inside. I was able to create a package.tar.gz file eventually with much perseverance. My remaining problem is that when I try to install my simple package under RGui, it hangs.
2014 Apr 14
3
Opus on MIPS performance
Hi All, First time poster to this group, please ignore my ignorance? I?m trying to use Opus 1.1 on a 400MHz MIPS 24k CPU (AR9331, specifically, like in the Arduino Yun). I?ve successfully built (I think) opus-1.1 and opus-tools-1.8 and they run, but are dog slow. opus-1.1 does have the ?enable-fixed-point option set, as this chip only has soft-float. My short test file (less than one
2006 Apr 28
1
acts_as_taggable help
Ahoy, having a bit of difficulty w/ the acts as taggable GEM. I was able to create a tagcloud, but now i want to filter items by tags. in my controller i have def show_tagged_with <-- snip snip --> @items = Item.find_tagged_with( :any => params[:tag_name]) @categories = Category.find_all @tag_name = params[:tag_name] @tagged_items = Item.tags_count(:limit
2006 Apr 15
7
New to rails - scaffold command , how to get related items?
Ahoy, I was able to follow the tutorials and build a simple to-do list program with Items and Categories and have the related tables link up w/ the default "scaffold :Items" command plus custom defenitions. Then I erased all of that and tried rebuilding the program using the ruby script/generate scaffold Item (and category) command. Now the templates look like " <% for
2018 Feb 22
3
a few simple questions about upgrading an "official" centos 7 release
again, some fairly trivial(?) questions about working with centos 7.4, given my time immersed in fedora so i want to make sure i'm not carrying over any bad habits. first, is there anything untoward in updating an installed version of centos 7.4 with a simple "yum update"? i'm well aware of keeping in mind the goal of stability with centos, so am unsure what the philosophy is
2003 Oct 05
3
DMA related disc issues
Howdy. I apologize for vagueness of this report but I am not immediately sure how to proceed with this or what details will be relevant. I look after a community server which has been running just fine for the last 6 months or so with no disk issues at all. The box has an all in one Shuttle motherboard which uses the VIA 8233 ATA133 disk controller according to what I see from dmesg. The
2009 Jun 19
1
Error "the condition has length > 1 and only the first element will be used"
Ahoy. I'm trying to run a function for each country in a multinational dataset. Keeping it simple, an example is for(j in 11:14) { if(data$country_str == "j") { mu <- mean(data$ecdfs1) } else { mu <- 0 } } The number of countries is greater and the functions are more complex, but this fails just the same. The consistent error is In if (data$country_str ==
2013 May 20
1
Inconsistent results from .C()
Hello, I've run into a problem which is both maddening and rather hard to replicate, therefore I wondered if someone might know of a plausible explanation for it. I couldn't find anything in the archives, though maybe I'm searching for the wrong thing. I'm calling some C code using .C, and get the vector I'm interested in back as the 7th location in the returned list.
2006 Apr 16
7
table sorting
Ahoy, I checked the API and did some forum searches but didn''t find anything good on table sorting. Is there a "railish" way to do this? My current method really is lacking (i''m on like rails day 2) <th><%= link_to ''Name'', :action => ''list'', :order => ''name'' %></th>
2006 Sep 06
2
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
> If you don't mind my asking, can you tell us a little more about your > overall goal for this project? > Snip > I can't really give any > feedback on which is more appropriate until I know more about the > constraints of your project. > > -- John T. Hopefully I can explain my project more fully (without being too wordy): "CRAZY CRACKPOT IDEA"
2006 Apr 21
5
installing hieraki help
Ahoy, I tried to install hieraki and it was a big mess. 1) upload_progress module needed to be installed 2) no test/development server configured in the config file so i had to add those 3) no log directory, had to add that 4) had to install 2 gems (ok fine) 5) once the server started, go to homepage and " NameError in Wiki/pageController#index uninitialized constant Node RAILS_ROOT:
2018 Jan 02
0
httr::content without message
Ahoy! That's a message generated by the readr::read_table() function (or it's friends). You can suppress it a number of ways, but this should work as httr::content() will pass through arguments, like col_types = cols(), to the file reader. junk <- httr::content(r1, col_types = cols()) See more here... https://blog.rstudio.com/2016/08/05/readr-1-0-0/
2006 Apr 17
6
acts_as_taggable confused
Ahoy, So i''ve installed the acts_as_taggable module and everything is fine, but i''m a bit confused about this bit of code described in the API "photo = Photo.new # splits and adds to the tags collection photo.tag "wine beer alcohol" # don''t need to split since it''s an array, but replaces the tags collection # trailing and leading
2003 Dec 15
0
Problems connecting to Samba using windows XP
Hi, We are having difficulty connecting to a samba server using windows XP pro. Plain text is enabled and we can search for the server on the network, but as soon as we map a drive to it, it asks for a username and password. We enter this and then it asks for a password relating to a guest account. Can anyone help me with why it defaults to the guest account? Regards Phil This message
2006 Apr 16
11
Best way to sort categories w/ pager
Ahoy, I made this pager, " def list @item_pages = Paginator.new self, Item.count, 10, @params[''page''] @items = Item.find :all, :conditions => "category_id = #{params[:condition]}", :limit => @item_pages.items_per_page, :offset => @item_pages.current.offset @categories = Category.find_all