similar to: Windows 10 share failing

Displaying 20 results from an estimated 6000 matches similar to: "Windows 10 share failing"

2011 Oct 26
2
[LLVMdev] is anyone using the sparc backend?
On Wed, Oct 26, 2011 at 1:59 AM, Chris Lattner <clattner at apple.com> wrote: > > Fantastic.  A great place to start would be to investigate / screen various sparc related bugs in bugzilla to see if they are still relevant and present: > http://llvm.org/bugs/buglist.cgi?quicksearch=sparc > > This bug looks pretty fatal if it is actually real: >
2011 Oct 26
0
[LLVMdev] is anyone using the sparc backend?
On Oct 25, 2011, at 3:17 PM, Pawel Wodnicki wrote: > Chris, > >> FYI, I completely agree that we shouldn't remove the sparc target. However, it is currently unmaintained, and has some pretty glaring bugs. Is anyone interested in stepping up to maintain the target? >> >> -Chris > > We can not let it die and I volunteer to keep the Sparc alive! > > My
2008 Aug 19
1
Re: autocad 2008 and wine
raja_s_patil wrote: > Thanks for speedy reply, > > > > > > > > > It seems that Autocad 2008 is successfully running > > > > > > Can u post the final step by step procedure > > > so that others also can follow u. > > > > > > Thanks and Best Regards :) > > > > > > > > >
2019 Sep 23
1
testparm comaprison
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > Full qouta search list : > https://bugzilla.samba.org/buglist.cgi?quicksearch=quota&list_id=25312 I don't think it's a samba bug! Simply i'm pointing out that disabling 'winbind enum' can lead to some 'glitches', mostnotably 'getent passwd' return no domin users (by design) and
2006 Jan 19
4
validates_presence_of
I am just going through the book and I come across a problem with the code in the app/models: validates_format_of :image_url, :with => %r{^http:.+\.(gif|jpg|png)$}i, :message => "must be a URL for a GIF, JPG, or PNG image" It seems to moan when it''s empty even though I removed :image_url from validates_presence_of. How should I make it optional?
2009 Apr 17
3
[LLVMdev] LLVM ARM for shipped products?
I have been following the recent posts regarding LLVM ARM backend on the list. I am trying to figure out if I should start using LLVM to compile my project or if I should just stick with cross compilers like those provided by Code Sourcery and wait till a later time. I have the following questions in this regard: 1. Can some one tell me if LLVM ARM is being used by anyone to compile any shipped
2004 Mar 17
9
Frequency table
This must be FAQ, but I can't find it in archives or with a site search. I am trying to construct a frequency table. I guess this should be done with table. Or perhaps factor and split. Or prop.table. cut? findInterval? Argh! Please correct me if what I am looking for is not called a "frequency table". Perhaps it's called grouped data. > zz$x9 [1] 65 70 85 65 65 65 62 55
2013 Aug 31
1
Getting back into Dovecot 2.2.5
Hi there, I'm prompted to get into running my own mail server again with Gmail going bad. However I found /usr/share/doc/dovecot/example-config/conf.d/ a little scary, since I like to have my configs as minimalistic as possible, e.g. http://dabase.com/blog/Minimal_squid3_proxy_configuration/ So far I have: https://github.com/Webconverger/sg.webconverger.com/blob/master/dovecot/dovecot.conf
2004 Feb 16
2
debian unstable : mutt polling imap mailboxes
Package: dovecot Version: 0.99.10.4-2 I am accessing my IMAP folder on my ~/Maildir using mutt via Dovecot and I have this problem whereby mutt incorrectly reports I have new mail in a "mailboxes" polled mailbox. This happens all the time when I press the key bound to change mailbox. I use courier IMAP at school, and I have not experienced this problem. A bug with dovecot or mutt?
2010 Oct 27
2
d3dx9_36 : How to handle bug reporting
Howdy folks, The implementation of DirectX 9 in Wine has gone much forward, to the point where most of the lacking functions in the helper dlls are in a single dll : d3dx9_36. It is becoming much less necessary to run winetricks d3dx9. At the moment I am in the process of testing all the game apps I have (around 100) without any overrides. I am looking in particular at d3dx9_36 and msvcrt. At
2018 Oct 04
0
Copy to smb share fails with "invalid argument" on CentOS 7
Hi, I've had problems copying files to Windows shares from my CentOS 7 machine lately. I originally got this in the desktop file manager, but find that I can also reproduce using gvfs-copy. "cp" to the directory mounted by gvfs works just fine, on the other hand. Also, the problem does not occur with small files - I think anything below 64k is OK. The following command sequence
2019 Sep 23
0
testparm comaprison
Hai, Looks like : https://bugzilla.samba.org/show_bug.cgi?id=7270 And https://bugzilla.samba.org/show_bug.cgi?id=13769 You could update this/these bugreport(s) Full qouta search list : https://bugzilla.samba.org/buglist.cgi?quicksearch=quota&list_id=25312 Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens >
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote: > You capture at 48000 but resample from 44100, that will cause problems. > You resample to 22050 so that will affect quality, you haven't said what > bitrate you want to target for, so resampling/downmixing may be required > anyway. I am unsure about these settings. Any particular suggestions? I don't quality with voice, just
2016 May 14
2
Samba slow on MacOSX Yosemite
Samba is very slow through Finder on our Gigabit network (she's using a USB3 adaptor), especially when it comes to listings and such on my wife's computer. This is my samba configuration on Archlinux: http://s.natalian.org/2016-05-14/smb.conf (I'm always running the latest https://www.archlinux.org/packages/extra/x86_64/samba/) And this what the mount looks like on the MBP: //rufie
2006 Jun 21
5
ices2 realplayer
I'm rebroadcasting a realplayer stream and there are two problems. The icecast2 sounds tinny and its delayed something like 3secs. Any advice to perhaps use speex as it's talk radio? Can I cut the delay? Here is my ices2 config: http://static.natalian.org/2006-06-21/ices-alsa.xml Here is details of the feed, so you can take a listen:
2013 Nov 28
2
Dovecot's brittle configuration syntax
Hi there, Whilst trying to come up with a minimal configuration for Dovecot: http://dabase.com/blog/Minimal_Dovecot/ I noticed the configuration syntax is a bit admin unfriendly. It's easy to get an infamous Error code 89. Is there any back story to the grammar or language this configuration is in? Kind regards,
2009 Apr 17
0
[LLVMdev] LLVM ARM for shipped products?
Hi, Simple One schrieb: > 1. Can some one tell me if LLVM ARM is being used by anyone to compile > any shipped products? If so, > a) how are you getting by despite the apparent bugs that exist > (http://llvm.org/bugs/buglist.cgi?quicksearch=ARM)? I want to use llvm inside OpenJDK's runtime hotspot for which a variant exists that uses llvm as a JIT compiler backend.
2020 May 22
3
Voidlinux integration
Hi there, I despise complexity and Grub has been giving me headaches on Voidlinux.. https://www.reddit.com/r/voidlinux/comments/gk5h5c/everytime_i_update_void_i_need_to_manually/ I've switched to Syslinux, but I have the following queries. ??sda1 vfat FAT32 D91B-36F7 190.7M 61% /boot ??sda2 ext4 1.0 0dd25845-8fa5-41e9-b82c-c63c27cf5d18
2016 Jun 02
2
When switching between wired and wireless mounts stall
At home I move between wired and wireless connections and my samba mount seems to stall on Archlinux. http://s.natalian.org/2016-06-02/samba.png Are there any good workarounds? Many thanks,
2013 Apr 18
2
Styling Markdown approaches
Hi guys, I wrote a markdown based Web editor thing for my sister: http://ws.dabase.com/ And she has trouble styling blocks of markdown. Since <div markdown=1>markdown here</div> does not work on my Debian markdown binary. Is there a formal definition of markdown? Or some sort of conformance test? And certain markdown implementations I should be using, and certain ones I should be