similar to: Changing the List-ID twice in short order == Bad.

Displaying 20 results from an estimated 1000 matches similar to: "Changing the List-ID twice in short order == Bad."

2004 Jun 03
1
Authentication and Joining failing after a time.
I have a Samba Domain that did migration from: 3.0.0 -> 3.0.2 -> 3.0.2a ->3.0.4 It is a very healthy machine it is running on. A heavily updated RedHat 7.2 machine. I have rebuilt newer source SRPM to update it. Pretty much updated piece meal since forever, and probably is updated e"enough". It is lean, as I do not believe in Garbage installs. But, the point of this is:
2003 Sep 18
0
Using Samba 2.2.7.a and PlainText Auth
Server == samba-2.2.7-3.7.2 Plaintext Auth daemon mode, RedHat 7.2 all errata applied, 2.4.20-(stock errata latest) Clients == WindowsXP (forced to use plaintext auth) all patched up. Software == Multitude of lists sorting and management using the server as it's store for data. Trouble == Every once in a while after daemon uptime of a month so, files written to the network drives will
2007 Dec 17
16
How to configure default NIC when creating Guest
Hi All, I have a machine with three network cards, and the third card(named e1000g2) is in use now. I want to use e1000g2 as default NIC when I create Guest. How can I change the default NIC? I can override the default value of config/default-nic property of svc:/system/xvm/xend. But xend still use e1000g0 when creating Guest. BTW, I can explicitly set "bridge=e1000g2" when creating
2012 Dec 11
1
How do you use agrep inside a loop
Hi all. This is my first message at R-help...so I'm hoping I have some beginner's luck and get some good help for my problem! FYI I have just started using R recently so my knowledge of R is pretty preliminary. Okay here is what I need help with - I need to know how to use agrep in a for loop. I need to compare elements of a vector of names with other elements of the same vector.
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
ALL: <<diffserv-gred_10-06>> I have attached the current script that I am using. $TC qdisc add dev $EDEV parent 2:20 gred setup DPs 3 default 2 grio $TC qdisc change dev $EDEV parent 2:20 gred DP 1 limit $lim min $minTh max $maxTh avpkt $avgPL burst $bursty bandwidth $netBand probability 0.02 prio 2 $TC qdisc change dev $EDEV parent 2:20 gred DP 2 limit $lim min $minTh max
2013 Oct 04
1
[Bug 70130] New: unable to compile fragment shader program
https://bugs.freedesktop.org/show_bug.cgi?id=70130 Priority: medium Bug ID: 70130 Assignee: nouveau at lists.freedesktop.org Summary: unable to compile fragment shader program Severity: normal Classification: Unclassified OS: Linux (All) Reporter: infyquest at gmail.com Hardware: x86 (IA32)
2014 Apr 16
16
[Bug 77529] New: NVS 510 DP-3 output doesn't work
https://bugs.freedesktop.org/show_bug.cgi?id=77529 Priority: medium Bug ID: 77529 Assignee: nouveau at lists.freedesktop.org Summary: NVS 510 DP-3 output doesn't work QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: tex at sergio.spb.ru
2004 Apr 28
3
Is windbindd necessary?
Is it necessary? I am also confused as to what it does. If I disable it in the smb.conf file, I can not say I see any difference. I am running 6 XP pro clients, MDK 9.2 as the file server. Sincerely, Matthew J. DiBattista Matthew J. DiBattista Information <http://www.ittechs.com/> Technology Technicians
2004 May 19
1
Mapping My Documents
I'm creating roaming profiles for the Win98 boxes in our network. Is there any way to map the "My Documents" folder to a share in the Samba server? -- "Without this playing with fantasy no creative work has ever come to birth. The debt we owe to the play of our imagination is incalculable." [Carl Jung] Home page: http://www.luiz.claudio.nom.br Editor DMOZ:
2004 Jun 04
1
roaming profil problem
hello, I've got a strange problem after an upgrade to samba 3. The existing profils are now unavailable for users, depending on their local rights. If the user is locally admin, his profil is succesfully loaded on login. Else there's no error, but the profil isn't loaded. The samba logs don't show anything special, but i can send them if someone want it. If I create new users,
2004 Jun 04
2
(no subject)
>When performing an upgrade of Red Hat 2.1 AS to Red Hat 3 ES Samba fail to start >due of missing libssl.so.2 and libcrypt.so.2 libraries that has been deleted >during upgrade process. We restored files from backup but winbind still fail >to starting. Radu, First, it's very scary that you're using RedHat 3. That could be a source of many problems. ;) Anyway, what error(s) is
2004 Jun 07
1
PDC login problem
About two months ago Samba (PDC) started rejecting users when login in Windows 98 or XP (that's what we've got). The strangest thing is that there is no rule when the server rejects username, so sometimes it allows login and sometimes doesn't. Users say that the system let them in if they empty all three fileds (username, password, domain) and retype them when login in Windows 98. I
2004 Jun 14
1
Samba 3.0.5 - Can't change password
Hello, I upgraded samba to 3.0.5 (debian sid) in the hope of getting windows password change to work, but had no success. The password is changed (fortunately), but the computer still displays a message saying the old password is incorrect. Do you know how to fix it? Thanks L.CARON
2004 Jun 08
1
What about domain trusts
Say between a Samba 3.0.4 and win2k machine?
2005 Mar 23
1
OT Anybody any comments?
List, from the Dutch "Computable" paper ICT tabloid and daily ICT subscribable mailing-list and so-called verwittigingsbrief/ad hoc news letter, partly translated into English by me ;) Dutch readers only: http://www.computable.nl/nieuws.htm?id=524000 "Manage Windows clients from Linux servers" blahblahblah Zenworks 7, the latest release of Novell's sysadmin suite".
2004 Mar 02
2
xp pro & debian
I've got a working samba setup on a debian linux server. Existing windows boxes are win98 with unencripted passwords. They only need to see the exported directories on the samba server. All the networking is working. (dns, dhcp, ping, internet access, etc ) Anything I do on my new XP Pro box or in samba.conf gives the error message:- The folder you entered does not appear to be valid.please
2009 May 10
4
Partial Derivatives in R
Quick question: Which function do you use to calculate partial derivatives from a model equation? I've looked at deriv(), but think it gives derivatives, not partial derivatives. Of course my equation isn't this simple, but as an example, I'm looking for something that let's you control whether it's a partial or not, such as: somefunction(y~a+bx, with respect to x,
2019 Feb 21
0
Icecast 2.4.4 and packet loss on CentOS 7
Hi, We have some time-outs when there connecting more thane 1400 listeners to Icecast. We use CentOS Linux release 7.6.1810 on port 80 and 443 for SSL on IPv4 and IPv6. The stream have many mountpoint 16 active (8 main en 8 fallback and 8 file when faillback is down) The server have 2 CPU's on 3Ghz and 6000mb memory. And we 1 GB uplink (we use 130mbit on peak). We use a hardware firewall
2004 Jun 14
2
Samba shares becoming inactive after a while
When a user is not using a samba share, after a while they become "inactive". When a user wants to access the share again, it takes an irritating long time before they get access again. The (windows) application that does the accessing is not responding during that time. There are no drive letters assigned to the shares in a logon script. When I do assign a drive letter to the share (in
2005 Feb 10
3
[PATCH] bug in 3.0.11 winbindd when 'disable netbios = yes'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Heads up.... If anyone has had problems with winbindd not being able to locate any domain controllers after upgrading to 3.0.11 *and* you have 'disable netbios = yes' in smb.conf, please test this preliminary patch (winbind_find_dc.patch). It's pretty rough currently but needs some more widespread testing. You can download it from :