similar to: Can't browse \Windows from Linux

Displaying 20 results from an estimated 40000 matches similar to: "Can't browse \Windows from Linux"

2005 Nov 12
1
Automounting Windows XP share on Linux
I have /etc/auto.master and /etc/auto.smb such that ls /smb/<name of system> works for the two Win98 machines on my network (the machines get automatically mounted and the directory contains "C"). When I try the same command on the Windows XP machine, I get No such file or directory The auto.smb file that came with my OS (Libranet 3) uses smbclient to get a list of
2005 Dec 01
1
Printer access denied problems
I've had a nagging problem for a long time where I cannot connect to my printers from Windows 2000 or XP. I'm using CUPS printing and Samba 3.0.14. I've seen people report a similar problem where they can print, but can't open the queue or manage the printers. The message you get is "Operation could not be complete. Access is denied." I found the problem to be
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command: /usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh HD'/Users/jeffrey/Downloads/iphone_backup Unfortunately, it's barking when it hits the "(". -bash: syntax error near unexpected token `(' How can I escape this? Thanks. -- View this message in context:
2020 Jun 16
2
Password mismatch after upgrade to Ubuntu Focal
>>>>> "Jeffrey" == Jeffrey van Doesburg <jeffrey at bit.nl> writes: Jeffrey> On Mon, 2020-06-15 at 12:24 +0200, Jeffrey van Doesburg wrote: >> Hi! >> >> Today I upgraded one of our Dovecot servers from Ubuntu 18.04 to >> Ubuntu >> 20.04. After the upgrade I have login issues because the password >> didn't match. >>
2009 May 26
6
dump and import MySQL table w/ accents
I am switching to a composite primary key (string and user ID) from the Rails conventional auto-incrementing integer primary ID. The table is large (2.5 million records) and I''d rather not discard the contents. The composite_primary_key gem doesn''t appear to support altering the table with a migration to do its magic, only creating a table from scratch. So I dumped the table
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 8:20 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? > > https://wiki.centos.org/SpecialInterestGroup/Automotive > > thanks > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com > Red Hat
2020 Jun 16
1
Password mismatch after upgrade to Ubuntu Focal
Jeffrey> On Mon, 2020-06-15 at 22:44 -0400, John Stoffel wrote: >> >> And what about if you don't use LDAP, but just use an sqlite3 or even >> just a plain flat file for authentication, to try and figure out if >> it's dovecot's problem, or maybe something in LDAP that changed as >> well? >> Jeffrey> Thanks for your reply! We already found
2021 Jul 13
1
Wiki request
I have changed to: JefroOsierMixon but for some reason it won't save. The settings page just spins after I click Save. Hopefully it will complete at some point - I will keep checking back. thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive On Tue, Jul 13, 2021 at 9:11 AM Akemi Yagi <amyagi at
2006 Aug 06
2
Escape character for --exclude?
Hi-- Ok. I?ve now run into the next thing I can?t find in man, and this time, I googled as well: --exclude /afs/\* I thought you could just say: --exclude /afs/* or even --exclude /afs/ To exclude the entire afs directory. Can you explain what the purpose of the \ and * are here? Thanks again :) All My Best, Jeffrey on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
2010 Sep 14
1
NA confusion (length question)
Hi folks, I am running a very simple regression using mylm <- lm(mass ~ tarsus, na.action=na.exclude) I would like the use the residuals from this analysis for more regression but I'm running into a snag when I try cbind(mylm$residuals, mydata) # where my data is the original data set The error tells me that it cannot use cbind because the length of mylm$residuals is
2021 Jul 13
1
Wiki request
Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? https://wiki.centos.org/SpecialInterestGroup/Automotive thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive On Fri, Jul 9, 2021 at 10:08 AM Jeffrey Osier-Mixon <jefro
2004 Feb 21
2
reduce the size of samba 3.0 binary
I installed samba 3.0. It works. But the only problem is that the whole binary package is > 800MB (Solaris 2.8) It's a big package to fit in a 2g of / partition. Is there way we can reduce the size of the binary by select function/local/etc? I don't need all the funcations it supports. Only support UNIX nfs data to PC. thanks, Jeffrey
2009 Jun 24
3
[LLVMdev] [llvm-commits] JITEventListener for eventual profiling and maybe gdb support
Hi Jeffrey, This looks very good. Thanks. Some comments: +/// JitSymbolEntry - Each function that is JIT compiled results in one of these +/// being added to an array of symbols. This indicates the name of the function +/// as well as the address range it occupies. This allows the client to map +/// from a PC value to the name of the function. +struct JitSymbolEntry { A nitpick. Please
2009 Jul 26
3
Failed to build gem native extension
On Sat, Jul 25, 2009 at 9:14 PM, Jeffrey Roberts<jeffrey.l.roberts at gmail.com> wrote: > Hello all, I have looked up and down on google for a solution to this going > on several days now, I am really hoping someone here can help me out. > > I have all my deps in order, and I believe the error is that it is looking > in /usr/lib when it should be looking in /usr/lib64, I am
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 9:03 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Thanks - it appears that I log in as "jefro". I can change this to FirstLast if that is preferred. > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com > Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive Please do. CamelCase has a special
2009 Jun 25
0
[LLVMdev] [llvm-commits] JITEventListener for eventual profiling and maybe gdb support
On Wed, Jun 24, 2009 at 2:43 PM, Evan Cheng<evan.cheng at apple.com> wrote: > Hi Jeffrey, > > This looks very good. Thanks. Some comments: > > +/// JitSymbolEntry - Each function that is JIT compiled results in > one of these > +/// being added to an array of symbols.  This indicates the name of > the function > +/// as well as the address range it occupies.  This
2020 Apr 19
5
Netfilter fails to filter traffic from a netblock?
On Sun, Apr 19, 2020 at 9:26 AM Anand Buddhdev <anandb at ripe.net> wrote: > > On 19/04/2020 14:58, Jeffrey Walton wrote: > > Hi Jeffrey, > > > The offending host is 59.64.129.175. To err on the side of caution we > > attempted to block the entire netblock. According to whois data, > > that's 59.64.128.0-59.64.159.255. > > > > iptables -A
2002 Feb 21
1
pi returns 0.7 (PR#1320)
Full_Name: Jeffrey B. Lewis Version: 1.4.0 OS: MS2000 5.00.2195 Submission from: (NULL) (128.97.223.213) Here is an example, > pi; [1] 0.7 > On my home machine running (I think) the same build of R but on WIN98 returns that 3.141... The basic trigometric functions return their correct values. So it seems to be a problem in the definition of this constant. Jeff
2013 Sep 26
3
One DHCP/PXE config for BIOS, EFI32, and EFI64 clients?
On 09/26/2013 01:44 AM, Jeffrey Hutzelman wrote: > Yes; you can configure your DHCP server to hand out different values for > the pxelinux.configfile option to specific clients, matching on MAC > address or a variety of other conditions. Of course, this means that > the config file for that machine will need to know what firmware to > expect and thus what path to set. Hi Jeffrey,
2009 Nov 01
1
[LLVMdev] Should LLVM JIT default to lazy or non-lazy?
On 2009-11-01 08:40, Jeffrey Yasskin wrote: > 2009/10/30 Török Edwin <edwintorok at gmail.com>: > >> On 2009-10-29 23:55, Jeffrey Yasskin wrote: >> >>> On Thu, Oct 29, 2009 at 2:30 PM, Nicolas Geoffray >>> <nicolas.geoffray at lip6.fr> wrote: >>> >>> >>>> Hi Jeffrey, >>>> >>>>