similar to: Samba stopped working

Displaying 20 results from an estimated 10000 matches similar to: "Samba stopped working"

2002 May 23
1
Using an IBM 8227 Lan Entry Access Point
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi: I'm using Red Hat 7.0 and stock samba. I just bought an 8227 IBM Access point from eBay, and it says it needs a Lan Manager server supporting LLC to download the boot image. Can Linux and Samba be used to support this access point? If so, could someone point the way where I can find docs to configure this setup? Thank you. - -- Alfredo
2001 May 09
12
Microsoft "Windows for Linux"
-cross posted to comp.emulators.ms-windows.wine- Microsoft should consider producing "Windows for Linux". It could be their own version of Wine, but it would be nearly 100% compatible with the latest version of Windows. Microsoft could require that users have a retail copy of Windows to make this work. It's a win-win situation. Linux users could run nearly all of the available
2001 Feb 23
2
Initial window position with WINE
Some one else (not me -- I have RedHat 7 and can't seem to get a compiler to work) built the current Corel WPO CVS WINE and it seems to work OK except that when I close an application with a full screen it remembers that. But, when I reopen it it is a little to my left and too high to see the decorations on the window frame. Can this be changed with a configuration file somewhere or
2001 Apr 27
1
Has anyone tried to get Quicktime to work under Wine?
There are a lot of movie trailers that I'd like to watch, but nobody has a Quicktime player that works under Linux. Just curious... Spectre
2004 Aug 06
0
Q: Is it possible?
Hi Raul, Here is how I would set it up to answer your scenarios: -One Icecast server in Spain. -One source in Spain -One source in Honduras -One source in Guatemala (for example) ... I would reserve a mountpoint for each one of these sources: -Spain = my_radio.mp3 (Your listeners will listen to this mountpoint ONLY) -Honduras = Honduras.mp3 -Guatemala = Guatemala.mp3 ... Let's say you use
2004 Aug 06
5
Q: Is it possible?
Hola Mac (qué bien, un español ;-) ) > I would reserve a mountpoint for each one of these sources: >-Spain = my_radio.mp3 (Your listeners will listen to this mountpoint ONLY) >-Honduras = Honduras.mp3 >-Guatemala = Guatemala.mp3 Ok, it's seemed to my conversation with Eric. My Bc server will receive N sources, mix them and broadcast the final results, but I see some differences
2004 Aug 06
0
error when reencoding
I'm trying to reencode my mp3 with the ices, but with ices0.1 an 0.2.2 i got a segmentation fault. in other try, i have used `ices -F etc/playlist.txt -R -H 32 -P teste` and i got these errors: ---- Logfile opened Error setting LAME parameters. Check bitrate, channels, and sample rate. Connected to server 127.0.0.1... Streaming 12672896 bytes from file /home/staff/alfredo/mp3/queen/Queen -
2010 Jul 05
0
Release of libvirt-0.8.2
Following Dan advice, I decided to not wait for more patches and push the current git head as the release. Let's plan to have another release by this month end with the QEmu debugging and hacking APIs. The release is available as usual at ftp://libvirt.org/libvirt Quite a lot of bug fixes during the two months since 0.8.1, and a few new feature. It also tagged more commits as being
2019 Oct 14
0
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
On 10/14/19 3:12 AM, Li Feng wrote: > Hi Cole & Michal, > > I'm sorry for my late response, I just end my journey today. > Thank your response, your suggestion is very helpful to me. > > I have added Michal in this mail, Michal helps me review my initial patchset. > (https://www.spinics.net/linux/fedora/libvir/msg191339.html) > Whoops I missed that posting, I
2014 Feb 17
2
Old harware (intel 82845G card) stopped working after update (centos 6)
Hello. I apology in advance if I am not reporting things correctly, but my knowledge about these things is very limited. I have five Transtec computers, approximately born in July 2005; they have an intel 82845G video card. The last 'yum update' was on January 30, 2014. I did not reboot the machines at that time. I cannot be sure about the date of the 'yum update' preceding
2011 Jun 06
0
Release of libvirt-0.9.2
As planned the new release is available at: ftp://libvirt.org/libvirt/ It is a rather large release with near 400 commits included. From an user point of view the main improvement is likely to be when using migration as various work has been done to extend the protocol and to avoid having the migration command stop other concurrent operations (like virsh list). See below for a number of
2019 Oct 15
1
Re: [libvirt] Add support for vhost-user-scsi-pci/vhost-user-blk-pci
Cole Robinson <crobinso@redhat.com> 于2019年10月15日周二 上午1:48写道: > > On 10/14/19 3:12 AM, Li Feng wrote: > > Hi Cole & Michal, > > > > I'm sorry for my late response, I just end my journey today. > > Thank your response, your suggestion is very helpful to me. > > > > I have added Michal in this mail, Michal helps me review my initial patchset.
2023 Feb 24
0
Problemas con algunos atajos en Rstudio
Cordial saludo, Muchas gracias por tu recomendación, finalmente cambié los atajos con otras letras, dado a que no me funcionó con las que trae por defecto, a pesar que realicé el cambio muchas veces. Muchas gracias. El vie, 24 feb 2023 a la(s) 12:27, Carlos Ortega (cof en qualityexcellence.es) escribió: > Hola, > > Prueba estas cosas: > 1. En Tools > Global Options > Code
2010 Jun 23
0
Directory Permissions?
Hello, Running Samba 3.3.10 on FreeBSD 7.3. Cannot copy a folder with a subfolder and 10 files in the subfolder from an OSX 10.6.4 client to a folder on the Samba server. What happens is that the folder gets copied but not the subfolder and its files. root at aries:/usr/local/etc# testparm Load smb config files from /usr/local/etc/smb.conf Processing section "[homes]" Processing
2011 Sep 02
2
conditional replacement of character strings in vectors
Hello, I have a dataframe that looks like this: a b NA Honduras China NA NA Sudan Japan NA NA Mexico NA Mexico I would like to replace the NA values in column b with the non-NA values in column a. I have tried a number of techniques, (if, ifelse) but I must have the logic wrong. Thanks -- Josh [[alternative HTML version deleted]]
2013 Jul 26
0
variación en los resultados de k medias (Alfredo Alvarez)
Hola, pues con esto del kmeans ando pegándome ahora y si quieres tener los mismos resultados para los mismos datos de entrada debes darle una semilla constante en cada ejecución: set.seed(1234) Como se explica aquí: https://stat.ethz.ch/pipermail/r-help/2007-March/128671.html Lo he comprobado en muchas ejecuciones y es así. Otra posibilidad que se menciona también en las consultas que he
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver, subject and sender. Receiver subject sender 1 Adrian Cole RE: [WHIRR-117] Composable services Tom White 2 Adrian Cole RE: [WHIRR-117] Composable services Tom White 3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole 4 Adrian Cole RE: [WHIRR-117]
2001 Aug 23
2
help
> -----Mensaje original----- > De: Alfredo Hurtado Pereda > Enviado el: Jueves, 23 de Agosto de 2001 11:38 a.m. > Para: 'wine-users-request@winehq.com'; Alfredo Hurtado Pereda > Asunto: help > > > > Help me Please > > > I have a Problem . I Install Sybase Opclient so i run the > programs isql.exe this program put the Windows this say
2012 May 15
1
Object-oriented programming (OOP)
Hello everybody, please excuse my bad English. I am Alfredo Naime and I'm from to Venezuela. I want to make a lib with tools for simulation (queues, inventories, factory, etc.) using object-oriented programming (OOP). You have any manuals on the handling of data types, classes, inheritance, etc. in R with examples and how to make a R lib. Thank you, very much. Alfredo
2023 Feb 24
0
Problemas con algunos atajos en Rstudio
Cordial saludo, Gracias a ti Emilio pude resolver el primer problema, con los otros atajos otro sigo con el mismo problema. Si alguien me puede ayudar se lo agradezco. !Muchas gracias¡ Fraternalmente, José Diaz ------------------------------ --------------------------------------------------- ------------------------------------------------ -------------------------------- El jue, 23 feb 2023