Displaying 20 results from an estimated 500 matches similar to: "Is mount_smbfs broken in 6.1-PRERELEASE?"
2003 Jul 31
1
mount_smbfs and samba 2.2.0
I know 5.1 isn't considered part of -stable, but it doesn't really seem like -current either, so I'm asking here. If this is the wrong place please let me know where I should be.
At work I have a 5.1-R box that I'm trying to use to mount shares from a Sun box running samba 2.2.0 as well as some Win2K boxes. Both the sun and win2k machines authenticate to the company's domain
2004 Mar 22
1
freebsd + mount_smbfs = ?
When I use mount_smbfs I receive such message:
# mount_smbfs -W sbrc -U Kid -E koi8-r:cp1251 -Iradius.sbrc.local
//Kid@radius/MUSIC$ /home/anonftp/.2
mount_smbfs: can't get server address `radius.sbrc.local':
Resolver Error 0 (no error)
mount_smbfs: can't get server address: syserr = Network is down
Network is up in fact, dns server resolves name, but I receive this message
2005 Oct 14
1
mount_smbfs: unable to open connection: syserr = No such file or directory
Alright, so Here is the relevant info:
FreeBSD insomniac.normal1.net 5.4-STABLE FreeBSD 5.4-STABLE #2: Sun Sep 25 14:30:27 PDT 2005 root@insomniac.normal1.net:/usr/obj/usr/src/sys/INSOMNIAC i386
insomniac# pkg_info | grep samba
samba-3.0.20,1 A free SMB and CIFS client and server for UNIX
insomniac#
Alright, So I have four samba clients (2 'nix, 1 mac and 1 windows). The windows
2002 Oct 14
1
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all !
I have a little problem here mounting or browsing samba shares.
I have a FreeBSD 4.6.2 running samba, and a share on that called public.
when I try to mount that share it asks for password, and then gives an
error:
ex.
libra# mount_smbfs //maxi@samba/public /mnt
Password:
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
libra#
I can list the shares with
2003 Aug 06
5
More mount_smbfs
Thanks to Will Saxon I'm finally able to mount Samba shares on my 5.1-R
box using the command
mount_smbfs -I 129.197.36.34 -W acct01 //bfosdick@129.197.36.34/net-11
/sp/net-11
which then prompts me for my password. So now the question is...how do I
put this in /etc/fstab? What do I do about the password?
2006 Mar 27
1
-march=pentium2 + -mtune=pentium4 faster then -march=pentium4?
Why does GCC produce faster code using "-march=pentium2
-mtune=pentium4" on a Pentium 4 chip versus plain -march=pentium4?
Try it...
CPUTYPE=pentium2
CFLAGS+= -mtune=pentium4
COPTFLAGS+= -mtune=pentium4
--
BSD Podcasts @ http://bsdtalk.blogspot.com/
2010 Jan 20
1
possible bug
Hello,
don't know if this behavior is a bug, but I want to share this
information.
samba server version 3.4.3 is installed on solaris10 x86
compiled with gcc
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as
--with-ld=/usr/ccs/bin/ld
2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
On 4/12/06, Ted Mittelstaedt <tedm@toybox.placo.com> wrote:
>
> >-----Original Message-----
> >From: Ted Mittelstaedt [mailto:tedm@toybox.placo.com]
> >Sent: Tuesday, April 11, 2006 6:04 PM
> >To: Nikolas Britton
> >Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org
> >Subject: RE: Timescale for 6.1-RELEASE...
> >
>
2004 Nov 24
1
Problems with samba under FreeBSD, not under Linux
Dear All,
(Context: Office windows LAN; PC Pentium 3 with 128 MB, FreeBSD 5.3.)
Here you are the unanswered message I sent to the FreeBSD mailing list:
\BEGIN{MESSAGE}
--------------------------------------------------------------------------------------
After installing and launching samba 3.0.7 daemons under my postgresql
FBSD5.3
stable server at office, I'm having trouble in connecting
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2
i am using this command to mount a windows share from windows xp
mount_smbfs //user@server/share_name /path/to/mount_point
and everytime i get this message
mount_smbfs: can't get server address: ssyerr = operation timed out
i have also tried this command
mount -t smbfs //user@server/share_name /path/to/mount_point
and get the same message
can any one give me some
2002 Nov 05
0
mount_smbfs problem
hello,
i am using samba 2.2.4 on freebsd 4.6.2 release. when i try to mount an
smb share off my windows xp box onto my freebsd box, i get the following:
~$ mount_smbfs //neelix/mike /mnt/mike
Warning: no cfg file(s) found.
mount_smbfs: can not setup kernel iconv table (default:tolower): syserr =
Operation not permitted
however, when i run the same command as root, it works as expected.
2002 Jul 13
3
mount_smbfs on freebsd 4.6 is it browken?
I can't seem to be able to mount any windows shares all I get is this
error
smbfs: can't get handle to requester (no /dev/nsmb* device)
a quick search on google leads me to believe it is broken, can anyone
help me get this fixed?
2013 Nov 27
3
issue with speech in IVR
hello list
i have an IVR menu in asterisk 1.4
like below
exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)
[home]
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}music1)
exten => s,n,Background(${sounds_path}music2)
exten => s,n,Background(${sounds_path}music3)
exten =>
2003 Apr 01
1
LOG_AUTHPRIV and the default syslog.conf
Hello,
Some time ago I wrote PR conf/48170, which discussed
the following problem:
Syslog messages of facility LOG_AUTHPRIV and priority LOG_NOTICE
(or higher) are sent by default to the world-readable log file
/var/log/messages. That seems unacceptable since the facility
LOG_AUTHPRIV is for hiding sensitive log messages inside a protected
file, e.g., /var/log/auth.log.
For example, login(1)
2020 Feb 24
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/23/2020 2:54 PM, TomK via samba wrote:
> On 2/23/2020 11:44 AM, Rowland penny via samba wrote:
>> On 23/02/2020 16:05, TomK wrote:
>>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote:
>>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> "Sadly this really appears
2011 Feb 04
1
dataframes from a function
Hi,
I'm trying to create a function to return three dataframes for later use in
a graphic so I want the return from the function to give me dataframes and
with unique names relating to the variable they are based on.
For example.....
sub<-c("6-1a","6-1a","6-1a","9-2b","9-2b","9-2b","7c","7c","7c")
2010 Sep 16
0
VFS objects and mount_smbfs on Mac?
Hi all,
Is that intended to work? I have a Mac client connected to a Samba share
on a linux server (samba 3.2.0). For debugging purposes I've set up a VFS
object on my share, which shall trace the actions on the filesystem.
guest ok = yes
vfs object = full_audit
full_audit:success = all
full_audit:failure = all
full_audit:facility = LOCAL7
full_audit:priority = ALERT
and adjusted the
2006 Jan 28
0
macosx (mount_smbfs ok - macosx GUI not working)
Hi there,
I have machine running:
Linux 2.2.20
Samba version 3.0.14a (debian package)
Check the end of the email for the samba config file
The samba machine is sharing a directory and it is validating users
through a windows 2k PDC.
Everything works if I use windows/linux clients, but when I try to
use a share directory from a macosx client (10.4.4) using the
finder (GUI), it doesn't work.
2020 Feb 23
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 23/02/2020 16:05, TomK wrote:
> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote:
>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote:
>>>
>>>
>>>>
>>>> "Sadly this really appears to be is a client issue.? You see there the
>>>> string Samba gets, so by the time Samba tries the process it the @ is
>>>> already
2007 Mar 27
2
Re: [Gnash] Fw: Linux.com: Swfdec Officially Adds Flash 7 Video Support (But Not 8 or 9)
Does swfdec work on AMD 64-bit systems?
On 3/27/07, D?niel Fraga <fragabr@gmail.com> wrote:
> URL:
> http://linuxtoday.com/news_story.php3?ltsn=2007-03-27-010-26-NW-SW-DV
> Free software fans of YouTube jumped for joy last week when developer
> Benjamin Otte announced on his blog that the free Swfdec Flash player
> has reached the point where it can play YouTube's Flash