Displaying 20 results from an estimated 61 matches for "newserver".
Did you mean:
netserver
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
...ibootmgr, but it wants a model named efivars loaded, but
> > there is no such module available.
>
> That's interesting.?? Can you post the command and output where you see that?
>
> Also, post the output of "dmesg | grep efi:" and "ls /sys/firmware/efi/"
newserver.wendellfreelibrary.org% sudo efibootmgr
[sudo] password for heller:
Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
Try 'modprobe efivars' as root.
newserver.wendellfreelibrary.org% sudo modprobe efivars
FATAL: Module efivars not found.
newserver.w...
2018 Jun 15
1
Mounting samba share
...auth methods = guest sam winbind:ntdomain
client ldap sasl wrapping = seal
netbios name = STAT1
realm = EXAMPLE.EDU
workgroup = WORKGROUP
client max protocol = NT1
idmap config * : backend = ldap
#idmap config * : ldap_url = ldaps://newserver.example.edu
idmap config * : ldap_url = ldap://newserver.example.edu
idmap config * : ldap_base_dn = ou=idmap,dc=newserver,dc=example,dc=edu
idmap config * : ldap_user_dn = cn=admin,dc=newserver,dc=example,dc=edu
idmap config * : default = yes
#idmap conf...
2016 Dec 18
5
Building on debian 8.6
Hi,
Despite having used samba for many, many years, I have not built from
source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian
itself.
I have installed Debian 8.6 from scratch:
newserver:~/download/samba-4.5.2$ cat /etc/debian_version
8.6
user at newserver:~/download/samba-4.5.2$ uname -a
Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
(2016-10-19) i686 GNU/Linux
and have installed all required packages as per:
https://wiki.samba.org/index.php/Samba_Dependencies_Re...
2018 May 29
0
CentOS6: HELP! EFI boot fails after replacing disks...
...er wrote:
> At Mon, 28 May 2018 18:23:42 -0700 CentOS mailing list <centos at centos.org> wrote:
>> On 05/28/2018 03:25 PM, Robert Heller wrote:
>>> I tried to run efibootmgr, but it wants a model named efivars loaded, but
>>> there is no such module available.
> newserver.wendellfreelibrary.org% sudo efibootmgr
> [sudo] password for heller:
> Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
> Try 'modprobe efivars' as root.
> newserver.wendellfreelibrary.org% sudo modprobe efivars
> FATAL: Module efivar...
2007 Jul 03
7
CA migration
Anyone ever migrated the puppetca to a different host? What are the steps
that are involved?
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
...tition unique GUID: 39484DD8-B1D9-47B2-B4D7-89DFE3CE5E09
> First sector: 2048 (at 1024.0 KiB)
> Last sector: 1230847 (at 601.0 MiB)
> Partition size: 1228800 sectors (600.0 MiB)
> Attribute flags: 0000000000000000
> Partition name: 'EFI System Partition'
Well, on my system:
newserver.wendellfreelibrary.org% sudo blkid /dev/sda1
/dev/sda1: SEC_TYPE="msdos" UUID="8D81-8D0C" TYPE="vfat"
newserver.wendellfreelibrary.org% sudo blkid /dev/sdb1
/dev/sdb1: SEC_TYPE="msdos" UUID="8D81-8D0C" TYPE="vfat"
That UUID is the VFAT...
2018 Jun 15
0
Mounting samba share
...ntdomain
> client ldap sasl wrapping = seal
> netbios name = STAT1
> realm = EXAMPLE.EDU
> workgroup = WORKGROUP
> client max protocol = NT1
> idmap config * : backend = ldap
> #idmap config * : ldap_url = ldaps://newserver.example.edu
> idmap config * : ldap_url = ldap://newserver.example.edu
> idmap config * : ldap_base_dn =
> ou=idmap,dc=newserver,dc=example,dc=edu idmap config * : ldap_user_dn
> = cn=admin,dc=newserver,dc=example,dc=edu idmap config * : default =
> yes #idmap con...
2009 Jan 23
7
Quote, dollar and pipe
...t: created file with
contents {md5}43f1e562200b79e68ebaf15cd956eaa3
When puppet parses stdin :
$ cat withdollar.pp | puppet
Could not parse for environment production: Could not find value for $1
I use "puppet pipes" to bootstrap servers, something like :
cat manifests/bootstrap/newserver.pp | ssh newserver sudo puppet
The workaround is simple (but longer) :
cat manifests/bootstrap/newserver.pp | ssh newserver "cat - >
/tmp/bootstrap.pp && sudo puppet /tmp/bootstrap.pp"
PS. May be my first message in this list, so : "mille mercis pour cet
outil fantast...
2018 Dec 27
4
dsync connection issue
...(temporary) setting to the new site as per these
instructions
https://wiki2.dovecot.org/Migration/Dsync
but when I try to do a backup with the following command from the old to
the new site
sudo doveadm -D -o imapc_user=user1 at oldserver? -o
imapc_password=pw-oldserver backup -R -u user1 at newserver imapc:
I get
-----------------------
Error: User initialization failed: imapc: Login to 'oldserver' failed:
Disconnected from server
----------------------
I can connect to both sites without any issues
openssl s_client -crlf -connect newserver:993
openssl s_client -crlf -connect old...
2016 Dec 19
0
Building on debian 8.6
...un, 2016-12-18 at 19:24 +0000, Jonathan Hunter via samba wrote:
> Hi,
>
> Despite having used samba for many, many years, I have not built from
> source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian
> itself.
>
> I have installed Debian 8.6 from scratch:
> newserver:~/download/samba-4.5.2$ cat /etc/debian_version
> 8.6
> user at newserver:~/download/samba-4.5.2$ uname -a
> Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
> (2016-10-19) i686 GNU/Linux
>
> and have installed all required packages as per:
> https://wiki.samba....
2016 Dec 18
0
Building on debian 8.6
...athan Hunter via samba <samba at lists.samba.org> wrote:
> Hi,
>
> Despite having used samba for many, many years, I have not built from
> source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian
> itself.
>
> I have installed Debian 8.6 from scratch:
> newserver:~/download/samba-4.5.2$ cat /etc/debian_version
> 8.6
> user at newserver:~/download/samba-4.5.2$ uname -a
> Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
> (2016-10-19) i686 GNU/Linux
>
> and have installed all required packages as per:
> https://wiki.samba....
2018 May 29
0
CentOS6: HELP! EFI boot fails after replacing disks...
...9DFE3CE5E09
> > First sector: 2048 (at 1024.0 KiB)
> > Last sector: 1230847 (at 601.0 MiB)
> > Partition size: 1228800 sectors (600.0 MiB)
> > Attribute flags: 0000000000000000
> > Partition name: 'EFI System Partition'
>
> Well, on my system:
>
> newserver.wendellfreelibrary.org% sudo blkid /dev/sda1
> /dev/sda1: SEC_TYPE="msdos" UUID="8D81-8D0C" TYPE="vfat"
> newserver.wendellfreelibrary.org% sudo blkid /dev/sdb1
> /dev/sdb1: SEC_TYPE="msdos" UUID="8D81-8D0C" TYPE="vfat"
>
&g...
2009 Sep 14
1
Samba PDC + OpenLDAP, Jaunty: Can't join domain
Greetings!
I'm trying to get an OpenLDAP (2.4.15-1ubuntu3), Samba PDC
(2:3.3.2-1ubuntu3.1) running under Ubuntu Jaunty. I've followed the
instructions on the Ubuntu server guide
(https://help.ubuntu.com/9.04/serverguide/C/samba-ldap.html) as closely
as possible (twice. . .), and spent some time with Chapter 5 of the
Samba3 By Example book, trying to use it to get things working. But I
2008 Jul 28
1
zpool status my_pool , shows a pulled disk c1t6d0 as ONLINE ???
...rate status, or something like that?
Would appreciate any recommendations for zpool disk failure monitoring?
See the attachment for output from iostat -En, format, and the tail of /var/adm/messages:
Here is the output from "zpool status -v":
============================================
newserver:/# zpool status -v
pool: my_pool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
my_pool ONLINE 0 0 0
raidz1 ONLINE 0 0 0
c1t2d0 ONLINE 0 0 0
c1t3d0 ONLINE 0 0 0
c1t4d0 ONLINE 0 0 0
c1t5d0 ONLINE 0 0 0
c1t6d0 ONLINE 0 0 0
spares
c1t7d0 AVAIL
errors: No known data errors
===...
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
...y for my account, I can
connect (using thunderbird) and I get all the emails appearing as new,
forcing redownload. Seems like the new config is at least functional.
I'm trying to follow the migration guide at
https://wiki2.dovecot.org/Migration/Dsync, but I am getting an error
message:
root at newserver:~# doveadm backup -R -u _user_ -o pop3c_user=_user_ -o
pop3c_password=_password_
backup: invalid option -- 'o'
doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
<rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace>...
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
At Mon, 28 May 2018 19:30:25 -0400 CentOS mailing list <centos at centos.org> wrote:
>
> On May 28, 2018, at 18:25, Robert Heller <heller at deepsoft.com> wrote:
>
> > I tried to run efibootmgr, but it wants a model named efivars loaded, but
> > there is no such module available.
>
> Are you not running a CentOS kernel? That module should be available.
2007 Apr 18
0
[Bridge] Transparent shaper with 2.6 kernel
Hi all!
I'm trying to make a transparent shaper with kernel 2.6.11
I have done this and used it many times on 2.4.25 kernel and
ebtables-brnf-5_vs_2.4.25.diff
On 2.4.25 I have been using U32 classifiers and HTB.
On 2.6.11 even with :
newserver ~ # zcat /proc/config.gz | grep -i BRIDGE_NETFILTER
CONFIG_BRIDGE_NETFILTER=y
newserver ~ # ls /proc/sys/net/bridge/
bridge-nf-call-arptables bridge-nf-call-ip6tables
bridge-nf-call-iptables bridge-nf-filter-vlan-tagged
newserver ~ # cat /proc/sys/net/bridge/*
1
1
1
1
I'm still not succee...
2018 May 28
9
CentOS6: HELP! EFI boot fails after replacing disks...
OK, I wanted to replace the 500G disks in a Dell T20 server with new 2TB
disks. The machine has 4 SATA ports, one used for the optical disk and three
for the hard drives. It is set up with /dev/sda and /dev/sdb with each three
partitions:
1 -- VFAT (for EFI)
2 -- ext4 (for /boot)
3 -- LVM
/dev/sda2 and /dev/sdb2 are a mirror raid (/dev/md0)
/dev/sda3 and /dev/sdb3 are a mirror raid
2018 Dec 29
4
Migration
Hi!
I'm currently running an small imap-server on Dovecot 2.2.4 but will
retire that server. I've set up an new server with Dovecot 2.3.4 and
will migrate the mailboxes (maildir-format) from the old to the new
server. I'm planning to restructure the accounts a bit when migrating so
I need to move them one by one. Its only a few so thats not a big issue.
Both servers are using
2016 Dec 19
2
Building on debian 8.6
...t lists.samba.org> wrote:
>
>> Hi,
>>
>> Despite having used samba for many, many years, I have not built from
>> source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian
>> itself.
>>
>> I have installed Debian 8.6 from scratch:
>> newserver:~/download/samba-4.5.2$ cat /etc/debian_version
>> 8.6
>> user at newserver:~/download/samba-4.5.2$ uname -a
>> Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
>> (2016-10-19) i686 GNU/Linux
>>
>> and have installed all required packages as per:
&...