similar to: Win95/Linux problem...

Displaying 20 results from an estimated 2000 matches similar to: "Win95/Linux problem..."

2008 Nov 26
1
samba 3.2.4 WINs problem
Hello All, i have a PDC running on subnet 192.168.100.x, and i have set wins support = yes. i have another subnet 192.168.101.x where all my client windows 2k/XP/2003/samba clients reside. For some reason the WINs server doesn't update its entries whenever a client changes IP address -- it still serves up the previous ip address mapping. This only seems to be a problem with samba-based
2017 Nov 27
3
problems with permissions
hi list, environment: Windows 2008 Domain Centos 7 server running samba 4.4.4 Problem: I am creating a number of samba shares on the Centos server to be used on the Domain. Right now I have two major directories setup as shares with minor directories being created. How do I specify read/write permissions on the minor directories without having to create a share for each directory?  When I
2020 Oct 14
0
Changing IMAP separator - does it break things?
Filip Hajn? wrote: > 14. 10. 2020 v 11:51, Victor Sudakov <vas at sibptus.ru>: > > > >> I had to do it with 10-20 live users and it went fine, nobody noticed > >> anything (I made the change in the night hours just to be sure > >> though). I had to go down and fix some erratic folder names that > >> resulted from the botched separator handling on
2018 Apr 24
0
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Thanks for reducing that for me! The outliner pulls out the following: OUTLINED_FUNCTION_0: // @OUTLINED_FUNCTION_0 .cfi_sections .debug_frame .cfi_startproc // %bb.0: adrp x29, g1 add x29, x29, :lo12:g1 adrp x30, g2 // This adrp shouldn’t have been outlined. ret It shouldn’t be pulling out that adrp. There’s a special case for arps in
2018 Apr 26
2
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
> Porting the outliner on ARM is in my plans for this year (as discussed > with other ARM folks at EuroLLVM last week), to avoid duplication is > it ok for you if I work on it, David, Jessica ? Sounds good to me; an ARM target would be great! - Jessica > On Apr 26, 2018, at 2:17 AM, Yvan Roux <yvan.roux at linaro.org> wrote: > > Hi, > > On 25 April 2018 at
2018 May 07
0
RFC: [FileCheck] CHECK-DAG for multiple occurrences of string
Right now, the tests try to accomplish the following 1. Define a sequence of instructions (e.g a,b,c) 2. Insert that sequence into k places with an unique instruction between them to make sure the outliner will yank them out *without overlaps* 3. Check for k calls to an outlined function 4. Check that the outlined sequence still exists in the program This can result in some pretty long tests
2018 Apr 23
2
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Sorry, I was using a modified compiler, which by coincidence made the bug much easier to reproduce. In some rare cases, the compiler will use x30 as a general-purpose register; in that case, outlining breaks because the "ret" branches to the wrong address.  Testcase (reproduce with "clang -O3 --target=aarch64-pc-linux-gnu -mllvm -enable-machine-outliner"): extern long g1;
2001 Nov 13
0
more info for rsyncs not exiting problem
Apologies for not including this info in the first place! My rsycn version is: rsync version 2.4.6 Copyright Andrew Tridgell and Paul Mackerras And my OS is: Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2 on an i686 --jessica On Fri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote: > > I'm having a problem where my rsync processes don't exit. > > They finish
2018 Apr 23
0
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
I just ran SPEC at -O3 with the outliner enabled for AArch64 and didn’t get any failures on my end. Which flags did you use? I’m curious about what’s going on here... I used -O3 -mllvm -enable-machine-outliner -arch arm64. - Jessica > On Apr 23, 2018, at 1:41 PM, Jessica Paquette <jpaquette at apple.com> wrote: > > Hi Eli, > >> I just tried some tests, and I'm
2017 Dec 12
5
problems with share permissions
Hi I had a few test shares  created and they were working fine. Users could read or write depending on the windows group that was defined on the share. I have since removed the test shares and created the file structure needed and setup the smb.conf file with the share names.  I have also setup the groups and assigned them to the respective directories.  Problem is the users can connect to
2018 May 04
2
RFC: [FileCheck] CHECK-DAG for multiple occurrences of string
Hi Jessica, This time I'm replying all.... On Fri, May 4, 2018 at 12:45 PM, Jessica Paquette <jpaquette at apple.com> wrote: > I would personally like a feature like that in FileCheck because it would > make it a lot easier to write MachineOutliner tests, and would make the > tests significantly smaller and easier to understand. > How do MachineOutliner tests accomplish
2008 Feb 12
3
regular expression for na.strings / read.table
Dear all, I am working with a csv file. Some data of the file are not valid and they are marked with a star '*'. For example : *789. I have attached with this email a example file (test.txt) that looks like the data I have to work with. I see 2 possibilities ..thast I cannot manage anyway in R: 1-first & easiest solution: Read the data with read.csv in R, and define as na strings
2016 Sep 29
2
[RFC] Interprocedural MIR-level outlining pass
Hi Violeta, I compiled with clang -Oz and clang -Oz -mno-red-zone for comparisons against Oz and clang -O0 and clang -O0 -mno-red-zone for comparisons against a default clang. I unfortunately don’t have the clang commit I worked with on my home laptop, and don’t have access to the computer I was using at Apple, so I can’t help you there. Jessica > On Sep 28, 2016, at 11:22 AM, Violeta
2012 Sep 28
1
blank plot----how do I make symbols appear
Hi, I am trying to create a scatterplot, coding each point to one of 5 populations. I was successful when I did this for one set of data, yet when I try plotting other data a blank plot appears (although the axes are labelled and I can fit the regression lines from each population). I have tried a variety of things to fix this but nothing seems to work. I can plot the points if I do not
2010 Feb 16
2
error message when downloading packages using the OS X shell
Hi Fellow R Users, I recently upgraded to Mac OS X 10.5 (Snow Leopard) and had some issues downloading and running R 2.10.1. I fixed the tcl/tk problem I was originally having but it was replaced with another. I run R out of the shell (terminal) and when I ask it to download.packages() it gives me the following message: *Loading Tcl/Tk interface ... done* *Error in file.info(x) : argument
2010 Mar 26
3
Help with assigning a value based on existing numbers
Hi All I have a column/variable called time difference. It has a whole list of numbers from 0 through to the hundreds eg 236. I want to assign a corresponding "name" to each variable from a predefined list: Month or less, 1 -2 months, 2-3 months etc So the result would look something like: Time Difference Month 1 Month or
2014 Dec 12
0
Investieren
Hallo lieber, Guten Tag! Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das Sie mir vorschlagen konnen, in Ihr Land. Schicken Sie mir ein Antwort via email bitte so
2014 Dec 12
0
Investieren
Hallo lieber, Guten Tag! Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das Sie mir vorschlagen konnen, in Ihr Land. Schicken Sie mir ein Antwort via email bitte so
2014 Dec 12
0
Investieren
Hallo lieber, Guten Tag! Mein Name ist Ms Jessica Ziegler 43yrs alte, BSC.degree als kauffrau,bin ich momentan hier im UK.Ich schreibe, um Ihre Erlaubnis zu suchen, mit mir, als mein fremder Partner und Fonds-Gesch?ftsf?hrung zu arbeiten,in einen profitablen Unternehmen- Gesch?ft zu investieren, das Sie mir vorschlagen konnen, in Ihr Land. Schicken Sie mir ein Antwort via email bitte so
2020 Aug 29
0
[klibc:master] ia64: Fix invalid memory access in vfork
Commit-ID: faf48679047c91ac27dbb435d9189d0f0d59cb70 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=faf48679047c91ac27dbb435d9189d0f0d59cb70 Author: Jessica Clarke <jrtc27 at jrtc27.com> AuthorDate: Sat, 2 Feb 2019 02:29:47 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 29 Aug 2020 18:53:30 +0100 [klibc] ia64: Fix invalid memory