Displaying 20 results from an estimated 2000 matches similar to: "About cluster size (read/write)"
2010 Apr 20
2
Problem after upgrade to 1.4.7-1 (Bad magic number in superblock while opening context for device)
Hello Guys,
After upgrade to 1.4.7-1 my FS does not mount anymore. Just after
upgrade rpm, FS mount and works fine, but after reboot server, it does
not work anymore.
FS are created with ocfs2-1.4.4 and ocfs2-tools-1.4.3-1. If I downgrade
to old version doesn't work too.
Messages when trying to mount with new version:
# mount /d01
mount.ocfs2: Device name specified was not found while
2007 Mar 05
1
Strange problems (deadlock) in ocfs2 (rpm 1.2.4-2 and svn 2982) - dlm related?
Hi list,
I have some problems testing ocfs2. My test consist in:
#server1: dd if=/dev/random of=/ocfs2_1/test &
#server1: dd if=/dev/random of=/ocfs2_2/test &
#server1: dd if=/dev/random of=/ocfs2_3/test &
...
#server1: dd if=/dev/random of=/ocfs2_12/test &
#server1:<Ctrl><Alt><SysRQ>B
After that, another node begin recovery. After some time (+- 3min),
2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
On Friday 25 Mar 2011 21:21:18 Marcus Grando wrote:
> >> Script is something like that:
> >>
> >> #!ipxe
> >> ifopen net0
> >> set net0/ip 192.168.0.10
> >> set net0/netmask 255.255.255.0
> >> set net0/gateway 192.168.0.1
> >> set net0/dns 8.8.8.8
> >> set 209:string pxelinux.cfg/default
> >> set 210:string
2024 Nov 27
2
pam_winbind Appears to need a Network Connection to Succeed at Offline Authentication
When I put winbindd in offline mode,
??? terra ~ # smbcontrol winbindd offline
??? terra ~ # smbcontrol winbindd onlinestatus
??? PID 20664: global:Offline BUILTIN:Online TERRA:Online HOME:Offline
I can successfully log in (with the test shown in the PAM Offline
Authentication Wiki article):
??? terra ~ # ssh SAMDOM\\jgraham at localhost
??? (SAMDOM\jgraham at localhost) Password:
???
2024 Nov 19
1
Working through the PAM Offline Authentication Wiki page, but...
...the tests for initial online login to my newly joined Linux domain
member the machine through ssh are failing. I ran:
??? terra ~ # ssh HOME\\jgraham at localhost
??? (HOME\jgraham at localhost) Password:
??? (HOME\jgraham at localhost) Password:
??? (HOME\jgraham at localhost) Password:
??? HOME\jgraham at localhost's password:
??? Permission denied, please try again.
???
2024 Nov 25
1
Working through the PAM Offline Authentication Wiki page, but...
On 11/25/24 11:26, Rowland Penny via samba wrote:
> D, I must go to specsavers, I appear to be going blind ;-)
>
> you wrote 'smbcontrol winbind offline' and I missed it, the extra 'd'
> that is, it should have been:
>
> smbcontrol winbindd offline
>
> Rowland
Okay, thanks, but I'm going to start over as I appear to have related
some incorrect
2024 Nov 16
2
First Linux Machine Domain Join
On 11/16/24 11:59, Rowland Penny via samba wrote:
> Samba doesn't start any daemons on a Unix domain member, you have to do
> it yourself.
I did. My Gentoo samba service scripts starts smbd and nmbd. Oh. Ugh.
Sorry. Found an untweaked option in the samba service script
configuration file--that I had apparently known about while setting up
the AD DC--which was necessary to start
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462
Bug ID: 97462
Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa
version 11.2.2 when visiting Google Maps with firefox
49.0b5
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
2007 Feb 04
2
Centos 4.0 updates repo & local repository creation
Hello all
I used Centos 4.0 iso to setup my systems and updated till date. I
assume they are equivalent to systems created with Centos 4.4
Now, I am planning to setup a full local repository of Centos updates,
extras, centosplus etc. (not isos...as I intend to download isos only
when Centos 5 becomes available.
Please advise what directories I should download for my local
repository, as the
2007 Dec 19
2
speed and connection problems after samba upgrade - RH 5 -> RH 5.1, samba 3.0.23c -> 3.0.25b
Hi,
recently we upgraded a central RHEL 5 fileserver to the latest RH EL 5.1
rpms, including samba. (samba-3.0.23c-2.el5.2 update to
samba-3.0.25b-1.el5_1.4)
Now some users have the problem, that opening a word or excel file saved
on a samba share takes up to 30 seconds. Today I could verify this on
the users desktop XP PC.
This problem occures only from time to time, so it may be also a
2024 Nov 16
1
First Linux Machine Domain Join
On Sat, 16 Nov 2024 10:38:06 -0500
"John R. Graham via samba" <samba at lists.samba.org> wrote:
> I apparently haven't created the correct formula to get Samba to
> start winbindd on my workstation in the process of joining my domain.
> Testing winbindd connectivity fails:
Samba doesn't start any daemons on a Unix domain member, you have to do
it yourself.
>
2004 Aug 06
3
Videoconferencing with speex and jabber
Hi Allen,
> Speaking of video conferencing in conjunction with Speex, we are
> currently beta testing a solution we developed that offers multi-point,
> multi-party video and audio using the Speex engine for voice.
I have visit your website and the solution looks interesting for
big entities. Of course it is comercial, so it's not in my scope.
I'm taregeting smal entities. Some
2006 May 26
1
Indexing vector with repeated values
Hi all,
I have a vector which contains many repeated values.
>Z <- c(1,2,3,4,5,1,2,3,4,5,1,2,3,5,5,2,3,4,5)
I need to know how many times each number in this vecetor is repeated.
I can use a command like this:
> table (cut(Z,seq(1,5,1)))
(1,2] (2,3] (3,4] (4,5]
4 4 3 5
But how can I find a break points for vector with random values and random
number sequence
2024 Nov 16
1
First Linux Machine Domain Join
I apparently haven't created the correct formula to get Samba to start
winbindd on my workstation in the process of joining my domain. Testing
winbindd connectivity fails:
??? ~ # wbinfo --ping-dc
??? could not obtain winbind interface details:
WBC_ERR_WINBIND_NOT_AVAILABLE
??? could not obtain winbind domain name!
??? checking the NETLOGON for domain[] dc connection to ""
2011 Mar 19
1
Dual-booting VMware and chainbooting GRUB
Dear All:
I am having trouble trying to dual-boot VMware and Linux, and I tried
everything I could come up with.
The situation is that /dev/sda is fully used by VMware and /dev/sdb
is used by Linux. VMware uses Syslinux, so I thought this would be
simple... However, it is not. The bootable FAT partition is too smal
to have kernels in it. As a fallback I tried to chain-load GRUB,
but that did not
2016 Jun 30
1
Entry for llvm.org/ProjectsWithLLVM - Terra programming language
Terra: A low-level counterpart to Lua
By Zach DeVito (http://cs.stanford.edu/~zdevito)
Terra (http://terralang.org/) is a system programming language that is
embedded in and meta-programmed by Lua, which handles details like
conditional compilation, type systems, namespaces, and
templating/function specialization that are normally special
constructs in other languages. Terra code shares
2006 Jan 16
3
DO NOT REPLY [Bug 3415] New: -R and --delete cause --delete to be ignored
https://bugzilla.samba.org/show_bug.cgi?id=3415
Summary: -R and --delete cause --delete to be ignored
Product: rsync
Version: 2.6.6
Platform: Other
OS/Version: Windows 2000
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: dietmar@zlabinger.at
2001 Dec 04
1
server renaming problems
Good Morning,
I have a Sun E220R I am building as a replacement for an Ultra2.
The OS is Solaris 2.7, samba version is 2.2.2.
As a test box I named the E220R 'tiamat'. The older U2 is 'terra'.
Tiamat had samba running happily on it.
Last night I tested the switch over by using /usr/sbin/sys-unconfig on
tiamat. This strips the system id, hostname, IP address. I then
reconfigured
2002 Dec 29
1
Multiple domain browselist over a wanlink
Hi,
I'm trying to generate a multiple domain browselist but I don't get it to
work.
I've tried everyting by the book but the result is always the same:
I can see the other workgroup(s) but they are empty. Currently I've added
the following rules to the smb.conf
remote browse sync = 192.168.2.2 192.168.2.4
remote announce = 192.168.2.2 192.168.2.4
As far as I understand
2004 Aug 06
1
Videoconferencing with speex and jabber
I would like to participate also.
Tony T.
----- Original Message -----
From: "J.K. Lin" <jk@pageshare.com>
To: <speex-dev@xiph.org>
Sent: Wednesday, November 19, 2003 12:29 PM
Subject: RE: [speex-dev] Videoconferencing with speex and jabber
<p>> Me, me, me, me too.
> I would love to use it if there is one ;-)
> (I wish I can contribute more, but Windows is