Displaying 20 results from an estimated 400 matches similar to: "CD rom / linux"
1998 May 12
1
Problems with German umlauts
Hi,
I'm running samba-1.9.18p4 on Solaris with Win95-Clients. In general
this works fine.
My Problem:
When a file or directory name on the server contains German umlauts,
these characters show up different on the client. (It works well on
the solarnet clients via NFS)
I've tried
character set = ISO8859-1
as well as
client code page = 850
(that's what my client uses, which is
1998 Jun 04
1
Funny caching problem
Hi folks,
I am experiencing a strange problem with 1.9.18p7 on FreeBSD 2.2.2.
When I access files from the [homes] share, my Win95 client seems to be
caching the files, and not realising that the files may have changed.
For example, I can load a simple text file (from the [homes] share) into
Codewright on the Win95 client. Then I edit the same file using vi on the
samba server, and write out
2001 Oct 23
2
installing/running Monkey Island 3 and 4
I have problems running Monkey Island 3 here. Installing it works fine,
but the problems comes when trying to run it. When pressing "Play Game" (I
think that's what the button says), the program just wants to install
DirectX 5.0. I guess that trying to install it is NOT an option, when
you're using wine.
Second, installing Monkey Island 4 is not successful, because you have
this
1997 Jul 23
0
cd-rom drive for linux
Hi,
I have a question about cd-rom for linux system. Although it is not
related to samba directly, I believe many people in this group are
expert about linux and may give me correct answer. I am going to buy a
pc to install linux (the most recent slackware one). My question is: do
I need a scsi cd-rom drive to install and run linux on the machine? is
the regular one enough? -- if yes, I can
2004 Jan 11
1
automounting a usb-harddrive/cdrom that can be mapped from the login script.
Hi,
I am installing a Samba 3.0.1 on RH90 for a little school, and they want
to have access to a mobile usb-harddrive.
The harddrive shoud be mapped via the login script, and here is were my
troubles begin....
I have been experimenting with the autofs service, which works great if
the harddrive is present at login time.
If one login at a time where the harddrive isn't present the login
2006 Mar 01
2
GXP-2000 Volume Issue
Is anyone else having an issue with GXP-2000s and transmit gain? All my
other phones are fine on my TDM400P with txgain set at 0, but the GXP-2000
caps at about a third of the scale in ztmonitor. I'm getting people
complaining they can't hear me on my GXP-2000s, whereas my Snom 320 and
Polycom 301 are great, and my Budgetones are overmodulating. Is there any
conceivable fix on the
2006 May 28
5
Rails, ActionController::Base.allow_concurrency and mongrel
Hello all,
Are you aware of the rails ActionController::Base.allow_concurrency option ?
If this option is true, rails is able to process simultaneous multiples
actions.
It appears that rails is thread-safe (if the user application is), and
that this option is mostly unknown.
Webrick take care of this option in rails-1.1.2/lib/webrick_server.rb at
line 80 :
REQUEST_MUTEX.lock unless
2002 Jul 02
3
samba 3.0 and group mapping
hi list,
i am playing with samba 3.0 alpha 17 from cvs 20020701 and global groups
running as pdc.
i installed to /usr/local/samba30 (having the lock dir under
/var/lock/samba30). i mapped some unix groups, but the dont appear as
global group. on the w2k sp1 machine. i have also no domain admins
right. the domain logon itself works fine.
any ideas?
btw: swat doesnt not work for me, it
2005 Dec 08
0
submount/supermount
Hello,
Does anybody runs supermount or submount or anything else. If yes can describe how did it establish.
Thanks in advance
Mario Tadej
2001 Dec 18
1
W98-compatible sharing
Hi!
The problem is that W98 doesn't ask user for username when connecting to
SMB-share. This is not a problem when sharing between W98-computers, since
those only require password for connecting - username is not taken into
account.
Problems start when connecting to NT/Samba-servers, which only seem to
support two options:
- username and password
- no username, no password (guest)
I have
2004 Apr 28
1
label separators in boxplots with conditioning
Hi R-helpers,
I have a data.frame with three columns (lots more reps though in each),
like so:
'FOO' 'BAR' 'RESULT'
1 .01 75
1 .05 12
1.1 .01 100
1.1 .05 50
1.2 .01 75
1.2 .05 12
I am calling boxplot(RESULT ~ FOO:BAR, ...) This
2014 Apr 11
1
Bug: noveau DATA_ERROR / CACHE_ERROR on Quadro NVS 290
Hi, there!
Every once in a while / about once a day I have nouveau for a Quadro NVS
290 failing in my
system from about kernel 3.10...up to now 3.14, so I finally decided to
report this bug as
it gets really annoying. After the bug appears, there are some (one per
DATA_ERROR line)
small 20x20 to 40x40 pixel sized odd shaped white block artefacts stuck
on my (dual monitor)
desktop. After a restart
1997 Sep 12
6
Folder Permissions
Hi All,
Can somebody help me set this up.
I'm trying to set up a public folder on my SAMBA server which will let
my users create their own folders to store their files.
And not let everyone delete them.
Following are the problems I'm having:
1) If I set the directory rights to 755 on /exports and share the
/exports/public directory with ~/public set to 755
Users can't create
2009 Nov 27
2
set condition in R
Hi, R users,
I'm using while() in R to set a condition. My condition is: i<523 or i>535.
How should I write this in R? I try "while (i<523 or i>535)" and it does not
work. Thanks.
Garry
On Tue, Nov 10, 2009 at 11:26 AM, Hongwei Dong <pdxdong@gmail.com> wrote:
> Exactly! Thanks, Duncan.
>
> Let me re-phrase me question like this:
>
> 1) X_i values
2010 Jan 20
2
Question about many-to-one merge
I have spent a whole afternoon searching for the solution, but got nothing so
far. It should be a simple problem.
I have two datasets to merge. The first one just contains two ID columns and
it looks like:
FromID ToID
1 2
1 3
2 1
2 3
3 1
3 2
The second one contains a ID column and a variable:
ID X
1 100
2 150
3
2011 Feb 22
5
"aggregate" in R
Hi, R users,
I'm wondering how I can aggregate data in R with different functions for
different columns. For example:
x<-rep(1:5,3)
y<-cbind(x,a=1:15,b=21:35)
y<-data.frame(y)
I want to aggregate "a" and "b" in y by "x". With "a", I want to use
function "mean"; with "b", I want to use function "sum". I tried:
2013 Sep 17
0
[Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
[This email is either empty or too large to be displayed at this time]
2005 Apr 25
3
BUG: xend oopses on munmap of /proc/xen/privcmd
This is with last night''s Xen snapshot (apr 24th), on kernel
2.6.12-rc3 - but the mess is so horrid that I''m not quite sure
how to fix it...
This oops prevents xen from starting xenU domains.
Basically xend does the following:
1) mmap /proc/xen/privcmd
2) call an ioctl to populate the mmap
3) munmap the mapping created in (1)
During the munmap, the dom0 kernel oopses, as
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media
Container Format, named 'matroska'
Project page is here http://sf.net/projects/matroska ; homepage is
http://matroska.sourceforge.net , HTML should be online soon.
Steve 'robux4' LHomme and myself have left the MCF project because of
incompatibilities of our work with the project goals defined by the founder
of
2004 Sep 10
3
Project Announcement : New Media Container Format 'matroska'
Please allow me to announce the creation of a new open source Media
Container Format, named 'matroska'
Project page is here http://sf.net/projects/matroska ; homepage is
http://matroska.sourceforge.net , HTML should be online soon.
Steve 'robux4' LHomme and myself have left the MCF project because of
incompatibilities of our work with the project goals defined by the founder
of