Re: PostgreSQL databases

2021-06-05 Thread D'Arcy Cain
On 6/5/21 4:25 PM, D'Arcy Cain wrote: > Your PostGreSQL database has been created. The database is named slickbyte, > the Well, I have no idea how that happened. Don't bother trying them. I deleted the users and databases and started over. Sorry for the noise. -- D'Arcy J.M

PostgreSQL databases

2021-06-05 Thread D'Arcy Cain
Your PostGreSQL database has been created. The database is named slickbyte, the same as your login ID. The pw is 'spuBamgul1'. When connecting to the database you should use the host 'userdb' or 'userdb.vex.net'. An example of how to login from a shell prompt: psql -h userdb.vex.net -U slickbyte

Re: When is a switch not a switch?

2020-10-29 Thread D'Arcy Cain
On 10/25/20 10:24 AM, D'Arcy Cain wrote: Things got stranger.  First of all, here is my current setup: And embarrassing but still strange. Turns out that my problem had nothing to do with bridging. I still don't know what is wrong but I am going to continue in the networking list

Re: When is a switch not a switch?

2020-10-25 Thread D'Arcy Cain
On 10/22/20 3:56 AM, Patrick M. Hausen wrote: Hi! Am 22.10.2020 um 04:47 schrieb D'Arcy Cain : public: flags=8843 metric 0 mtu 1500 ether 02:9d:b2:b8:78:00 inet 98.158.139.65 netmask 0xffe0 broadcast 98.158.139.95 id 00:00:00:00:00:00 priority 32768 hellotime 2

Re: When is a switch not a switch?

2020-10-23 Thread D'Arcy Cain
On 10/23/20 12:11 AM, Jason Tubnor wrote: If both your hosts are configured using the same naming conventions for bridges and vm-bhyve switches, migration should be pretty simple and painless. I had to modify vm-bhyve to get it to use my switch names so that works now. It still didn't add it

Re: When is a switch not a switch?

2020-10-23 Thread D'Arcy Cain
On 10/22/20 6:50 PM, Paul Vixie wrote: here's how i do it, per years-ago documentation to this effect: autobridge_interfaces="bridge0" autobridge_bridge0="tap* igb1" Will that work if I have two networks? autobridge_interfaces="bridge0" autobridge_bridge0="tap* bge0"

Re: When is a switch not a switch?

2020-10-22 Thread D'Arcy Cain
On 10/21/20 11:16 PM, Jason Tubnor wrote: public: flags=8843 metric 0 mtu 1500          ether 02:9d:b2:b8:78:00          inet 98.158.139.65 netmask 0xffe0 broadcast 98.158.139.95          id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15          maxage 20

Re: When is a switch not a switch?

2020-10-21 Thread D'Arcy Cain
On 10/20/20 7:52 AM, Patrick M. Hausen wrote: What you need to configure depends on your hardware. I made a table for the various interfaces we use at our place: em: -rxcsum -txcsum -lro -vlanmtu -vlanhwcsum -vlanhwfilter -vlanhwtag up igb:-rxcsum -rxcsum6 -txcsum

Re: When is a switch not a switch?

2020-10-20 Thread D'Arcy Cain
On 10/20/20 8:35 AM, Patrick M. Hausen wrote: So why alias? Wouldn't "ifconfig_public=" work? We already have ifconfig_public="addm bge0 up" Adding ifconfig_public="inet 1.2.3.4/24" on another line would overwrite the first one. These are just variable assignments not

Re: When is a switch not a switch?

2020-10-20 Thread D'Arcy Cain
On 10/20/20 7:39 AM, Patrick M. Hausen wrote: When I started I thought of a switch as analogous to a physical switch. If I am in an office with one ethernet jack but I have multiple devices I might connect a switch (or hub) to the jack and plug my devices into the switch. I don't need to

Re: When is a switch not a switch?

2020-10-20 Thread D'Arcy Cain
On 10/20/20 4:36 AM, Patrick M. Hausen wrote: It's officially documented here: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bridging.html I did see that. Does that mean that I don't even need to create switches at all? "If the bridge host needs an IP address, set it

Re: When is a switch not a switch?

