Giter Club home page Giter Club logo

Comments (4)

chil037 avatar chil037 commented on June 3, 2024 1

Hi @olevole. I checked the ~cbsd/var/db/local.sqlite and the bhyveppt table is there and the attached pci passthrough is also in the table. Sorry, I was looking previous in the ~cbsd/vm/test/local.sqlite. Thanks @olevole, still learning.

from cbsd.

olevole avatar olevole commented on June 3, 2024

This command just applies the entry in the SQLite3 database, to check:

sqlite3 ~cbsd/var/db/local.sqlite "SELECT * FROM bhyveppt"

You need to start VM to have an effect.

from cbsd.

chil037 avatar chil037 commented on June 3, 2024

Hi olevole. I got an error "Error: in prepare, no such table: bhyveppt". This time I noticed a warning when I start the vm that pci passthrough required '-S' options so I follow the instruction:
cbsd bset bhyve_wire_memory=1 jname=test

Restart the vm. still got the same error no such table for the bhyveppt so I start looking at other tables and found the ppt passthrough in the "pcibuis" table instead.

All good. pci passthrough is working again.

thanks oleolvle.

from cbsd.

olevole avatar olevole commented on June 3, 2024

@chil037 I'm wondering why you don't have a 'bhyveppt' table in main database: https://github.com/cbsd/cbsd/blob/v14.0.6/sudoexec/initenv#L870

Can you do this manually and check if the table exists?

/usr/local/bin/cbsd /usr/local/cbsd/misc/updatesql ~cbsd/var/db/local.sqlite /usr/local/cbsd/share/local-bhyveppt.schema bhyveppt

e.g.:

sqlite3 ~cbsd/var/db/local.sqlite ".tables bhyveppt"

from cbsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.