2020-10-20 Thread D'Arcy Cain
On 10/20/20 2:56 AM, John-Mark Gurney wrote: By switch, do you mean use bridge? How specifically is the network configured? Yes. I did try bridge first but I may not have understand all the nuances. I also thought that "switch" meant the same thing as a physical switch but I guess it is

When is a switch not a switch?

2020-10-19 Thread D'Arcy Cain
I am using bhyve with vm-bhyve, I am trying to set up a virtual network with multiple hosts. The idea is that a VM would be on the same virtual network no matter which actual host it is on. Say I have a public network a.b.c.0/24. I thought I could create a switch on a host. The host would

Re: Bhyve and vnc

2020-07-13 Thread D'Arcy Cain
On 2020-07-13 12:04, D'Arcy Cain wrote: > On 2020-07-13 11:58, D'Arcy Cain wrote: >> graphics="yes" >> graphics_listen=0.0.0.0 >> graphics_port=5909 >> >> Still nothing. > > Never mind me. In the meantime I had gone back to bhyveload to see if it

Re: Bhyve and vnc

2020-07-13 Thread D'Arcy Cain
On 2020-07-13 11:58, D'Arcy Cain wrote: > graphics="yes" > graphics_listen=0.0.0.0 > graphics_port=5909 > > Still nothing. Never mind me. In the meantime I had gone back to bhyveload to see if it made a difference and forgot to change it back. The above worked. Than

Re: Bhyve and vnc

2020-07-13 Thread D'Arcy Cain
On 2020-07-13 10:09, Andrea Venturoli wrote: > On 2020-07-13 15:26, D'Arcy Cain wrote: > >> Am I missing something? > > No idea, really. > > It works for me, but I always specify > graphics_listen and graphics_port in config file. Give it a try, eventually. gra

Bhyve and vnc

2020-07-13 Thread D'Arcy Cain
I have been running bhyve for a couple of years using vm-bhyve. It works just fine except for one thing. All the searches I do say that all you have to do is add 'graphics="yes"' to the config for it to start a VNC server but I can't seem to get this to work. Here is my config for a FreeBSD

Can't install guests - hanging

2020-01-22 Thread D'Arcy Cain
I was trying to install a guest using vm-bhyve. Everything seemed to be fine until I went to install the ISO. I used this command; # vm install -f myubuntu For ISO I tried these: - ubuntu-16.04.6-desktop-amd64.iso - ubuntu-18.04.3-desktop-amd64.iso - ubuntu-18.04.3-live-server-amd64.iso

Re: Error installing Xubuntu under bhyve

2018-10-09 Thread D'Arcy Cain
On 10/8/18 6:14 PM, D'Arcy Cain wrote: > I am trying to install Xubuntu under bhyve with vm-bhyve. The install I had a private email with some suggestions. They didn't work but I thought I should mention them here for discussion purposes. > goes fine right up to near the end when it

Error installing Xubuntu under bhyve

2018-10-08 Thread D'Arcy Cain
I asked this in another email but I guess it was buried in the other issue I was talking about so I thought that I would start a new thread. I am trying to install Xubuntu under bhyve with vm-bhyve. The install goes fine right up to near the end when it fails with a "Executing 'grub-install

Re: New bhyve user

2018-09-29 Thread D'Arcy Cain
On 9/28/18 11:07 AM, D'Arcy Cain wrote: >>> I tried to boot into a Linux install but even though I set grahics to yes, >>> it doesn't seem to be serving VNC. On the console I can only get into the >>> live CD. How do I get it installed? >> >> Did y

Re: New bhyve user

2018-09-28 Thread D'Arcy Cain
On 9/28/18 10:28 AM, Matt Churchyard wrote: >> I created a switch and clients using the examples on the vm-bhyve web site. >> However, I could not get IP working until I put an IP address on the >> vm-public interface. I duplicated the address of the interface that it is >> >connected to (re0

New bhyve user

2018-09-28 Thread D'Arcy Cain
Greetings. I have just recently started using bhyve (previously a Xen user). I am using vm-bhyve to manage it. I have a few questions. First question, am I making the right choice by switching and, if so, is bhyve the right choice to switch to? I realize that that is an impossible question